/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #d2571f;
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #d2571f !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .6); */
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background:#db621a;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background:#db621a;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #db621a;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #db621a;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 120px;
        object-fit: cover;
    }

    .carousel-control-next, .carousel-control-prev  {

        width: 35px;
    height: 35px;
    margin-top:-150px;
    }


    .fact{
            margin-top: -270px;
    }
    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
background: linear-gradient(rgb(247 92 0 / 88%), rgb(210 87 31 / 80%)), url(../img/banner1.png) center center no-repeat;    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}












/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #f4f7f6;
    padding: 50px 0 0;
    /* font-family: Arial, sans-serif; */
        border-top: 2px dotted #f39c12;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

/* Headings */
.footer h4 {
    color: #db621a;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Links */
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #db621a;
    padding-left: 5px;
}

/* Address */
.footer p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Social Icons */
.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #db621a;
    color: #db621a;
    margin-right: 8px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #db621a;
    color: #fff;
}

/* Bottom Bar */
.footer-bottom {
    background: #db621a;
    color: #fff;
    padding: 15px 0;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom span {
    font-weight: bold;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px) {

    .footer {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 15px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 10px;
    }
}

/*** Footer End ***/






.logo-img {
  height: 140px !important;        /* default desktop height */
  width: auto;         /* keeps aspect ratio */
  max-width: 100%;
  margin-top:-7px;
  margin-bottom: -7px;
}

/* Tablet */
@media (max-width: 992px) {
  .logo-img {
    height: 45px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo-img {
    height: 120px;
  }
}







  .container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 28px;
    }

    
    /* Section general */
    section {
      padding: 80px 0;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: 800;
      text-align: center;
      margin-bottom: 56px;
      color: #db621a;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      font-family: "Saira", sans-serif;
    }
    .section-title i {
      color: #b47c5c;
      font-size: 2.2rem;
    }

    /* ===== UNIQUE SERVICE CARDS WITH IMAGES ===== */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 40px;
    }
    .service-card-image {
      background: #ffffff;
      border-radius: 40px;
      overflow: hidden;
      transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.08);
      border: 1px solid #f3e5db;
      backdrop-filter: blur(0px);
    }
    .service-card-image:hover {
      transform: translateY(-12px);
      box-shadow: 0 28px 40px -15px rgba(110, 70, 48, 0.2);
      border-color: #e7cfbf;
    }
    .service-img-wrapper {
      height: 230px;
      overflow: hidden;
      position: relative;
    }
    .service-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      display: block;
    }
    .service-card-image:hover .service-img-wrapper img {
      transform: scale(1.05);
    }
    .service-badge {
      position: absolute;
      top: 18px;
      right: 18px;
      background: rgba(255,255,240,0.9);
      backdrop-filter: blur(4px);
      border-radius: 60px;
      padding: 6px 14px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #7a553c;
      /* font-family: monospace; */
      letter-spacing: 0.5px;
    }
    .service-content {
      padding: 24px 24px 28px;
      text-align: center;
    }
    .service-content h3 {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: #db621a;
      /* display: flex; */
        text-align: center;
      gap: 10px;
    }
    .service-content h3 i {
      font-size: 1.5rem;
      color: #b87a56;
    }
    .service-desc {
      color: #5e4f42;
      line-height: 1.5;
      margin-bottom: 20px;
      font-size: 0.98rem;
    }
    .service-tag {
      display: inline-block;
      background: #f7ede5;
      padding: 6px 16px;
      border-radius: 40px;
      font-size: 0.75rem;
      font-weight: 600;
      color: #a06e4e;
    }

  
    @media (max-width: 720px) {
      .hero-content h1 { font-size: 2.3rem; }
      .section-title { font-size: 2rem; }
      .services-grid { gap: 28px; }
      .service-content h3 { font-size: 1.4rem; }
    }



    
    /* main section container */
    .spa-benefits {
     max-width: 1200px; /* or 1000px for tighter look */
      margin: 0 auto;
      padding: 5rem 2rem 6rem 2rem;
      position: relative;
      isolation: isolate;
    }

    /* background organic shapes */
    .bg-organic {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      overflow: hidden;
      pointer-events: none;
    }
    .bg-organic::before {
      /* content: "🌸"; */
      font-size: 320px;
      position: absolute;
      bottom: -80px;
      left: -80px;
      opacity: 0.08;
      transform: rotate(15deg);
      font-family: monospace;
    }
    .bg-organic::after {
      content: "🍃";
      font-size: 260px;
      position: absolute;
      top: 10%;
      right: -60px;
      opacity: 0.06;
      transform: rotate(25deg);
      font-family: monospace;
    }

    /* header styling */
    .benefits-header {
      text-align: center;
      margin-bottom: 4rem;
      position: relative;
    }
    .subheading {
      font-size: 0.85rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: white;
      font-weight: 500;
      margin-bottom: 1rem;
      display: inline-block;
           background: rgb(219 98 26);
      padding: 0.3rem 1.2rem;
      border-radius: 60px;
      backdrop-filter: blur(2px);
    }
    .main-title {
          font-family: "Saira", sans-serif;
      font-size: 3.6rem;
      font-weight: 600;
      color: #db621a;
      letter-spacing: -0.01em;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.8rem;
      flex-wrap: wrap;
    }
    .main-title i {
      font-size: 2.8rem;
      color: #e2b48c;
      font-weight: 300;
    }
    .title-underline {
      width: 90px;
      height: 2px;
      background: linear-gradient(90deg, #e8c7b0, #cd9f7c, #e8c7b0);
      margin: 1rem auto 0;
      border-radius: 4px;
    }
    .section-description {
      max-width: 560px;
      margin: 1.2rem auto 0;
      color: #7c6354;
      font-weight: 400;
      font-size: 1.05rem;
      line-height: 1.5;
    }

    /* responsive grid — modern card with glassmorphism + depth */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
      gap: 2rem;
      margin: 2.5rem 0 1rem;
    }

    /* card design — luxurious, soft & interactive */
    .benefit-card {
      background: rgba(255, 252, 248, 0.96);
      backdrop-filter: blur(0px);
      border-radius: 2.5rem;
      padding: 2rem 1.8rem 2rem 2rem;
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      border: 1px solid rgba(224, 192, 168, 0.3);
      box-shadow: 0 15px 35px -12px rgba(58, 38, 28, 0.08);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    /* decorative corner accent */
    .benefit-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      background: radial-gradient(circle at 0% 0%, rgba(236, 192, 162, 0.18), transparent 70%);
      border-radius: 0 0 50% 0;
      pointer-events: none;
    }

    .benefit-card:hover {
      transform: translateY(-12px);
      background: #ffffff;
      border-color: #e9cfbb;
      box-shadow: 0 32px 48px -20px rgba(85, 55, 40, 0.25);
    }

    /* icon wrapper — elevated style */
    .icon-circle {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #fff6ef, #fceedf);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.8rem;
      transition: 0.25s ease;
      box-shadow: 0 8px 14px -6px rgba(158, 108, 73, 0.12);
      border: 1px solid rgba(220, 180, 144, 0.3);
    }
    .benefit-card:hover .icon-circle {
      background: linear-gradient(135deg, #ffe8dc, #f9e0ce);
      transform: scale(1.02);
      box-shadow: 0 12px 18px -8px rgba(162, 106, 68, 0.2);
    }
    .icon-circle i {
      font-size: 2.2rem;
      color: #db621a;
      transition: 0.2s;
    }
    .benefit-card:hover .icon-circle i {
      color: #db621a;
      transform: scale(1.02);
    }

    .benefit-title {
      /* font-family: 'Cormorant Garamond', serif; */
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.3px;
      color: #3f2a1f;
      margin-bottom: 0.75rem;
      line-height: 1.25;
    }

    .benefit-desc {
      font-size: 0.95rem;
      line-height: 1.55;
      color: #6f5544;
      font-weight: 400;
      margin-top: 0.25rem;
      margin-bottom: 0;
    }

    /* subtle wellness tag inside card (extra design) */
    .wellness-tag {
      margin-top: 1.5rem;
      font-size: 0.7rem;
      letter-spacing: 0.5px;
      color: #c39373;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
      opacity: 0.7;
      transition: 0.2s;
    }
    .benefit-card:hover .wellness-tag {
      opacity: 1;
      color: #b47c56;
    }
    .wellness-tag i {
      font-size: 0.7rem;
    }

    /* divider with floral charm */
    .floral-divider {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-top: 4rem;
      align-items: center;
      flex-wrap: wrap;
    }
    .divider-line {
      height: 1px;
      width: 80px;
      background: linear-gradient(90deg, transparent, #e2bea2, #e2bea2, transparent);
    }
    .divider-icon {
      color: #dfb48c;
      font-size: 1.2rem;
      letter-spacing: 4px;
    }

    /* fully responsive */
    @media (max-width: 780px) {
      .spa-benefits {
        padding: 3rem 1.5rem 4rem 1.5rem;
      }
      .main-title {
        font-size: 2.5rem;
        gap: 0.4rem;
      }
      .main-title i {
        font-size: 2rem;
      }
      .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
      }
      .benefit-card {
        padding: 1.6rem 1.5rem;
      }
      .icon-circle {
        width: 60px;
        height: 60px;
      }
      .icon-circle i {
        font-size: 1.8rem;
      }
      .benefit-title {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 480px) {
      .subheading {
        font-size: 0.7rem;
        letter-spacing: 2px;
      }
      .main-title {
        font-size: 2rem;
      }
      .section-description {
        font-size: 0.9rem;
      }
      .benefit-desc {
        font-size: 0.9rem;
      }
    }

    /* additional interactive micro */
    .benefit-card:focus-within {
      outline: 2px solid #e2bc9a;
      outline-offset: 2px;
      transform: scale(0.99);
    }

    /* subtle animation on load */
    @keyframes fadeUp {
      0% {
        opacity: 0;
        transform: translateY(18px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .benefit-card {
      animation: fadeUp 0.5s ease backwards;
    }
    .benefit-card:nth-child(1) { animation-delay: 0.05s; }
    .benefit-card:nth-child(2) { animation-delay: 0.1s; }
    .benefit-card:nth-child(3) { animation-delay: 0.15s; }
    .benefit-card:nth-child(4) { animation-delay: 0.2s; }
    .benefit-card:nth-child(5) { animation-delay: 0.25s; }
    .benefit-card:nth-child(6) { animation-delay: 0.3s; }



    
/* Container */
.faq-section {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    gap: 30px;
    padding: 20px;
}

/* Left FAQ */
.faq-left {
    flex: 1;
}

.faq-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0b3d3b;
}

/* Accordion */
.faq-item {
        background: #db621a;
    color: white;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
        background: #db621a;
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.faq-answer p {
    padding: 10px 0;
    margin: 0;
    color: #555;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 150px;
}

.faq-icon {
    font-size: 20px;
}

/* Right Image */
.faq-right {
    flex: 1;
}

.faq-right img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section {
        flex-direction: column;
    }

    .faq-title {
        font-size: 26px;
        text-align: center;
    }
}



.sarva-video-bg iframe{
     width:100%;
}
.sarva-video-bg iframe{
          position:absolute;
    top:50%;
    left:50%;
    width:100%; /* CHANGE */
    height:56.25vw;
    min-height:100%;
    min-width:100%;
    transform:translate(-50%, -50%);
    pointer-events:none;
}

.sarva-cta-wrap{
    position:relative;
    width:100vw;
    min-height:360px;
    overflow:hidden;
}

/* VIDEO BACKGROUND */
.sarva-video-bg{
    position:absolute;
    inset:0;
    z-index:0;
}

.sarva-video-bg iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw; /* 16:9 */
    min-height:100%;
    min-width:177.77vh;
    transform:translate(-50%, -50%);
    pointer-events:none;
}

/* DARK GRADIENT OVERLAY */
.sarva-cta-wrap::before{
    content:'';
    position:absolute;
    inset:0;
   background: linear-gradient(90deg, #db621a9e, rgb(234 138 34));
    z-index:1;
}

/* Content */
.sarva-cta-box{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
    text-align:center;
    color:#fff;
}

/* Title */
.sarva-cta-box h2{
    font-size:42px;
    margin-bottom:15px;
    font-weight:700;
}

/* Subtitle */
.sarva-cta-box p{
    font-size:18px;
    line-height:1.6;
    opacity:0.95;
    margin-bottom:35px;
}

/* Buttons */
.sarva-cta-btns{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:45px;
      margin-top:45px;
}
.sarva-btn-main{
   background: #faac36;
    color: #ffffff;
    padding:14px 28px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.sarva-btn-main:hover{
    background:#faa21c;
    color:#fff;
}

.sarva-btn-alt{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    padding:14px 28px;
    border:2px solid rgba(255,255,255,0.5);
    border-radius:30px;
    transition:0.3s;
}



/* Section */
.testimonial-section{
    padding:60px 20px;
    text-align:center;
background: linear-gradient(rgb(219 98 26), rgb(219 98 26 / 91%)), url(../img/portfolio-1.jpg) center / cover;
    color:#fff;
}

.testimonial-section h2{
    margin-bottom:40px;
    font-size:32px;
}

/* Carousel */
.carousel-container{
    max-width:1200px;
    margin:auto;
    overflow:hidden;
}

.carousel-track{
    display:flex;
    transition:0.5s ease-in-out;
}

/* Card */
.testimonial-card{
    min-width:33.33%;
    background:#fff;
    margin:0 10px;
    padding:30px 20px;
    border-radius:12px;
    color:#333;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.testimonial-card img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.testimonial-card p{
    font-size:15px;
    margin-bottom:15px;
    line-height:1.6;
}

.testimonial-card h4{
        color: #db641d;
}

/* Buttons */
.carousel-btns{
    margin-top:30px;
}

.carousel-btns button{
    background:#fff;
        color: #db641d;
    border:none;
    padding:12px 18px;
    border-radius:50%;
    font-size:20px;
    cursor:pointer;
    margin:0 10px;
    transition:0.3s;
}

.carousel-btns button:hover{
    background:#007bff;
    color:#fff;
}

/* Responsive */
@media(max-width:900px){
    .testimonial-card{
        min-width:50%;
    }
}

@media(max-width:600px){
    .testimonial-card{
        min-width:100%;
    }

    .testimonial-section h2{
        font-size:26px;
    }
}


/* Section */
.clients-section{
    padding:60px 20px;
    text-align:center;
    background:#f7f9fc;
}

/* Heading */
.clients-section h2{
    font-size:32px;
    margin-bottom:40px;
    font-weight:700;
}

/* Wrapper */
.clients-wrapper{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    position:relative;
}

/* Slider */
.clients-slider{
    overflow:hidden;
    width:100%;
}

.clients-track{
    display:flex;
    transition:transform 0.5s ease;
}

/* Card */
.client-card{
    flex:0 0 20%;
    padding:15px;
}

.client-card img{
    width:100%;
    height:80px;
    object-fit:contain;
    /* border:1px solid #ff7a00; */
    border-radius:12px;
    padding:15px;
    background:#fff;
    transition:0.3s;
       box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.client-card img:hover{
    transform:scale(1.05);
}


/* Gallery Section */
.gallery-section{
    padding:60px 20px;
    background:#ffffff;
}

.gallery-title{
    text-align:center;
    font-size:36px;
    font-weight:700;
    color:#de6f2d;;
    margin-bottom:40px;
}

/* Grid Layout */
.gallery-grid{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    max-width:1200px;
    margin:auto;
}

/* Image Box */
.gallery-item{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:0.4s;
}

/* Hover Effect */
.gallery-item:hover img{
    transform:scale(1.1);
}

/* Tablet */
@media(max-width:992px){
    .gallery-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media(max-width:576px){
    .gallery-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-title{
        font-size:26px;
    }
}


/* Container */
.containerx {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

/* Top Contact Cards */
.contact-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.contact-box {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #db621a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 22px;
}

.contact-box h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.contact-box p {
    margin: 5px 0 0;
    color: #db621a;
    font-weight: bold;
}

/* Main Section */
.contact-main {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Form */
.form-section {
    flex: 1;
    min-width: 300px;
}

.form-group {
    margin-bottom: 15px;
}

input, select {
    width: 100%;
    padding: 12px;
    border: none;
    background: #e6edf3;
    border-radius: 5px;
    font-size: 14px;
}

 .btnx {
    width: 100%;
    padding: 12px;
    background: #db621a;
    border: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

/* Map */
.map-section {
    flex: 1;
    min-width: 300px;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    border-radius: 8px;
}

 
/* Responsive */
@media (max-width: 768px) {
    .contact-top {
        flex-direction: column;
    }

    .contact-main {
        flex-direction: column;
    }
}


.mv-section {
    background: #f5f7fb;
    padding: 60px 0;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 40px;
}

.mv-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.mv-card {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Top Orange Border */
.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f39c12;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.mv-icon {
    font-size: 28px;
    color: #f39c12;
    margin-bottom: 15px;
}

.mv-card p {
    color: #6c757d;
    line-height: 1.7;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .mv-wrapper {
        flex-direction: column;
    }

    .section-title {
        font-size: 26px;
    }
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FEFAF5;
  /* font-family: 'Inter', sans-serif; */
  color: #2C2418;
  line-height: 1.5;
}

/* Section */
.approach-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
  position: relative;
  background: linear-gradient(125deg, #FFF9F2 0%, #FEF5EA 100%);
}

/* Background Decor */
.approach-section::before {
  content: "🌿";
  font-size: 220px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.04;
  transform: rotate(-15deg);
}

.approach-section::after {
  content: "🍃";
  font-size: 160px;
  position: absolute;
  top: 10%;
  left: -30px;
  opacity: 0.04;
  transform: rotate(25deg);
}

/* Header */
.approach-header {
  text-align: center;
  margin-bottom: 3.8rem;
  position: relative;
  z-index: 2;
}

.approach-header .tag {
  display: inline-block;
      background: #db621a;
    color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.approach-header h2 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 3rem;
  font-weight: 700;
  color: #db621a;
  margin-bottom: 1rem;
}

.approach-header .lead {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.08rem;
  color: #6F5A47;
  border-top: 1px solid #EADBCB;
  padding-top: 1rem;
  display: inline-block;
}

/* ✅ UPDATED GRID (Smaller Cards + Centered) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 280px));
  justify-content: center;
  gap: 2rem;
  margin: 3rem 0 2rem;
}

/* Card */
.value-card {
  background: #FFFFFFE6;
  border-radius: 2rem;
  padding: 1.8rem;
  transition: all 0.35s ease;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid #F3E9DF;
  position: relative;
  overflow: hidden;
}

/* Hover */
.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px -14px rgba(70, 40, 20, 0.12);
  background: #FFFFFF;
  border-color: #E6D5C4;
}

/* Bottom Line Effect */
.value-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, #DDBF9B, #C7A074, #E7CDAE);
  border-radius: 4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.value-card:hover::after {
  transform: scaleX(1);
}

/* Icon */
.icon-circle {
  width: 58px;
  height: 58px;
  background: #F7F0E8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #AA7B54;
}

.value-card:hover .icon-circle {
  background: #F1E5DA;
  color: #7D593C;
}

/* Title */
.value-card h3 {
   font-size: 18px;
  margin-bottom: 0.8rem;
  color: #3A2A1D;
}

/* Text */
.value-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5A4A3A;
  text-align: justify;
}

/* Highlight */
.highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #B48A60;
  border-top: 1px dashed #F0E3D7;
  padding-top: 1rem;
}

/* Footer Note */
.signature-note {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #9E846C;
  border-top: 1px solid #EFE3D8;
  padding-top: 2rem;
}

.signature-note span i {
  margin-right: 6px;
  color: #C29A70;
}

.floating-quote {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  background: #FBF5ED;
  padding: 0.4rem 1.2rem;
  border-radius: 60px;
}

/* Animation */
@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(18px);}
  100% { opacity: 1; transform: translateY(0);}
}

.value-card {
  animation: fadeSlide 0.5s ease forwards;
  opacity: 0;
}

.value-card:nth-child(1) { animation-delay: 0.05s; }
.value-card:nth-child(2) { animation-delay: 0.1s; }
.value-card:nth-child(3) { animation-delay: 0.15s; }
.value-card:nth-child(4) { animation-delay: 0.2s; }
.value-card:nth-child(5) { animation-delay: 0.25s; }

/* Responsive */
@media (max-width: 768px) {
  .approach-header h2 {
    font-size: 2rem;
  }
}



    /* why choose + benefits elegant */
    .dual-wellness {
      background: linear-gradient(145deg, #FEF8F2, #FFFBF7);
      padding: 80px 0;
    }

    .flex-row {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      justify-content: space-between;
    }

    .info-card {
      flex: 1;
      background: white;
      border-radius: 32px;
      padding: 38px 32px;
      box-shadow: 0 12px 28px rgba(0,0,0,0.03);
      border: 1px solid #F3E7DE;
    }

    .info-card h3 {
      font-size: 1.9rem;
      margin-bottom: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .checklist-modern {
      list-style: none;
    }

    .checklist-modern li {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 14px;
      font-weight: 500;
    }

    .checklist-modern li i {
      color:#db621a;
      font-size: 1.3rem;
      width: 28px;
    }

    .benefits-badge-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .benefit-pill {
      background: #FDF5ED;
      border-radius: 60px;
      padding: 12px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 500;
      transition: 0.2s;
    }

    .benefit-pill i {
      color: #db621a;
      font-size: 1.2rem;
    }








    
    .containerxx {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 28px;
    }

  
    
    .btn-primary {
      background: linear-gradient(135deg, #C07A48 0%, #9E5E34 100%);
      color: white;
      box-shadow: 0 10px 20px rgba(158, 94, 52, 0.25);
    }

    .btn-primary:hover {
      transform: translateY(-4px);
      background: linear-gradient(135deg, #9E5E34, #7E4827);
      box-shadow: 0 18px 28px rgba(126, 72, 39, 0.3);
    }

    .btn-outline-light {
      background: transparent;
      border: 2px solid white;
      color: white;
      backdrop-filter: blur(4px);
    }

    .btn-outline-light:hover {
      background: white;
      color: #C07A48;
      border-color: white;
      transform: translateY(-3px);
    }

    /* Hero with background image */
    .hero-massage {
      position: relative;
      background: linear-gradient(95deg, #1E1915 0%, #2A221C 100%);
      color: white;
      padding: 100px 0 120px;
      overflow: hidden;
    }

    .hero-massage::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://placehold.co/1920x1080/2A221C/FFF?text=Spa+Background+Texture');
      background-size: cover;
      background-position: center;
      opacity: 0.2;
      pointer-events: none;
    }

    /* Using a modern placeholder, but we style like a luxury spa backdrop */
    .hero-bg-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: url('https://images.pexels.com/photos/4504419/relaxing-spa-massage-stones-zen/') no-repeat center center/cover;
      opacity: 0.15;
      pointer-events: none;
    }

    .hero-massage .container {
      position: relative;
      z-index: 2;
    }

    .hero-badge {
      background: rgba(255,215,185,0.15);
      backdrop-filter: blur(8px);
      display: inline-block;
      padding: 6px 22px;
      border-radius: 60px;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 24px;
      border: 1px solid rgba(255,225,200,0.4);
    }

    .hero-massage h1 {
      font-size: 3.8rem;
      line-height: 1.2;
      margin-bottom: 20px;
      max-width: 750px;
    }

    .hero-massage p {
      font-size: 1.2rem;
      opacity: 0.92;
      margin-bottom: 36px;
      max-width: 560px;
    }

    /* intro */
    .intro-section {
      padding: 80px 0 50px;
      background: white;
      text-align: center;
    }

    .intro-icon {
      font-size: 3rem;
      color: #C07A48;
      margin-bottom: 20px;
    }

    .intro-section h2 {
      font-size: 2.6rem;
      margin-bottom: 24px;
    }

    /* What is full body massage - with image card */
    .what-is {
      padding: 30px 0 70px;
      background: #FEFAF4;
    }

    .dual-image-card {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      background: white;
      border-radius: 48px;
      overflow: hidden;
      box-shadow: 0 25px 40px -18px rgba(0,0,0,0.1);
    }

    .img-side {
      flex: 1;
      min-height: 320px;
      background-image: url('https://images.pexels.com/photos/4504425/aromatic-massage-essential-oils/');
      background-size: cover;
      background-position: center;
      background-color: #E2D4C8;
    }

    .text-side {
      flex: 1.2;
      padding: 48px 40px;
    }

    .text-side h3 {
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .text-side p {
      font-size: 1.05rem;
      color: #4E3A2C;
      line-height: 1.6;
    }

    /* Benefits grid with icons & modern cards */
    .benefits-section {
      padding: 70px 0;
      background: white;
    }

    .section-title {
      text-align: center;
      font-size: 2.4rem;
      margin-bottom: 18px;
    }

    .section-sub {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 50px auto;
      color: #7A5E4A;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 28px;
    }

    .benefit-card-modern {
      background: #FEF9F2;
      padding: 28px 24px;
      border-radius: 32px;
      display: flex;
      align-items: center;
      gap: 20px;
      transition: all 0.25s;
      border: 1px solid #F0E2D6;
    }

    .benefit-card-modern i {
      font-size: 2.2rem;
      color: #d9641e;
      width: 58px;
      text-align: center;
    }

    .benefit-card-modern span {
      font-weight: 600;
      font-size: 1.05rem;
    }

    /* Process steps with image illustration */
    .process-section {
      background: linear-gradient(145deg, #FCF7F0, #FFF9F2);
      padding: 70px 0;
    }

    .steps-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .step-card-img {
      background: white;
      border-radius: 36px;
      padding: 32px 24px;
      text-align: center;
      flex: 1;
      min-width: 200px;
      transition: 0.25s;
      box-shadow: 0 10px 20px rgba(0,0,0,0.02);
    }

    .step-icon {
      background: #F3E7DE;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 60px;
      margin: 0 auto 20px;
      font-size: 2.2rem;
      color: #db621a;
    }

    /* Why choose + pricing hybrid with icons */
    .info-mixed {
      padding: 70px 0;
      background: white;
    }

    .flex-duo {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin-bottom: 20px;
    }

    .card-dark {
      flex: 1;
      background: #db621a;
      color: white;
      border-radius: 44px;
      padding: 44px 38px;
      background-image: radial-gradient(circle at 100% 0%, rgba(192,122,72,0.12) 0%, transparent 60%);
    }

    .card-dark h3 {
      font-size:23px;
      margin-bottom: 28px;
      display: flex;
      align-items: center;
      gap: 12px;
      color:white;
    }

    .checklist-light {
      list-style: none;
    }

    .checklist-light li {
      margin-bottom: 22px;
      display: flex;
      align-items: center;
      gap: 16px;
      font-weight: 500;
    }

    .checklist-light i {
      color: #ffffff;
      font-size: 1.4rem;
    }

    .pricing-card {
      flex: 1;
      background: #FEF6EF;
      border-radius: 44px;
      padding: 44px 38px;
      border: 1px solid #EFE0D2;
    }

    .duration-list {
      margin: 30px 0;
    }

    .duration-item {
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      padding: 14px 0;
      border-bottom: 1px solid #E4D2C2;
      font-size: 1.1rem;
    }

    /* FAQ with icons */
    .faq-section {
      background: #FCF7F2;
      padding: 70px 0;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
      gap: 28px;
      margin-top: 40px;
    }

    .faq-card {
      background: white;
      border-radius: 32px;
      padding: 32px;
      transition: 0.2s;
    }

    .faq-card h4 {
      font-size: 1.3rem;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 14px;
    }

    /* CTA final */
    .cta-ultimate {
      background: linear-gradient(115deg, #db621a, #db621a);
      padding: 80px 0;
      text-align: center;
      position: relative;
    }

    .cta-ultimate h2 {
      font-size: 2.6rem;
      color: white;
    }

    .final-note {
      background: #FEFAF4;
      text-align: center;
      padding: 42px 20px;
      font-size: 1.05rem;
      font-weight: 500;
      color: #795E48;
    }

   
    @media (max-width: 800px) {
      .hero-massage h1 { font-size: 2.5rem; }
      .dual-image-card { flex-direction: column; }
      .img-side { min-height: 240px; }
      .text-side { padding: 32px; }
      .flex-duo { flex-direction: column; }
      .section-title { font-size: 2rem; }
    }


    .py-51{
          padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }



    /* Floating Container */
.floating-icons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

/* Common Style */
.floating-icons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* WhatsApp */
.floating-icons a.whatsapp {
    background: #25D366;
}

.floating-icons a.whatsapp:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}

/* Call */
.floating-icons a.call {
    background: #007bff;
}

.floating-icons a.call:hover {
    background: #0056b3;
    transform: scale(1.1);
}

/* Responsive (Mobile) */
@media (max-width: 768px) {
    .floating-icons a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  width: 350px;
  text-align: center;
}

.popup-box input,
.popup-box select {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
}

.popup-box button {
  background: #ef6c1e;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}

.close-btn {
  float: right;
  font-size: 22px;
  cursor: pointer;
}