/* ============================================================
   DELIZA WELLNESS SPA — RESPONSIVE_FIXED.CSS
   Clean breakpoint structure:
     Mobile  : 0px – 480px
     Tablet  : 481px – 768px
     Laptop  : 769px – 1024px
     Desktop : 1025px – 1280px
     Wide    : 1281px+
   ============================================================ */

/* ============================================================
   0. BASE OVERFLOW GUARD
   ============================================================ */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
}

.hero,
.hero-content,
.hero-bg,
section {
  max-width: 100%;
  overflow-x: hidden;
}

/* ============================================================
   LARGE DESKTOP (1441px and above)
   ============================================================ */
@media (min-width: 1441px) {

  .navbar {
    height: 60px !important;
    width: calc(100% - 72px);
    max-width: 1540px;
    top: 26px;
    padding: 0 20px;
    border-radius: 20px;
  }

  .navbar.scrolled {
    top: 12px;
  }

  .logo {
    margin-left: 22px;
  }

  .logo-img {
    height: 60px;
  }

  .logo-video{
  width: 80px;
  height: auto;

  display: block;
  object-fit: contain;
}

  .nav-links {
    gap: 42px;
    align-items: center;
  }

  .nav-links a {
    font-size: 14px;
    letter-spacing: 0.09em;
    white-space: nowrap;
    font-weight: 800;
  }

  .btn-book {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 15px;
    margin-right: 22px;
    white-space: nowrap;
  }

  /* HERO */
  .hero {
    min-height: 100vh;
    height: 100vh;
  }

  .hero-content {
    max-width: 1480px;
    padding-top: 0;
  }

  .hero-h1 {
    font-size: clamp(70px, 5vw, 108px);
    line-height: 1.22;
    margin-bottom: 28px;
    max-width: 900px;
  }

  .hero-pills {
    gap: 70px;
    margin-bottom: 26px;
  }

  .hero-pill,
  .pill {
    font-size: 28px;
  }

  .hero-body {
    font-size: 22px;
    line-height: 1.9;
    max-width: 650px;
    margin-bottom: 34px;
  }

  .hero-ctas {
    gap: 24px;
    margin-top: 30px;
  }

  .btn-filled,
  .btn-outline {
    height: 58px;
    padding: 0 38px;
    font-size: 17px;
    border-radius: 15px;
    min-width: 190px;
    letter-spacing: 0.1em;
    margin-top: 26px;
  }

  /* 🔥 BREAK OUT FROM CONTAINER */
  .features-strip {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    height: 250px !important;
  }

  /* 🔥 REMOVE ANY PARENT LIMIT */
  .features-strip .marquee-wrapper {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeLarge 60s linear infinite;
  }

  .feature-item {
    flex: 0 0 260px;
    height: 230px !important;
  }

  .feature-img {
    width: calc(100% + 2px);
    margin-left: -1px;
    height: 230px !important;
    background-size: cover;
    background-position: center;
  }

  .features-strip,
  .marquee-wrapper,
  .marquee-track {
    height: 230px !important;
  }

  @keyframes marqueeLarge {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  /* THERAPIES */
  .therapy-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    max-width: 1440px;
    margin: 70px auto 50px;
    padding: 0 24px;
  }

  .therapy-card {
    height: 570px;
    overflow: hidden;
  }

  .therapy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .therapy-overlay {
    padding: 14px 20px;
  }

  .therapy-title {
    font-size: 18px;
  }

  .btn-view {
     display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 120px !important;
  height: 30px !important;

  padding: 0 12px !important;

  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  text-align: center !important;
  border-radius: 8px !important;
  }

  .btn-view-all {
    min-width: 200px;
    /* 🔥 width increase */
    height: 52px;
    /* 🔥 height increase */
    padding: 0 32px;
    /* 🔥 inside space */
    border: 1.5px solid #7f8b7c;
    border-radius: 14px;
    /* 🔥 smoother look */
    background: #fff;
    color: #163724;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    /* 🔥 text bigger */
    font-weight: 600;
    letter-spacing: 0.6px;
    /* margin-top: 20px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    /* 🔥 better shadow */
  }

  .btn-view-all:hover {
    background: var(--green-dark);
    color: var(--white);
    border-color: var(--green-dark);
  }


v



  /* WHY DELIZA */


    .why-section {
    max-width: 100% !important;   /* 🔥 FULL WIDTH */
    width: 100%;
    padding: 100px 0 200px;        /* 🔥 REMOVE SIDE PADDING */
  }

  .why-grid {
    max-width: 1400px;            /* 🔥 inner content control */
    margin: 0 auto;
    padding: 0 20px;              /* 🔥 small safe padding */
    grid-template-columns: 1.25fr 0.75fr;
    gap: 45px;
  }

  .why-cards-col {
     display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 63px !important;
  }

  .why-card {
    min-height: 270px;                  /* 🔥 reduce height */
    padding: 24px 22px;
  }

  .why-card h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .why-card p {
    margin-top:10px;
    font-size: 16px;
     text-align: justify !important;
  max-width: 100% !important;
align-items: flex-start !important;
  word-spacing: normal !important;
  letter-spacing: normal !important;
  }

  /* IMAGE SIDE */
  .why-image-col {
    display: flex;
    margin-left: 60px;
  }

  .why-img {
    width: 200%;
    height: 100%;
    min-height: 600px;                 
    background-size: cover;
    background-position: center;
  }

  /* PACKAGES */
  .packages-section {
    padding: 72px 32px;
  }

  .best-seller-label {
    max-width: 1420px;
    margin: 0 auto 46px;
    padding: 0 12px;
    font-size: 40px;
  }

  .packages-grid {
    max-width: 1420px;
    margin: 0 auto;
    gap: 34px;
  }

  .pkg-card {
    min-height: 580px;
    padding: 46px 38px;
  }

  .pkg-num {
    font-size: 80px;
  }

  .pkg-name {
    font-size: 34px;
    line-height: 1.3;
  }

  .pkg-desc {
    font-size: 17px;
    line-height: 1.7;
  }

  .pkg-duration {
    font-size: 15px;
    padding: 9px 16px;
  }

  .pkg-price {
    font-size: 42px;
  }

  .pkg-old-price {
    font-size: 17px;
  }

  .pkg-includes li {
    font-size: 20px;
    line-height: 1.75;
  }


  .pkg-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
  }

  .pkg-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #4f6253;
    padding-left: 18px;
  }

  .pkg-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #163724;
  }

  .pkg-why {
    font-size: 14px;
    line-height: 1.75;
  }

  .pkg-best {
    font-size: 15px;
  }



  .btn-filled-sm {
    min-width: 130px;
    height: 35px;
    border-radius: 9px;
    background: #123f22;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }

  .btn-filled-sm:hover {
    background: var(--white);
    color: black;
    border: 1px solid black;
  }

  .btn-white {
    background: #f4f4f4 !important;
    color: #163724 !important;
    min-width: 130px;
    height: 35px;
    border-radius: 9px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  }

  .btn-white:hover {

    background: #102E16 !important;
    color: #ffff !important;

    border: 1.5px solid #010101 !important;
  }


  .packages-viewall {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    /* margin-bottom: ; */
  }

  .btn-view-all-packages {
    min-width: 200px;
    /* 🔥 width increase */
    height: 52px;
    /* 🔥 height increase */
    padding: 0 32px;
    /* 🔥 inside space */
    border: 1.5px solid #7f8b7c;
    border-radius: 14px;
    /* 🔥 smoother look */
    background: #fff;
    color: #163724;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    /* 🔥 text bigger */
    font-weight: 600;
    letter-spacing: 0.6px;
    /* margin-top: 20px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    /* 🔥 better shadow */
  }

  .btn-view-all-packages:hover {
    background: #163724;
    color: #fff;
  }


  /* LOCATIONS */
  .locations-section {
    padding: 64px 32px;
  }

  .loc-city {
    font-size: 36px;
  }

  .loc-region,
  .loc-addr,
  .loc-contact,
  .loc-map {
    font-size: 14px;
  }

  .open {
    font-size: 32px;
  }

  /* REVIEWS */
  .reviews-section {
    padding: 86px 0 72px;
  }

  .review-card {
    width: 500px;
    min-height: 200px;
    padding: 28px 26px;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .review-user img {
    width: 56px;
    height: 56px;
  }

  .review-name {
    font-size: 18px;
  }

  .review-source {
    font-size: 12px;
  }

  .stars {
    font-size: 14px;
  }

  /* MAGIC */
  .magic-section {
    padding: 44px 40px 64px;
  }

  .magic-title {
    font-size: clamp(42px, 4vw, 64px);
  }

  /* OFFER STRIP */
  .offer-track span {
    font-size: 22px;
    padding: 0 18px;
  }

  /* ===== CTA SECTION ===== */
  .cta-section {
    padding: 120px 40px 70px;
    text-align: center;
  }

  .cta-heading {
    font-size: clamp(48px, 4vw, 64px);
    line-height: 1.3;
  }

  .cta-text {
    font-size: 18px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 40px;
  }

  .input-icon-wrap {
  position: relative;
}

.input-icon-wrap input {
  width: 100%;
  padding-right: 45px; /* space for icon */
}

.input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* make calendar icon white */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; /* hide default icon */
}

  /* ===== BOOKING SECTION ===== */
  .booking-form-section {
    background: linear-gradient(90deg, #013813 0%, #012e11 50%, #012c10 100%);
  }

  .booking-layout {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    min-height: auto;
    /* 🔥 remove unnecessary height */
    /* border-left: 1px solid rgba(255, 255, 255, 0.18); */
    /* border-right: 1px solid rgba(255, 255, 255, 0.18); */
    overflow: hidden;
  }

  /* LEFT FORM */
  .booking-form-wrap {
    padding: 55px 80px 60px;
    /* 🔥 top gap reduced */
  }

  .booking-title {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .booking-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* DIVIDER FIX (CLEAN) */
  .booking-divider {
    position: relative;
    height: 2px;
    margin: 10px 0 40px;
    background: transparent;
    /* 🔥 remove direct line */
  }

  /* 🔥 ONLY HORIZONTAL LINE EXTEND */
  .booking-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200px;
    /* 🔥 left extend */
    width: calc(100% + 250px);
    /* 🔥 match right side */
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
  }

  /* 🔥 KEEP YOUR VERTICAL LINE BUT SHIFT LEFT */
  .booking-divider::after {
    content: "";
    position: absolute;
    top: 0;

    left: calc(100% + 50px);
    /* 🔥 change here */

    width: 2px;
    height: 900px;
    background: rgba(255, 255, 255, 0.25);
  }

  .booking-layout::after {
    display: none;
  }

  /* FORM */
  .booking-form {
    max-width: 900px;
  }

  .booking-form-wrap {
    padding: 50px 70px !important;
    /* 🔥 reduce side padding */
  }

  .booking-form {
    max-width: 100% !important;
    /* 🔥 full width use */
  }

  .form-row {
    margin-bottom: 24px;
  }

  .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .form-group input {
    height: 54px;
    font-size: 16px;
    border-radius: 10px;
  }

  /* BUTTON */
  .confirm-btn {
    width: 100%;
    height: 54px;
    font-size: 15px;
    margin-top: 10px;
    border-radius: 10px;
  }

  /* ACTION BUTTONS */
  .instant-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
  }

  .whatsapp-btn,
  .call-btn {
    height: 54px;
    font-size: 14px;
    border-radius: 10px;
  }

  .booking-info {
    padding: 0 80px !important;
    /* 🔥 side space */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 150px;
    /* 🔥 proper spacing between lines */
  }

  .info-line {
    display: flex;
    align-items: center;
    gap: 22px;
    /* 🔥 icon-text gap */
  }

  .info-line p {
    font-size: 17px !important;
    /* 🔥 main text size */
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
  }

  .info-icon-img {
    width: 28px;
    /* 🔥 icon size */
    height: 28px;
    object-fit: contain;
    opacity: 0.9;
  }

  /* ============================================================
   FOOTER — 1441px+ LARGE SCREEN FIX (CORRECTED)
   ============================================================ */
/* FOOTER */
.site-footer{
 color: #163724;
  border-top: 1px solid #5e6f61;
}

/* GRID */
.footer-grid{
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  border-left: 1px solid #cde4d1;
  border-right: 1px solid#cde4d1;
}

/* BOX LINES */
.footer-brand,
.footer-col{
  min-height: 390px #5e6f61;
}

.footer-col:last-child{
  border-right: none;
}

/* BRAND */
.footer-brand-top{
  padding: 34px 38px 26px;
}

.footer-logo{
  font-size: 64px;
  font-family: 'Nuosu SIL', sans-serif;
  line-height: 1;
    color: #163724;
}

.footer-logo-sub{
  font-size: 15px;
  letter-spacing: 9px;
  margin-top: 6px;
  text-align: center;
  color: #163724;
}

.footer-desc{
  max-width: 320px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 22px;
 color: #163724;
}

/* SOCIAL */
.footer-social-wrap{
  border-top: 1px solid #cde4d1;
  text-align: center;
}

.footer-social-title{
  font-family: 'Nuosu SIL', sans-serif;
  margin-bottom: 26px;
    color: #163724;
}

.footer-socials{
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-socials a{
  width: 42px;
  height: 42px;
  border: 1px solid #cde4d1;
  display: flex;
  align-items: center;
  justify-content: center;
 color: #163724;
  text-decoration: none;
  transition: 0.3s;
}

.footer-socials a:hover{
 background: #163724;
  color: #fff;
}

/* COLUMNS ALIGNMENT */
.footer-col{
  padding: 34px 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
    color: #163724;
}

.footer-col h3{
  font-family: 'Nuosu SIL', sans-serif;
  font-size: 22px;
  margin: 0 0 28px;
   color: #163724;
  text-align: left;
}

.footer-col ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li{
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.footer-col a{
  text-decoration: none;
    color: #163724;
  font-size: 15px;
}

.footer-col a:hover{
  color: #182a1b;
}
.smdate{
  margin-top: 7px;
  font-size: 11px!important;
  width: 100%;
  text-align: right;
}
/* CONTACT */
.footer-contact li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #163724;
  font-size: 15px;
  line-height: 1.5;
}

.footer-contact i{
  color: #163724;
  font-size: 14px;
  margin-top: 4px;
  min-width: 16px;
}

/* BOTTOM */
.footer-bottom{
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 28px;
  border-top: 1px solid #cde4d1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p{
  font-size: 13px;
  color: #163724;
}

.footer-bottom-links{
  display: flex;
  gap: 40px;
}

.footer-bottom a{
  text-decoration: none;
  color: #163724;
  font-size: 13px;
}

.footer-bottom a:hover{
    color: #415c46;
}



  /* AIRPORT */
  .airport-section {
    padding: 58px 40px 66px;
  }

  .airport-left h2 {
    font-size: clamp(44px, 4vw, 66px);
  }

  .airport-right p {
    font-size: clamp(18px, 1.5vw, 22px);
  }

  /* GLOBAL */
  .section-label {
    font-size: 18px !important;
  letter-spacing: 0.15em !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
  font-weight: 500 !important;

  }

  .label-bar {
    width: 12px;
    height: 20px;
  }

  .section-heading {
    font-size: clamp(40px, 3.5vw, 62px);
  }

  .section-sub,
  .section-desc {
    font-size: 16px;
    line-height: 1.75;
  }
}



/* ============================================================
   DELIZA WELLNESS SPA — LAPTOP LARGE (1366px – 1440px)
   Only this breakpoint is changed.
   All other breakpoints remain untouched.
   ============================================================ */

@media (min-width: 1366px) and (max-width: 1440px) {

  /* ──────────────────────────────────────────
     NAVBAR
  ────────────────────────────────────────── */
  .navbar {
    height: 82px;
    width: calc(100% - 58px);
    max-width: 1410px;
    top: 22px;
    padding: 0 24px;
    border-radius: 30px;
    /* reset base so em units scale up */
  }

  .navbar.scrolled {
    top: 10px;
  }

  .logo {
    margin-left: 18px;
  }

  .logo-img {
    height: 64px;
    /* bigger logo — was 40px */
  }

  /* Nav links */
  .nav-links {
    gap: 34px;
    font-size: 1em;
    align-items: center;
    /* reset */
  }

  .nav-links a {
    font-size: 15px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    font-weight: 800;
  }

  /* Book button */
  .btn-book {
    padding: 14px 26px;
    font-size: 15px;
    border-radius: 14px;
    margin-right: 18px;
    white-space: nowrap;
  }

  /* ──────────────────────────────────────────
     HERO SECTION
  ────────────────────────────────────────── */
  .hero {
    min-height: 100vh;
    height: 100vh;
  }

  .hero-content {
    max-width: 1320px;
    padding-top: 0px;
    /* reduced — was 170px, buttons were off-screen */
  }

  .hero-h1 {
    font-size: clamp(50px, 4.5vw, 100px);
    /* reduced — was too big causing 4-line wrap */
    line-height: 1.9;
    margin-bottom: 18px;

  }

  .hero-pills {
    gap: 60px;
    margin-bottom: 18px;
  }

  /* Pills — Relax · Renew · Rejuvenate */
  .hero-pill,
  .pill {
    font-size: 25px;
  }

  .hero-body {
    font-size: 20px;
    line-height: 1.9;
    max-width: 540px;
    margin-bottom: 24px;
  }

  .hero-ctas {
    gap: px;
    margin-top: 28px;
  }

  /* CTA Buttons */
  .btn-filled,
  .btn-outline {
    height: 54px;
    padding: 0 32px;
    font-size: 16px;
    border-radius: 14px;
    min-width: 170px;
    letter-spacing: 0.09em;
    margin-top: 30px;
  }

  /* ──────────────────────────────────────────
   THERAPIES SECTION (FIXED)
────────────────────────────────────────── */

  .therapy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    /* 🔥 balanced spacing */
    max-width: 1280px;
    /* 🔥 center content */
    margin: 60px auto 40px;
    padding: 0 20px;
  }

  .therapy-card {
    position: relative;
    height: 520px;
    /* 🔥 equal height (bigger look) */
    overflow: hidden;
    /* border-radius: 8px; */
  }

  .therapy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 no stretch */
    transition: transform 0.5s ease;
  }

  .therapy-card:hover .therapy-img {
    transform: scale(1.06);
    /* 🔥 smooth zoom */
  }

  /* bottom bar */
  .therapy-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #1f3d2b;
    padding: 14px 18px;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .therapy-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .book-now-btn {
    font-size: 22px;
    padding: 6px 14px;
    border-radius: 20px;
    background: #fff;
    color: #1f3d2b;
    font-weight: 600;
  }

  /* ──────────────────────────────────────────
   WHY DELIZA SECTION — 1440 FIX
────────────────────────────────────────── */


  /* SECTION WIDTH */
  .why-section {
    max-width: 1320px;
    margin: 0 auto;
    padding: 150px 20px 90px;
  }

  /* MAIN GRID (2 COLUMN ONLY) */
  .why-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.6fr;
    /* 🔥 cards side wider */
    gap: 36px;
    align-items: stretch;
  }

  /* LEFT SIDE (CARDS GRID) */
  .why-cards-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }

  /* CARD */
  .why-card {
    min-height: 300px;
    padding: 40px 36px;
  }

  /* IMAGE COLUMN */
  .why-image-col {
    width: 100%;
    height: 100%;
  }

  /* IMAGE */
  .why-img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
  }

  /* ──────────────────────────────────────────
     Package SECTION
  ────────────────────────────────────────── */
  .best-seller-label {
    max-width: 1240px;
    margin: 0 auto 40px;
    padding: 0 10px;
    font-size: 35px;
  }

  .packages-grid {
    max-width: 1240px;
    margin: 0 auto;
    gap: 28px;
  }

  .pkg-card {
    min-height: 540px;
    padding: 42px 34px;
  }

  .pkg-num {
    font-size: 72px;
    font-weight: 500;
  }

  /* TITLE */
  .pkg-name {
    font-size: 30px;
    line-height: 1.3;
  }

  /* SMALL TEXT */
  .pkg-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  /* DURATION BUTTON */
  .pkg-duration {
    font-size: 14px;
    padding: 8px 14px;
  }

  /* PRICE */
  .pkg-price {
    font-size: 38px;
    font-weight: 700;
  }

  .pkg-old-price {
    font-size: 16px;
  }

  /* INCLUDES LIST */
  .pkg-includes li {
    font-size: 15px;
    line-height: 1.7;
  }

  /* BEST FOR */
  .pkg-best {
    font-size: 14px;
  }

  /* BUTTON */
  .pkg-btn {
    font-size: 20px;
    padding: 12px 22px;
  }



  /* ──────────────────────────────────────────
     LOCATIONS SECTION
  ────────────────────────────────────────── */
  .locations-section {
    padding: 48px 24px;
  }

  .loc-city {
    font-size: 32px;
  }

  .loc-region {
    font-size: 13px;
  }

  .loc-addr {
    font-size: 13px;
    line-height: 1.5;
  }

  .loc-contact,
  .loc-map {
    font-size: 13px;
  }

  .open {
    font-size: 28px;
  }

  .btn-view-all-packages {
    font-size: 17px;
    padding: 14px 36px;
    /* border-radius: px; */
    font-weight: 500;
    min-width: 180px;
    text-align: center;
  }

  .pkg-btn {
    font-size: 16px;
    /* 🔥 text size */
    padding: 12px 28px;
    /* 🔥 height + width */
    border-radius: 10px;
    font-weight: 600;
  }

  /* ──────────────────────────────────────────
     REVIEWS SECTION
  ────────────────────────────────────────── */
  .reviews-section {
    padding: 72px 0 60px;
  }

  .review-card {
    width: 320px;
    min-height: 220px;
    padding: 24px 22px;
  }

  .review-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .review-user img {
    width: 50px;
    height: 50px;
  }

  .review-name {
    font-size: 16px;
  }

  .review-source {
    font-size: 11px;
  }

  .stars {
    font-size: 13px;
  }

  /* ──────────────────────────────────────────
     MAGIC / MARQUEE SECTION
  ────────────────────────────────────────── */
  .magic-section {
    padding: 32px 32px 52px;
  }

  .magic-title {
    font-size: clamp(32px, 4vw, 52px);
  }

  /* ──────────────────────────────────────────
     OFFER STRIP
  ────────────────────────────────────────── */
  .offer-track span {
    font-size: 20px;
    padding: 0 14px;
  }

  /* ──────────────────────────────────────────
     CTA SECTION
  ────────────────────────────────────────── */
  .cta-section {
    padding: 72px 32px 44px;
  }

  .cta-heading {
    font-size: clamp(32px, 4vw, 54px);
  }

  .cta-text {
    font-size: 16px;
    line-height: 1.75;
  }

  /* ──────────────────────────────────────────
     BOOKING SECTION
  ────────────────────────────────────────── */
  .booking-layout {
    max-width: 1320px;
    min-height: 820px;
    grid-template-columns: 2fr 1fr;
  }

  .booking-form-wrap {
    padding: 52px 72px;
    /* overflow: visible; */
  }

  .booking-title {
    font-size: 54px;
  }

  .booking-subtitle {
    font-size: 18px;
  }

  .form-group label {
    font-size: 15px;
  }



  .form-group input {
    height: 52px;
    font-size: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
  }

  .confirm-btn,
  .whatsapp-btn,
  .call-btn {
    height: 52px;
    font-size: 15px;
  }

  .booking-info {
    padding: 0 70px;
    margin-top: 70px;
  }

  .info-line {
    gap: 22px;
    font-size: 18px !important;
  }

  .info-line p {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.5;
  }

  /* HORIZONTAL LINE */
  .booking-divider {
    height: 2px;
    margin: 100px 0;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    width: calc(100% + 90px) !;
    margin-right: -90px !important;
  }

  /* VERTICAL LINE FROM SAME POINT */
  .booking-divider::after {
    content: "";
    position: absolute;

    top: 0;
    /* 🔥 same point → join */
    left: 100%;
    /* 🔥 exactly end of line */

    width: 2px;
    height: 1000px;
    /* extend down */
    background: rgba(255, 255, 255, 0.25);
  }

  .booking-layout::after {
    display: none !important;
    /* 🔥 remove extra vertical line */
  }

  /* ──────────────────────────────────────────
     FOOTER
  ────────────────────────────────────────── */
  .footer-logo {
    font-size: 54px;
  }

  .footer-logo-sub {
    font-size: 13px;
    letter-spacing: 0.28em;
  }

  .footer-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-col h3,
  .footer-contact h3,
  .footer-social-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .footer-col a,
  .f-contact li {
    font-size: 13px;
  }

  .footer-socials a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 12px;
  }

  /* ──────────────────────────────────────────
     AIRPORT SECTION
     (if present — class names from your base CSS)
  ────────────────────────────────────────── */
  .airport-section {
    padding: 44px 32px 52px;
  }

  .airport-left h2 {
    font-size: clamp(36px, 4vw, 52px);
  }

  .airport-right p {
    font-size: clamp(16px, 1.6vw, 20px);
  }

  /* ──────────────────────────────────────────
     PACKAGES SECTION
  ────────────────────────────────────────── */
  .packages-section {
    padding: 56px 24px;
  }

  .packages-section .section-heading {
    font-size: 36px;
  }

  .packages-section .section-sub {
    font-size: 15px;
  }

  .pkg-card {
    padding: 26px 20px;
  }

  /* ──────────────────────────────────────────
     GLOBAL SECTION LABELS / HEADINGS
     (shared utility classes used across sections)
  ────────────────────────────────────────── */
  .section-label {
    font-size: 14px !important;
  letter-spacing: 0.12em !important;
  gap: 8px !important;
  margin-bottom: 18px !important;

  }

  .label-bar {
    width: 10px;
    height: 18px;
  }

  /* Generic section heading — update selector if your
     base CSS uses a different class e.g. .section-title */
  .section-heading {
    font-size: clamp(30px, 3.5vw, 48px);
  }

  .section-sub,
  .section-desc {
    font-size: 15px;
    line-height: 1.7;
  }

}

/* END @media (min-width: 1366px) and (max-width: 1440px) */
/* ============================================================
   2. LAPTOP (769px – 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {

  /* NAVBAR */
  .navbar {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    position: fixed;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    max-width: 1280px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 17px;
    box-shadow:
      0 -5px 13px rgba(0, 0, 0, 0.08),
      /* 🔼 top */
      0 4px 13px rgba(0, 0, 0, 0.1),
      /* 🔽 bottom */
      0 10px 30px rgba(0, 0, 0, 0.15);
    /* deep */
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1px 0 1px;
    height: 50px;
    z-index: 1000;
    transition: box-shadow 0.3s, top 0.3s;
  }

  .navbar.scrolled {
    /* box-shadow: 0 6px 40px rgba(56, 208, 26, 0.18); */
    top: 8px;
  }

  .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0.3in;

  }

  .logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-left: 2px;
  }


  /* Nav links */
  .nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
  }

  .nav-links a {
    display: inline-block;
    /* important for scale */
    color: #2e3f2f;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  /* Hover effect */
  .nav-links a:hover {
    color: #102E16;
    /* color change */
    transform: scale(1.12);
    /* boom effect */
  }

  .nav-links a.active {
    color: #013813;
    /* dark green */
    transform: scale(1.12);
    /* same as hover */
  }

  .mobile-book {
    display: none;
  }

  .btn-book {
    padding: 7px 15px;
    background: #102E16;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 0.88em;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1.5px solid #102E16;
    cursor: pointer;
    border-radius: 12px;
    white-space: nowrap;
    transition: all 0.25s ease;
    margin-right: 0.3in;
  }

  /* HOVER */
  .btn-book:hover {
    background: transparent;
    color: #000;
    border-color: var(--green-dark);
    transform: translateY(-1px);
  }

  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-dark);
    transition: all 0.3s;
  }

 /* HERO */
.hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;

  /* 🔥 green tint remove */
  background: #000;
}

/* BACKGROUND */
.hero-bg {
  position: absolute;
  inset: 0;

  background-image: url("./images/indeximg.webp");
  background-size: cover;
  background-repeat: no-repeat;

  /* 🔥 little warmer position */
  background-position: 70% center;

  z-index: 0;

  /* 🔥 REMOVE GREEN LOOK */
  filter:
    saturate(0.92)
    brightness(0.92)
    contrast(1.04);

  transform: scale(1.01);
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;

  /* 🔥 neutral dark overlay */
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.52) 0%,
      rgba(0,0,0,0.34) 38%,
      rgba(0,0,0,0.14) 65%,
      rgba(0,0,0,0.04) 100%
    );

  z-index: 1;

  /* 🔥 important */
  mix-blend-mode: normal;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1400px;

  margin: 0 auto;

  padding: 130px 34px 40px;

  box-sizing: border-box;
}

/* TEXT WRAP */
.hero-text {
  max-width: 540px;
}

/* HEADING */
.hero-h1 {
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: 0.01em;

  margin-bottom: 22px;

  color: #fff;

  text-wrap: balance;
}

/* PILLS */
.hero-pills {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;

  margin-bottom: 22px;
}

.hero-pill {
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}

/* BODY */
.hero-body {
  color: rgba(255,255,255,0.84);
}

/* BODY */
.hero-body {
  font-size: 15px;
  line-height: 1.85;

  color: rgba(255,255,255,0.82);

  max-width: 500px;

  margin-bottom: 34px;
}

/* BUTTONS */
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 480px) {

  .hero-bg {
    background-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(0,0,0,0.38) 0%,
        rgba(0,0,0,0.42) 35%,
        rgba(0,0,0,0.20) 100%
      );
  }

  .hero-content {
    padding: 120px 18px 34px;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-h1 {
    font-size: 30px;
    line-height: 1.08;

    max-width: 340px;

    margin-bottom: 18px;
  }

  .hero-pills {
    gap: 14px;
    margin-bottom: 16px;
  }

  .hero-pill {
    font-size: 12px;
  }

  .hero-body {
    font-size: 12px;
    line-height: 1.8;

    max-width: 320px;

    margin-bottom: 24px;
  }

  .hero-ctas {
    gap: 10px;
  }

  .hero-ctas a,
  .hero-ctas button {
    padding: 13px 16px;
    font-size: 10px;
  }
}
  /* MAGIC / MARQUEE */
  .marquee-track {
    animation: marqueeFix 28s linear infinite;
  }

  /* OFFER STRIP */
  .offer-wrap {
    width: 100%;
    overflow: hidden;
  }

  .offer-strip {
    width: 100%;
    overflow: hidden;
    background: #013813;
    padding: 8px 0;
    white-space: nowrap;
  }

  .offer-track {
    display: flex;
    width: max-content;
    gap: 0;
    margin: 0;
    padding: 0;
    animation: scrollOfferMobile 28s linear infinite;
  }

  .offer-track span {
    padding: 0 10px;
    font-size: 18px;
    white-space: nowrap;
  }

  .offer-track span:first-child {
    padding-left: 0;
  }

  .offer-track span:last-child {
    padding-right: 0;
  }

  .offer-section,
  .offer-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* THERAPIES */
  .therapy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0 24px;
    margin: 40px auto 28px;
    align-items: stretch;
  }

  .therapy-card {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .therapy-img {
    width: 100%;
    height: 445px;
    /* same image height */
    overflow: hidden;
  }

  .therapy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .therapy-card:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
    justify-self: stretch;
  }

  .therapy-overlay,
  .therapy-info,
  .therapy-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 68px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: rgba(10, 45, 20, 0.48);
    backdrop-filter: blur(6px);
  }

  .therapy-name,
  .therapy-title {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin: 0;
    max-width: 65%;
  }

  .therapy-btn,
  .book-now-btn {
    min-width: 110px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    text-decoration: none;
  }

  /* WHY DELIZA */

  .why-section {
    padding: 56px 24px 50px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.5fr;
    gap: 16px;
    align-items: stretch;
    padding: 0;
  }

  .why-cards-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .why-card {
    min-height: 220px;
    padding: 22px 18px;
    box-sizing: border-box;
  }

  .why-card h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .why-card p {
    font-size: 13px;
    line-height: 1.6;
  }

  .why-image-col {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .why-img {
    width: 100%;
    height: 100%;
    min-height: 462px;
    /* image height equal feel */
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .why-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  /* Location */
  .locations-section {
    padding: 36px 16px;
    overflow: hidden;
  }

  .locations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    align-items: stretch;
    position: relative;
  }

  .loc-divider {
    display: none !important;
  }

  .loc-col {
    width: 100%;
    min-width: 0;
    min-height: 230px;
    padding: 20px 16px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    background: transparent;
    border: none;
  }

  .locations-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
      repeating-linear-gradient(to right, #b9c0b8 0 14px, transparent 14px 28px) top,
      repeating-linear-gradient(to right, #b9c0b8 0 14px, transparent 14px 28px) bottom,
      repeating-linear-gradient(to bottom, #b9c0b8 0 14px, transparent 14px 28px) left,
      repeating-linear-gradient(to bottom, #b9c0b8 0 14px, transparent 14px 28px) right;

    background-size:
      100% 2px,
      100% 2px,
      2px 100%,
      2px 100%;

    background-repeat: no-repeat;
  }

  .loc-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to bottom,
        #b9c0b8 0 14px,
        transparent 14px 28px);
    pointer-events: none;
  }


  .loc-city {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 8px;
  }

  .loc-region {
    font-size: 11px;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
  }

  .loc-addr {
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .loc-contact,
  .loc-map {
    font-size: 11px;
    line-height: 1.4;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .open {
    font-size: 24px;
    line-height: 1.15;
    margin-top: 28px;
  }

  /* REVIEWS */
  .reviews-section {
    padding: 60px 0 50px;
  }

  .reviews-slider {
    padding: 0 16px;
  }

  .reviews-track {
    gap: 20px;
  }

  .review-card {
    width: 280px;
    min-height: 200px;
    padding: 20px 18px;
  }

  .review-text {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .review-user img {
    width: 44px;
    height: 44px;
  }

  .review-name {
    font-size: 15px;
    line-height: 1.5;
  }

  .review-source {
    font-size: 10px;
  }

  .stars {
    font-size: 12px;
  }


.booking-info .info-line p {
  font-size: 10px;
  font-weight: 800;
}
}



/* ============================================================
   3. TABLET (481px – 768px)
   ============================================================ */
@media (min-width: 481px) and (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  /* NAVBAR */
  .navbar {
    width: calc(100% - 28px);
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 18px;
    height: 58px;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .logo {
    margin-left: 0;
  }

  .logo-img {
    height: 34px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    /* navbar கீழே */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    /* equal side gap */
    max-width: 470px;
    /* tablet proper width */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 18px 22px 20px;
    gap: 0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    z-index: 999;
  }

  .nav-links.open {
    display: flex !important;
    animation: slideDown 0.22s ease forwards;
  }

  .nav-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .nav-links li a {
    font-size: 0.95rem;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: #1a2e1a;
  }

  .nav-links li:last-child a {
    border-bottom: none;
  }

  .mobile-book {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 10px;
  }

  .mobile-book-btn {
    display: block;
    width: 50%;
    text-align: center;
    background: #102E16;
    color: #fff !important;
    padding: 13px 0;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1.5px solid #102E16;
  }

  .mobile-book-btn:hover {
    background: transparent;
    color: #102E16 !important;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-right: 4px;
    padding: 6px;
    z-index: 1001;
  }

  .btn-book {
    display: none !important;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-dark);
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* HERO */
  .hero {
    position: relative;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 0;
  }


  .hero-bg {
    background-image: url("./images/indeximg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 72% center;
    /* left center remove */
    z-index: 0;
    transform: translateZ(0);
    /* seam reduce */
  }

  .hero-bg,
  .hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-overlay {
    background: linear-gradient(160deg,
        rgba(10, 18, 12, 0.90) 0%,
        rgba(10, 18, 12, 0.75) 40%,
        rgba(10, 18, 12, 0.40) 75%,
        rgba(10, 18, 12, 0.20) 100%);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 92px 24px 32px;
    margin-top: 50px;
    box-sizing: border-box;
  }

  .hero-h1 {
    font-size: clamp(32px, 6vw, 48px);
    line-height: 1.1;
    letter-spacing: 0.03em;
  }

  .hero-pills {
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .hero-body {
    font-size: 15px;
    line-height: 1.7;
    max-width: 460px;
  }

  .hero-ctas {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-outline,
  .btn-filled {
    min-width: 140px;
    height: 48px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 12px;
  }

  /* FLOATING CONTACT */
  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a i {
    font-size: 17px;
  }

  /* AIRPORT */
  .airport-section {
    padding: 30px 20px 36px;
  }

  .airport-box {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 32px 28px;
    gap: 22px;
    min-height: auto;
  }

  .airport-divider {
    display: none !important;
  }

  .airport-left {
    padding-right: 0;
    text-align: center;
  }

  .airport-left h2 {
    font-size: clamp(28px, 5vw, 42px);
    text-align: center;
  }

  .airport-right {
    padding-left: 0;
    text-align: center;
  }

  .airport-right p {
    text-align: center;
    font-size: clamp(15px, 2.5vw, 18px);
    margin: 0 auto;
    max-width: 480px;
  }

  /* MAGIC */
  .magic-section {
    padding: 24px 24px 40px;
  }

  .magic-title {
    font-size: clamp(22px, 6vw, 42px);
  }

  .marquee-track {
    animation: marqueeFix 28s linear infinite;
  }

  /* OFFER */
  .offer-wrap {
    width: 100%;
    overflow: hidden;
  }

  .offer-strip {
    width: 100%;
    overflow: hidden;
    background: #013813;
    padding: 8px 0;
    white-space: nowrap;
  }

  .offer-track {
    display: flex;
    width: max-content;
    gap: 0;
    margin: 0;
    padding: 0;
    animation: scrollOfferMobile 28s linear infinite;
  }

  .offer-track span {
    padding: 0 10px;
    font-size: 18px;
    white-space: nowrap;
  }

  .offer-track span:first-child {
    padding-left: 0;
  }

  .offer-track span:last-child {
    padding-right: 0;
  }

  .offer-section,
  .offer-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* THERAPIES */
  .therapies-section {
    padding: 36px 0 44px;
  }

  .therapy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
    padding: 0 24px;
    margin: 32px auto 24px;
    align-items: start;
  }

  .therapy-card {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  .therapy-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .therapy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .therapy-card:nth-child(3) {
    grid-column: 1 / span 2;
    width: 100%;
    max-width: 420px;
    /* center card size */
    justify-self: center;
  }

  .therapy-overlay,
  .therapy-info,
  .therapy-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 56px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: rgba(10, 45, 20, 0.445);
    backdrop-filter: blur(6px);
  }

  .therapy-name,
  .therapy-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin: 0;
  }

  .therapy-btn,
  .book-now-btn {
    min-width: 120px;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #fff;
    color: #111;
    text-decoration: none;
  }

  /* WHY DELIZA */
  .why-section {
    padding: 50px 20px 44px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px;
    justify-items: center;
  }

  .why-image-col {
    width: 100%;
    display: flex;
    justify-content: center;
    /* 🔥 center */
    margin: 0 auto;
  }

  .why-img {
    width: 100%;
    max-width: 380px;
    /* 🔥 size control (main) */
    height: 260px;
    /* 🔥 reduce height */
    object-fit: cover;
    /* 🔥 crop clean */
    /* border-radius: 10px; */
    margin: 0 auto;
  }

  .why-cards-col {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    width: 100%;
  }

  .why-card {
    width: 100%;
    min-height: auto;
    padding: 20px 18px;
  }

  .why-card h4 {
    font-size: 14px;
  }

  .why-card p {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
  }

  /* PACKAGES */
  .packages-section {
    padding: 44px 18px;
  }

  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    padding: 0 12px;
    align-items: start;
  }

  .pkg-card {
    padding: 20px 14px;
    min-height: auto;
  }

  .pkg-card:nth-child(3) {
    grid-column: 1 / span 2;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }

  /* LOCATIONS */
  /* LOCATIONS */
  .locations-section {
    padding: 34px 14px !important;
    border: none !important;
    background: transparent !important;
  }

  .locations-section::before,
  .locations-section::after,
  .locations-grid::before,
  .locations-grid::after,
  .loc-col::before,
  .loc-col::after {
    content: none !important;
    display: none !important;
  }

  .locations-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    align-items: stretch !important;
  }

  .loc-divider {
    display: none !important;
  }

  .loc-col {
    width: 100% !important;
    min-width: 225px !important;
    min-height: 225px !important;
    padding: 16px 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
    background: transparent !important;
    border: 1px dashed #c9cec5 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative;
  }

 
  .locations-grid > .loc-col:last-of-type {
    grid-column: auto !important;
    max-width: none !important;
    width: 100% !important;
    min-height: 225px !important;
    height: 225px !important;
    margin: 0 !important;
  }

  .loc-city {
    font-size: 20px !important;
    line-height: 1.12 !important;
    margin-bottom: 6px !important;
    text-align: center;
  }

  .loc-region {
    font-size: 8px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 10px !important;
  }

  .loc-addr {
    font-size: 7px !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
  }

  .loc-contact,
  .loc-map {
    font-size: 7px !important;
    line-height: 1.35 !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .open {
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin-top: 8px !important;
  }
  /* REVIEWS */
  .reviews-section {
    padding: 60px 0 50px;
  }

  .reviews-slider {
    padding: 0 16px;
  }

  .reviews-track {
    gap: 20px;
  }

  .review-card {
    width: 280px;
    min-height: 200px;
    padding: 20px 18px;
  }

  .review-text {
    font-size: 11.5px;
    line-height: 1.5;
  }

  .review-user img {
    width: 44px;
    height: 44px;
  }

  .review-name {
    font-size: 15px;
    line-height: 1.5;
  }

  .review-source {
    font-size: 10px;
  }

  .stars {
    font-size: 12px;
  }

  /* CTA */
  .cta-section {
    padding: 54px 24px 30px;
  }

  .cta-heading {
    font-size: clamp(24px, 7vw, 44px);
  }

  .cta-text {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.7;
  }

  /* BOOKING */
  .booking-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .booking-layout::after {
    display: none;
  }

  .booking-form-wrap {
    padding: 36px 30px;
  }

  .booking-info {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 28px 30px 40px;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    min-height: auto;
    justify-content: flex-start;
  }

  .info-line {
    flex: 0 0 calc(50% - 10px);
  }


.site-footer {
  background: #f6f6f3;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid #d9ddd6;
  border-bottom: 1px solid #d9ddd6;
}

.footer-brand,
.footer-col,
.footer-contact {
  border-right: 1px solid #d9ddd6;
  min-width: 0;
  box-sizing: border-box;
}

.footer-contact {
  border-right: none;
}

/* LEFT SIDE */
.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* 🔥 changed */
  padding: 0;
}

.footer-brand-top {
  padding: 24px 20px 18px;
  /* 🔥 adjusted */
  border-bottom: 1px solid #d9ddd6;
}

.footer-logo {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-logo-sub {
  font-size: 12px;
  letter-spacing: 0.25em;
  margin-bottom: 16px;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #5f695f;
  margin: 0;
  /* 🔥 added */
}

/* FOLLOW */
.footer-social-wrap {
  padding: 18px 20px 22px;
  /* 🔥 adjusted */
  margin-top: 0;
  /* 🔥 added */
  text-align: center;
}

.footer-social-title {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
  /* 🔥 adjusted */
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-left: 0;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  font-size: 16px;
}

/* NAV / TREAT / CONTACT */
.footer-col,
.footer-contact {
  padding: 24px 20px;
}

.footer-col h3,
.footer-contact h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-col a,
.f-contact li {
  font-size: 12px;
}

.f-contact {
  gap: 10px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 20px;
}

.footer-bottom p {
  font-size: 11px;
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
}

.footer-bottom-links a {
  font-size: 11px;
}

}

/* ============================================================
   4. MOBILE (0px – 480px)
   ============================================================ */

@media (max-width: 480px) {

 
 .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    display: flex;
    align-items: flex-start;
    padding-top: 74px !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
    position: relative;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background: url('./images/indeximg.webp') no-repeat 60% center;
    background-size: cover;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 58px 9px 0 !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 2;
  }

  .hero-h1 {
    font-size: clamp(30px, 8.6vw, 36px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.015em;
    margin: 0 0 34px !important;
    transform: none !important;
    max-width: 350px;
  }

  .hero-pills {
    transform: none !important;
    display: flex;
    flex-direction: column;
    gap: 24px !important;
    margin-bottom: 38px !important;
    align-items: flex-start;
  }

  .hero-pill,
  .hero-pills span,
  .hero-pills li {
    font-size: 17px !important;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .hero-body {
    transform: none !important;
    font-size: 19px !important;
    line-height: 1.78 !important;
    max-width: 100%;
    margin: 0 0 24px !important;
    text-align: left !important;
  }

  .hero-ctas {
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
    width: 100%;
    padding-bottom: 0 !important;
     margin-top: -4px !important;
  }

  .btn-outline,
  .btn-filled {
    width: 212px !important;
    min-width: 212px !important;
    padding: 16px 22px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    letter-spacing: 0.15em;
    text-align: center;
    justify-content: center;
  }

  .btn-filled.large {
    min-width: 219px !important;
    width: 219px !important;
    padding: 17px 22px !important;
    font-size: 12.5px !important;
  }
  /* FLOATING CONTACT */
  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a i {
    font-size: 17px;
  }

  /* AIRPORT */
    /* .magic-section {
    padding: 28px 16px 30px;
  }

  .magic-title {
    font-size: 28px;
    line-height: 1.25;
  } */

  .airport-section {
    padding: 20px 16px 34px;
  }

  .airport-box {
    width: 100%;
    margin-top: 24px;
    padding: 28px 20px;
    min-height: auto;

    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .airport-left {
    padding-right: 0;
  }

  .airport-left h2 {
    font-size: 21px;
    line-height: 1.25;
    max-width: 260px;
    margin: 0 auto;
  }

  .airport-divider {
    width: 90%;
    height: 2px;
    margin: 18px auto;

    background: repeating-linear-gradient(
      to right,
      #aeb6ad 0 14px,
      transparent 14px 36px
    );
  }

  .airport-right {
    padding-left: 0;
  }

  .airport-right p {
    max-width: 270px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
  }

  .airport-box::before {
    background:
      repeating-linear-gradient(to right, #aeb6ad 0 10px, transparent 10px 28px),
      repeating-linear-gradient(to bottom, #aeb6ad 0 10px, transparent 10px 28px),
      repeating-linear-gradient(to right, #aeb6ad 0 10px, transparent 10px 28px),
      repeating-linear-gradient(to bottom, #aeb6ad 0 10px, transparent 10px 28px);
    background-position:
      top left,
      top right,
      bottom left,
      top left;
    background-size:
      100% 2px,
      2px 100%,
      100% 2px,
      2px 100%;
    background-repeat: no-repeat;
  }
  /* MAGIC */
  .magic-section {
    padding: 20px 16px 32px;
  }

 


  .features-strip {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .feature-item {
    width: 150px !important;
    height: 150px !important;
    flex: 0 0 190px !important;
    overflow: hidden !important;
  }

  .feature-img {
    width: 100% !important;
    height: 100% !important;

    background-size: 100% 100% !important; /* crop illa + box fill */
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

   .marquee-track {
    gap: 0px !important;
  } 


  


 
  .magic-title {
    font-size: clamp(20px, 7.5vw, 32px);
  }

  .marquee-track {
    animation: marqueeFix 78s linear infinite;
  }

 
  .section-label {
    font-size: 14px !important;   /* 🔥 before 25px → now clean */
    letter-spacing: 0.12em !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .label-bar {
    width: 4px !important;   /* small bar */
    height: 14px !important;
  }


  /* OFFER */
  .offer-wrap {
    width: 100%;
    padding: 8px 0;
    margin: 24px 0;
    overflow: hidden;
  }

  .offer-strip {
    width: 100%;
    overflow: hidden;
    background: #013813;
    padding: 6px 0;
    white-space: nowrap;
  }

  .offer-track {
    display: flex;
    width: max-content;
    gap: 0;
    margin: 0;
    padding: 0;
    animation: scrollOfferMobile 30s linear infinite;
  }

  .offer-track span {
    padding: 0 6px;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
  }

  .offer-track span:first-child {
    padding-left: 0;
  }

  .offer-track span:last-child {
    padding-right: 0;
  }

  .offer-section,
  .offer-container {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* THERAPIES */
  .therapy-grid {
    grid-template-columns: 1fr;
     width: 100%;
    padding: 0 14px;
    gap: 18px;
    margin: 36px auto 24px;
  }

  .therapy-card {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .therapy-img {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }

  .center-btn {
    margin-top: -40px !important;
  }

  .therapy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .therapy-overlay,
  .therapy-info,
  .therapy-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #234a2c 0%, #355f39 55%, #2a4f31 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    box-sizing: border-box;
  }


  .therapy-name,
  .therapy-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-align: left;
  }

  .therapy-btn,
  .book-now-btn {
    background: #fff;
    color: #111;
    font-size: 8px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1;
    min-height: auto;
    width: auto;
  }

}

/* =========================================
   MOBILE NAVBAR — FINAL + UP DOWN ANIMATION
========================================= */
@media (max-width:480px){

  .navbar{
    width:calc(100% - 24px) !important;
    max-width:100% !important;
    height:54px !important;
    top:10px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    border-radius:18px !important;
    padding:0 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    z-index:5000 !important;
    overflow:visible !important;
    animation:navDrop .7s cubic-bezier(.22,1,.36,1);
    position:fixed !important;
  }

  .logo{
    display:flex !important;
    align-items:center !important;
  }

  .logo-img{
    height:28px !important;
    width:auto !important;
    display:block !important;
  }

  .btn-book{
    display:none !important;
  }

  .hamburger{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:5px !important;
    width:auto !important;
    height:auto !important;
    padding:4px !important;
    z-index:5100 !important;
  }

  .hamburger span{
    display:block !important;
    width:22px !important;
    height:2px !important;
    background:#17311d !important;
    border-radius:2px !important;
    transition:all .35s ease !important;
  }

  .hamburger.active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2){
    opacity:0;
  }

  .hamburger.active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .nav-links{
    display:flex !important;
    flex-direction:column !important;
    position:fixed !important;

    /* 🔥 navbar pill back-la start */
    top:2px !important;
    right:12px !important;

    width:52% !important;
    height:auto !important;
    min-height:0 !important;

    background:rgba(255,255,255,.97) !important;
    backdrop-filter:blur(14px) !important;

    padding:12px 20px 18px !important;

    border-radius:22px !important;

    /* 🔥 navbar-ku behind */
    z-index:4000 !important;

    box-shadow:-8px 0 30px rgba(0,0,0,.12) !important;
    overflow:hidden !important;
    gap:0 !important;

    opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;

  transform:translate3d(0, 18px, 0) !important;

  clip-path:inset(0 0 100% 0 round 0 0 22px 22px) !important;

  transition:
    clip-path 650ms cubic-bezier(.22,1,.36,1),
    transform 650ms cubic-bezier(.22,1,.36,1),
    opacity 260ms ease,
    visibility 0s linear 650ms !important;

  will-change:clip-path, transform, opacity;
}

  .nav-links.open{
    opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;

  transform:translate3d(0, 54px, 0) !important;

  clip-path:inset(0 0 0 0 round 0 0 22px 22px) !important;

  transition:
    clip-path 650ms cubic-bezier(.22,1,.36,1),
    transform 650ms cubic-bezier(.22,1,.36,1),
    opacity 220ms ease,
    visibility 0s linear 0s !important;
}

  .nav-links::before,
  .nav-links::after,
  .nav-links li::before,
  .nav-links li::after{
    display:none !important;
  }

  .nav-links li{
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;

    opacity:0;
    transform:translate3d(0,-10px,0);

    transition:
      opacity 240ms ease,
      transform 420ms cubic-bezier(.16,1,.3,1);
  }

  .nav-links.open li{
    opacity:1;
    transform:translate3d(0,0,0);
  }

  .nav-links.open li:nth-child(1){ transition-delay:80ms; }
  .nav-links.open li:nth-child(2){ transition-delay:120ms; }
  .nav-links.open li:nth-child(3){ transition-delay:160ms; }
  .nav-links.open li:nth-child(4){ transition-delay:200ms; }
  .nav-links.open li:nth-child(5){ transition-delay:240ms; }
  .nav-links.open li:nth-child(6){ transition-delay:280ms; }
  .nav-links.open li:nth-child(7){ transition-delay:320ms; }

  .nav-links li a{
    display:block !important;
    width:100% !important;
    padding:12px 0 12px 34px !important;
    text-align:left !important;
    font-size:15px !important;
    font-weight:700 !important;
    color:#17311d !important;
    text-decoration:none !important;
    border-bottom:none !important;
    letter-spacing:.2px !important;
    transition:transform .25s ease !important;
  }

  .nav-links li a:hover{
    transform:translateX(6px);
  }

  .mobile-book{
    display:flex !important;
    justify-content:center !important;
    margin-top:12px !important;
    color:#ffffff !important;
  }

  .mobile-book-btn{
    width:120px !important;
    height:34px !important;
    background:#0b3a16 !important;
    border-radius:8px !important;
    color:#ffffff !important;
    font-size:12px !important;
    font-weight:700 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    padding:0 !important;
    line-height:1 !important;
    box-shadow:0 4px 12px rgba(0,0,0,.12) !important;
  }

  .mobile-book-btn span{
    color:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  /* 🔥 FORCE ALL STATES WHITE */
.mobile-book-btn,
.mobile-book-btn:visited,
.mobile-book-btn:hover,
.mobile-book-btn:active{
  color:#ffffff !important;
}

}

@keyframes navDrop{
  from{
    opacity:0;
    transform:translate(-50%,-22px) scale(.94);
  }

  to{
    opacity:1;
    transform:translate(-50%,0) scale(1);
  }
}


@media (max-width: 480px) {
  /* WHY DELIZA */
  .why-section {
    padding: 40px 14px !important;
    overflow: hidden !important;
  }

  .why-container,
  .why-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .why-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    align-items: center !important;
  }

  .why-image-col {
    order: 1 !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }

  .why-img {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }

  .why-cards-col {
    order: 2 !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .why-card {
    width: 100% !important;
    min-height: 130px !important;
    padding: 16px 12px !important;
    box-sizing: border-box !important;
    border: 1px solid #b7c1b6 !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
  }

  .why-card:hover {
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .why-icon {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 16px !important;
    background: #10361d !important;
  }

  .why-card h4 {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 0 6px !important;
  }

  .why-card p {
    font-size: 9px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }

  /* PACKAGES */
  .packages-section {
    padding: 32px 14px;
  }

  /* .packages-section .section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    color: #102E16;
    line-height: 1.2;
  } */

  /* .packages-section .section-label .label-bar {
    width: 8px;
    height: 16px;
    background: #6b7a6b;
    display: inline-block;
  } */
/* 
  .packages-section .section-heading {
    font-size: 26px;
    line-height: 1.15;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }

  .packages-section .section-sub {
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 22px;
    padding: 0;
    color: #6b7a6b;
  } */

  .best-seller-label {
    font-size: 14px;
    text-align: left;
    margin-left: 18px;
    margin-bottom: 14px;
  }

  .packages-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 60px;
    justify-items: center;
    padding: 0;
  }

  .pkg-card,
  .pkg-card:nth-child(3) {
    grid-column: auto !important;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    padding: 14px 10px;
    min-height: auto;
    box-sizing: border-box;
  }

  .packages-viewall {
    display: flex;
    justify-content: center;
    margin-top: 1px !important;
    /* margin-bottom:10px ; */
  }
  /* LOCATIONS */
  .locations-section {
    padding: 34px 14px !important;
    border: none !important;
    background: transparent !important;
  }

  .locations-section::before,
  .locations-section::after,
  .locations-grid::before,
  .locations-grid::after,
  .loc-col::before,
  .loc-col::after {
    content: none !important;
    display: none !important;
  }

  .locations-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    align-items: stretch !important;
  }

  .loc-divider {
    display: none !important;
  }

  .loc-col {
    width: 100% !important;
    min-width: 25px !important;
    min-height: 25px !important;
    padding: 16px 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
    background: transparent !important;
    border: 1px dashed #c9cec5 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative;
  }

 
  .locations-grid > .loc-col:last-of-type {
    grid-column: auto !important;
    max-width: none !important;
    width: 100% !important;
    min-height: 225px !important;
    height: 225px !important;
    margin: 0 !important;
  }

  .loc-city {
    font-size: 18px !important;
    line-height: 1.12 !important;
    margin-bottom: 6px !important;
    text-align: left;
  }

  .loc-region {
    font-size:10px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 10px !important;
    text-align: left;
  }

  .loc-addr {
    font-size: 9px !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
    /* text-align: justify; */
  }

  .loc-contact,
  .loc-map {
    font-size: 7px !important;
    line-height: 1.35 !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .open {
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin-top: 8px !important;
  }
 /* ONLY Mysore + Eagleton */
  .locations-grid > .loc-col:nth-last-of-type(1),
  .locations-grid > .loc-col:nth-last-of-type(2) {
    min-height: 115px !important;
    height: 115px !important;
    padding: 18px 12px !important;
  }
   /* Mysore + Eagleton box size only */
  .locations-grid > .loc-col:nth-of-type(3),
  .locations-grid > .loc-col:nth-of-type(4),
  .locations-grid > .loc-col:last-of-type {
    min-height: 115px !important;
    height: 115px !important;
    padding: 18px 12px !important;
  }

  /* content same position */
  .locations-grid > .loc-col:nth-of-type(3) .open,
  .locations-grid > .loc-col:nth-of-type(4) .open {
    margin-top: 8px !important;
  }
  /* REVIEWS */
  .reviews-section {
    padding: 34px 0 40px;
  }

  

  .reviews-heading {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 16px;
    margin-bottom: 0;
  }

  .reviews-slider {
    top: 24px;
    padding: 0 8px;
    overflow: hidden;
  }

  .reviews-track {
    gap: 10px;
  }

  .review-card {
    width: 250px;
    min-height: 140px;
    padding: 10px 10px;
  }

  .stars {
    font-size: 9px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }

  .review-text {
    font-size: 10px;
    line-height: 1.35;
    margin-bottom: 8px;
    text-align: justify;
  }

  .review-user {
    gap: 6px;
    margin-top: 6px;
    font-size: 10px!important;
     /* 🔥 added */
  }

  .review-user img {
    width: 24px;
    height: 24px;
  }

  .review-name {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .review-source {
    font-size: 7px;
    line-height: 1.2;
  }

  .reviews-track {
    gap: 10px;
    /* 🔥 small gap */
  }

  /* CTA */
  .cta-section {
    padding: 40px 16px 24px;
  }

  .cta-heading {
    font-size: clamp(22px, 8vw, 36px);
  }

  .cta-text {
    font-size: 13px;
  }

  /* BOOKING */
  .two-col {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .booking-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    overflow: visible !important;
    justify-content: center !important;
  }

  .booking-layout::after {
    display: none !important;
  }

  .booking-form-wrap {
    padding: 28px 20px;
  }

  .booking-title {
    font-size: 30px;
  }

  .booking-subtitle {
    font-size: 13px;
  }

  .confirm-btn {
    height: 46px;
    font-size: 12px;
  }

  .instant-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .booking-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    width: 90%;
    max-width: 330px;
    margin: 0 auto;

    padding: 24px 20px;
    /* background: #063b1c;       🔥 dark green */
    box-sizing: border-box;
  }

  .booking-info .info-line {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
  }

  .booking-info .info-line p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
  }

  /* ICON FIX */
  .booking-info .info-line i,
  .booking-info .info-icon-img {
    width: 20px;
    height: 20px;
    min-width: 20px;

    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);

    display: flex;
    align-items: center;
    justify-content: center;
  }

   .section-label {
    font-size: 14px !important;
    letter-spacing: 0.12em !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }

  .label-bar {
    width: 4px !important;
    height: 14px !important;
  }
  
  .cta-label {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
}

.cta-label .label-bar {
  width: 4px !important;
  height: 14px !important;
}

.reviews-section .section-label {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  gap: 8px !important;
  margin-bottom: 18px !important;
}
.reviews-section .label-bar {   
   width: 4px !important;
  height: 14px !important;
}

  .section-heading,
  .reviews-heading,
  .cta-heading {

    font-family: 'Nuosu SIL', serif !important;

    font-size: clamp(24px, 6vw, 28px) !important;
    line-height: 1.2 !important;

    max-width: 260px !important;   /* 🔥 line break control */
    margin: 0 auto 10px !important;
    text-align: center !important;
  }

  /* FOOTER */
  .site-footer {
    overflow: hidden;
    background: #f6f6f3;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-top: 1px solid #d9ddd6;
    border-bottom: 1px solid #d9ddd6;
  }

  .footer-brand {
    display: contents;
  }

  /* 1. Brand top */
  .footer-brand-top {
    grid-column: 1 / -1;
    order: 1;
    text-align: center;
    padding: 26px 18px 22px;
    border-bottom: 1px solid #d9ddd6;
  }

  .footer-logo {
    font-size: 34px;
    line-height: 1;
    margin: 0 0 8px;
    color: #16321d;
  }

  .footer-logo-sub {
    font-size: 10px;
    letter-spacing: 4px;
    margin: 0 0 10px;
    color: #6c756c;
  }

  .footer-desc {
    max-width: 255px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.55;
    color: #6b746a;
  }

  /* 2. Navigate */
  .footer-grid>.footer-col:nth-child(2) {
    grid-column: 1 / 2;
    order: 2;
    padding: 24px 14px;
    text-align: center;
    border-right: 1px solid #d9ddd6;
    border-bottom: 1px solid #d9ddd6;
  }

  /* 3. Treatments */
  .footer-grid>.footer-col:nth-child(3) {
    grid-column: 2 / 3;
    order: 3;
    padding: 24px 14px;
    text-align: center;
    border-bottom: 1px solid #d9ddd6;
  }

  .footer-col h3,
  .footer-contact h3,
  .footer-social-title {
    margin: 0 0 16px;
    font-size: 16px;
    color: #17311d;
    text-align: center;
  }


  .footer-col {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .footer-col h3 {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .footer-col ul {
    text-align: left !important;
  }

  .footer-col ul li {
    justify-content: flex-start !important;
    text-align: left !important;
  }


  .footer-col li:last-child {
    margin-bottom: 0;
  }

  .footer-col a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.45;
    color: #5f695f;
  }

  /* 4. Contact */
  .footer-grid>.footer-contact:nth-child(4) {
    grid-column: 1 / -1;
    order: 4;
    padding: 22px 16px;
    text-align: center;
    border-bottom: 1px solid #d9ddd6;
  }
   .footer-contact {
    display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;   /* left align keep */
  height: 100%;
  min-height: 100%;
  font-size: 12px;
  }
.smdate{
  font-size: 10px;
  /* marginright: 60px; */
}
contact li:last-child {
    margin-bottom: 0;
  }

  .f-contact i {
    font-size: 12px;
    color: #17311d;
  }

  .footer-contact {
    padding: 18px 14px !important;
    /* 🔥 reduce space */
    min-height: auto !important;
    /* 🔥 remove fixed height */
    /* margin: 0 !important; */
    margin-left:80px;
  }

  /* 5. Follow us */
  .footer-social-wrap {
    grid-column: 1 / -1;
    order: 5;
    text-align: center;
    padding: 18px 14px 20px !important;
    border-bottom: 1px solid #d9ddd6;
    margin-top: 0 !important;
  }

  .footer-socials {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-left: 0;
  }

  .footer-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid #d9ddd6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #17311d;
    text-decoration: none;
    font-size: 18px;
  }

  /* 6. Bottom */
 .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 12px 10px !important;
  }

    .footer-bottom p {
    order: 2; /* 🔥 bottom */
    display: block !important;
    font-size: 10px !important;
    color: #7a827a !important;
    margin: 0 !important;
  }

  .footer-bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-bottom-links a {
    font-size: 8px;
    text-decoration: none;
    color: #7a827a;
  }
 
}



/* ============================================================
   SHARED ANIMATIONS / HOVER
   ============================================================ */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes marqueeFix {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollOfferMobile {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.btn-filled:hover {
  background: var(--white);
  color: black;
}

/* ============================================================
   WHY DELIZA — CLEAN FINAL FIX
============================================================ */
@media (min-width: 1366px) and (max-width: 1440px) {

  .why-section {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding: 180px 20px 90px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: 700px 470px;
    gap: 40px;
    /* 🔥 little increase */
    align-items: start;
  }

  .why-cards-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 🔥 remove fixed width */
    gap: 32px;
  }

  .why-card {
    width: 100%;
    /* 🔥 fix */
    min-height: 300px;
    padding: 38px 34px;
    box-sizing: border-box;
    border: 1.5px solid rgba(34, 64, 45, 0.35);
    /* 🔥 smooth border */
    background: #f8f8f8;
    /* box-shadow: inset 0 0 0 1.5px rgba(34, 64, 45, 0.4); */
  }

  .why-image-col {
    width: 100%;
    /* 🔥 remove fixed width */
    height: 620px;
    overflow: hidden;
  }

  .why-img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    background-size: cover;
    background-position: center;
  }

  .why-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5px;
    background: #7a8f7c;

  }
}

/* =====================================================
   MOBILE 0 - 480px
   ===================================================== */
@media (max-width: 480px) {

/* =====================================================
   FLATPICKR RESPONSIVE FIX — CLEAN
   ===================================================== */

/* parent overflow fix */
.booking-form-section,
.booking-layout,
.booking-form-wrap,
.booking-form,
.form-row,
.form-group,
.input-icon-wrap {
  overflow: visible !important;
}

/* input icon layout */
.input-icon-wrap {
  position: relative;
  width: 100%;
}

.input-icon-wrap input {
  width: 100%;
  padding-right: 44px !important;
}

.input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

/* flatpickr common */
.flatpickr-calendar {
  z-index: 999999 !important;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #102E16 !important;
  border-color: #102E16 !important;
  color: #fff !important;
}



  .flatpickr-calendar {
    max-width: calc(100vw - 24px) !important;
  }

  /* date calendar */
  .flatpickr-calendar:not(.noCalendar) {
    left: 12px !important;
    right: auto !important;
    transform: scale(0.82) !important;
    transform-origin: top left !important;
  }

  /* time picker */
  .flatpickr-calendar.noCalendar {
    width: 260px !important;
    max-width: calc(100vw - 24px) !important;
    padding: 8px 10px !important;
  }

  .flatpickr-calendar.noCalendar.open {
    left: 12px !important;
    right: auto !important;
    transform: translateY(-70px) !important;
  }

  .flatpickr-calendar.noCalendar .flatpickr-time {
    height: 52px !important;
    max-height: 52px !important;
  }

  .flatpickr-calendar.noCalendar .flatpickr-time input,
  .flatpickr-calendar.noCalendar .flatpickr-time .flatpickr-am-pm {
    font-size: 15px !important;
    height: 42px !important;
  }
}
/* =====================================================
   TABLET 481 - 768px
   ===================================================== */
@media (min-width: 481px) and (max-width: 768px) {

  .flatpickr-calendar:not(.noCalendar) {
    transform: scale(0.78) !important;
    transform-origin: top left !important;
  }

  .flatpickr-calendar.noCalendar {
    width: 300px !important;
    padding: 7px 12px !important;
  }

  .flatpickr-calendar.noCalendar.open {
    transform: translateY(-100px) !important;
  }
}

/* =====================================================
   LAPTOP 769 - 1024px
   ===================================================== */
@media (min-width: 769px) and (max-width: 1024px) {

  .flatpickr-calendar:not(.noCalendar) {
    transform: scale(0.82) !important;
    transform-origin: top left !important;
  }

  .flatpickr-calendar.noCalendar {
    width: 320px !important;
  }

  .flatpickr-calendar.noCalendar.open {
    transform: translateY(-105px) !important;
  }
}

/* =====================================================
   DESKTOP 1025 - 1440px
   ===================================================== */
@media (min-width: 1025px) and (max-width: 1440px) {

  .flatpickr-calendar:not(.noCalendar) {
    transform: scale(0.85) !important;
    transform-origin: top left !important;
  }

  .flatpickr-calendar.noCalendar {
    width: 330px !important;
  }

  .flatpickr-calendar.noCalendar.open {
    transform: translateY(-110px) !important;
  }
}

/* =====================================================
   LARGE SCREEN 1441px+
   ===================================================== */
@media (min-width: 1441px) {

  .flatpickr-calendar:not(.noCalendar) {
    transform: scale(0.9) !important;
    transform-origin: top left !important;
  }

  .flatpickr-calendar.noCalendar {
    width: 350px !important;
    padding: 10px 16px !important;
  }

  .flatpickr-calendar.noCalendar.open {
    transform: translateY(-120px) !important;
  }

  .flatpickr-calendar.noCalendar .flatpickr-time input,
  .flatpickr-calendar.noCalendar .flatpickr-time .flatpickr-am-pm {
    font-size: 18px !important;
  }
}

/* SELECT DROPDOWN RESPONSIVE */
.form-group select {
  max-width: 100%;
  cursor: pointer;
}

/* dropdown list options */
.form-group select option {
  font-family: 'Poppins', sans-serif;
  color: #102E16;
  background: #fff;
}

/* MOBILE */
@media (max-width: 480px) {
  .form-group select {
    height: 44px !important;
    font-size: 11px !important;
    padding: 0 38px 0 14px !important;
  }

  .form-group select option {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
}

/* TABLET */
@media (min-width: 481px) and (max-width: 768px) {
  .form-group select {
    height: 50px !important;
    font-size: 14px !important;
  }

  .form-group select option {
    font-size: 14px !important;
  }
}

/* LAPTOP */
@media (min-width: 769px) and (max-width: 1024px) {
  .form-group select {
    height: 52px !important;
    font-size: 15px !important;
  }

  .form-group select option {
    font-size: 15px !important;
  }
}

/* 1441+ */
@media (min-width: 1441px) {
  .form-group select {
    height: 60px !important;
    font-size: 16px !important;
  }

  .form-group select option {
    font-size: 16px !important;
  }
}
 @media (max-width: 480px) {
  .section-heading,
  .reviews-heading,
  .cta-heading {

    font-family: 'Nuosu SIL', serif !important;

    font-size: clamp(28px, 6vw, 28px) !important;
    line-height: 1.2 !important;

    max-width: 260px !important;   /* 🔥 line break control */
    margin: 0 auto 10px !important;
    text-align: center !important;
  }
 package-heading {
    font-size: 22px !important;
    text-align: left !important;
     margin-bottom: 10px !important;
  }
  .package-sub {
    font-size: 11px !important;
    max-width: 260px !important;
    margin: 0 auto 22px;
    padding: 0;
    color: #6b7a6b;
  }
}


 @media (max-width: 480px) {

  .locations-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .loc-divider {
    display: none !important;
  }

  .locations-grid > .loc-col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* divider irukkurathunaala nth-child correct count */
  .locations-grid > .loc-col:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-height: 190px !important;
  }

  .locations-grid > .loc-col:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 190px !important;
  }

  .locations-grid > .loc-col:nth-child(5) {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 115px !important;
    height: 115px !important;
    padding: 18px 12px !important;
  }

  .locations-grid > .loc-col:nth-child(7) {
    grid-column: 2 !important;
    grid-row: 2 !important;
    min-height: 115px !important;
    height: 115px !important;
    padding: 18px 12px !important;
  }

  .locations-grid > .loc-col:last-of-type {
    grid-column: 2 !important;
    grid-row: 2 !important;
    min-height: 115px !important;
    height: 115px !important;
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 480px) {
  .why-card,
  .why-card:hover,
  .why-card * {
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .why-card {
    background: transparent !important;
    box-shadow: none !important;
  }

  .why-card h4 {
    color: #0b2f1b !important;
  }

  .why-card p {
    color: #354b3b !important;
  }

  .why-icon,
  .why-card:hover .why-icon {
    background: #10361d !important;
  }

  .why-icon i,
  .why-icon svg {
    color: #fff !important;
    fill: none !important;
    stroke: #fff !important;
    opacity: 1 !important;
  }
}
@media (max-width:480px){

  .section-heading,
  .packages-title{
    max-width: 320px !important;

    /* font-size: px !important; */
  }
}

  
