/* ============================================================
   DELIZA WELLNESS — MEMBERSHIP PAGE RESPONSIVE CSS
   Breakpoints:
   Laptop/Tablet : 768px - 1024px
   Mobile        : max-width 767px
   Small Mobile  : max-width 480px
   ============================================================ */

/* ============================================================
   0. BASE OVERFLOW GUARD
   ============================================================ */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

section,
.plans-section,
.benefits-section,
.membership-steps,
.newsletter-section,
.site-footer {
  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;
  }

  .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;
  }
/* FLOATING CONTACT */

/* ============================================================
   MEMBERSHIP PAGE — FULL CONTENT REDESIGN
   Navbar + Footer untouched
   ============================================================ */

/* HERO */
.member-hero {
  text-align: center;
  padding: 140px 20px 45px;
}

.member-hero h1 {
  font-family: 'Nuosu SIL', sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.2;
  color: #173923;
}

.member-hero p {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.8;
  color: #6b7a6b;
}

/* PLANS */
 .plans-section {
    padding: 42px 40px;
  }

  .plans-head h2 {
    font-size: 52px;
  }

  .plans-head p {
    font-size: 17px;
  }

  .plans-grid {
    max-width: 1400px;
    gap: 26px;
  }

  /* CARD */
  .plan-card {
    min-height: 690px;
    padding: 22px 24px;
  }

  .plan-card.gold {
    min-height: 710px;
    transform: translateY(-8px);
  }

  /* TOP */
  .plan-top {
    min-height: 150px;
    padding-bottom: 16px;
  }

  .plan-icon {
    width: 48px;
    height: 48px;
  }

  .gold .plan-icon {
    width: 50px!important;
    height: 50px!important;
  }
 .gold h3 {
   font-size: 38px!important;
  }
  .plan-top h3 {
    font-size: 32px;
  }

  .gold .plan-top h3 {
    font-size: 36px;
  }

  .plan-top p {
    font-size: 15px;
  }

  /* META */
  .plan-meta {
    min-height: 60px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .badge {
    height: 36px;
    font-size: 13px;
    min-width: 78px;
  }

  /* PRICE */
  .price {
    font-size: 42px;
    margin: 20px 0 16px;
  }

  .gold .price {
    font-size: 46px;
  }

  /* BOX */
  .saving-box {
    font-size: 14px;
    padding: 10px;
  }

  /* LIST */
  .plan-card ul {
    min-height: 190px;
  }

  .plan-card li {
    font-size: 13.5px;
  }

  /* NOTE */
  .plan-note {
    min-height: 60px;
  }

  .plan-note span {
    width: 40px;
    height: 40px;
  }

  .plan-note p {
    font-size: 12px;
  }

  /* BUTTON */
  .plan-btn {
    height: 46px;
    font-size: 14px;
  }

  /* BENEFITS */
  .plans-benefits {
    max-width: 1340px;
  }

  .plans-benefits b {
    font-size: 14px;
  }

  .plans-benefits small {
    font-size: 11.5px;
  }
/* BENEFITS */
.benefits-section {
  max-width: 1380px;
  margin: 0 auto;
  padding: 35px 40px 80px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.benefit-card {
  min-height: 310px;
  border: 1.5px solid rgba(24, 55, 38, 0.7);
  padding: 32px 22px 26px;
  text-align: center;
  background: #fdfdfd;
}

.icon-box {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
}

.benefit-title {
  font-size: 24px;
  line-height: 1.2;
  color: #173923;
}

.benefit-text {
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.img3 .icon{
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}
/* STEPS */
.membership-steps {
  width: 100%;
}

.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.step-box {
  min-height: 165px;
  background: #102E16;
}

.step-box h2 {
  font-size: 34px;
}

.step-box p {
  font-size: 22px;
}
.subscribe-popup {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: #102E16;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
}

.subscribe-popup.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.plan-card,
.plan-card:hover,
.plan-card.active:hover{
  transform:none !important;
  scale:1 !important;
  box-shadow:none !important;
  transition:none !important;
}

  .popular-tag {
    white-space: nowrap;        /* 🔥 no break */
    font-size: 14px;
    padding: 8px 48px;          /* 🔥 width increase */
    letter-spacing: 0.6px;
    line-height: 1;

    display: inline-block;
    text-align: center;
  }

  
/* CTA + NEWSLETTER */
.newsletter-section {
 padding: 20px 60px 80px !important;
  margin-top: auto;
  padding-top: 0 !important;
}

.top-buttons {
  margin-top: 70px;
}

.top-btn {
  min-width: 230px;
  height: 48px;
  font-size: 16px;
}

.newsletter-row {
  max-width: 1380px;
  gap: 30px;
}

.newsletter-title {
  font-size: 34px;
}

.newsletter-form input,
.newsletter-form button {
  height: 52px;
  font-size: 16px;
}



  /* ============================================================
   FOOTER — 1441px+ LARGE SCREEN FIX (CORRECTED)
   ============================================================ */

.site-footer {
  background: #102E16;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

/* GRID */
.footer-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  position: relative;              /* 🔥 important */
}

/* 🔥 PERFECT OUTER LINES (fix left shift issue) */
.footer-grid::before,
.footer-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dcded8;
}

.footer-grid::before {   display: none !important; }
.footer-grid::after {
  display: none !important;
}

/* BOX */
.footer-brand,
.footer-col {
  min-height: 390px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.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;
}

.footer-logo-sub {
  font-size: 15px;
  letter-spacing: 9px;
  margin-top: 6px;
text-align: center;
  font-family: 'Nuosu SIL', sans-serif;
}

.footer-desc {
  max-width: 320px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 22px;
color:#ffff;
}

/* SOCIAL */
.footer-social-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px;
  text-align: center;
}

.footer-social-title {
  font-family: 'Nuosu SIL', sans-serif;
  margin-bottom: 26px;
text-align:center;
 color: #ffffff;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-socials a:hover {
   background: #ffffff;
  color: #173923;
}

/* COLUMNS */
.footer-col {
  padding: 34px 38px;
align-items: center;

}

.footer-col h3 {
  font-family: 'Nuosu SIL', sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}

.footer-col a {
   color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.25s ease;
}


.footer-col a:hover {
  color: #ffffff;
}

/* CONTACT */
.footer-contact li {
  display: flex;
  gap: 10px;
 align-items: flex-start;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Poppins', sans-serif;
  
}

.footer-contact i {
  color: #ffffff;
  font-size: 13px;
  margin-top: 4px;
  min-width: 14px;

}

/* BOTTOM */
.footer-bottom {
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.80);
}

.footer-bottom-links {
  display: flex;
  gap: 40px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  transition: color 0.25s ease;
}

.footer-bottom a:hover {
  color: #ffffff;
}

/* FOOTER LINES — MODEL 2 STYLE */
.footer-grid {
  border-left: none !important;
  border-right: none !important;
}

.footer-grid::before,
.footer-grid::after {
  display: none !important;
}

/* keep only column separator lines */
.footer-brand,
.footer-col {
  border-right: 1px solid rgba(255,255,255,0.18) !important;
}

.footer-col:last-child {
  border-right: none !important;
}

/* remove extra box line around bottom */
.footer-bottom {
  border-left: none !important;
  border-right: none !important;
}
.footer-grid,
.footer-bottom {
  max-width: 1500px !important;
  margin: 0 auto !important;
  position: relative !important;
}

/* 🔥 REMOVE GAP BETWEEN SECTIONS */
.footer-bottom {
  margin-top: -1px !important;   /* 🔥 joins the line */
}
}



    @media (min-width: 1366px) and (max-width: 1440px) {
  .navbar {
    height: 76px;
    width: calc(100% - 58px);
    max-width: 1410px;
    top: 15px;
    padding: 0 24px;
    border-radius: 30px;     
    z-index: 1000;
    
  }

  .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;
  }

  /* ===== MEMBERSHIP CONTENT FIX ===== */

/* SMALL SIZE INCREASE */
.plan-card,
.plan-card.featured {
  transform: scale(1.03);  /* 🔥 very small increase */
}

/* spacing adjust (tight ஆகாத மாதிரி) */
.plans-grid {
  gap: 36px;
}
/* BENEFITS */
.benefits-section {
  padding: 60px 40px 90px;
}

.benefits-grid {
  max-width: 1200px;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.benefit-card {
  min-height: 280px;
  padding: 28px 18px;
}

.icon-box {
  width: 64px;
  height: 64px;
}

.benefit-title {
  font-size: 18px;
}

.benefit-text {
  font-size: 14px;
}

/* STEPS */
.steps-wrapper {
  grid-template-columns: repeat(5, 1fr);
}

.step-box {
  min-height: 180px;
  padding: 30px 18px;
}

.step-box h2 {
  font-size: 34px;
}

.step-box p {
  font-size: 18px;
}

/* NEWSLETTER */
.newsletter-section {
  padding: 100px 40px 150px;
}

.newsletter-title {
  font-size: 30px;
}

.site-footer {
    background: #0b3418;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.18);
  }

  .footer-grid {
    max-width: 100%;
    display: grid;
    grid-template-columns: 31% 22% 22% 25%;
    border-left: none;
    border-right: none;
    align-items: stretch;
  }

  .footer-brand,
  .footer-col {
    min-height: 650px;
    border-right: 1px solid rgba(255,255,255,0.18);
  }

  .footer-brand-top {
    min-height: 360px;
    padding: 70px 42px 35px;
  }

  .footer-logo {
    font-size: 78px;
    line-height: 0.85;
    color: #fff;
  }

  .footer-logo-sub {
    font-size: 24px;
    letter-spacing: 14px;
    margin-left: 20px;
    color: #fff;
  }

  .footer-desc {
    max-width: 500px;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    text-align: justify;
  }

  .footer-social-wrap {
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 45px 42px 50px;
    min-height: 290px;
  }

  .footer-social-title {
    font-size: 30px;
    margin-bottom: 50px;
    color: #fff;
  }

  .footer-socials {
    margin-left: 0;
    justify-content: center;
    gap: 44px;
  }

  .footer-socials a {
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    border-color: rgba(255,255,255,0.85);
  }

  .footer-col {
    padding: 50px 72px;
  }

  .footer-col h3 {
    font-size: 26px;
    margin: 0 0 30px;
    color: #fff;
  }

  .footer-col li {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
  }

  .footer-col a,
  .footer-contact li,
  .f-contact,
  .smdate {
    color: #fff;
  }

  .footer-contact li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 20px;
    align-items: start;
    white-space: nowrap;
     font-size: 15px;
  }

  .footer-bottom {
    max-width: 100%;
    min-height: 72px;
    padding: 0 42px;
    border-top: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-bottom p,
  .footer-bottom a {
    font-size: 16px;
    color: #fff;
  }

  .footer-bottom-links {
    gap: 90px;
  }
   }

/* ============================================================
   1. TABLET / SMALL LAPTOP (768px - 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {

  /* =========================
     NAVBAR
     ========================= */
 
 /* NAVBAR */
  .navbar {
    width: calc(100% - 36px);
    top: 12px;
    height: 54px;
    padding: 0 16px;
    border-radius: 18px;
  }

  .logo {
    margin-left: 0;
  }

  .logo-img {
    height: 34px;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-links a {
    font-size: 11px;
  }

  .btn-book {
    margin-right: 0;
    padding: 7px 13px;
    font-size: 11px;
    border-radius: 10px;
  }

  .hamburger {
    display: none !important;
  }

 
  /* =========================
     FLOATING CONTACT
     ========================= */
  .floating-contact {
    top: 200px;
  }

  .floating-contact a {
    width: 50px;
    height: 50px;
  }

  .floating-contact a i {
    font-size: 18px;
  }

  /* =========================
     HERO
     ========================= */
  .member-hero {
    padding: 112px 24px 28px;
  }

  .section-label {
    font-size: 18px;
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-label .line {
    width: 6px;
    height: 18px;
  }

  .member-hero h1 {
    font-size: clamp(28px, 4.2vw, 42px);
    line-height: 1.22;
  }

  .member-hero p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 18px;
  }

  /* =========================
     PLANS
     ========================= */
  .plans-section {
    padding: 24px 20px 42px;
    max-width: 100%;
  }

  .plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
    align-items: stretch;
  }

  .plan-card,
  .plan-card.featured {
    width: 100%;
    min-height: auto;
    padding: 22px 18px 18px;
    margin: 0;
    transform: scale(1) !important;
    opacity: 1;
  }

  .plan-name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .plan-sub {
    font-size: 13px;
    margin-bottom: 18px;
    text-align: center;
  }

  .plan-meta {
    margin-bottom: 10px;
  }

  .plan-meta span:first-child {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .hours-badge {
    font-size: 11px;
    padding: 5px 8px;
  }

  .plan-price {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .plan-rate {
    font-size: 11px;
    line-height: 1.4;
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .plan-saving {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .plan-list li {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 7px;
    padding-left: 16px;
  }

  .plan-list li::before {
    font-size: 11px;
  }

  .plan-btn {
    min-width: 100%;
    font-size: 11px;
    padding: 11px 14px;
    margin-top: auto;
    text-align: center;
  }

  /* =========================
     BENEFITS
     ========================= */
   .benefits-section {
    padding: 30px 20px 40px !important;
  }

  .benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
  }


   .benefit-card {
    width: 100% !important;
    min-height: 250px !important;
    padding: 24px 16px 20px !important;
    margin: 0 !important;
  }

  /* 4th and 5th cards to second row center */
  .benefits-grid .benefit-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: 50% !important;
  }

 .benefits-grid .benefit-card:nth-child(5) {
    grid-column: 2 / 3;
    margin-left: 50% !important;
  }

  .icon-box {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 16px !important;
  }

  .icon {
    width: 24px !important;
    height: 24px !important;
  }

  .benefit-title,
  .benefit-card h3 {
    font-size: 16px !important;
    line-height: 1.22 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

   .benefit-text,
  .benefit-card p {
    font-size: 11px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    margin-top: 6px !important;
    padding: 0 6px !important;
  }

  /* =========================
     STEPS
     ========================= */
  .steps-wrapper {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .step-box {
    min-height: 100px !important;
    padding: 16px 10px !important;
  }

  .steps-wrapper .step-box:nth-child(1) {
    grid-column: 1 / 3;
  }

  .steps-wrapper .step-box:nth-child(2) {
    grid-column: 3 / 5;
  }

  .steps-wrapper .step-box:nth-child(3) {
    grid-column: 5 / 7;
  }

  .steps-wrapper .step-box:nth-child(4) {
    grid-column: 2 / 4;
  }

  .steps-wrapper .step-box:nth-child(5) {
    grid-column: 4 / 6;
  }

  .step-box h2 {
    font-size: 26px !important;
    margin-bottom: 16px !important;
    line-height: 1 !important;
  }

  .step-box p {
    font-size: 18px !important;
    line-height: 1.3 !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }

  /* vertical divider cleanup */
  .step-box::after {
    display: none !important;
  }

  /* optional custom borders */
  .step-box {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .steps-wrapper .step-box:nth-child(3),
  .steps-wrapper .step-box:nth-child(5) {
    border-right: none;
  }

  .steps-wrapper .step-box:nth-child(4),
  .steps-wrapper .step-box:nth-child(5) {
    border-bottom: none;
  }

  /* =========================
     NEWSLETTER / CTA
     ========================= */
  .newsletter-section {
    padding: 56px 24px 90px;
  }

  .top-buttons {
    gap: 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  .top-btn {
    min-width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .newsletter-title {
    white-space: normal;
    font-size: 24px;
  }

  .newsletter-form {
    width: 100%;
    gap: 12px;
  }

  .newsletter-form input {
    height: 42px;
    font-size: 13px;
  }

  .newsletter-form button {
    min-width: 120px;
    height: 42px;
    font-size: 13px;
  }

  /* =========================
     FOOTER
     ========================= */
    .site-footer {
    background: #102E16;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    align-items: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .footer-brand,
  .footer-col,
  .footer-contact {
    border-right: 1px solid #ffffff;
    min-width: 0;
    box-sizing: border-box;
  }

  .footer-contact {
    border-right: none;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }

  .footer-brand-top {
    padding: 24px 20px 18px;
    border-bottom: 1px solid #ffffff;
  }

  .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: #ffffff;
    margin: 0;
  }

  .footer-social-wrap {
    padding: 18px 20px 22px;
    margin-top: 0;
    text-align: center;
  }

  .footer-social-title {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
  }

  .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;
  }

  .footer-col,
  .footer-contact {
    padding: 24px 20px;
    
  }

  .footer-col h3,
  .footer-contact h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer-contact li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: px;
    font-size: 10px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 8px !important;
    margin: 0%;
  }
  .smdate{
    font-size: 10px;}

  .footer-col a,
  .f-contact li {
    font-size: 12px;
  }

  .f-contact {
    gap: 10px;
  }

  .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;
    color: #ffffff;
  }
}

/* ============================================================
   2. MOBILE / TABLET MENU MODE (max-width: 767px)
   ============================================================ */
@media (min-width: 481px) and (max-width: 768px) {

  /* =========================
     NAVBAR
     ========================= */
  .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;
  }

  .logo {
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .logo-img {
    height: 28px !important;
    width: auto !important;
    display: block !important;
    margin-left: 0 !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;
    margin-right: 2px !important;
    padding: 4px !important;
    z-index: 1001 !important;
  }

  .hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: #17311d !important;
    border-radius: 2px !important;
    transition: all 0.3s 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: none !important;
    flex-direction: column;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 340px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 14px 16px 16px;
    gap: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
    z-index: 999;
  }

  .nav-links.open {
    display: flex !important;
  }

  .nav-links li {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .nav-links li a {
    display: block;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 600;
    color: #17311d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    line-height: 1.2;
  }

  .nav-links li:last-child a {
    border-bottom: none;
  }
   .mobile-book {
    display: block !important;
    margin-top: 12px;
  }

  .mobile-book-btn {
    display: block !important;
    width: 50%;
    text-align: center;
margin: 10px auto 0;
    background: #102E16;
    color: #fff !important;

   padding: 10px 0;
   font-size: 13px; 
    border-radius: 10px;
    font-weight: 600;
  }
  /* =========================
     FLOAT CONTACT
     ========================= */
  .floating-contact {
    top: auto;
    bottom: 20px;
  }

  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a i {
    font-size: 17px;
  }

   /* =========================
     HERO
     ========================= */
  .member-hero {
    padding: 112px 24px 28px;
  }

  .section-label {
    font-size: 18px;
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-label .line {
    width: 6px;
    height: 18px;
  }

  .member-hero h1 {
    font-size: clamp(28px, 4.2vw, 42px);
    line-height: 1.22;
  }

  .member-hero p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 18px;
  }

  /* =========================
     PLANS
     ========================= */
  .plans-section {
    padding: 24px 20px 42px;
    max-width: 100%;
  }

  .plans-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 760px;
    margin: 0 auto;
    align-items: stretch;
  }

  .plan-card,
  .plan-card.featured {
    width: 100%;
    min-height: auto;
    padding: 22px 18px 18px;
    margin: 0;
    transform: scale(1) !important;
    opacity: 1;
  }

  .plan-name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .plan-sub {
    font-size: 13px;
    margin-bottom: 18px;
    text-align: center;
  }

  .plan-meta {
    margin-bottom: 10px;
  }

  .plan-meta span:first-child {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .hours-badge {
    font-size: 11px;
    padding: 5px 8px;
  }

  .plan-price {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .plan-rate {
    font-size: 11px;
    line-height: 1.4;
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .plan-saving {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .plan-list li {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 7px;
    padding-left: 16px;
  }

  .plan-list li::before {
    font-size: 11px;
  }

  .plan-btn {
    min-width: 100%;
    font-size: 11px;
    padding: 11px 14px;
    margin-top: auto;
    text-align: center;
  }

  /* =========================
     BENEFITS
     ========================= */
   .benefits-section {
    padding: 30px 20px 40px !important;
  }

  .benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
  }


   .benefit-card {
    width: 100% !important;
    min-height: 250px !important;
    padding: 24px 16px 20px !important;
    margin: 0 !important;
  }

  /* 4th and 5th cards to second row center */
  .benefits-grid .benefit-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: 50% !important;
  }

 .benefits-grid .benefit-card:nth-child(5) {
    grid-column: 2 / 3;
    margin-left: 50% !important;
  }

  .icon-box {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 16px !important;
  }

  .icon {
    width: 24px !important;
    height: 24px !important;
  }

  .benefit-title,
  .benefit-card h3 {
    font-size: 16px !important;
    line-height: 1.22 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }

   .benefit-text,
  .benefit-card p {
    font-size: 11px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    margin-top: 6px !important;
    padding: 0 6px !important;
  }

  /* =========================
     STEPS
     ========================= */
  .steps-wrapper {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .step-box {
    min-height: 100px !important;
    padding: 16px 10px !important;
  }

  .steps-wrapper .step-box:nth-child(1) {
    grid-column: 1 / 3;
  }

  .steps-wrapper .step-box:nth-child(2) {
    grid-column: 3 / 5;
  }

  .steps-wrapper .step-box:nth-child(3) {
    grid-column: 5 / 7;
  }

  .steps-wrapper .step-box:nth-child(4) {
    grid-column: 2 / 4;
  }

  .steps-wrapper .step-box:nth-child(5) {
    grid-column: 4 / 6;
  }

  .step-box h2 {
    font-size: 26px !important;
    margin-bottom: 16px !important;
    line-height: 1 !important;
  }

  .step-box p {
    font-size: 18px !important;
    line-height: 1.3 !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }

  /* vertical divider cleanup */
  .step-box::after {
    display: none !important;
  }

  /* optional custom borders */
  .step-box {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .steps-wrapper .step-box:nth-child(3),
  .steps-wrapper .step-box:nth-child(5) {
    border-right: none;
  }

  .steps-wrapper .step-box:nth-child(4),
  .steps-wrapper .step-box:nth-child(5) {
    border-bottom: none;
  }

  /* =========================
     NEWSLETTER / CTA
     ========================= */
  .newsletter-section {
    padding: 56px 24px 90px;
  }

  .top-buttons {
    gap: 12px;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  .top-btn {
    min-width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .newsletter-title {
    white-space: normal;
    font-size: 24px;
  }

  .newsletter-form {
    width: 100%;
    gap: 12px;
  }

  .newsletter-form input {
    height: 42px;
    font-size: 13px;
  }

  .newsletter-form button {
    min-width: 120px;
    height: 42px;
    font-size: 13px;
  }

    /* =========================
     FOOTER
     ========================= */
    .site-footer {
    background: #102E16;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    align-items: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .footer-brand,
  .footer-col,
  .footer-contact {
    border-right: 1px solid #ffffff;
    min-width: 0;
    box-sizing: border-box;
  }

  .footer-contact {
    border-right: none;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }

  .footer-brand-top {
    padding: 24px 20px 18px;
    border-bottom: 1px solid #ffffff;
  }

  .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: #ffffff;
    margin: 0;
  }

  .footer-social-wrap {
    padding: 18px 20px 22px;
    margin-top: 0;
    text-align: center;
  }

  .footer-social-title {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
  }

  .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;
  }

  .footer-col,
  .footer-contact {
    padding: 24px 20px;
    
  }

  .footer-col h3,
  .footer-contact h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer-contact li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: px;
    font-size: 10px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 8px !important;
    margin: 0%;
  }
  .smdate{
    font-size: 10px;}

  .footer-col a,
  .f-contact li {
    font-size: 12px;
  }

  .f-contact {
    gap: 10px;
  }

  .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;
    color: #ffffff;
  }
}
/* ============================================================
   3. SMALL MOBILE (max-width: 480px)
   ============================================================ */
   /* =========================================
   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) {
   
  /* =========================
     FLOAT CONTACT
     ========================= */
 
  .floating-contact {
    display: flex !important;
    position: fixed !important;
    right: 0 !important;
    top: 250px !important;
    z-index: 900 !important;
    flex-direction: column;
  }

  .floating-contact a {
    width: 48px !important;
    height: 48px !important;
    font-size: 17px !important;
  }
  /* =========================
     HERO
     ========================= */
  .member-hero {
    padding: 92px 14px 20px;
    text-align: center;
  }

  .section-label {
    font-size: 14px;
    gap: 6px;
    margin-bottom: 10px;
  }

  .section-label .line {
    width: 5px;
    height: 14px;
  }

  .member-hero h1 {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.2;
  }

  .member-hero p {
    max-width: 310px;
    margin: 0 auto 14px;
    font-size: 12px;
    line-height: 1.55;
  }

  /* =========================
     PLANS
     ========================= */
.plans-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: calc(100% - 16px) !important;   /* 🔥 width increase */
    max-width: 360px !important;
    gap: 70px !important; 
    margin: 0 auto !important;
   
  }

  .plan-card,
  .plan-card.featured {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    margin: 0 auto !important;
    padding: 16px 20px !important;
  }

  .plan-name,
  .plan-sub,
  .plan-price,
  .plan-saving,
  .plan-list li {
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  .plan-saving {
    width: 100% !important;
    max-width: 100% !important;
  }
.plan-card.popular{
  position: relative;
}

.popular-tag{
  position: absolute;
  top: -24px !important;
  left: 50%;
  transform: translateX(-50%);
}
   .plans-benefits {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;

    padding: 0 14px !important;
    margin-top: 18px !important;
  }

  .plan-card.featured .popular-badge{
  top: -18px !important;
}



  .plans-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);

    background:#f7f7f7;
    border-radius:24px;

    overflow:hidden;
    position:relative;
  }

  .plans-benefits div{
    position:relative;

    padding:28px 12px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;
    gap:6px;
  }

  /* 🔥 CENTER VERTICAL LINE */
  .plans-benefits div:nth-child(odd)::after{
    content:"";

    position:absolute;
    top:22%;
    right:0;

    width:1px;
    height:56%;

    background:#dddddd;
  }

  /* 🔥 PERFECT CENTER HORIZONTAL LINE */
  .plans-benefits::before{
    content:"";

    position:absolute;
    left:24px;
    right:24px;
    top:50%;

    height:1px;
    background:#dddddd;

    transform:translateY(-50%);
  }

  .plans-benefits i{
    font-size:20px;
    color:#17351f;
  }

  .plans-benefits b{
    font-size:14px;
    line-height:1.15;
    font-weight:700;
    color:#17351f;
  }

  .plans-benefits small{
    font-size:12px;
    line-height:1.3;
    color:#666;
  }

  /* REMOVE RIGHT SIDE EXTRA LINE */
.plans-benefits div:nth-child(2)::after,
.plans-benefits div:nth-child(4)::after{
  display:none !important;
}



  /* =========================
     BENEFITS
     ========================= */
  .benefits-section {
    padding: 18px 14px 28px;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 290px;
    margin: 0 auto;
    align-items: stretch;
  }

  .benefit-card {
    width: 100%;
    min-height: 200px;
    padding: 18px 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .benefits-grid .benefit-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 136px;
    margin: 0 auto;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .benefit-title {
    font-size: 10px;
    line-height: 1.25;
    margin-bottom: 8px;
    text-align: center;
  }

  .benefit-text {
    font-size: 8px;
    line-height: 1.45;
    text-align: center;
    margin-top: 6px;
  }
.img3 img{
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
}
  /* =========================
     STEPS
     ========================= */
  .steps-wrapper {
    grid-template-columns: 1fr;
  }

  .step-box {
    min-height: 100px;
    padding: 16px 10px;
  }

  .step-box:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .step-box h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .step-box p {
    font-size: 15px;
    line-height: 1.3;
    max-width: 220px;
  }

  /* =========================
     NEWSLETTER / CTA
     ========================= */
  .newsletter-section {
    padding: 50px 20px 80px;
  }

  .top-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 44px;
  }

  .top-btn {
    width: 220px;
    min-width: 220px;
    height: 40px;
    font-size: 14px;
  }

  .newsletter-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .newsletter-title {
    font-size: 20px;
    white-space: normal;
    text-align: center;
  }

  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }

.newsletter-form input {
  display: block !important;
  width: 100% !important;

  min-height: 40px !important;
  height: 40px !important;

  padding: 0 20px !important;

  font-size: 15px !important;
  line-height: 40px !important;

  border-radius: 10px !important;

  box-sizing: border-box !important;
}


  .newsletter-form button {
    height: 42px;
    font-size: 13px;
  }


 .site-footer {
    overflow: hidden;
    background: #102E16;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }

  
    /* FOOTER */
 .site-footer {
    overflow: hidden;
     background: #102E16;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .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 #ffffff;
  }

  .footer-logo {
    font-size: 34px;
    line-height: 1;
    margin: 0 0 8px;
    color: #ffffff;
  }

  .footer-logo-sub {
    font-size: 10px;
    letter-spacing: 4px;
    margin: 0 0 10px;
    color: #ffffff;
  }

  .footer-desc {
    max-width: 255px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.55;
    color: #ffffff;
  }

  /* 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 #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  /* 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 #ffffff;
  }

  .footer-col h3,
  .footer-contact h3,
  .footer-social-title {
    margin: 0 0 16px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }

  .footer-col ul,
  .f-contact {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-col li {
    margin: 0 0 12px;
  }

  .footer-col li:last-child {
    margin-bottom: 0;
  }

  .footer-col a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.45;
    color: #ffffff;
  }

  /* 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 #ffffff;
  }

   .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;
}

  .f-contact li:last-child {
    margin-bottom: 0;
  }

  .f-contact i {
    font-size: 12px;
    color: #ffffff;
  }

  .footer-contact {
    padding: 18px 14px !important;   /* 🔥 reduce space */
    min-height: auto !important;     /* 🔥 remove fixed height */
    margin: 0 !important;
  }

  /* 5. Follow us */
  .footer-social-wrap {
    grid-column: 1 / -1;
    order: 5;
    text-align: center;
    padding: 20px 14px 20px !important;
    border-bottom: 1px solid #ffffff;
    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 #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
  }

  /* 6. Bottom */
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    padding: 12px 14px;
  }

  .footer-bottom p {
    display: none;
  }

  .footer-bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-bottom-links a {
    font-size: 8px;
    text-decoration: none;
    color: #ffffff;
  }

  
  /* NAVIGATE + TREATMENTS (LEFT ALIGN) */
  .footer-grid > .footer-col:nth-child(2),
  .footer-grid > .footer-col:nth-child(3) {
    text-align: left !important;
    padding: 24px 24px !important;   /* 🔥 balanced (32 → 24) */
  }

  .footer-col h3 {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .footer-col ul {
    text-align: left !important;
  }

  .footer-col li {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .footer-col a {
    text-align: left !important;
  }

  /* CONTACT (LEFT ALIGN CLEAN) */
  .footer-contact {
    align-items: flex-start !important;   /* 🔥 center → left */
    text-align: left !important;
    margin: 0 !important;
      /* 🔥 left indent */
  }
.footer-contact h3 {
    /* text-align: center !important; */
    margin-left: 270px !important;
    width: 100% !important;
  }

  .footer-contact {
    align-items: center !important;
    text-align: center !important;
  }

  .f-contact {
    width: fit-content !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .f-contact li {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: left !important;
     margin-left: 90px !important;
  }

    .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px;
    padding: 14px 12px !important;
  }

  .footer-bottom p {
    display: block !important;          /* 🔥 show text */
    font-size: 10px !important;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
  }

}