/* ============================================================
   DELIZA WELLNESS SPA — PACKAGES PAGE RESPONSIVE CSS
   TREATMENTS PAGE STYLE MATCH VERSION
   Breakpoints:
     Mobile  : ≤ 480px
     Tablet  : 481px – 768px
     Laptop  : 769px – 1024px
   ============================================================ */

/* ============================================================
   0. BASE OVERFLOW GUARD
   ============================================================ */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
}

section,
.tabs-wrap,
.package-card,
.packages-grid,
.package-tabs {
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* ============================================================
   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;
  }

  

  .package-hero {
    padding: 180px 20px 55px;
  }

  .package-hero h1 {
    font-size: clamp(58px, 4vw, 76px);
    line-height: 1.2;
  }

  .package-hero p {
    font-size: 18px;
    max-width: 720px;
  }

  .tabs-sticky {
    top: 86px !important;
  }

  .tab {
    height: 86px;
    font-size: 18px;
  }

  .tab-content-section {
    margin-top: 45px;
     padding-top: 70px !important;
  }

  .tab-content-section h2 {
    font-size: 42px;
     margin-top: 18px !important;
  }

  .tab-content-section p {
    font-size: 20px;
    max-width: 850px;
  }

  .packages-section {
    max-width: 1480px;
    padding: 20px 24px 40px;
  }

  .packages-grid {
    max-width: 1480px;
    gap: 34px;
  }

  .package-card{
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;

  min-height: 680px !important;
  padding: 26px 28px 30px !important;
}

.package-top{
  display: flex !important;
  flex-direction: column !important;
}

  .package-number {
    font-size: 66px;
  }

  .package-title {
    font-size: 34px;
    line-height: 1.08;
  }

  .package-desc,
  .duration-badge,
  .price-row,
  .why-sells {
    margin-left: 66px;
    margin-top: 20px;
  }

  .package-desc {
    font-size: 16px;
    max-width: 340px;
  }

  .duration-badge {
    font-size: 15px;
    padding: 8px 14px;
  }

  .price {
    font-size: 40px;
  }

  .old-price {
    font-size: 16px;
  }

  .why-sells,
  .includes-title,
  .best-for,
  .includes-list li {
    font-size: 15px;
  }

  
  .includes-list li {
    margin-bottom: 10px !important;
  line-height: 1.5 !important;
}

  .package-btn {
    max-width: 260px;
    padding: 14px 22px;
    font-size: 15px;
  }

  .cardin {
    margin-bottom: 120px;
  }

  .floating-contact {
    top: 190px;
  }

  .floating-contact a {
    width: 64px;
    height: 64px;
  }

  .floating-contact a i {
    font-size: 22px;
  }



  /* ============================================================
   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 — EXACTLY LIKE TREATMENT PAGE
   ============================================================ */

   @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;
  }

   }


@media (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    width: calc(100% - 32px);
    top: 12px;
    padding: 0 18px;
    height: 56px;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo {
    margin-left: 0;
  }

  .logo-img {
    height: 36px;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .btn-book {
    margin-right: 0;
    padding: 7px 14px;
    font-size: 12px;
  }

  .mobile-book {
    display: none;
  }

  .hamburger {
    display: none !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .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;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    max-width: 470px;
    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;
    width: auto;
    height: auto;
    justify-content: center;
  }

  .btn-book {
    display: none !important;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--green-dark, #17311d);
    transition: transform 0.28s ease, opacity 0.2s ease;
    border-radius: 2px;
  }

  .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);
  }
}

@media (max-width: 480px) {
  
    .floating-contact {
    top: 120px;
  }

  .floating-contact a {
    width: 54px;
    height: 54px;
  }
}

/* =========================================
   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);
  }
}


/* ============================================================
   2. FLOATING CONTACT
   ============================================================ */
@media (max-width: 768px) {
  .floating-contact a {
    width: 48px;
    height: 48px;
  }

  .floating-contact a i {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .floating-contact {
    display: none;
  }
}

/* ============================================================
   3. PACKAGES HERO — TREATMENT HERO SCALE STYLE
   ============================================================ */
@media (max-width: 1200px) {
  .package-hero {
    padding: 135px 24px 34px;
  }

  .package-hero h1 {
    font-size: clamp(42px, 4.8vw, 56px);
    line-height: 1.18;
  }

  .package-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) {
  .package-hero {
    padding: 120px 20px 28px;
  }

  .package-hero h1 {
    font-size: clamp(34px, 5vw, 46px);
    line-height: 1.2;
  }

  .package-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) {
  .package-hero {
    padding: 105px 16px 24px;
  }

  .package-hero h1 {
    font-size: clamp(28px, 5.8vw, 38px);
    line-height: 1.22;
  }

  .package-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;
  }
}

@media (max-width: 480px) {
  .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;
  }
  
  .package-hero {
    padding: 92px 14px 20px;
  }

  .package-hero h1 {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.2;
  }

  .package-hero p {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.55;
    margin: 0 auto 18px;
  }

  .section-label {
    font-size: 14px;
    gap: 6px;
    margin-bottom: 10px;
  }

  .section-label .line {
    width: 5px;
    height: 14px;
  }
}

/* ============================================================
   4. TABS — SAME STICKY LOGIC AS TREATMENT PAGE
   ============================================================ */
.tabs-wrap {
  position: relative;
  width: 100%;
  background: #fdfdfd;
  overflow: visible;
}

.tabs-sticky {
  position: sticky;
  z-index: 700;
  background: #fdfdfd;
}

.package-tabs {
  display: grid;
  width: 100%;
  background: #fdfdfd;
  border-top: 2px solid #102E16;
  border-bottom: 2px solid #102E16;
}

/* 5 tabs for packages page */
.package-tabs {
  grid-template-columns: repeat(5, 1fr);
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border-right: 2px solid #102E16;
}

.tab:last-child {
  border-right: none;
}

@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 {
    position: sticky;
  top: 78px !important;   /* navbar height match */
  z-index: 700;
  background: #fdfdfd;
  }

  .tab {
    height: 64px;
    font-size: 15px;
    padding: 0 8px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .tabs-sticky {
    position: sticky;
  top: 82px !important;   /* navbar height match */
  z-index: 700;
  background: #fdfdfd;
  }

  .package-tabs {
    grid-template-columns: repeat(5, 1fr);
  }

  .tab {
    height: 56px;
    font-size: 10px;
    padding: 0 4px;
    letter-spacing: 0;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
 .tabs-sticky {
    top: 74px;
    z-index: 700;
    background: #f7f7f4;
  }

  .package-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    border-top: 1px solid #6f7f70;
    border-bottom: 1px solid #6f7f70;
    background: #f7f7f4;
    margin:0 !important ;
  }
  .package-tabs::-webkit-scrollbar {
    display: none;
  }
  .tab {
    flex: 0 0 auto;
    min-width: 60px;
    height: 24px;
    padding: 0 13px;
    font-size: 4.8px;
    line-height: 1.1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #6f7f70;
    white-space: nowrap;
  }

  .tab:last-child {
    border-right: none;
  }

  /* active tab optional */
  .tab.active {
    background: #032f12;
    color: #fff;
  }
}

/* ============================================================
   5. TAB CONTENT SECTION — SAME FEEL AS TREATMENT PAGE
   ============================================================ */
.tab-content-section {
  scroll-margin-top: 160px;
}

@media (min-width: 769px) and (max-width: 1024px) {
 .tab-content-section {
    margin-top: 100px !important;
    margin-bottom: 14px !important;
    padding: 12px 16px 10px !important;
  }

  .tab-content-section h2 {
    font-size: 22px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  

  .tab-content-section p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 8px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .tab-content-section {
    margin-top: 100px !important;
    margin-bottom: 14px !important;
    padding: 12px 16px 10px !important;
  }

  .tab-content-section h2 {
      display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #17311d !important;
    margin: 0 0 40px !important;
    text-align: center !important;
  
  }

  .tab-content-section p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.55;
  }
}



/* ============================================================
   6. PACKAGE CARDS — WIDTH / MIN / MAX / SPACING LIKE TREATMENT
   ============================================================ */
/* @media (max-width: 1400px) {
  .packages-section {
    padding: 0 0 20px;
  }

  .packages-grid {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .package-card {
    width: 100%;
    min-height: 270px;
    height: auto;
    padding: 28px 30px;
  }

  .package-number {
    font-size: 44px;
    line-height: 0.95;
  }

  .package-title {
    font-size: 28px;
    line-height: 1.08;
  }

  .package-desc {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }

  .package-btn {
    font-size: 15px;
    padding: 11px 28px;
  }
} */

@media (min-width: 769px) and (max-width: 1024px) {
  .packages-section {
    padding: 0 18px 30px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .packages-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* [1] [2] [3] */
    gap: 20px !important;
    width: 100% !important;
    max-width: 980px !important;
    margin: 0 auto !important;
  }

  .package-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 560px !important;
    padding: 22px 18px 20px !important;
    margin: 0 !important;
  }

  .package-title-row {
     display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  .package-number {
    font-size: 38px !important;
    line-height: 1 !important;
  }

  .package-title {
     font-size: 20px !important;
    line-height: 1.08 !important;
    padding-top: 0 !important;
  }

  .package-desc,
  .duration-badge,
  .price-row,
  .why-sells {
    margin-left: 0;
  }

  .package-desc {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  .duration-badge {
    font-size: 11px !important;
    padding: 6px 10px !important;
    margin-bottom: 12px !important;
  }

  .price-row {
    gap: 14px;
    margin-bottom: 10px;
    align-items: baseline;
  }

  .price {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .old-price {
     font-size: 11px !important;
  }

  .why-sells {
    font-size: 11px !important;
    line-height: 1.45 !important;
    margin-bottom: 14px;
  }

  .includes-title,
  .best-for strong,
  .includes-list li,
  .best-for {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .package-btn {
    width: 100% !important;
    max-width: 170px !important;
    font-size: 10px !important;
    padding: 10px 12px !important;
    margin: 0 auto !important;
  }

  .cardin {
    margin-bottom: 70px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 700px;
    margin: 0 auto;
    align-items: stretch;
  }

  .package-card {
     width: 100%;
    max-width: 100%;
    margin: 0;
     padding: 20px 18px 18px;
    min-height: auto;
  }

   .packages-grid .package-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .package-title-row {
    display: flex;
    align-items: center;
    gap: 6px;

    align-items: baseline;
  }

  .package-number {
    font-size: 24px;
    line-height: 1;
  }

  .package-title {
    font-size: 20px;
    line-height: 1.1;
  }

  .package-desc {
    font-size: 9.5px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .duration-badge {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 10px;
  }

  .price-row {
    gap: 10px;
    margin-bottom: 8px;
  }

  .price {
    font-size: 18px;
  }

  .old-price {
    font-size: 9px;
  }

  .why-sells {
    font-size: 9px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .includes-title,
  .best-for strong,
  .includes-list li,
  .best-for {
    font-size: 9px;
    line-height: 1.4;
  }

  .includes-list li {
    padding-left: 12px;
    margin-bottom: 6px;
  }

  .package-btn {
    width: auto;
    min-width: 110px;
    font-size: 9px;
    padding: 10px 14px;
    border-radius: 4px;
    max-width: 160px;
  }

  .cardin {
    margin-bottom: 44px;
  }
}

/* ============================================================
   1440px DESKTOP FIX (ADD THIS)
   ============================================================ */
@media (min-width: 1366px) and (max-width: 1440px) {

  /* NAVBAR GAP MATCH */
  .tabs-sticky {
    position: sticky;
    top: 115px;   /* 🔥 navbar கீழே correct */
    z-index: 700;
    background: #fdfdfd;
  }

  /* TABS */
  .tab {
    height: 82px;        /* 🔥 bigger tab */
    font-size: 18px;
  }

  /* HERO */
  .package-hero {
    padding: 165px 20px 55px;
  }

  .package-hero h1 {
    font-size: 54px;
  }

  .package-hero p {
    font-size: 16px;
  }

  /* TAB CONTENT */
  .tab-content-section {
    margin-top: 100px;
  }

  .tab-content-section h2 {
    font-size: 36px;
  }

  .tab-content-section p {
    font-size: 18px;
    max-width: 700px;
  }

  /* CARDS */
  .packages-section {
    max-width: 1320px;
  }

  .packages-grid {
    gap: 32px;
  }

  .package-card {
    min-height: 640px;
  }

  .package-number {
    font-size: 58px;
  }

  .package-title {
    font-size: 30px;
  }

  .price {
    font-size: 34px;
  }

}

/* ===== PACKAGES MOBILE RESPONSIVE ===== */
@media (max-width: 480px) {

  .packages-section {
    padding: 28px 14px 40px !important;
  }

  .packages-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .package-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 26px 20px !important;
    border: 1.5px solid #9baa98 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .package-title-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .package-number {
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .package-title {
    font-size: 18px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
  }

  .package-desc {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  .duration-badge {
    display: inline-block !important;
    font-size: 12px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    margin-bottom: 14px !important;
  }

  .price-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 8px !important;
  }

  .price {
    font-size: 26px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
  }

  .old-price {
    font-size: 13px !important;
  }

  .why-sells {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
  }

  .includes-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
  }

  .includes-list {
    padding-left: 16px !important;
    margin-bottom: 18px !important;
  }

  .includes-list li {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 7px !important;
  }

  .package-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 16px !important;
  }

  .best-for {
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .package-btn {
    width: 100% !important;
    max-width: 230px !important;
    min-height: 44px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center !important;

    padding: 12px 18px !important;
    border-radius: 8px !important;
  }
  .package-card.featured {
  background: #0b3b1d !important;   /* 🔥 green bg */
  color: #fff !important;
}
}

@media (max-width: 480px){

  .packages-section{
    padding-bottom: 54px !important;
    margin-bottom: 0 !important;
  }

  .packages-grid{
    gap: 40px !important;
    margin-bottom: 0 !important;
  }

  .package-card{
    margin-bottom: 0 !important;
     display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-height: auto !important;
  height: auto !important;

  }

}
/* ============================================================
   8. FOOTER — matches index responsive.css exactly
   ============================================================ */
@media screen and (min-width: 1366px) and (max-width: 1440px) {
   

.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 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;
}

/* 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;
  }

}

@media (max-width: 480px) {
  .tabs-sticky {
    top: 68px !important;
    z-index: 700 !important;
    background: #ffffff !important;
  }

  .package-tabs {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 0 !important;
    overflow: hidden !important;
    white-space: normal !important;
    /* background: #f7f7f4 !important; */
    border-top: 2px solid #6f7f70 !important;
    border-bottom: 2px solid #6f7f70 !important;
    margin: 0 !important;
  }

  .package-tabs .tab {
    height: 58px !important;
    padding: 6px 5px !important;
    border-right: 2px solid #6f7f70 !important;
    border-bottom: 2px solid #6f7f70 !important;
    background: #ffffff !important;
    color: #17311d !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .package-tabs .tab:nth-child(1) { grid-column: 1 / 3 !important; }
  .package-tabs .tab:nth-child(2) { grid-column: 3 / 5 !important; }
  .package-tabs .tab:nth-child(3) { grid-column: 5 / 7 !important; border-right: none !important; }
  .package-tabs .tab:nth-child(4) { grid-column: 1 / 4 !important; border-bottom: none !important; }
  .package-tabs .tab:nth-child(5) { grid-column: 4 / 7 !important; border-right: none !important; border-bottom: none !important; }

  .package-tabs .tab:hover,
  .package-tabs .tab:focus {
    background: #ffffff !important;
    color: #17311d !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .package-tabs .tab.active,
  .package-tabs .tab.active:hover,
  .package-tabs .tab.active:focus,
  .package-tabs .tab.active:active {
    background: #0b3b1d !important;
    color: #ffffff !important;
  }
}

