
    .relaxpro-navbar {
      background: rgba(26, 26, 46, 0.95);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      padding: 0.8rem 0;
      transition: all 0.3s ease;
      z-index: 1000;

    }
    /* @media (max-width:992px){

    
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        padding-right: 40px;
    }
  } */
    .relaxpro-logo-icon {
  width: 150px;          /* size of the circle */
  height: 100px;
  border-radius: 50%;   /* makes it circular */
  overflow: hidden;     /* ensures image stays inside circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;    /* space between logo and text */
}
.fixed-top {
    padding: 0px;
    margin: 0px;
    
}
    .fixed-top {
      padding: 10px 0;
      background-color: transparent;
      transition: background-color 0.4s ease, box-shadow 0.4s ease;
      box-shadow: none;
    }

    .nav-item a {
      color: #fff;
      transition: color 0.4s ease;
         font-weight: 600;
      font-family: playfair;
    }
    .nav-item a:hover{
      color: #fff !important;
      background-color: #0056b3; 
    }

    /* Scroll hone ke baad lagne wali class */
    .navbar-scrolled {
      background-color: white !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Scroll ke baad text color black */
    .navbar-scrolled .nav-item a {
      color: #000 !important;
      font-weight: 600;
      font-family: playfair;
    }
    .navbar-scrolled .nav-item a:hover{
      color: #fff !important;
      background-color: #0056b3;
    }
.relaxpro-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* ensures image covers circle nicely */
}

    .relaxpro-navbar.scrolled {
      padding: 0.5rem 0;
      background: rgba(26, 26, 46, 0.98);
      backdrop-filter: blur(10px);
    }
    
    .relaxpro-navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: white;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
    }
    
    .relaxpro-navbar-brand:hover {
      color: #ff4a9e;
      transform: translateY(-2px);
    }
    
    
    .relaxpro-nav-link {
      color: rgba(255, 255, 255, 0.85);
      font-weight: 500;
      margin: 0 0.5rem;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      transition: all 0.3s ease;
      position: relative;
    }
    
    .relaxpro-nav-link:hover {
      color: white;
      background: rgba(255, 255, 255, 0.1);
      transform: translateY(-2px);
    }
    
    .relaxpro-nav-link.active {
      color: white;
      font-weight: 600;
    }
    
    .relaxpro-nav-link.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 20%;
      width: 60%;
      height: 3px;
      background: #ff4a9e;
      border-radius: 3px;
    }
    
    .relaxpro-navbar-toggler {
      border: none;
      padding: 0.25rem 0.5rem;
      color: white;
    }
    
    .relaxpro-navbar-toggler:focus {
      box-shadow: none;
    }
    
    .relaxpro-navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .relaxpro-video-banner {
      position: relative;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .relaxpro-video-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }
    
    .relaxpro-banner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(109, 74, 255, 0.4));
      z-index: -1;
    }
    
    .relaxpro-banner-content {
      text-align: center;
      color: white;
      max-width: 800px;
      padding: 0 2rem;
      z-index: 2;
    }
    
    .relaxpro-banner-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }
    
    .relaxpro-banner-subtitle {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      opacity: 0.9;
    }
    
    .relaxpro-typed-text {
       min-height: 120px;
    font-size: 4.3rem;
    font-weight: 700;
    color: white;
    margin: 2rem 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }
    
    .relaxpro-typed-cursor {
      font-size: 2.2rem;
      color: #ff4a9e;
    }
    
    .relaxpro-btn-banner {
      background: #ff4a9e;
      color: white;
      border: none;
      padding: 0.8rem 2rem;
      border-radius: 50px;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(255, 74, 158, 0.4);
      font-size: 1.1rem;
    }
    
    .relaxpro-btn-banner:hover {
      background: white;
      color: #6d4aff;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(255, 74, 158, 0.6);
    }
    
    .relaxpro-content-section {
      padding: 5rem 0;
    }
    
    .relaxpro-section-title {
      text-align: center;
      margin-bottom: 3rem;
      color: #1a1a2e;
      font-weight: 700;
    }
    
    .relaxpro-feature-card {
      background: white;
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
      text-align: center;
    }
    
    .relaxpro-feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .relaxpro-feature-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #6d4aff, #4a1ed9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      color: white;
      font-size: 1.8rem;
    }
    
    .relaxpro-feature-title {
      color: #1a1a2e;
      margin-bottom: 1rem;
    }
    
    .relaxpro-feature-text {
      color: #6c757d;
    }
    
    .relaxpro-product-card {
      background: white;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      height: 100%;
    }
    
    .relaxpro-product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    
    .relaxpro-product-img {
      height: 250px;
      background: linear-gradient(135deg, #6d4aff, #4a1ed9);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 4rem;
    }
    
    .relaxpro-product-body {
      padding: 1.5rem;
    }
    
    .relaxpro-product-price {
      color: #6d4aff;
      font-weight: 700;
      font-size: 1.5rem;
      margin: 1rem 0;
    }
    
    .relaxpro-btn-product {
      background: #6d4aff;
      color: white;
      border: none;
      padding: 0.6rem 1.5rem;
      border-radius: 50px;
      font-weight: 500;
      transition: all 0.3s ease;
      width: 100%;
    }
    
    .relaxpro-btn-product:hover {
      background: #4a1ed9;
      transform: translateY(-3px);
    }
    
    .relaxpro-footer {
      background: #1a1a2e;
      color: white;
      padding: 3rem 0 1.5rem;
    }
    
    .relaxpro-footer-title {
      margin-bottom: 1.5rem;
      font-weight: 600;
    }
    
    .relaxpro-footer-links {
      list-style: none;
      padding: 0;
    }
    
    .relaxpro-footer-links li {
      margin-bottom: 0.8rem;
    }
    
    .relaxpro-footer-link {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: all 0.3s ease;
    }
      
    
    .relaxpro-footer-link:hover {
      color: white;
      padding-left: 5px;
    }
    
    .relaxpro-social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      margin-right: 10px;
      color: white;
      transition: all 0.3s ease;
    }
    
    .relaxpro-social-icons a:hover {
      background: #6d4aff;
      transform: translateY(-3px);
    }
    
    .relaxpro-copyright {
      text-align: center;
      margin-top: 3rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.6);
    }
    
    .relaxpro-bg-light {
      background-color: #f8f9fa;
    }
    
    .relaxpro-main-container {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f5f7ff;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
    
    @media (max-width: 991.98px) {
      .relaxpro-navbar-nav {
        padding: 1rem 0;
      }
      .relaxpro-logo-icon {
        width: 90px;
        height: 60px;
      }
      .relaxpro-banner-content{
        padding-top: 85px !important;
      }
      
      .relaxpro-nav-link {
        margin: 0.2rem 0;
        text-align: center;
      }
      
      .relaxpro-banner-title {
        font-size: 2.5rem;
      }
      
      .relaxpro-typed-text {
        font-size: 1.8rem;
        min-height: 100px;
      }
      
      .relaxpro-typed-cursor {
        font-size: 1.8rem;
      }
    }
    
    @media (max-width: 575.98px) {
      .relaxpro-banner-title {
        font-size: 2rem;
      }
      
      .relaxpro-typed-text {
        font-size: 1.5rem;
        min-height: 80px;
      }
      
      .relaxpro-typed-cursor {
        font-size: 1.5rem;
      }
    }

    /* about */
     .about-section {
      padding: 80px 0;
    }
    /* .about-img {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 200px;
      overflow: hidden;
    } */
   .about-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* optional, rounds the corners */
    display: inline-block;
     border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 200px;
}

/* Image styling */
.about-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

/* Zoom on hover */
.about-img:hover img {
    transform: scale(1.05);
}

/* Overlay */
.about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* start off-screen left */
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.3); /* soft blue overlay */
    transition: left 0.5s ease;
    border-radius: 15px;
    z-index: 1;
}

/* Slide overlay on hover */
.about-img:hover::before {
    left: 0;
}

    .about-content h5 {
      background: #c7a04e;
      color: #fff;
      display: inline-block;
      padding: 6px 14px;
      font-size: 14px;
      letter-spacing: 1px;
      border-radius: 3px;
    }
    .about-content h2 {
      font-weight: 700;
      font-size: 36px;
      margin-top: 15px;
    }
    .about-content p {
      color: #666;
      margin-top: 15px;
      line-height: 1.7;
    }
    .stats-box {
      background-color: #c7a04e;
      color: #000;
      text-align: center;
      padding: 35px 20px;
      border-radius: 0;
    }
    .stats-box h3 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .stats-box p {
      margin: 0;
      font-size: 16px;
    }
    @media (max-width: 768px) {
      .about-img {
        border-radius: 20px;
        margin-bottom: 30px;
      }
      .about-content {
        text-align: center;
      }
    }
    /* about end */

    /* ==== Main Container =all image === */
.services-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 0;
}

/* ==== Card Design ==== */
.image-card {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: 340px;
  flex: 0 0 19.5%; /* 5 cards per row */
  transition: transform 0.4s ease;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay dark gradient */
.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));
  transition: opacity 0.4s ease;
}

/* Lift image on hover */
.image-card:hover img {
  transform: translateY(-15px) scale(1.05);
}

/* ==== Text Overlay ==== */
.image-text {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  z-index: 2;
}

.image-text h5 {
  color: #f2b356; /* golden title */
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
}

.image-text p {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.9;
  margin: 0;
}

/* ==== Button ==== */
.hover-button {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  z-index: 3;
}

.image-card:hover .hover-button {
  bottom: 15px;
  opacity: 1;
}

/* Button Style */
.hover-button button {
  background-color: #f2b356;
  color: #000;
  border: none;
  font-weight: 600;
  border-radius: 25px;
  padding: 8px 20px;
}

/* Scrollbar Style (Optional) */
.services-row::-webkit-scrollbar { height: 8px; }
.services-row::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.services-row::-webkit-scrollbar-thumb:hover { background-color: #888; }

@media (max-width:992px){
  .image-card{ flex:0 0 32%; }
}
@media (max-width:768px){
  .image-card{ flex:0 0 48%; }
}
@media (max-width:576px){
  .image-card{ flex:0 0 100%; }
}

/* ========================all image  */

/* home apontment */

 .appointment-section {
      min-height: 100vh;
      background: url("./img/contect.jpg") center/cover no-repeat fixed;
      display: grid;
      place-items: center;
      opacity: 1;
    }

    .appointment-box {
      width: min(1050px, 92vw);
      background: rgba(0, 0, 0, 0.62);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(2px);
    }

    .appointment-title {
      font-weight: 800;
      font-size: 40px;
      text-align: center;
      margin-bottom: 25px;
    }

    .appointment-form .form-control,
    .appointment-form .form-select {
      background: transparent !important;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.55);
      border-radius: 0;
      padding: 12px 16px;
    }

    /* .appointment-form .form-select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3E%3C/svg%3E") !important;
    } */

    .appointment-form .form-control::placeholder {
      color: rgba(255, 255, 255, 0.75);
    }

    .appointment-form .form-control:focus,
    .appointment-form .form-select:focus {
      box-shadow: none;
      border-color: #fff;
    }

    .appointment-btn {
      background: #000;
      color: #fff;
      border: 1px solid #000;
      border-radius: 0;
      padding: 12px 18px;
      width: 100%;
      transition: all 0.3s ease;
    }

    .appointment-btn:hover {
      background: #111;
    }

    .appointment-row {
      row-gap: 16px;
    }
/* home apontment---end--- */
/* ====best relax========= */
 /* ====== SPA SECTION ====== */
  .spa-wrap {
    padding: 48px 0;
  }

  .spa-wrap .spa-img-holder {
    border-radius: 28px;
    overflow: hidden;
  }

  @media (min-width: 992px) {
    .spa-wrap .spa-img-holder {
      border-radius: 220px 0 220px 0;
    }
  }

  .spa-wrap .spa-img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
  }

  .spa-wrap .spa-panel {
    background: #d9b24f;
    padding: 28px;
    border-radius: 6px;
  }

  .spa-wrap .spa-tag {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .spa-wrap .spa-title {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #000;
  }

  .spa-wrap .spa-desc {
    line-height: 1.75;
    margin-bottom: 16px;
    color: #222;
  }

  .spa-wrap .spa-hours {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
  }

  .spa-wrap .spa-hours li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
  }

  .spa-wrap .spa-hours li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
  }

  .spa-wrap .btn-book {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-weight: 700;
  }

  .spa-wrap .btn-book:hover {
    background: #333;
  }
  .btn{
    border: 1px solid;
    color: #fff
  }

  /* ====== RESPONSIVE ====== */
  @media (min-width: 768px) {
    .spa-wrap .spa-panel {
      padding: 36px;
    }
    .spa-wrap .spa-title {
      font-size: 2.1rem;
    }
  }

  @media (min-width: 992px) {
    .spa-wrap .spa-panel {
      margin-left: -150px;
      padding: 22px 56px;
    }
  }

  @media (min-width: 1200px) {
    .spa-wrap .spa-panel {
      margin-left: -120px;
    }
    .spa-wrap .spa-title {
      font-size: 2.35rem;
    }
  }
/* best relax================ */
/* enquary now button image */

    /* 🌿 Main wrapper */
.main-wrapper {
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), /* dark overlay */
    url(./img/bg-massager.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}


    /* 🌼 Left image section */
    /* .left-image-container {
      flex: 1;
      max-width: 45%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .left-image-container img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    } */

    .left-image-container {
    flex: 1;
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* needed for overlay */
    overflow: hidden;   /* hide overlay overflow */
    border-radius: 12px; /* optional, match image */
}

/* Image styling */
.left-image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    display: block;
}

/* Image zoom on hover */
.left-image-container:hover img {
    transform: scale(1.05);
}

/* Overlay */
.left-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* start off-screen left */
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.3); /* soft blue overlay */
    border-radius: 12px;
    transition: left 0.5s ease;
    z-index: 1;
}

/* Slide overlay in on hover */
.left-image-container:hover::before {
    left: 0;
}

    /* 💆 Right swiper card section */
    .card-section {
      flex: 1;
      max-width: 50%;
      background-color: #e9bc45;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
      position: relative;
      z-index: 2;
    }

    .swiper {
      width: 100%;
      overflow: hidden;
    }

    .service-box {
      background-color: #f3cf5c;
      padding: 20px;
      border: 1px solid #000;
      border-radius: 10px;
    }

    .service-title {
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      margin-bottom: 10px;
    }

    .price-row {
      display: flex;
      border-top: 1px solid #000;
      margin-top: 10px;
      padding-top: 10px;
      justify-content: space-between;
      text-align: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .price-col {
      flex: 1;
      min-width: 45%;
      border-right: 1px solid #000;
      padding: 5px;
    }

    .price-col:last-child {
      border-right: none;
    }

    .price-label {
      font-size: 14px;
    }

    .price-value {
      font-size: 24px;
      font-weight: bold;
    }

    .enquiry-btn {
      background-color: #000;
      color: #fff;
      padding: 6px 16px;
      text-decoration: none;
      display: inline-block;
      margin-top: 8px;
      font-size: 12px;
      border-radius: 20px;
    }

    /* Swiper Controls */
    .swiper-button-next,
    .swiper-button-prev {
      color: #000;
    }
     #card1{
      margin-left: -80px;
     }
     @media (max-width:768px){
      #card1{
        margin-left: 0px;
      }
     }
    /* 📱 Responsive Design */
    @media (max-width: 992px) {
      .main-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        height: auto;
      }

      .left-image-container,
      .card-section {
        max-width: 100%;
      }

      .left-image-container {
        order: 1;
      }

      .card-section {
        order: 2;
      }

      .price-row {
        flex-direction: column;
        align-items: center;
      }

      .price-col {
        border-right: none;
        border-bottom: 1px solid #000;
        width: 100%;
      }

      .price-col:last-child {
        border-bottom: none;
      }

      .price-value {
        font-size: 22px;
      }
    }
    
/* enquary now end */
/* review */
 /* ---------- Section Wrapper ---------- */
    .testimonial-section {
      background: #fff;
      padding: 64px 0;
      font-family: 'Inter', sans-serif;
    }

    .testimonial-wrapper {
      max-width: 1220px;
    }

    /* ---------- Left Image ---------- */
    .testimonial-photo {
  position: relative;
  overflow: hidden;
  border-radius: 220px 0 220px 0;
}

/* Blue overlay layer */
.testimonial-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.4); /* soft blue overlay */
  transition: left 0.5s ease;
  border-radius: 15px;
  z-index: 1;
}

/* Move overlay from left to right on hover */
.testimonial-photo:hover::before {
  left: 0;
}

/* Slight zoom effect for image */
.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  border-radius: 15px;
}

.testimonial-photo:hover img {
  transform: scale(1.1);
}

    /* ---------- Right Box ---------- */
    .testimonial-box {
      position: relative;
      background: #fff;
      border-radius: 0 40px 40px 0;
      padding: 48px 56px;
      min-height: 520px;
      border: 1px solid #eee;
    }

    /* ---------- Typography ---------- */
    .testimonial-badge {
      display: inline-block;
      font-size: 13px;
      letter-spacing: 0.08em;
      background: #f3d357;
      color: #241e00;
      padding: 6px 12px;
      border-radius: 6px;
      font-weight: 700;
    }

    .testimonial-title {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.15;
      color: #000;
      margin: 14px 0 6px;
    }

    /* ---------- Client Info ---------- */
    .testimonial-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 16px 0 10px;
    }
    .testimonial-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      overflow: hidden;
      flex: 0 0 48px;
    }
    .testimonial-role {
      color: #6b6b6b;
      font-size: 15px;
      margin-top: -4px;
    }

    .testimonial-text {
      color: #444;
      margin-top: 10px;
      line-height: 1.75;
      font-size: 16px;
    }

    /* ---------- Quote Icon ---------- */
    .testimonial-quote {
      position: absolute;
      right: 28px;
      top: 22px;
      font-size: 56px;
      color: #000;
      opacity: 0.95;
    }

  .testimonial-indicators button {
  width: 38px;
  height: 28px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: all 0.35s ease;
  box-shadow: 0 0 0 2px transparent inset;
}

.testimonial-indicators button.active {
  width: 54px;                /* click hone par width badh jayegi */
  box-shadow: 0 0 0 2px #000 inset;
  transition: all 0.35s ease;
}

    /* ---------- Responsive ---------- */
    @media (max-width: 991.98px) {
      .testimonial-photo {
        height: 400px;
        border-radius: 30px 30px 0 0;
      }
      .testimonial-box {
        border-radius: 0 0 30px 30px;
        padding: 32px;
        min-height: auto;
      }
      .testimonial-title {
        font-size: 34px;
      }
    }
/* review--end */
/* map */
.fw-bold{
  font-size: 40px;
  font-family: playfair;
  font-weight: 700;
}
  .divider-line {
      width: 80px;               /* line ka width */
      height: 3px;               /* line ki thickness */
      background-color: #000;    /* line ka color */
      margin: 10px auto 0;       /* center me line */
      border-radius: 2px;        /* thoda rounded edge */
    }
  .map-container {
      position: relative;
      width: 100%;
      height: 450px; /* map height */
      overflow: hidden;
    }
    .map-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
/* map---end */

/* scroll image  */
.slider-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-top: 110px; /* space for image moving up */
    }

    .card-row {
      display: flex;
      /* gap: 20px; */
      animation: slide 20s linear infinite;
    }

    @keyframes slide {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); } /* adjust based on total width */
    }

    .card {
      flex: 0 0 auto;
      width: 18rem;
      border-radius: 10px;
      position: relative;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      cursor: pointer;
      overflow: visible;
      background: #fff;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-20px);
      animation-play-state: paused; /* pause sliding on hover */
    }

    .card-image-wrapper {
      position: relative;
      overflow: visible;
    }

    .card-image-wrapper img {
      width: 100%;
      display: block;
      /* border-radius: 10px 10px 0 0; */
      transition: transform 0.5s ease;
    }

    .card-overlay {
      position: absolute;
      top: 175px;
      left: 70px;
      color: #fff;
      text-shadow: 0 2px 5px rgba(0,0,0,0.5);
      transition: transform 0.5s ease;
    }

    .card-overlay h3 {
      margin: 0 0 5px;
      font-size: 1.2rem;
      color: #B0E0E6;
    }

    .card-overlay p {
      margin: 0;
      font-size: 0.9rem;
    }

    .card-body {
      position: absolute;
      bottom: -100%;
      left: 0;
      
      background: rgba(255,255,255,0.95);
      padding: 20px;
      text-align: center;
      transition: bottom 0.5s ease, opacity 0.5s ease;
      opacity: 0;
      z-index: 1;
    }

    .card:hover .card-image-wrapper img,
    .card:hover .card-overlay {
      transform: translateY(-90px);
    }

    .card:hover .card-body {
      bottom: 0;
      opacity: 1;
    }

    .btn {
      display: inline-block;
      padding: 8px 16px;
      background: #007bff !important;
      color: #fff !important;
      border-radius: 5px;
     
      text-decoration: none;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #0056b3;
    }
/* scroll image end */
/* devider line  */
    /* Optional: full-screen vertical centering */
    .center-screen {
      min-height: auto;
      display: flex;
      align-items: center;     /* vertical center */
      justify-content: center; /* horizontal center */
    }

    /* Divider style (customize thickness/colour/width) */
    .divider {
      width: 120px;
      height: 3px;
      background: #333;
      border-radius: 2px;
      margin: 0.75rem auto 0; /* centered and small top spacing */
      opacity: 0.9;
    }

    /* Small spacing between elements */
    .stack-gap > * + * {
      margin-top: 0.75rem;
    }
/* devider line end */

/* ==================================================================salon===================================page=========== */
    .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1560066984-138dadb4c035?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
            height: 100vh;
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
        }
        
        .hero-section h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        
        .hero-section p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
        }
        
        .btn-primary {
            background-color: var(--primary-color);
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
       
        .btn-primary:hover {
            background-color: #b8941f;
            transform: translateY(-3px);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            color: var(--dark-color);
        }
        .img1{
          border-radius: 220px 0 220px 0;
        }
        .img-fluid{
              width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
        }
        .section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: var(--primary-color);
            margin: 10px auto;
        }
        
        /* Section Title */
.bs-section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: 700;
    color: #333;
}

/* Service Cards */
.bs-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* blue overlay layer */
.bs-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.4);
  transition: left 0.5s ease;
  border-radius: 0px;
  z-index: 0;
}

/* bring overlay in on hover */
.bs-service-card:hover::before {
  left: 0;
}

/* slight zoom + glow */
.bs-service-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

/* content above overlay */
.bs-service-card * {
  position: relative;
  z-index: 1;
}

/* optional icon color and spacing */
.bs-service-icon i {
  color: #007bff;
  transition: color 0.3s ease;
}

.bs-service-card:hover .bs-service-icon i {
  color: #fff;
}


.bs-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Service Icons */
.bs-service-icon {
    font-size: 3rem;
    color: #ff4081; /* Primary color for icons */
    margin-bottom: 20px;
}

/* Service Card Headings */
.bs-service-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

/* Service Card Paragraphs */
.bs-service-card p {
    font-size: 0.95rem;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bs-service-card {
        margin-bottom: 30px;
    }
}

        .about-section {
            padding: 100px 0;
            background-color: #f9f9f9;
        }
        
     .team-member {
    text-align: center;
    margin-bottom: 30px;
}

/* Circular image container */
.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 5px solid var(--primary-color);
    transition: transform 0.5s ease;
    position: relative;
}

/* Overlay on image */
.team-member img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* start off-screen left */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.3); /* soft blue */
    transition: left 0.5s ease;
    z-index: 1;
}

/* Hover effects */
.team-member img:hover {
    transform: scale(1.1);
}

.team-member img:hover::after {
    left: 0; /* slide overlay in from left */
}

        
        .testimonial-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-info img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
        }
        
     .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Image zoom on hover */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Overlay setup */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: -100%; /* start off-screen left */
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.4); /* soft blue overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: left 0.5s ease;
}

/* Overlay slides in on hover */
.gallery-item:hover .gallery-overlay {
    left: 0;
}

/* Optional: text animation */
.gallery-overlay h5 {
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay h5 {
    opacity: 1;
    transform: translateY(0);
}

        
        
        .contact-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1560448204-603b3fc33ddc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
            color: white;
            padding: 100px 0;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-info i {
            color: var(--primary-color);
            margin-right: 10px;
            font-size: 1.2rem;
        }
        
/* ===============================salon=====================page======================================end===================== */


/* ==========================spa=============================page================= */
  /* Section Titles */
        .ak-spa-section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
            color: #000;
        }

        .ak-spa-section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: #d4b896;
        }

        .ak-spa-section-title-center {
            text-align: center;
        }

        .ak-spa-section-title-center::after {
            left: 50%;
            transform: translateX(-50%);
        }

        /* Service Cards */
        .ak-spa-service-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.4s, box-shadow 0.4s;
            height: 100%;
            background: #ffffff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .ak-spa-service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .ak-spa-service-icon {
            font-size: 2.5rem;
            color: #8b7355;
            margin-bottom: 1rem;
        }

        /* Testimonial Cards */
        .ak-spa-testimonial-card {
            border-left: 4px solid #8b7355;
            /* background: #f5f0e6; */
            border-radius: 0 10px 10px 0;
        }

        /* Team Cards */
        .ak-spa-team-card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .ak-spa-team-card:hover {
            transform: scale(1.03);
        }

        /* Background Variants */
        /* .ak-spa-bg-light {
           background-color: #f5f0e6; 
        } */

        /* Buttons */
        .ak-spa-btn-primary {
            background-color: #8b7355;
            border-color: #8b7355;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s;
        }

        .ak-spa-btn-primary:hover {
            background-color: #7a6348;
            border-color: #7a6348;
            transform: translateY(-2px);
        }

        .ak-spa-btn-outline {
            border: 2px solid #3a3a3a;
            color: #3a3a3a;
            padding: 12px 30px;
            font-weight: 600;
        }

        .ak-spa-btn-outline:hover {
            background-color: #8b7355;
            color: white;
            border-color: #8b7355;
        }

        /* Footer */
        .ak-spa-footer {
            background-color: #3a3a3a;
            color: white;
        }

        /* Social Icons */
        .ak-spa-social-icon {
            font-size: 1.5rem;
            color: #d4b896;
            transition: color 0.3s;
            margin: 0 10px;
        }

        .ak-spa-social-icon:hover {
            color: white;
        }

        /* Gallery */
        .ak-spa-gallery-item {
            overflow: hidden;
            border-radius: 10px;
            position: relative;
        }

        .ak-spa-gallery-item img {
              width: 100%;
              height: 100%;
              object-fit: cover;
               transition: transform 0.5s ease;
            
        }
        .ak-spa-gallery-item::before{
            content: "";
            position: absolute;
             top: 0;
              left: -100%;
              width: 100%;
               height: 100%;
                background: rgba(0, 123, 255, 0.4); /* soft blue */
                transition: left 0.5s ease;
        }
            .ak-spa-gallery-item:hover::before {
                left: 0;
              }

        /* .ak-spa-gallery-item:hover img {
            transform: scale(1.1);
        } */

        /* Price Tag */
        .ak-spa-price {
            background-color: #8b7355;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
            margin-top: 10px;
        }

        /* Feature Icons */
        .ak-spa-feature-icon {
            width: 70px;
            height: 70px;
            /* background-color: #f5f0e6; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.8rem;
            color: #8b7355;
        }

        /* Team Section */
        .ak-spa-team-member {
            text-align: center;
        }

        .ak-spa-team-img {
            border-radius: 50%;
            width: 150px;
            height: 150px;
            object-fit: cover;
            margin-bottom: 15px;
            /* border: 5px solid #f5f0e6; */
        }

        /* Form Styles */
        .ak-spa-form-control {
            border-radius: 5px;
            border: 1px solid #ddd;
            padding: 12px 15px;
            margin-bottom: 15px;
        }

        .ak-spa-form-control:focus {
            border-color: #8b7355;
            box-shadow: 0 0 0 0.25rem rgba(139, 115, 85, 0.25);
        }
/* ====================spa==================page======================end================ */

  #scrollTopBtn {
      position: fixed;
      bottom: 40px;
      right: 40px;
      display: none;
      z-index: 99;
    }