/* ============================================================
   DELIZA WELLNESS — CONTACT PAGE RESPONSIVE CSS
   Breakpoints:
   Tablet/Laptop : 769px - 1024px
   Mobile        : 481px - 768px
   Small Mobile  : max-width 480px
   ============================================================ */

/* ============================================================
   0. BASE
   ============================================================ */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

section,
.contact-section,
.contact-wrapper,
.visit-spa-section,
.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 {
  position: fixed;
  right: 0;
  top: 180px;

  display: flex;
  flex-direction: column;
  overflow: hidden;

  border-radius: 12px 0 0 12px;
  z-index: 9999;

  opacity: 1;              /* 🔥 always visible */
  pointer-events: auto;    /* 🔥 clickable */
}

/* show after hero */
.floating-contact.show {
  opacity: 1;
  pointer-events: auto;
}

/* buttons */
.floating-contact a {
  width: 60px;
  height: 60px;
  background: #0f3b22;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
}

/* make both icons same size */
.floating-contact a i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* reduce whatsapp size */
.fa-whatsapp {
  transform: scale(1.2);
}

/* divider */
.floating-contact a + a {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.visit-bottom-btn-wrap{
  margin-top: 90px !important;
}
  /* ============================================================
   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 { right: 0; }

/* 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;
  }

 /* ===== HERO ===== */
  .contact-hero {
    padding: 170px 20px 60px;
  }

  .contact-hero h1 {
    font-size: 54px;
  }

  .contact-hero p {
    font-size: 17px;
    margin-bottom: 50px;
  }

  /* ===== CONTACT BOX ===== */
  .contact-wrapper {
    max-width: 1300px;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    padding: 50px 60px;
  }

  .contact-heading {
    font-size: 30px;
  }

  .form-group input {
    height: 52px;
  }

  .form-group textarea {
    height: 160px;
  }

  .send-btn {
    height: 52px;
    font-size: 17px;
  }

  /* ===== RIGHT SIDE ===== */
  .info-block h1 {
    font-size: 42px;
  }

  .info-block p {
    font-size: 17px;
  }

  /* ===== VISIT SECTION ===== */
  .visit-spa-wrapper {
    max-width: 1300px;
    gap: 100px;
  }

  .visit-left h2 {
    font-size: 46px;
  }

  .visit-left p {
    font-size: 19px;
  }

  .visit-right iframe {
    width: 600px;
    height: 360px;
  }

  /* ===== NEWSLETTER ===== */
  .newsletter-section {
    padding: 100px 60px 160px;
  }

  .newsletter-row {
    max-width: 1250px;
    gap: 26px;
  }

  .newsletter-title {
    font-size: 30px;
  }

  .newsletter-form input,
  .newsletter-form button {
    height: 48px;
  }

  
.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 (769px - 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {

  /* 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 */
 .contact-row,
  .contact-container,
  .contact-main {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 34px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
  }

  .contact-left,
  .contact-right,
  .contact-form,
  .contact-info {
    width: 100%;
    min-width: 0;
  }

  .contact-left input,
  .contact-left select,
  .contact-left textarea,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 16px;
  }

  .contact-left textarea,
  .contact-form textarea {
    height: 132px;
    padding: 16px 18px;
    resize: none;
  }

  .contact-right,
  .contact-info {
    text-align: center;
  }

  .contact-right h3,
  .contact-info h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .contact-right p,
  .contact-right a,
  .contact-info p,
  .contact-info a {
    font-size: 13px;
    line-height: 1.7;
    word-break: break-word;
  }



  /* VISIT SPA */
  .visit-spa-section { padding: 30px 24px 24px; }

  .visit-spa-wrapper {
    gap: 40px;
  }

  .visit-left h2 { font-size: 32px; }
  .visit-left p { font-size: 15px; max-width: 100%; }

  .visit-right iframe {
    width: 100%;
    height: 280px;
  }

  /* NEWSLETTER */
  .newsletter-section {
    padding: 52px 40px 90px;
  }

  .newsletter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }

  .newsletter-title {
    flex: 0 0 28%;
    font-size: 28px;
    line-height: 1.2;
    white-space: nowrap;
    margin: 0;
    text-align: left;
  }

  .newsletter-form {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 64px;
    font-size: 18px;
    padding: 0 24px;
    border-radius: 22px;
  }

  .newsletter-form button {
    flex: 0 0 auto;
    min-width: 180px;
    height: 64px;
    font-size: 18px;
    padding: 0 28px;
    border-radius: 22px;
    white-space: nowrap;
  }
  /* FOOTER */
   .footer-grid {
    grid-template-columns: 1.1fr 0.95fr 0.95fr 1fr;
  }

  .footer-brand,
  .footer-col {
    min-height: auto;
  }

  .footer-brand-top,
  .footer-social-wrap,
  .footer-col {
    padding: 22px;
  }

  .footer-logo {
    font-size: 48px;
  }

  .footer-logo-sub {
    font-size: 15px;
    letter-spacing: 7px;
    margin-left: 0;
  }

  .footer-desc {
    font-size: 12px;
    line-height: 1.7;
  }

  .footer-socials {
    gap: 16px;
    margin-left: 0;
    justify-content: center;
  }

  .footer-socials a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .footer-col h3 {
    margin-left: 0;
    font-size: 20px;
  }

  .footer-col li {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-contact li,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 12px;
  }

  .footer-bottom {
    padding: 16px 22px;
  }

  .footer-bottom-links {
    gap: 28px;
  }
}

/* ============================================================
   2. MOBILE (481px - 768px)
   ============================================================ */
@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;
  }
  /* FLOATING CONTACT */
  .floating-contact { top: auto; bottom: 20px; }
  .floating-contact a { width: 48px; height: 48px; }
  .floating-contact a i { font-size: 17px; }

  /* HERO */
 .contact-section,
.contact-wrapper,
.contact-container {
  padding: 110px 24px 60px;
}

.contact-row,
.contact-main,
.contact-container-inner {
  display: grid !important;
  grid-template-columns: 1.08fr 0.92fr !important;
  gap: 44px !important;
  align-items: start !important;
  max-width: 1180px;
  margin: 0 auto;
}

.contact-left,
.contact-form-wrap,
.contact-form {
  width: 100%;
  min-width: 0;
}

.contact-right,
.contact-info-wrap,
.contact-info {
  width: 100%;
  min-width: 0;
  text-align: center;
}

/* left title */
.contact-left h2,
.contact-form-wrap h2,
.contact-form h2 {
  font-size: 40px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 34px;
}

/* right title */
.contact-right > h2,
.contact-info-wrap > h2,
.contact-info > h2 {
  font-size: 40px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 48px;
}

/* form groups */
.contact-form-group,
.form-group {
  margin-bottom: 26px;
}

.contact-form-group label,
.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.contact-left input,
.contact-left select,
.contact-left textarea,
.contact-form-wrap input,
.contact-form-wrap select,
.contact-form-wrap textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 18px !important;
  height: 72px !important;
  padding: 0 24px !important;
  font-size: 15px !important;
  box-sizing: border-box;
}

.contact-left textarea,
.contact-form-wrap textarea,
.contact-form textarea {
  height: 170px !important;
  padding: 20px 24px !important;
  resize: none;
}

/* right info blocks */
.contact-info-block,
.info-block {
  margin-bottom: 54px;
}

.contact-info-block h3,
.info-block h3 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.contact-info-block p,
.contact-info-block a,
.info-block p,
.info-block a {
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  word-break: break-word;
}



  /* VISIT SPA */
  .visit-spa-section { padding: 24px 16px 20px; }

  .visit-spa-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .visit-left { text-align: center; }
  .visit-left h2 { font-size: 30px; margin-bottom: 14px; }
  .visit-left p { font-size: 14px; max-width: 100%; margin-bottom: 22px; }

  .visit-btn { width: 100%; max-width: 260px; margin: 0 auto; }

  .visit-right iframe {
    width: 100%;
    height: 280px;
  }

  .all-location-btn {
    min-width: 200px;
    height: 42px;
    font-size: 14px;
  }

  /* NEWSLETTER */
  .newsletter-section {
    padding: 40px 24px 70px;
  }

  .newsletter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
  }

  .newsletter-title {
    flex: 0 0 30%;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    margin: 0;
  }

  .newsletter-form {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    width: auto;
  }

  .newsletter-form input {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 46px;
    font-size: 14px;
    padding: 0 18px;
    border-radius: 18px;
  }

  .newsletter-form button {
    flex: 0 0 auto;
    width: auto;
    min-width: 150px;
    height: 46px;
    font-size: 14px;
    padding: 0 22px;
    border-radius: 18px;
    white-space: nowrap;
  }

/* 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 RESPONSIVE
========================================= */
@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 */
  .contact-hero { padding: 78px 14px 18px; }

  .section-label { font-size: 12px; gap: 6px; margin-bottom: 10px; }
  .section-label .line { width: 4px; height: 12px; }

  .contact-hero h1 { font-size: clamp(20px, 7vw, 28px); line-height: 1.2; }
  .contact-hero p { font-size: 11px; max-width: 100%; padding: 0 6px; margin: 0 auto 14px; }

  /* CONTACT SECTION */
  .contact-section { padding: 10px 12px 30px; }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px 14px 20px;
    border-width: 1.5px;
  }

  .head1, .contact-heading {
    font-size: 20px;
    margin-bottom: 18px;
    text-align: center;
  }

  .contact-form { gap: 16px; }

  .form-group label { font-size: 11px; margin-bottom: 7px; }
  .form-group input { height: 42px; font-size: 13px; border-radius: 11px; }
  .form-group textarea { height: 100px; font-size: 13px; border-radius: 11px; }
  .send-btn { height: 42px; font-size: 13px; margin-top: 8px; border-radius: 11px; }

  .info-block { margin-top: 20px; }
  .info-block h1 { font-size: 22px; margin-bottom: 8px; }
  .info-block p { font-size: 12px; }

  /* VISIT SPA */
  .visit-spa-section { padding: 18px 12px 16px; }

  .visit-spa-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .visit-left { text-align: center; }
  .visit-left h2 { font-size: 26px; margin-bottom: 12px; }
  .visit-left p { font-size: 12px; max-width: 100%; margin-bottom: 18px; }

  .visit-btn { width: 100%; max-width: 240px; height: 38px; font-size: 13px; margin: 0 auto; }

  .visit-right iframe {
    width: 100%;
    height: 220px;
    border-radius: 10px;
  }

  .all-location-btn {
    min-width: 180px;
    height: 40px;
    font-size: 13px;
    border-radius: 12px;
  }

  /* NEWSLETTER */
  .newsletter-section {
    padding: 50px 16px 80px;   /* 🔥 little breathing space */
  }

  .newsletter-row { flex-direction: column; gap: 12px; align-items: stretch; }
 .newsletter-title {
    font-size: 22px;           /* 🔥 18 → 22 */
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .newsletter-form { flex-direction: column; width: 100%; }
  .newsletter-form input, .newsletter-form button { width: 100%; }
   .newsletter-form input {
    height: 76px !important;              /* 🔥 40 → 46 */
    font-size: 14px;           /* 🔥 text clear */
    padding: 0 16px;
    border-radius: 999px;
  }

  .newsletter-form input {
  display: block !important;
  width: 100% !important;

  min-height: 58px !important;
  height: 58px !important;

  padding: 0 20px !important;

  font-size: 15px !important;
  line-height: 58px !important;

  border-radius: 16px !important;

  box-sizing: border-box !important;
}

  .newsletter-form button {
    height: 46px;
    font-size: 13px;
    border-radius: 999px;
  }
  /* 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;
  }

}

/* =========================================
   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;
  }

  .mobile-book-btn{
    width:120px !important;
    height:34px !important;
    background:#0b3a16 !important;
    border-radius:8px !important;
    color:#fff !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:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
  }
}

@keyframes navDrop{
  from{
    opacity:0;
    transform:translate(-50%,-22px) scale(.94);
  }

  to{
    opacity:1;
    transform:translate(-50%,0) scale(1);
  }
}