/* =========================================================
   ABOUT PAGE RESPONSIVE
   ========================================================= *
   /* ============================================================
   4K HERO EXACT FIX — 2560px screen
   paste at VERY END
   ============================================================ */
/* ============================================================
   ABOUT PAGE — LARGE / 4K FIX (1441px to 2500px)
   Paste at END of responsive.css
   ============================================================ */


/* ============================================================
   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);
}


  /* HERO */
  .about-hero {
    padding: 180px 20px 60px;
  }

  .section-label {
    font-size: 26px;
    gap: 14px;
  }

  .about-hero h1 {
    font-size: clamp(56px, 4vw, 72px);
    line-height: 1.2;
  }

  .about-hero p {
    font-size: 18px;
    max-width: 720px;
  }

  /* ABOUT SECTION */
.about-container{
  max-width: 1400px;
  gap: 80px;

  display: flex !important;
  align-items: center !important;   /* 🔥 vertical center */
}

.about-img{
  width: 420px;
  height: 480px;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.about-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.about-text p{
  font-size: 24px;
  line-height: 1.6;
  margin-top: 0 !important;
}

  /* MISSION */
  .mission {
    padding: 110px 80px;
  }

  .mission-container {
    gap: 80px;
  }

  .mission-img {
    width: 420px;
  }

  .mission-text h2 {
    font-size: 36px;
  }

  .mission-text p {
    font-size: 22px;
    line-height: 1.8;
  }

  /* WHY DELIZA GRID */
  .why-deliza-section {
    padding: 40px 80px 70px;
  }

  .why-title {
    font-size: 48px;
    margin-bottom: 70px;
  }

  .why-deliza-grid {
    column-gap: 70px;
    row-gap: 70px;
  }

  .why-card {
    max-width: 420px;
    min-height: 240px;
    padding: 30px 34px;
  }

  .why-card h3 {
    font-size: 28px;
  }

  .why-card p {
    font-size: 19px;
  }

  /* FAQ */
  .faq-section {
    padding: 100px 20px 70px;
  }

  .faq-title {
    font-size: 38px;
    margin-bottom: 80px;
  }

  .faq-card {
    max-width: 950px;
  }

  .faq-question-text {
    font-size: 17px;
  }

  .faq-answer p {
    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 { 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 */
}
}

/* =========================
   LAPTOP L  1366px - 1440px
   ========================= */
@media screen and (min-width: 1366px) and (max-width: 1440px) {

  /* ----- NAVBAR ----- */
   /* ──────────────────────────────────────────
     NAVBAR
  ────────────────────────────────────────── */
  .navbar {
   height: 82px;
    width: calc(100% - 58px);
    max-width: 1410px;
    top: 22px;
    padding: 0 24px;
    border-radius: 30px;                      /* reset base so em units scale up */
  }

  .navbar.scrolled {
    top: 10px;
  }

  .logo {
      margin-left: 18px;
  }

  .logo-img {
    height: 64px;                        /* bigger logo — was 40px */
  }

  /* Nav links */
  .nav-links {
    gap: 34px;
    font-size: 1em;          
       align-items: center;            /* reset */
  }

  .nav-links a {
    font-size: 15px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    font-weight: 800;
  }

  /* Book button */
  .btn-book {
    padding: 14px 26px;
    font-size: 15px;
    border-radius: 14px;
    margin-right: 18px;
    white-space: nowrap;
  }

/* ----- ABOUT HERO ----- */
.about-hero {
  padding: 165px 24px 60px; /* ↑ space increase */
}

.section-label {
  font-size: 26px; /* ↑ bigger */
  margin-bottom: 20px;
}

.about-hero h1 {
  font-size: clamp(42px, 4.5vw, 64px); /* ↑ bigger */
}

.about-hero p {
  font-size: 18px; /* ↑ readable */
  max-width: 700px;
}

/* ----- ABOUT SECTION ----- */
.about {
  padding: 40px 60px 80px; /* ↑ space */
}

.about-container {
  max-width: 1200px; /* ↑ wider */
  gap: 60px;
}

.about-img {
  width: 420px;   /* 🔥 image bigger */
  height: 480px;
}

.about-text p {
  font-size: 22px;  /* ↑ text bigger */
  line-height: 1.65;
  margin-bottom: 38px;
  text-align: justify;
}

  /* ----- MISSION ----- */
.mission {
  padding: 120px 50px 72px; /* 🔥 top space increase */
}

/* container spacing */
.mission-container {
  gap: 52px;
}

/* image */
.mission-img {
  width: 320px;
}

/* heading */
.mission-text h2 {
  font-size: 28px;
  margin-bottom: 16px; /* 🔥 heading கீழே space */
}

/* paragraph */
.mission-text p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 18px; 
  text-align: justify;
}

  /* ----- WHY DELIZA ----- */
  .why-deliza-section {
    padding: 18px 46px 44px;
  }

  .why-title {
    font-size: 36px;
    margin-bottom: 44px;
  }

  .why-deliza-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    row-gap: 48px;
  }

  .bottom-row {
    gap: 48px;
  }

  .why-card {
    max-width: 340px;
    padding: 22px 26px;
  }

  .why-card h3 {
    font-size: 24px;
  }

  .why-card p {
    font-size: 16px;
  }

  /* ----- FAQ ----- */
.faq-section {
  padding: 90px 40px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

/* title bigger */
.faq-title {
  font-size: 38px;
  margin-bottom: 70px;
  text-align: center;
}

/* ❌ REMOVE LIMIT */
.faq-card {
  max-width: 100%;   /* 🔥 fix width issue */
}

/* full width item */
.faq-item {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 18px;
}

/* question bar */
.faq-question {
  width: 100%;
  min-height: 90px;
  padding: 0 50px;
  font-size: 22px;   /* 🔥 bigger text */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* text size */
.faq-question-text {
  font-size: 18px;   /* 🔥 readable */
}

.faq-answer p {
  font-size: 17px;
  line-height: 1.7;
}

/* icon */
.faq-icon {
  font-size: 36px;
  font-weight: 600;
  transition: 0.3s ease;
}
 
/* ================= FOOTER DESKTOP FIX ================= */
.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;
  }
}
/* =========================
   LAPTOP 769px - 1024px
   ========================= */
@media (min-width: 769px) and (max-width: 1024px) {

 .navbar {
    width: calc(100% - 20px);
    height: 50px;
    padding: 0 14px 0 16px;
    border-radius: 18px;
  }

  .logo-img {
    height: 30px;
  }

  .nav-links {
    gap: 14px;
  }

   .nav-links li:last-child {
  display: none !important;
}

  .nav-links a {
    font-size: 11px;
  }
 
  .btn-book {
    display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  height: 42px;

  background: #123b22;
  color: #ffffff;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;

  border-radius: 999px; /* 🔥 pill shape */
  text-decoration: none;

  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  }

  .hamburger {
    display: none !important;
  }

  .about-hero {
    padding: 130px 24px 34px;
  }

  .section-label {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .section-label .line {
    width: 7px;
    height: 18px;
  }

  .about-hero h1 {
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.18;
  }

  .about-hero p {
    font-size: 15px;
    max-width: 560px;
    margin-bottom: 38px;
  }

  .floating-contact {
    top: 120px;
  }

  .floating-contact a {
    width: 54px;
    height: 54px;
  }

  .about {
    padding: 24px 28px 56px;
  }

  .about-container {
    gap: 34px;
    align-items: center;
  }

  .about-img {
    width: 300px;
    height: 350px;
  }

  .about-text p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .mission {
    padding: 56px 28px;
  }

  .mission-container {
    gap: 34px;
    align-items: center;
  }

  .mission-img {
    width: 300px;
  }

  .mission-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .mission-text p {
    font-size: 18px;
    line-height: 1.65;
  }
 .why-deliza-section {
    padding: 18px 28px 40px;
  }

  .why-title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .why-deliza-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
    row-gap: 28px;
    align-items: stretch;
  }

  .bottom-row {
    display: contents;
  }

  .why-card {
    width: 100%;
    max-width: 400px;   /* 🔥 control width */
    margin: 0 auto;     /* 🔥 center */
    min-height: 150px;
    padding: 28px;
  }

  .why-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* 5th card */
  .bottom-row .why-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 400px; /* bigger width so alignment looks natural */
  }

  .faq-section {
    padding: 60px 20px 36px;
    margin-bottom: 44px;
  }

  .faq-title {
    font-size: 28px;
    margin-bottom: 42px;
  }

  .faq-card {
    max-width: 780px;
  }

  .faq-question {
    padding: 18px 26px;
  }

  .faq-question-text,
  .faq-answer p {
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 28px;
  }

   .faq-icon {
    font-size: 25px;
    font-weight: 500px;
  }

  .faq-card.active .faq-answer {
    padding: 0 28px;
  }

  /* 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;
  }
}

/* =========================
   TABLET 481px - 768px
   ========================= */
@media (min-width: 481px) and (max-width: 768px) {
html, body {
    overflow-x: hidden;
  }
  
  /* NAVBAR */
  .navbar {
     width: calc(100% - 28px);
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 18px;
    height: 58px;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .logo { margin-left: 0; }
  .logo-img { height: 34px; }

  .nav-links {
      display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;                  /* navbar கீழே */
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);   /* equal side gap */
    max-width: 470px;           /* tablet proper width */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    border-radius: 22px;
    padding: 18px 22px 20px;
    gap: 0;
    box-shadow: 0 14px 34px rgba(0,0,0,0.16);
    z-index: 999;
  }

  .nav-links.open {
    display: flex !important;
    animation: slideDown 0.22s ease forwards;
  }

  .nav-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .nav-links li a {
    font-size: 0.95rem;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    color: #1a2e1a;
  }

  .nav-links li:last-child a { border-bottom: none; }

  .mobile-book {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 10px;
  }

  .mobile-book-btn {
    display: block;
    width: 50%;
    text-align: center;
    background: #102E16;
    color: #fff !important;
    padding: 13px 0;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1.5px solid #102E16;
  }

  .mobile-book-btn:hover {
    background: transparent;
    color: #102E16 !important;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-right: 4px;
    padding: 6px;
    z-index: 1001;
  }

  .btn-book { display: none !important; }

  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-dark);
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


  .about-hero {
    padding: 128px 20px 30px;
  }

  .section-label {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 14px;
  }

  .section-label .line {
    width: 6px;
    height: 16px;
  }

  .about-hero h1 {
    font-size: clamp(30px, 7vw, 44px);
    line-height: 1.18;
  }

  .about-hero p {
    font-size: 15px;
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 34px;
  }

  .floating-contact {
    top: 110px;
  }

  .floating-contact a {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }

  .about {
    padding: 20px 22px 48px;
  }

  .about-container {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  .about-img {
    width: 100%;
    max-width: 430px;
    height: 360px;
  }

  .about-text {
    width: 100%;
  }

  .about-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 22px;
    text-align: left;
  }

  .mission {
    padding: 48px 22px;
  }

  .mission-container {
    flex-direction: column-reverse;
    gap: 26px;
    align-items: center;
  }

  .mission-img {
    width: 100%;
    max-width: 430px;
  }

  .mission-text h2 {
    font-size: 26px;
  }

  .mission-text p {
    font-size: 18px;
    line-height: 1.65;
  }

  .why-deliza-section {
    padding: 18px 22px 40px;
  }
.why-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .why-deliza-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  /* bottom row wrapper flatten */
  .bottom-row {
    display: contents;
  }

  .why-card {
    width: 100%;
    max-width: 100%;
    min-height: 160px;
  }

  /* 4th card */
  .bottom-row .why-card:first-child {
    grid-column: auto;
    max-width: 100%;
    justify-self: stretch;
  }

  /* 5th card center */
  .bottom-row .why-card:last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 100%;
    max-width: 320px;
  }
  .why-card h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .faq-section {
    padding: 54px 18px 30px;
    margin-bottom: 34px;
  }

  .faq-title {
    font-size: 28px;
    margin-bottom: 34px;
  }

  .faq-card {
    max-width: 100%;
  }

  .faq-question {
    padding: 14px 18px;
  }

  .faq-question-text,
  .faq-answer p {
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-card.active .faq-answer {
    padding: 0 18px;
  }

  /* footer tablet */
  .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 solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid 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;
}

/* LEFT SIDE */
.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;   /* 🔥 changed */
  padding: 0;
}

.footer-brand-top {
  padding: 24px 20px 18px;       /* 🔥 adjusted */
  border-bottom: 1px solid #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;                     /* 🔥 added */
}

/* FOLLOW */
.footer-social-wrap {
  padding: 18px 20px 22px;       /* 🔥 adjusted */
  margin-top: 0;                 /* 🔥 added */
  text-align: center;
}

.footer-social-title {
  font-size: 18px;
  margin-bottom: 25px; 
  text-align: center;            /* 🔥 adjusted */
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-left: 0;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  font-size: 16px;
}

/* NAV / TREAT / CONTACT */
.footer-col,
.footer-contact {
  padding: 24px 20px;
}

.footer-col h3,
.footer-contact h3 {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-col a,
.f-contact li {
  font-size: 12px;
}

.f-contact {
  gap: 10px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px 20px;
}

.footer-bottom p {
  font-size: 11px;
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
}

.footer-bottom-links a {
  font-size: 11px;
  color: #ffffff;
}

}

/* =========================
   MOBILE 0px - 480px
   ========================= */

   
@media (max-width: 480px) {
 
  .about-hero {
    padding: 110px 16px 24px;
  }

  .section-label {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .section-label .line {
    width: 5px;
    height: 14px;
  }

  .about-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.16;
  }

  .about-hero p {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.65;
    margin-bottom: 24px;
  }
.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;
  }
  .about {
    padding: 16px 14px 40px;
  }

  .about-container {
    flex-direction: column;
    gap: 22px;
  }

  .about-img {
    width: 100%;
    height: 300px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .mission {
    padding: 40px 14px;
  }

  .mission-container {
    flex-direction: column-reverse;
    gap: 22px;
  }

  .mission-img {
    width: 100%;
    max-width: 100%;
  }

  .mission-text h2 {
    font-size: 22px;
  }

  .mission-text p {
    font-size: 16px;
    line-height: 1.6;
  }

  .why-deliza-section {
    padding: 10px 14px 34px;
  }

  .why-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .why-deliza-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bottom-row {
    grid-column: auto;
    display: contents;
  }

  .why-card {
    max-width: 100%;
    min-height: auto;
    padding: 18px 16px;
  }

  .why-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .why-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .faq-section {
    padding: 42px 14px 24px;
    margin-bottom: 24px;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 26px;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-question-text {
    font-size: 11px;
    line-height: 1.4;
  }

  .faq-icon {
    font-size: 20px;
  }

  .faq-answer {
    padding: 0 16px;
  }

  .faq-card.active .faq-answer {
    padding: 0 16px;
  }

  .faq-answer p {
    font-size: 14px;
    padding-bottom: 18px;
  }

    /* 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;
  }
}

@media (max-width: 480px) {

  /* 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: left !important;
     margin-left: 140px !important;
  }

  .f-contact {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 6px !important;   /* 🔥 small indent */
  }

  .f-contact li {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    text-align: left !important;
    margin-bottom: 12px !important;
     margin-left: 130px !important;
  }

  .f-contact i {
    width: 16px !important;   /* 🔥 icon straight alignment */
    text-align: center !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 NAV PERFECT ALIGNMENT */

@media (max-width:768px){

  .nav-links{
    align-items: flex-start !important;

    padding: 18px 0 24px !important;
  }

  .nav-links li{
    width: 100%;

    justify-content: flex-start !important;
  }

  .nav-links li a{
    justify-content: flex-start !important;

    text-align: left !important;

    padding: 10px 0 18px 95px !important;
  }

  /* BOOK BUTTON ALIGN */
  .mobile-book{
    width: 150% !important;
     margin-left: -50px !important;
     /* text-align: center !important; */
  }

  .mobile-book-btn{
    margin-left: 80px !important;
        width: 50% !important;
        text-align: center !important;
      
  }
}
@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;
    margin-left:12px !important;
  }

  .mobile-book-btn span{
    color:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
    margin-left:-10px !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);
  }
}