body, input, textarea, select, button {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-size: 1.05rem;
      color: #222;
      letter-spacing: 0.01em;
      background-color: #fff;
    }
    a{
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    /* Headings for all sections */
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #696969;
      letter-spacing: 0.02em;
      margin-bottom: 0.7em;
    }

    /* Section titles */
    .about-title,
    .section-title,
    .face-service-section h2,
    .laser-service-section h2,
    .body-service-section h2,
    .skin-service-section h2,
    .eco-spa-section h2,
    .wellness-service-section h2 {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 2.2rem;
      /* color: #181818; */
      letter-spacing: 0.03em;
      margin-bottom: 24px;
    }

    

    /* Navbar font */
    .navbar-custom,
    .navbar-nav .nav-link {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-size: 1.08rem;
      letter-spacing: 0.02em;
    }

    /* Buttons */
    .btn, .service-btn, .search-button {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-weight: 500;
      letter-spacing: 0.02em;
      font-size: 1rem;
    }

    /* Card and list font */
    .card-hover,
    ul,
    li {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-size: 1.05rem;
      letter-spacing: 0.01em;
    }

    /* Form fields */
    input, textarea, select {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-size: 1rem;
      color: #222;
    }

    /* Footer */
    .footer {
      font-family: 'Inter', Arial, Helvetica, sans-serif;
      font-size: 1.05rem;
      color: #fff;
    }

    .navbar-custom.scrolled {
       background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
    }
    /* .navbar-custom {
      background-color: rgba(0, 0, 0, 0);
      transition: background-color 0.3s;
      height: 120px;
      position: fixed;
      font-size:x-large
      
      
    } */
     .navbar-custom {
  background-color: #484848;
  transition: background-color 0.3s, height 0.3s ease;
  position: fixed;
  width: 100%;
  font-size: x-large;
  height: auto; /* Let height adjust to content */
  padding: 20px 0; /* Add padding for spacing */
  z-index: 999;
  color :#E8E8E8;
}
.navbar-custom .navbar-collapse.show {
  /* padding: 40px 0; */
   /* background-color: rgba(0, 0, 0, 0.8);Make it visibly expanded */
}


    .navbar-custom:hover {
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-size: 1rem;
    }

    .navbar-logo {
      position: absolute;
      left: 10%;
      top: 50%;
      width: 130px;
      transform: translate(-50%, -50%);
      /*text-align: center;*/
      color: #fff;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .navbar-logo img {
      height: 120px;
      display: block;
      margin: 0 auto 5px;
    }

    .black-section {
      background-color: #505050;
      color: #fff;
      margin-top: -50px;
      padding: 180px 0 60px;
      
      /* height: 100vh; */
    }

    .black-section img {
      max-width: 80%;
      border-radius: 10px;
    }

    .search-box,
    .search-button {
      padding: 10px 15px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      box-shadow: 0 0 50px white; /* white shadow */
      outline: none;
      margin-top: 100px;
    }

    .search-box {
      width: 250px;
      background: black;
    }

    .search-button {
      background-color: white;
      color: black;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .search-button:hover {
      background-color: #ddd;
    }
    

/* Hero Section */
.hero {
  background: #e7e7e7;
  padding: 80px 20px 40px;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

   


    /* slider start */
   
    .slider {
    margin: 60px 0; /* Top and bottom margin only */
  }

  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .owl-carousel img {
    width: 200px;
    height: 50px;
  }

  /* Center the navigation buttons */
  .owl-nav {
    text-align: center;
    margin-top: 15px;
  }

  .owl-nav button {
    background: #333;
    color: white;
    border: none;
    margin: 0 5px;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
   
  }

  .owl-nav button:hover {
    background: #555;
   
  }

  .owl-nav i {
  font-size: 52px;
}

  .owl-dots {
    text-align: center;
    margin-top: 10px;
  }
  .owl-nav button.owl-prev{
    font-size: xx-large;
  }

  
    /* slider end */

    /* footer */
    .footer {
      background-color: #111;
      color: #fff;
      padding: 40px 0;
    }
    .footer h4 {
      margin-bottom: 20px;
      color :#696969;
    }
    .footer input,
    .footer textarea,
    .footer select {
      background-color: #ffffff;
      border: none;
      color: #000000;
    }
    .footer .btn {
      background-color: #444;
      border: none;
    }

    /* about section */
 .about-section {
  background-color: #f8f9fa;
  color: #333;
   /* background: linear-gradient(to top, #000000, #ffffff, #ffffff); */
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  
  display: inline-block;
  padding-bottom: 10px;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* servises */
/* .services-section {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

.service-link {
  text-decoration: none;
  color: inherit;
}

.service-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.service-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #e0f7fa;
} */
.map-container {
      position: relative;
      overflow: hidden;
     /* padding-bottom: 5%;16:9 ratio */
      height: 55vh;
      
    }
    .map-container iframe {
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;
      width: 100%;
      height:100%;
      border: 0;
    }
    .map-section{
      background: #000000;
      color: #fff;
    }
    /* Service Card Hover Button */
    /* All service card and section styles have been moved to cardStyle.css */


/* Face Service Image Style */
.face-service-section .face-service-img-wrapper {
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.face-service-section .face-service-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Body Service Section Styling */
.body-service-section {
  background: #f8f9fa;
  /* color: #222; */
}

.body-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
  letter-spacing: 1px;
}

.body-list {
  list-style: none;
  padding-left: 0;
}

.body-list li {
  background: #fff;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s;
  color: #222;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}

.body-list li:hover {
  background: #e9ecef;
}

.body-list strong {
  color: #696969;
  font-weight: 600;
}

/* Body Service Image Style */
.body-service-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Skin Service Section Styling */
.skin-service-section {
  background: #fff;
  color: #222;
  padding-top: 60px;
  padding-bottom: 60px;
}

.skin-service-section .etched-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}

.skin-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222;
  letter-spacing: 1px;
}

.skin-list {
  list-style: none;
  padding-left: 0;
}

.skin-list li {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s;
  color: #222;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}

.skin-list li:hover {
  background: #e9ecef;
}

.skin-list strong {
  color: #696969;
  font-weight: 600;
}

/* Eco Spa Section Styling */
.eco-spa-section {
  background: #181818;
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}

.eco-spa-section .etched-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}

.eco-spa-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: 1px;
}

.eco-spa-list {
  list-style: none;
  padding-left: 0;
}

.eco-spa-list li {
  background: rgba(255,255,255,0.05);
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s;
  color: #fff;
}

.eco-spa-list li:hover {
  background: rgba(255,255,255,0.12);
}

.eco-spa-list strong {
  color: #E8E8E8;
  font-weight: 600;
}

/* Eco Spa Image Style - Black Theme */
.eco-spa-img-wrapper {
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.eco-spa-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Remove top and bottom padding from all service sections */
.face-service-section,
.laser-service-section,
.body-service-section,
.skin-service-section,
.eco-spa-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Fade-in effect for section content */
.section-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.4,0,.2,1);
}

.section-fade.visible {
  opacity: 1;
  transform: none;
}

/* Wellness & Well Being Section Styling (like skin section) */
.wellness-service-section {
  background: #fff;
  color: #222;
  padding-top: 0px;
  padding-bottom: 60px;
}

.wellness-service-section .etched-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}

.wellness-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222;
  letter-spacing: 1px;
}

.wellness-list {
  list-style: none;
  padding-left: 0;
}

.wellness-list li {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s, color 0.2s;
  color: #222;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}

.wellness-list li:hover {
  background: #e9ecef;
}

.wellness-list strong {
  color: #17a2b8;
  font-weight: 600;
}

/* Wellness Image Style */
.wellness-service-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Welcome Section Styling */
.welcome-section {
  background: #f1f1f1 url('../images/DrShital.jpg') no-repeat right center;
  background-size: cover;
  color: #ffffff;
  padding: 120px 0 0 0;   /* Only top padding for navbar separation */
  min-height: 667px;
  aspect-ratio: 1280 / 667;
  width: 99vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-section h1,
.welcome-section h2,
.welcome-section p {
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.9);
}

/* About Page Custom Styles */
.welcome-title {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #222;
}
.welcome-subtitle {
  font-size: 2.2rem;
  color: #E8E8E8;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #222;
}
.welcome-expert {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 18px;
  text-shadow: 0 2px 8px #222;
}
.welcome-years {
  font-size: 1.1rem;
  color: #E8E8E8;
}
.welcome-desc {
  font-size: 1.15rem;
  color: #fff;
  margin-top: 22px;
  text-shadow: 0 2px 8px #222;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  /* text-align: left; */
}

.about-drshital-title {
  color: #181818;
  font-size: 2.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.about-drshital-title-bg {
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}
.about-drshital-subtitle {
  color: #696969;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.about-drshital-years {
  color: #696969;
  font-size: 1.1rem;
}
.about-drshital-content {
  font-size: 1.13rem;
  color: #222;
  line-height: 1.8;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 36px 28px;
}
.about-drshital-content p {
  margin-bottom: 18px;
}
.about-highlight-purple {
  color: #696969;
  font-weight: 600;
}
.about-highlight-green {
  color: #696969;
  font-weight: 600;
}
.about-highlight-pink {
  color: #787878;
  font-weight: 600;
}
.about-highlight-blue {
  color: #696969;
  font-weight: 600;
}
.about-highlight-gold {
  color: #696969;
  font-weight: 600;
}
.about-highlight-motto {
  color: #181818;
  font-weight: 700;
  background: #E8E8E8;
  padding: 2px 10px;
  border-radius: 8px;
}

/* FAQ & Testimonials Section */
.faq-testimonials-section .testimonials-box {
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  padding: 28px 22px;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.faq-testimonials-section .testimonials-title {
  color: #E8E8E8;
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.faq-testimonials-section .testimonial-item {
  display: flex;
  align-items: start;
  margin-bottom: 1.5rem;
}
.faq-testimonials-section .testimonial-item:last-child {
  margin-bottom: 0;
}
.faq-testimonials-section .testimonial-img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 16px;
  border: 2px solid #E8E8E8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  background: #fff;
  padding: 2px;
  transition: box-shadow 0.2s;
  aspect-ratio: 1/1;
}
.faq-testimonials-section .testimonial-img:hover {
  box-shadow: 0 4px 16px #E8E8E855;
}
.faq-testimonials-section .testimonial-text {
  font-style: italic;
  color: #E8E8E8;
  margin-bottom: 4px;
  padding-left: 10px;
}
.faq-testimonials-section .testimonial-name {
  color: #eee;
}
.faq-testimonials-thumbnail {
}

/* Courses Section Styles - ORIGINAL COLORS */
.courses-hero-section {
  background: #fff;
  min-height: 100vh;
  padding: 80px 0 40px 0;
}
.courses-hero-titlebox {
  background: rgba(0,0,0,0.2);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 32px 36px 28px 36px;
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.courses-hero-titlebox h1 {
  color: #181818;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.courses-hero-titlebox .subtitle {
  color: #696969;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.courses-hero-titlebox .subdesc {
  color: #181818;
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.courses-hero-contentbox {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0,0,0,0.2);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 36px 32px 32px 32px;
}
.courses-hero-contentbox .main-title {
  color: #222;
  font-size: 1.13rem;
  margin-bottom: 18px;
}
.courses-hero-contentbox .main-title b {
  font-weight: 700;
}
.courses-hero-contentbox .main-org {
  color: #333;
  font-size: 1.08rem;
  margin-bottom: 10px;
}
.courses-hero-contentbox .main-cert {
  color: #181818;
  font-size: 1.11rem;
  margin-bottom: 10px;
}
.courses-hero-contentbox .main-desc {
  color: #444;
  font-size: 1.07rem;
  margin-bottom: 10px;
}
.courses-hero-contentbox .main-person {
  color: #696969;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.courses-hero-contentbox .main-detail {
  color: #222;
  font-size: 1.07rem;
}

/* Black Section for Courses */
.courses-black-section {
  background: #181818;
  position: relative;
  padding: 0 0 60px 0;
  margin-top: 60px;
}
.courses-black-svg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 60px;
  z-index: 0; pointer-events: none;
}
.courses-black-contentbox {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.22);
  padding: 48px 36px 40px 36px;
  border: 2px solid #E8E8E8;
  position: relative;
  /* background: linear-gradient(135deg,#232526 60%,#E8E8E8 100%); */
}
.courses-black-contentbox h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
  text-align: center;
  text-shadow: 0 2px 8px #000;
}
.courses-black-contentbox .courses-highlight {
  color: #E8E8E8;
  font-size: 1.18rem;
  margin-bottom: 22px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
.courses-black-contentbox .courses-list-title {
  color: #E8E8E8;
  font-size: 1.22rem;
  font-weight: bold;
}
.courses-black-contentbox ul.courses-list {
  color: #fff;
  font-size: 1.09rem;
  margin-bottom: 18px;
  list-style: none;
  padding-left: 0;
}
.courses-black-contentbox ul.courses-list li {
  margin-bottom: 8px;
}
.courses-black-contentbox ul.courses-list li .num {
  color: #E8E8E8;
}
.courses-black-contentbox ul.courses-list li .duration {
  color: #E8E8E8;
}
.courses-black-contentbox .courses-no-refund {
  color: #ff4d4d;
  font-weight: 700;
  font-size: 1.13rem;
  text-align: center;
  margin-top: 32px;
}
.courses-black-contentbox .courses-fees {
  color: #E8E8E8;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.courses-black-contentbox .courses-fees span {
  color: #fff;
}

/* Hair Service Section Styling (like body section, but black background) */
.hair-service-section {
  background: #181818;
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}
.hair-service-section .etched-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}
.hair-service-section .body-title {
  color: #fff;
}
.hair-service-section p {
  color: #fff;
}
.hair-list.body-list {
  list-style: none;
  padding-left: 0;
}
.hair-list.body-list li {
  background: #232323;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s;
  color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.hair-list.body-list li:hover {
  background: #333;
}
.hair-list.body-list strong {
  color: #E8E8E8;
  font-weight: 600;
}
.hair-service-img-wrapper {
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.hair-service-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* PMU Section Styling (white background, like skin section) */
.pmu-service-section {
  background: #fff;
  color: #222;
  /* padding-top: 60px; */
  padding-bottom: 60px;
}

.pmu-service-section .etched-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
}

.pmu-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #222;
  letter-spacing: 1px;
}

.pmu-list {
  list-style: none;
  padding-left: 0;
}

.pmu-list li {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  transition: background 0.2s;
  color: #222;
  box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}

.pmu-list li:hover {
  background: #e9ecef;
}

.pmu-list strong {
  color: #696969;
  font-weight: 600;
}

.pmu-service-img-wrapper {
  max-width: 350px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.pmu-service-img-wrapper img {
  max-width: 90%;
  width: 100%;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* Section Heading Centered */
.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}

/* Center section paragraphs under headings */
.section-heading + p,
.section-heading + .section-desc,
.section-heading + div > p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  display: block;
}

/* For section paragraphs inside col-12 after heading */
.col-12 > .section-heading + p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  display: block;
}

/* Accessories Section White Background */
.accessories-service-section {
  background: #fff;
  color: #181818;
  padding-top: 0;
  padding-bottom: 60px;
}
.accessories-service-section .section-heading {
  color: #181818;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 2.3rem;
}
.accessories-service-section .row > div[class^="col-"] {
  background: #f8f9fa;
  border-radius: 18px;
  padding: 24px 18px;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px 0 #0001, 0 2px 12px #E8E8E811;
}
.accessories-service-section ul {
  list-style: none;
  padding-left: 0;
}
.accessories-service-section ul li {
  color: #181818;
  margin-bottom: 8px;
  font-size: 1.08rem;
  background: #fff;
  border-radius: 8px;
  padding: 6px 12px;
  transition: none;
  cursor: default;
}
.accessories-service-section ul li:hover {
  background: #fff;
  color: #181818;
}
.accessories-service-section ul li b {
  color: #696969;
  font-size: 1.13rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.accessories-service-section ul ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.accessories-service-section ul ul li {
  color: #181818;
  font-size: 1rem;
  margin-bottom: 2px;
  opacity: 0.92;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 4px 10px;
  transition: none;
}
.accessories-service-section ul ul li:hover {
  background: #f3f3f3;
  color: #181818;
  opacity: 0.92;
}

/* Luxury Treatments Section */
.luxury-treatments-section {
  background: #181818;
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
}
.luxury-treatments-section .section-heading {
  color: #E8E8E8;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 2.3rem;
}
.luxury-list {
  list-style: none;
  padding-left: 0;
}
.luxury-list > li {
  background: rgba(255,255,255,0.05);
  color: #fff;
  margin-bottom: 18px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1.13rem;
  font-weight: 500;
  transition: background 0.2s;
}
.luxury-list > li b {
  color: #E8E8E8;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}
.luxury-list ul {
  list-style: disc inside;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 18px;
  color: #E8E8E8;
  font-size: 1.05rem;
}
.luxury-list ul li {
  background: none;
  color: #fff;
  margin-bottom: 4px;
  padding: 0;
  border-radius: 0;
  font-weight: 400;
}

/* Add this CSS for .hair-list styling */
.hair-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.hair-list li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1.1em;
  font-size: 1.08rem;
  line-height: 1.6;
}

.hair-list li::before {
  /* content: '';
  position: absolute;
  left: 0.5em;
  top: 0.7em;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #E8E8E8; */
  /* Gold border for accent */
}

.hair-list strong {
  color: #E8E8E8;
  font-weight: 600;
}

/* Responsive adjustments for devices 360px wide or less */
@media (max-width: 760px) {
  .welcome-section {
    padding-top: 80px; !important
    min-height: 650px;
    aspect-ratio: unset;
    width: 100vw;
    /* margin-left: -2vw; */
    margin-right: -2vw;
  }
  .welcome-title {
    font-size: 1.5rem;
  }
  .welcome-subtitle {
    font-size: 1.1rem;
  }
  .welcome-expert {
    font-size: 1rem;
  }
  .welcome-desc {
    font-size: 0.98rem;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 98vw;
  }
  .hair-service-img-wrapper,
  .face-service-section .face-service-img-wrapper,
  .body-service-img-wrapper,
  .skin-service-section .face-service-img-wrapper,
  .eco-spa-img-wrapper,
  .pmu-service-img-wrapper,
  .wellness-service-img-wrapper {
    min-height: 180px;
    max-width: 98vw;
    margin-left: auto;
    margin-right: auto;
  }
  .hair-list li,
  .body-list li,
  .skin-list li,
  .eco-spa-list li,
  .pmu-list li,
  .wellness-list li {
    font-size: 0.98rem;
    padding-left: 1.2em;
  }
}




