/* =========================================
   FULL RESPONSIVE FIX FOR TREATMENT PAGE
   paste below your current CSS
   ========================================= */

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

section,
.tabs-wrap,
.therapy-card {
  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;
  }

  /* HERO */
  .treatments-hero {
    padding: 180px 20px 60px;
  }

  .treatments-hero h1 {
    font-size: clamp(60px, 4vw, 78px);
    line-height: 1.2;
  }

  .treatments-hero p {
    font-size: 18px;
    max-width: 700px;
  }

  /* TABS */
  .tab {
    height: 90px;
    font-size: 22px;
  }

  .tabs-wrap {
    height: 110px !important;
  }

  .tabs-sticky {
    top: 88px !important;
  }

  /* OFFER STRIP */
  .offer-wrap {
    padding: 8px 0;              /* 🔥 reduce outer height */
    margin: 90px 0 40px;         /* 🔥 reduce vertical gap */
  }

  .offer-strip {
    padding: 5px 0;              /* 🔥 inner height reduce */
  }

  .offer-track {
    gap: 28px;                   /* 🔥 less spacing between text */
  }

  .offer-track span {
    font-size: 26px;             /* 🔥 reduce text size */
    line-height: 1;
  }


  /* CONTENT */
  .tab-content-section {
    padding: 60px 20px 80px;
  }

  .tab-content-section h2 {
    font-size: 42px;
  }

  .tab-content-section p {
    font-size: 20px;
    max-width: 600px;
  }

  /* 🔥 MAIN FIX (NO GAP ISSUE) */
  .therapy-card {
    width: min(1400px, calc(100% - 60px));  /* 🔥 dynamic width */
    height: 330px;
    margin: 40px auto 60px;
    grid-template-columns: 280px 1fr 420px;
  }

  .therapy-image {
    width: 280px;
  }

  .therapy-details {
    padding: 40px 60px;
  }

  .therapy-details h2 {
    font-size: 38px;
  }

  .therapy-details p {
    font-size: 17px;
    max-width: 520px;
  }

  .therapy-meta {
    gap: 80px;
  }

  .price {
    font-size: 30px;
  }

  /* BUTTON */
  .therapy-action button {
    padding: 14px 50px;
    font-size: 20px;
  }

.therapy-cardin{
  margin-bottom:200px;
}


  /* ============================================================
   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 */
}
}



/* ============================================================
   1. NAVBAR — matches index responsive.css exactly
   ============================================================ */

@media (min-width: 1366px) and (max-width: 1440px) {
  .navbar {
    height: 76px;
    width: calc(100% - 58px);
    max-width: 1410px;
    top: 9px;
    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 */
  .treatments-hero {
  padding: 165px 20px 55px;
}

/* TABS */
.tabs-wrap {
  position: relative;
  width: 100%;
  background: #fdfdfd;
  z-index: 20;
  margin-top: 0 !important;
  padding-top: 18px; /* 🔥 60px இருந்து குறைச்சது */
}

.tabs-sticky {
  position: fixed !important;
  top: 100px !important;      
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: #fdfdfd !important;
}

.treatment-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  border-top: 2px solid #1a3a2a;
  border-bottom: 2px solid #1a3a2a;
  background: #fdfdfd;
  margin-top: 0 !important;
}

.tabs-wrap {
  padding-top: 0 !important;
}
.tab {
  height: 78px;
  border-right: 2px solid #1a3a2a;
  background: #fdfdfd;
  color: #1a3a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nuosu SIL', sans-serif;
  font-size: 20px;
}

.tab:last-child {
  border-right: none;
}

.tab.active {
  background: #022f15;
  color: #fff;
}

  /* OFFER */
  .offer-wrap {
    margin: 50px 0;
  }

  .offer-track span {
    font-size: 32px;
  }

  /* CONTENT */
  .tab-content-section {
    padding: 35px 20px 55px;
  }

  .tab-content-section h2 {
    font-size: 34px;
  }

  .tab-content-section p {
    font-size: 17px;
    max-width: 470px;
  }

/* TAB CONTENT */
.tab-content-section {
  text-align: center;
  padding: 35px 20px 50px;
  background: #fdfdfd;
  font-family: 'Nuosu SIL', sans-serif;
  color: #7c8a7d;
  margin-top: 70px;
}

.tab-content-section h2 {
  font-size: 38px;
  color: var(--green-dark);
  font-weight: 500;
  margin-bottom: 12px;
}

.tab-content-section p {
  max-width: 520px;
  margin: 0 auto 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #7c8a7d;
}

/* THERAPY CARD */
.therapy-card {
  width: min(1300px, calc(100% - 60px));
  min-height: 340px;
  margin: 30px auto 65px;
  display: grid;
  grid-template-columns: 300px 1fr 390px;
  border: 3px solid #7a8b7d;
  background: #fdfdfd;
}

.therapy-card + .therapy-card {
  margin-top: 70px;
}

.therapy-image {
  width: 300px;
  height: 100%;
  overflow: hidden;
}

.therapy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.therapy-details {
  padding: 36px 50px;
  border-right: 3px solid #7a8b7d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.therapy-number {
  font-size: 15px;
  color: #173720;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}

.therapy-details h2 {
  font-size: 34px;
  color: #173720;
  margin-bottom: 14px;
  font-weight: 500;
}

.therapy-details p {
  font-size: 16px;
  line-height: 1.6;
  color: #5e6e61;
  max-width: 540px;
  margin-bottom: 24px;
  font-family: 'Poppins', sans-serif;
}

.therapy-meta {
  display: flex;
  align-items: center;
  gap: 70px;
}

.duration {
  display: flex;
  align-items: center;
  gap: 6px;
}

.meta-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.price {
  font-size: 28px;
  color: #173720;
  font-weight: 525;
}

.therapy-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.therapy-action button {
  background: #0d3b1e;
  color: #fff;
  padding: 14px 46px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
}

.therapy-cardin {
  margin-bottom: 200px;
}
 
/* ================= FOOTER 1440 FIX ================= */
.site-footer {
  background: #0b3418;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.18);
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.95fr 1.15fr;
  align-items: stretch;
  border-left: 1px solid rgba(255,255,255,0.14);
  border-right: 1px solid rgba(255,255,255,0.14);
}

.footer-brand,
.footer-col,
.footer-contact {
  min-height: 420px;
  border-right: 1px solid rgba(255,255,255,0.14);
}

.footer-col:last-child,
.footer-contact {
  border-right: none;
}

/* brand */
.footer-brand {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.footer-brand-top {
  min-height: 260px;
  padding: 34px 30px 28px;
}

.footer-logo {
  font-size: 62px;
  line-height: 0.9;
  color: #fff;
  text-align: center;
}

.footer-logo-sub {
  font-size: 17px;
  letter-spacing: 10px;
  margin: 8px 0 0;
  color: #fff;
  text-align: center;
}

.footer-desc {
  max-width: 340px;
  margin: 22px auto 0;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  text-align: left;
}

/* follow */
.footer-social-wrap {
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: 28px 30px 34px;
  text-align: center;
}

.footer-social-title {
  font-size: 22px;
  margin-bottom: 28px;
  color: #fff;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-left: 0;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.85);
}

/* columns */
.footer-col,
.footer-contact {
  padding: 34px 34px;
}

/* IMPORTANT contact reset */
.footer-contact {
  display: block !important;
  height: auto !important;
  min-height: 420px !important;
  align-items: unset !important;
  justify-content: flex-start !important;
}

.footer-col h3,
.footer-contact h3 {
  font-size: 22px;
  margin: 0 0 24px;
  color: #fff;
}

.footer-col li,
.footer-contact li {
  margin-left: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
}

.footer-col a {
  font-size: 14px;
  color: #fff;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 14px;
  align-items: start;
  white-space: nowrap;
}

.footer-contact i {
  font-size: 13px;
  margin-top: 3px;
}

/* bottom */
.footer-bottom {
  max-width: 1280px;
  min-height: 58px;
  margin: 0 auto;
  padding: 0 30px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 13px;
  color: #fff;
}

.footer-bottom-links {
  display: flex;
  gap: 58px;
}
}
@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 a {
    font-size: 11px;
  }

  .btn-book {
    display: inline-flex !important;
    min-width: 104px;
    height: 36px;
    padding: 0 16px;
    font-size: 11px;
    border-radius: 13px;
  }

  .hamburger {
    display: none !important;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
html, body {
    overflow-x: hidden;
  }
  
  /* .mobile-book-btn{
    display: none !important;
  } */
  /* 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); }

}
/* .nav-links li:last-child {
  display: none !important;
} */

/* =========================================
   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);
  }
}


/* ---------- FLOATING CONTACT ---------- */
@media (max-width: 768px) {
  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a i {
    font-size: 17px;
  }
}

/* ---------- HERO ---------- */
@media (max-width: 1200px) {
  .treatments-hero {
    padding: 135px 24px 34px;
  }

  .treatments-hero h1 {
    font-size: clamp(42px, 4.8vw, 56px);
    line-height: 1.18;
  }

  .treatments-hero p {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto 34px;
  }

  .section-label {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1024px) {
  .treatments-hero {
    padding: 120px 20px 28px;
  }

  .treatments-hero h1 {
    font-size: clamp(34px, 5vw, 46px);
    line-height: 1.2;
  }

  .treatments-hero p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 auto 28px;
  }

  .section-label {
    font-size: 21px;
    gap: 10px;
    margin-bottom: 16px;
  }

  .section-label .line {
    width: 7px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .treatments-hero {
    padding: 105px 16px 24px;
  }

  .treatments-hero h1 {
    font-size: clamp(28px, 5.8vw, 38px);
    line-height: 1.22;
  }

  .treatments-hero p {
    max-width: 420px;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto 22px;
  }

  .section-label {
    font-size: 17px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .section-label .line {
    width: 6px;
    height: 16px;
  }
}

/* ---------- STICKY TABS ---------- */
.tabs-wrap {
  position: relative;
  width: 100%;
  background: #fdfdfd;
  overflow: visible;
}

.tabs-sticky {
  position: sticky;
  z-index: 700;
  background: #fdfdfd;
}

.treatment-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background: #fdfdfd;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .tabs-sticky {
    top: 78px;
  }

  .tab {
    height: 78px;
    font-size: 17px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .tabs-sticky {
    top: 70px;
  }

  .tab {
    height: 64px;
    font-size: 15px;
    padding: 0 8px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .tabs-sticky {
    top: 68px;
  }

  .tab {
    height: 56px;
    font-size: 11px;
    padding: 0 4px;
    letter-spacing: 0;
  }
}

@media (max-width: 480px) {
   .tabs-sticky {
  position: sticky;
  top: 65px !important; /* navbar height + small gap */
 
}

  .treatment-tabs {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    overflow: hidden !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .tab {
    height: 58px !important;
    min-width: 0 !important;
    padding: 0 3px !important;

    font-size: 10px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .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;
  }
  
}
/* ---------- OFFER ---------- */
@media (max-width: 768px) {
  .offer-wrap {
    margin: 30px 0;
    padding: 8px 0;
  }

  .offer-strip {
    padding: 6px 0;
  }

  .offer-track {
    gap: 24px;
  }

  .offer-track span {
    font-size: 22px;
  }
}

@media (max-width: 480px) {

  .offer-wrap {
   margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding: 0 !important;
  
  }

    .offer-wrap1{
    margin: 0 !important;
    margin-bottom: 1px !important;
    margin-top: 100px !important;
    padding: 0 !important;
  }

  .offer-wrap,
.offer-wrap1{
background: #fff !important;
  padding: 14px 0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
}

  .offer-strip {
    padding: 3px 0;        /* 🔥 6 → 4 */
    height: 28px;          /* 🔥 control height */
    display: flex;
    align-items: center;

  }

  .offer-track {
    gap: 18px;             /* 🔥 24 → 18 */
    display: flex;
    align-items: center;
  }

  .offer-track span {
    font-size: 11px;       /* 🔥 22 → 11 (perfect mobile) */
    font-weight: 600;
    white-space: nowrap;
  }

}

/* ---------- TAB CONTENT ---------- */
@media (max-width: 1024px) {
  .tab-content-section {
    padding: 26px 20px 28px;
    margin-top: 30px;
    margin-bottom: 34px;
  }

  .tab-content-section h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .tab-content-section p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 8px;
  }
}

@media (max-width: 768px) {
  .tab-content-section {
    padding: 20px 14px 24px;
    margin-top: 22px;
    margin-bottom: 26px;
    scroll-margin-top: 135px;
  }

  .tab-content-section h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .tab-content-section p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.55;
  }
}

/* ---------- THERAPY CARDS ---------- */
@media (max-width: 1400px) {
  .therapy-card {
    width: calc(100% - 60px);
    grid-template-columns: 24% 40% 36%;
    height: auto;
    min-height: 270px;
    margin-bottom: 54px;
  }

  .therapy-image {
    width: 100%;
    height: 100%;
  }

  .therapy-details {
    padding: 24px 26px;
  }

  .therapy-details h2 {
    font-size: 24px;
    line-height: 1.15;
  }

  .therapy-details p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }

  .therapy-action button {
    font-size: 15px;
    padding: 11px 28px;
  }
}

@media (max-width: 1024px) {
  .therapy-card {
    width: calc(100% - 36px);
    grid-template-columns: 26% 44% 30%;
    min-height: 220px;
    margin-bottom: 34px;
    border-width: 2px;
  }

  .therapy-card + .therapy-card {
    margin-top: 0;
  }

  .therapy-image {
    height: 100%;
    min-height: 220px;
  }

  .therapy-details {
    padding: 18px 18px;
    border-right: 2px solid #7a8b7d;
  }

  .therapy-number {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .therapy-details h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .therapy-details p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .therapy-meta {
    gap: 24px;
  }

  .duration {
    font-size: 12px;
  }

  .meta-icon {
    width: 13px;
    height: 13px;
  }

  .price {
    font-size: 17px;
  }

  .therapy-action {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .therapy-action button {
    font-size: 12px;
    padding: 9px 20px;
    border-radius: 6px;
  }

  .therapy-cardin {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .therapy-card {
    width: calc(100% - 22px);
    grid-template-columns: 24% 48% 28%;
    min-height: 168px;
    margin-bottom: 24px;
  }

  .therapy-image {
    min-height: 168px;
  }

  .therapy-details {
    padding: 10px 10px;
  }

 .therapy-number {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .therapy-details h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .therapy-details p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .therapy-meta {
    gap: 24px;
  }

  .duration {
    font-size: 13px;
  }

  .meta-icon {
    width: 13px;
    height: 13px;
  }

  .price {
    font-size: 17px;
  }

  .therapy-action {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .therapy-action button {
    font-size: 12px;
    padding: 9px 20px;
    border-radius: 6px;
  }

  .therapy-cardin {
    margin-bottom: 44px;
  }
}

@media (max-width: 480px) {

  .therapy-card {
    display: grid !important;
    grid-template-columns: 42% 58% !important;
    grid-template-rows: auto auto !important;

    width: calc(100% - 24px) !important;
    margin: 0 auto 70px !important;


    border: 1px solid #7a8b7d !important;
    overflow: hidden;
  }

  /* 🔥 IMAGE FULL HEIGHT */
  .therapy-image {
    grid-row: 1 / 3 !important;   /* 🔥 full height span */
    height: 100% !important;
  }

  .therapy-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 🔥 CONTENT */
  .therapy-details {
    padding: 18px 14px 10px !important;
  }

  .therapy-number {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }

  .therapy-details h2 {
    font-size: 20px !important;
    margin-bottom: 8px !important;
    line-height: 1.2;
  }

  .therapy-details p {
    font-size: 13px !important;
    line-height: 1.45;
    margin-bottom: 10px !important;
  }

  .therapy-meta {
    display: flex !important;
    justify-content: space-between !important;
    margin-top: 6px;
  }

  .duration {
    font-size: 13px !important;
  }

  .price {
    font-size: 20px !important;
  }

  /* 🔥 BUTTON BELOW CONTENT */
  .therapy-action {
    grid-column: 2 !important;
    padding: 0 14px 16px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .therapy-action button {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
  }
  .therapy-details,
  .therapy-action,
  .therapy-image {
    border: none !important;
  }

  /* ONLY SINGLE CENTER DIVIDER */
  .therapy-details {
    border-left: 1px solid #8ea08f !important;
  }
}


/* ============================================================
   8. FOOTER — matches index responsive.css exactly
   ============================================================ */
@media screen and (min-width: 1366px) and (max-width: 1440px) {
   
/* ================= 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) {

  /* 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) {
   /* 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) {
  
    /* 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) {

  /* strip mela irukura white space reduce */
  .offer-section,
  .offers-section,
  .offer-wrapper {
    padding-top: 8px !important;
    margin-top: 0 !important;
  }

  .offer-strip {
    height: 30px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
  }

  .offer-track {
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    line-height: 1 !important;
  }

  .offer-track span,
  .offer-text {
    font-size: 16px !important;   /* 🔥 readable */
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;
  }
}


@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: center !important; */
    margin-left: 200px !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: 130px !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;
  }

}