.ana-single-service-container {
  margin: 0 auto;
 
}

.service-top-header h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 5px;
}

.service-rating span {
    padding-left: 5px;
}

.service-meta {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.row {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: start;
}

@media (max-width: 768px) {
  .row {
    grid-template-columns: 1fr;
  }

  .service-right-side {
    order: -1; /* move to top */
  }

  .service-left-side {
    order: 0;
  }
  
  .service-features.s-card{
      display:none;
  }
  
  .service-features.mobile.s-card{
      display:block;
  }
  
  .service-card-box{
      margin-bottom: 0!important;
  }
  
}

@media (min-width: 767px) {
  .service-features.mobile.s-card{
      display:none;
  }
}

@media (min-width: 769px) {
  .service-right-side {
    position: sticky;
    top: 120px; /* adjust as needed (e.g. to avoid header overlap) */
    align-self: start; /* if using grid */
  }
}


.main-image img {
  width: 100%;
  border-radius: 3px;
}

.top-breadcrumbs li {
    display: inline-block;
    padding-right: 10px;
}

.service-top-header {
}

.top-breadcrumbs ul {
    padding-left: 0;
    margin-bottom: 0;
    color: #d3d3d3;
} 

.top-breadcrumbs i {
    padding-left: 10px;
    font-size: 13px;
}

.service-bottom-meta li {
    display: inline-block;
    padding-right: 15px;
    color: #ddd;
}

.service-bottom-meta {
    margin-top: 8px;
}

.service-bottom-meta span {
    padding-left: 5px;
}

.service-bottom-meta ul {
    padding: 0;
}

 .main-image {
    width: 100vw; /* Full viewport width */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: calc(-50vw + 50%); /* Override container */
    position: relative;
    z-index: 1;
    padding: 120px 45px;
    padding-top: 145px;
}

.service_booking-template-default main {
    padding: 0;
}

.service-bottom-meta i {
    padding-right: 5px;
    color: orange;
    font-size: 14px;
}

.service-single-body {
    width: 97%;
    margin: auto;
    padding-top: 40px;
}

.tab-wrap {
    padding: 15px 25px;
    background: #fff;
}

.service_booking-template-default .main-page-wrapper {
    background: #f8f8f8;
}

.tab-wrap a {
    margin-right: 15px;
}

.s-card {
    background: #fff;
    margin-bottom: 30px;
    padding: 25px 25px;
}

.service-features.s-card {
    margin-top: 0;
}

.service-features li {
    list-style: none;
}

.service-features li:before {
    content: "\f058"; /* Unicode for fa-info-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Solid style */
    margin-right: 5px;
    color: var(--ana-primary);
    font-size: 14px;
}

.service-features ul {
    padding: 0;
    margin:0;
}

.service-card-box {
    background: linear-gradient(to bottom right, rgb(255, 0, 122), rgb(255 149 200));
    padding: 0 25px;
    border-radius: 2px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.service-main-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.service-rating {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 22px;
}

.service-rating i {
    color: #fff;
    margin-right: 5px;
}

.sub-services-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub-service-btn {
    background: #fff;
    color: #111;
    padding: 10px 14px;
    border-radius: 1px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sub-service-btn:hover {
    background: #f0f0f0;
}
 
.service-faq-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #f9f9f9;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}

.faq-question {
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f1c64;
  font-size: 18px;
}

.faq-question i {
  margin-right: 10px;
  color: #333;
}

.faq-answer {
  margin-top: 10px;
  display: none;
  color: #767876;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-toggle i {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle i {
  transform: rotate(180deg);
}


.service-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.6);
  display: none; z-index: 9999; justify-content: center; align-items: center;
}

.service-modal {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  position: relative;
  overflow-x: auto;
}

.service-modal .modal-left {
  width: 55%;
  border-right: 1px solid #eee;
}

.service-modal .modal-right {
  width: 45%;
  padding: 30px;
  background: #fafafa;
  height: 100vh;
}

.modal-right h3 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.service-modal .close-modal {
  position: absolute; top: 10px; right: 15px;
  background: none; border: none;
  font-size: 30px; cursor: pointer;
}

.sub-service-item {
  padding: 15px 30px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-btn {
}

.modal-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.modal-header h2 {
    margin: 0;
    font-size: 18px;
}

.modal-subheader {
    padding: 0px 30px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    background: #fafafa;
    padding-bottom: 15px;
}

.back-icon {
    color: var(--ana-primary);
    padding-right: 3px!important;
}

.service-modal-body {
    display: flex;
}

.modal-question.modal-title {
    padding: 0 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #eb7c6b;
}

.qty-control button {
  background: #eb7a61;
  color: white;
  font-size: 14px;
  padding: 0px 8px;
  cursor: pointer;
  border: 1px solid #eb7a61;
}

.modal-cart-items {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 0px;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid;
  margin-left: 10px;
  border-color: var(--ana-primary)!important;
}

.add-btn {
    border-color: var(--ana-primary)!important;
    color: var(--ana-primary)!important;
    border-radius: 2px!important;
    background: #fff!important;
    border: 1px solid!important;
    width: 80px!important;
}

.cart-title {
    width: 55%;
    font-size: 14px;
}

.cart-controls button {
    min-height: auto!important;
    width: 10px;
    padding: 6px 10px;
}


.cart-controls span {white-space: nowrap;}

.cart-price {
    width: 15%;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
}

.checkout-btn {
    width: 100%;
}

.qty-minus {
    background: var(--ana-primary)!important;
    color: #fff!important;
}

.qty-plus {
    background: var(--ana-primary)!important;
    color: #fff!important;
}

.modal-cart-empty {
    border: 1px solid #f0f0f0;
    padding: 8px;
    text-align: center;
    color: #9d9d9d;
    margin-bottom: 15px;
    background: #fff;
}

.modal-subtotal {
    margin-bottom: 15px;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}

.proceed-checkout-btn {
    width: 100%;
    background: var(--ana-primary)!important;
    color: #fff!important;
}

/* Mobile full screen modal */
@media only screen and (max-width: 768px) {
  #serviceModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    z-index: 9999;
    overflow-y: scroll;
    background: #fff;
    flex-direction: column; /* stack items vertically */
    align-items: stretch;
    justify-content: start;
  }

 .service-modal-body{
     display:block;
 }
 
  #serviceModal .modal-left,
  #serviceModal .modal-right {
    width: 100%!important;
  }

  #serviceModal .modal-right {
    margin-top: 20px;
    height: auto;
    margin-bottom: 60px;
  }

  /* Make sure close button is visible and fixed */
  #serviceModal .close-modal {
    position: absolute;
    top: 6px;
    right: 15px;
    z-index: 10000;
  }
  .main-image{
      padding: 90px 17px;
      padding-top: 125px;
  }
  .service-single-body{
    width:auto;
    padding-top: 40px;
    margin: 0 20px;
  }
}

/* For Desktop Screens */
@media only screen and (min-width: 769px) {
   .service-modal{
       height:90vh;
   }
}

.service-modal::-webkit-scrollbar {
  width: 8px; /* thinner scrollbar */
}

button.remove-item {
    width: 0;
    padding: 0;
    background: none;
    font-size: 16px;
}

.rating-summary {
  text-align: left;
  margin-bottom: 20px;
  margin-top: -12px;
}
.average-rating {
  font-size: 24px;
  font-weight: bold;
}
.stars i {
  color: gold;
  font-size: 14px;
}
.rating-count {
  font-size: 14px;
  color: #666;
}

.rating-breakdown {
  margin-bottom: 30px;
}
.rating-bar {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.star-label {
  width: 20px;
}
.bar {
  flex-grow: 1;
  height: 10px;
  background: #eee;
  margin: 0 10px;
  border-radius: 5px;
}
.fill {
  height: 100%;
  background: #3bb54a;
  border-radius: 5px;
}

.styled-review {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.review-quote-icon {
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #999;
  margin-right: 15px;
  flex-shrink: 0;
}

.review-content {
  flex-grow: 1;
}

.review-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
  display: inline-block;
}

.review-stars {
  color: #facc15; /* Yellow stars */
  font-size: 1rem;
  margin: 5px 0;
}

.review-date {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.review-date-label {
  font-weight: 600;
  color: #999;
}

.review-message {
  font-size: 1.05rem;
  color: #333;
}

.review-list {
    padding: 0;
}

.submit-review {
    padding: 0;
    margin: 0;
}

.submit-review.s-card p {
    margin: 0;
}

.rating-stars {
    direction: rtl;
    display: inline-flex;
    gap: 5px;
  }
  .rating-stars input {
    display: none;
  }
  .rating-stars label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .rating-stars input:checked ~ label,
  .rating-stars label:hover,
  .rating-stars label:hover ~ label {
    color: #ffc107;
  }
  
.submit-review button {
    margin-top: 16px;
    color: var(--ana-text-color)!important;
    background: var(--ana-primary)!important;
}

.sub-top h4 {
    margin: 0!important;
}

.back-to-main {
    background: none!important;
    padding: 0!important;
    color: #eb7a61!important;
}

.change-location-btn {
    background: none!important;
    border: 1px solid #eeeeee!important;
    border-radius: 5px!important;
}

.quantity-wrapper {
    margin-left: 10px;
}

.price {
    color: var(--ana-primary)!important;
}

.location-close {
    background: none!important;
    font-size: 25px!important;
}
.location-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:99999}
.location-modal{background:#fff;width:min(720px,92vw);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.location-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eee}
.location-header h3{margin:0;font-size:18px}
.location-close{background:#f3f4f6;border:0;border-radius:999px;width:36px;height:36px;cursor:pointer}
.location-body{padding:18px}
.grid-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media (min-width:640px){.grid-cards{grid-template-columns:repeat(3,1fr)}}
.area-card{border:1px solid #e5e7eb;border-radius:10px;padding:18px;text-align:center;cursor:pointer;transition:all .15s}
.area-card:hover{border-color:#d1d5db;box-shadow:0 3px 10px rgba(0,0,0,.06)}
.area-card span{display:block;font-weight:600}
.sub-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.back-to-main{border:1px solid #e5e7eb;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer}
.change-location-btn{margin-left:10px;font-size:13px;padding:4px 8px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}

/* Mobile full screen modal */
@media (max-width: 768px) {
  .location-modal-overlay {
    align-items: stretch; /* top-bottom full */
  }
  .location-modal {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .location-body {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .location-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
}
