.header {
    background-color: #576a5a;
}
.success-stories-section img {
    border-radius: 20px!important;
}
  .service_internal-banner {
    min-height: 500px;
    padding-top: 98px;
  }
  .service_internal-banner-content {
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
  }
  .service_internal-banner-text {
    backdrop-filter: blur(2px);
  }
  @media (max-width: 992px) {
    .service_internal-banner {
      min-height: 400px;
    }
    .service_internal-banner-text {
      background-color: rgba(255,255,255,0.95) !important;
    }
  }
    /* Custom CSS for the accordion */
        .how-it-works-section {
            padding: 0px 0;
            background-color: #f8f9fa;
        }
        
        .how-it-works-header h2 {
            font-size: 2.5rem;
            margin-bottom: 40px;
            color: #333;
            text-align: center;
        }
        
.how-it-works-accordion .accordion-button {
    font-weight: 500;
    padding: 20px;
    background-color: white;
    border: 1px solid #dee2e6;
    box-shadow: none;
    font-family: 'Montserrat';
}
        
      .how-it-works-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #000000;
    padding-left: 20px;
}
        
        .how-it-works-accordion .accordion-body {
            padding: 20px;
            background-color: white;
            border: 1px solid #dee2e6;
            border-top: none;
        }
        
        .how-it-works-accordion .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        .how-it-works-accordion .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        /* Background Image Section */
        .background-image-section {
            background-image: url("images/open-service-1.webp");
            background-position: center left;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 300px; /* Adjust height as needed */
            width: 100%;
        }
        
        /* Spacer Section */
        .section-spacer {
            height: 40px;
        }
        .hydrofacial-candidates-section {
            padding: 60px 0;
            background-color: #fff;
        }
        
        .hydrofacial-image-container {
            padding: 20px;
        }
        
        .hydrofacial-image-container img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .hydrofacial-content-container {
            padding: 20px;
        }
        
        .hydrofacial-title {
            font-size: 40px;
            margin-bottom: 25px;
            color: #333;
            font-weight: 400;
        }
        
        .hydrofacial-list {
            list-style: none;
            padding: 0;
            margin-bottom: 25px;
        }
        
        .hydrofacial-list-item {
            padding: 10px 0;
            display: flex;
            align-items: flex-start;
        }
        
       .hydrofacial-list-icon {
    color: #e3ad6a;
    margin-right: 15px;
    font-size: 1.2rem;
}
        .hydrofacial-list-text {
            color: #555;
            font-size: 1.05rem;
        }
        
        .hydrofacial-description {
            color: #666;
            line-height: 1.6;
            font-size: 1.05rem;
            font-weight: 700;
        }
       
        
        @media (max-width: 991.98px) {
            .hydrofacial-image-container {
                margin-bottom: 30px;
            }
        }
         /* Custom CSS for the doctors section */
        .doctors-team-section {
            padding:0px 0px 80px 0px;
            background-color: #fff;
        }
        .about-hydrofacial-section {
    padding: 100px 0px;
}
        .doctors-subtitle {
            color: #777;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            text-align: center;
                font-weight: 300;
        }
        
        .doctors-title {
            font-size: 54px;
            margin-bottom: 50px;
            color: #333;
            text-align: center;
            font-weight: 400;
        }
        
   .doctor-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
        
        .doctor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
         .doctor-image {
            width: 100%;
            height: auto;
            display: block;
        }
        
  .doctor-info {
    padding: 25px;
    background: #e6b06e66;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 170px;
}
      .swiper-pagination.swiper-pagination-clickable {
    display: none;
}  
section.how-it-works-section {
    background: #e6b06e26;
}
        .doctor-name {
            font-size: 2rem;
            margin-bottom: 10px;
            color: #222;
        }
        
        .doctor-specialty {
            color: #000;
            /*font-size: 0.8rem;*/
            margin-bottom: 15px;
            display: block;
        }
        
        /* Swiper customization */
/* .doctors-swiper {*/
/*    padding: 20px 0 40px;*/
/*    overflow: hidden;*/
/*}*/
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #ddd;
            opacity: 1;
        }
        
        .swiper-pagination-bullet-active {
            background-color: #0d6efd;
        }
        
        @media (max-width: 767.98px) {
            .doctors-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            
            .doctor-info {
                padding: 20px;
            }
            
            .doctor-name {
                font-size: 1.3rem;
            }
        }
        
         .success-stories-section {
      background-color: #db8f2a42;
      padding: 60px 0;
    }

    .success-stories-section h2 {
      font-weight: 400;
      margin-bottom: 15px;
      font-size:54px;
    }

    .success-stories-section p {
      color: #666;
      font-size: 1.1rem;
      margin-bottom: 40px;
    }

    .gallery-img {
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    .gallery-img:hover {
      transform: scale(1.05);
    }
.testimonials-section {
    padding: 80px 0px;
    background-color: #f6e2cb;
}
        
  .testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .testimonial-rating {
            color: #ffc107;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }
        
    .testimonial-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
  
}
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .testimonial-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
        }
        
       .testimonial-author-name {
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    font-size: 22px;
}
        
        @media (max-width: 767.98px) {
            .testimonial-card {
                padding: 20px;
            }
            
            .testimonial-text {
                font-size: 1rem;
            }
        }
        /* Transparent accordion with border-bottom only */
.how-it-works-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

/* Accordion header styles */
.how-it-works-accordion .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  position: relative;
}

/* Remove default arrow icon */
.how-it-works-accordion .accordion-button::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  transform: none;
  background-image: none;
  position: absolute;
  right: 0;
  top: 20px;
}

/* Change + to – when open */
.how-it-works-accordion .accordion-button:not(.collapsed)::after {
  content: '–';
  color: #000;
  background:none;
  top: 30px;
  right: 15px;
}
}

.header,.navbar-block {
    background-color: #576a5a!important;
}
.navbar-block.is-active {
    z-index: -1;
}
header.scrolled  .menu-link {
    color: #fff !important;
    padding: unset;
}
@media(max-width:576px)
{
    .row
    {
        margin:0;
        padding:0;
    }
    .testimonials-section
    {
        padding:0px 0px 40px 0px;
    }
/*    .burger-line {*/

/*    background-color:#fff!important;*/
/*}*/
.header,.navbar-block {
    background-color: #fff!important;
}
header.scrolled {
   background-color:#fff!important;
   
}
.navbar-block.is-active {
    z-index: -1;
}
.about-hydrofacial-section
{
    padding:50px 0px;
}
}

 .treatment-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.treatment-card h5 {
    font-weight: 400;
    font-size: 21px;
    color: #d78b33;
    margin-bottom: 8px;
    text-align: center;
}

.treatment-card p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 576px) {
  .treatment-card {
    padding: 20px;
  }

  .treatment-card h5 {
    font-size: 1.1rem;
  }

  .treatment-card p {
    font-size: 0.95rem;
  }
}

.treatment-card p {
    text-align: center;
}
.succes-story1{
    height: 428px !important;
    width: 100%;
    object-fit: cover;
}

.swiper-slide {
  width: 400px !important;  /* Fixed width for all slides */
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 341px !important;
  }
}

/* Optional: center the slides when fewer slides are shown */
.doc-img-adgestment {
  display: flex;
  justify-content: center;
}
