
body{margin:0;font-family:'Inter',sans-serif;background:#f4f7f9;}

/* TOP BAR */
.topbar{
background:#0f766e;
color:white;
text-align:center;
padding:5px;
font-size:14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header Fix */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  min-height: 56px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  height: 54px;
  width: auto;
  object-fit: contain;
}

.brand-text{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.brand-name{
  font-size:20px;
  font-weight:800;
  line-height:1;
  margin:0;
}

.brand-sub{
  font-size:11px;
  letter-spacing:7px;
  font-weight:700;
  margin-top:1px;
  margin-left:6px;
}

.brand-tagline{
  font-size:10px;
  font-weight:600;
  color:#16a34a;
  margin-top:1px;
}

.header-right {
  display: flex;
  gap: 8px;
}

.header-right a {
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  min-width: 88px;
  text-align: center;
  color: white;
}

.call-btn { background: #007bff; }
.whatsapp-btn { background: #25D366; }

/* ==========================================================================
   MOBILE & TABLET OPTIMIZATION (COMPACT HEADER & ADVISOR FIX)
   ========================================================================== */
@media (max-width: 767px) {
  /* 1. Header Structure Fix */
  .main-header {
    padding: 8px 12px !important;
    min-height: 50px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  /* 2. Logo Container (Width limited to 45% so right side gets space) */
  .logo {
    max-width: 45% !important;
    gap: 6px !important;
  }

  .logo img {
    height: 28px !important; /* Height optimized to keep header slim */
    width: auto !important;
  }

  .brand-name {
    font-size: 15px !important; /* Font size managed to avoid layout break */
    line-height: 1 !important;
  }

  .brand-sub {
    font-size: 8px !important;
    letter-spacing: 3px !important;
    margin-top: 1px !important;
    margin-left: 3px !important;
  }

  .brand-tagline {
    font-size: 8px !important;
    margin-top: 1px !important;
  }

  /* 3. Header Right Side (Buttons and Cart Alignment) */
  .header-right {
    flex-direction: row !important; /* Kept row alignment instead of breaking to column */
    align-items: center !important;
    gap: 6px !important;
    max-width: 53% !important;
  }

  /* Cart Icon Wrapper Tweak */
  .header-right div[onclick="openCart()"] {
    margin-right: 4px !important;
  }
  
  .header-right div[onclick="openCart()"] i {
    font-size: 18px !important; /* Cart icon size optimized */
  }

  /* Call & WhatsApp Buttons Layout */
  .header-right a {
    margin-left: 0 !important;
    padding: 6px 8px !important; /* Reduced padding for compact look */
    font-size: 11px !important;
    min-width: 68px !important; /* Reduced width to prevent overlapping */
    text-align: center !important;
    border-radius: 14px !important;
  }
}

/* Purana slider CSS hata kar ye pura paste karein */
.slider {
  overflow: hidden;
  max-width: 1200px;
  margin:auto
 }

.slides {
  display: flex;
  width: 400%; /* Agar 4 posters hain */
  animation: slide 16s infinite;
}

/* Ye sabse important hai links ke liye */
.slides a {
  width: 25%; 
  display: block;
}


/* IMAGE INSIDE LINK */
.slides img {
  width: 100%;
  height: auto; /* Ya 160px jo aapne set kiya tha */
  display: block;
}

/* ANIMATION */
@keyframes slide {
  0% { transform: translateX(0); }
  20% { transform: translateX(0); }
  25% { transform: translateX(-25%); }
  45% { transform: translateX(-25%); }
  50% { transform: translateX(-50%); }
  70% { transform: translateX(-50%); }
  75% { transform: translateX(-75%); }
  95% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

/* --- MODERN SEARCH BOX STYLING --- */
.search-section-modern {
  padding: 40px 20px 20px 20px;
  background-color: #f8fafc;
  font-family: 'Poppins', sans-serif;
}
.search-container-modern {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.search-container-modern h2 {
  font-size: 24px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 4px;
}
.search-helper-text {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
}
.search-wrapper-input {
  position: relative;
  display: flex;
  align-items: center;
}
.search-bar-icon {
  position: absolute;
  left: 16px;
  color: #94a3b8;
  font-size: 16px;
  pointer-events: none;
}
.search-wrapper-input input {
  width: 100%;
  padding: 14px 16px 14px 48px; /* Extra left padding for icon spacing */
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #1e293b;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease-in-out;
}
.search-wrapper-input input:focus {
  border-color: #0f766e; /* Syncs with website primary color */
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08);
}

/* Redefined dynamic suggestions position to avoid overlapping alignment broken logs */
.suggestion-box {
  position: absolute;
  top: 96px;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

/* CATEGORY BUTTONS */
.categories{display:flex;flex-wrap:wrap;gap:8px;padding:10px;}
.cat-btn{
padding:8px 12px;
border-radius:20px;
border:1.0px solid #0f766e;
background:white;
color:#0f172a;
cursor:pointer;
font-size:12px;
font-weight: 400;
transition: all 0.2s ease;
}
.call-btn:hover{background: #0056b3;color: white;border: 1px solid #0056b3;}
.cat-btn.active {background: #0f766e;color: white;border: 1px solid #0f766e;}

.symptom-chip {
 padding:8px 12px;
border-radius:20px;
border:1.0px solid #0f766e;
background:white;
color:#0f172a;
cursor:pointer;
font-size:12px;
font-weight: 400;
transition: all 0.2s ease;
}


/* PACKAGES */
.container{padding:10px;}
.card{
background:aliceblue;
padding:15px;
border-radius:12px;
margin-bottom:10px;
box-shadow:0 2px 8px rgba(0,0,0,0.1);
}
.price{color:green;font-weight:bold;}
.mrp{text-decoration:line-through;color:gray;}
.details {
  background:#f9fafb;
  padding:10px;
  border-radius:10px;
}

* Slider ko ek line mein rakhne ke liye */
#packages-main-grid {
    display: flex;
    overflow-x: scroll !important; /* Isse scrollbar chalu hogi */
    scroll-behavior: smooth;    /* Isse sliding smooth hogi */
    gap: 20px;
    padding: 20px 10px;
    -webkit-overflow-scrolling: touch; /* Mobile touch ke liye */
}

/* Scrollbar dikhane ke liye (Optional) */
#packages-main-grid::-webkit-scrollbar {
    height: 8px;
    display: block;
}
#packages-main-grid::-webkit-scrollbar-thumb {
    background: #0f766e;
    border-radius: 10px;
}
#packages-main-grid::-webkit-scrollbar-track {background: #e0e0e0;}

/* Card ka size control karne ke liye */
.pkg-card {
    min-width: 96%; /* Mobile par width fix rakhega */
    max-width: 96%;
    flex-shrink: 0; /* Card ko bahar nikalne se rokega */
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.lifestyle-section {
  padding: 60px 20px;
  background-color: #f8fafc;
  font-family: 'Poppins', sans-serif;
}
.lifestyle-container { max-width: 1200px; margin: 0 auto; }
.lifestyle-title { font-size: 30px; color: #0f172a; text-align: center; font-weight: 700; margin-bottom: 8px; }
.lifestyle-subtitle { font-size: 15px; color: #64748b; text-align: center; margin-bottom: 40px; max-width: 650px; margin-left: auto; margin-right: auto; }

/* Grid layout exactly like the first beautiful version */
.lifestyle-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 15px;
  scrollbar-width: none;
  align-items: flex-start; /* Keeps cards aligned properly when one opens */
}
.lifestyle-grid::-webkit-scrollbar { display: none; }

/* Individual Card Setup */
.lifestyle-card {
  flex: 0 0 340px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.lifestyle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

/* Alcohol Highlight Custom Card Styling */
.lifestyle-card.alcohol-highlight-card {
  border: 1px solid #fed7aa;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
}

.card-badge-icon { font-size: 34px; margin-bottom: 12px; }
.lifestyle-card h3 { font-size: 18px; color: #1e293b; font-weight: 600; margin-bottom: 10px; }
.card-text { font-size: 13px; color: #475569; line-height: 1.55; margin-bottom: 15px; }

/* Hint Indicator line */
.explore-hint {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  display: flex;
  align-items: center;
  gap: 6px;
}
.explore-hint.alc-text { color: #ea580c; }
.arrow-indicator { font-size: 9px; transition: transform 0.3s ease; }

/* Dynamic Dropdown Inner content styling */
.card-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

/* Active State layout changes when javascript fires */
.lifestyle-card.active-card {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}
.lifestyle-card.active-card .card-dropdown-content {
  max-height: 800px; /* Expands smoothly */
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  margin-top: 20px;
  border-top: 1px dashed #e2e8f0;
  padding-top: 15px;
}
.lifestyle-card.active-card .arrow-indicator {
  transform: rotate(180deg);
}

/* Vertical Tier Ranges inside the opened dropdown */
.package-tiers-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tier-row {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.tier-row.popular-row {
  border: 1.5px solid #3b82f6;
  background: #ffffff;
}
.tier-row.popular-row.alc-popular { border-color: #ea580c; }

.tier-info { display: flex; flex-direction: column; gap: 3px; flex-grow: 1; }
.tier-label { font-size: 8px; font-weight: 700; text-transform: uppercase; align-self: flex-start; padding: 2px 6px; border-radius: 4px; }
.tier-label.basic { background: #e2e8f0; color: #475569; }
.tier-label.mid { background: #3b82f6; color: white; }
.tier-label.premium { background: #f3e8ff; color: #6b21a8; }
.alc-popular .tier-label.mid { background: #ea580c; }

.tier-info h4 { font-size: 13px; color: #0f172a; margin: 0; font-weight: 600; }
.tier-info p { font-size: 11px; color: #64748b; margin: 0; line-height: 1.3; }

.tier-action { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; min-width: 65px; }
.tier-action span { font-size: 14px; font-weight: 700; color: #0f172a; }
.tier-action button {
  background: #008080;
  color: white;
  border: none;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.tier-action button:hover { background: #0d9488; }
.tier-action button.alc-btn { background: #ea580c; }
.tier-action button.alc-btn:hover { background: #c2410c; }

/* Desktop Grid Layout Adjustment */
@media (min-width: 992px) {
  .lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
  }
  .lifestyle-card { flex: initial; }
}

.tier-action { 
  display: flex; 
  flex-direction: column; 
  align-items: flex-end; 
  gap: 6px; 
  min-width: 120px; /* Thoda space badhaya taki 2 button aa sakein */
}
.tier-action span { font-size: 14px; font-weight: 700; color: #0f172a; }

/* Button Group Wrapper */
.btn-group {
  display: flex;
  gap: 4px;
}

/* Individual Button Tweaks */
.tier-action button.add-btn {
  background: #008080;
  color: white;
  border: none;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.tier-action button.add-btn:hover { background: #0d9488; }

.tier-action button.book-btn {
  background: #22c55e; /* WhatsApp green */
  color: white;
  border: none;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}
.tier-action button.book-btn:hover { background: #16a34a; }

.tier-action button.alc-btn { background: #ea580c; }
.tier-action button.alc-btn:hover { background: #c2410c; }

/* WHY US */
.section{background:white;margin:10px;padding:15px;border-radius:12px;}

.float-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25d366; /* WhatsApp Green */
  color: white;
  padding: 12px 20px;
  border-radius: 50px; /* Pill Shape */
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: all 0.3s ease;
  border: 2px solid white; /* Professional touch */
}

.float-btn:hover {
  transform: translateY(-5px); /* Hover karne par upar uthega */
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
  color: white;
}

/* Pulsing effect taaki user ka dhyan jaye */
.float-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #25d366;
  border-radius: 50px;
  z-index: -1;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.4); opacity: 0; }
}
/* Top Bar */
.top-bar {
  background: linear-gradient(90deg, #00b09b, #96c93d);
  color: white;
  text-align: center;
  padding: 6px;
  font-size: 13px;
}

/* Header */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Logo */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
}

.logo img{
  height: 40px;/* adjust kar sakta hai */
  width: auto;
  object-fit: contain;
}

.brand-name{
  font-size:20px;
  font-weight:700;
  font-family: sans-serif;
  background: linear-gradient(90deg, #0f766e, #22c55e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}
/* Buttons */
.header-right a {
  text-decoration: none;
  margin-left: 8px;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Call Button */
.call-btn {
  background: #007bff;
  color: white;
}

/* WhatsApp Button */
.whatsapp-btn {
  background: #25D366;
  color: white;
}

/* Hover */
.call-btn:hover {
  background: #0056b3;
}

.whatsapp-btn:hover {
  background: #1da851;
}

/* Mobile Optimization */
@media(min-width: 768px){
  .logo img {
    height: 45px;
  }

  .header-right a {
    padding: 7px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding: 10px 12px;
  }

  .logo img {
    height: 34px;
  }

  .brand-name {
    font-size: 18px;
    line-height: 1.1;
  }

  .header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }

  .header-right a {
    margin-left: 0;
    padding: 7px 12px;
    font-size: 12px;
    min-width: 95px;
    text-align: center;
  }
}

.sticky-cart{
   position: fixed;
   bottom: 20px;
   right: 20px;
   z-index: 99999;
   cursor: pointer;
}


.why-choose-us-premium {
  padding: 60px 20px;
  background-color: #ffffff; /* Clean balance alternative against light gray sections */
  font-family: 'Poppins', sans-serif;
}
.why-us-container {
  max-width: 1200px;
  margin: 0 auto;
}
.why-us-title {
  font-size: 26px;
  color: #0f172a;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.why-us-subtitle {
  font-size: 14px;
  color: #64748b;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 45px auto;
  line-height: 1.5;
}

/* Asymmetric block setup to a premium 3x2 desktop framework and smooth stack columns grid */
.features-premium-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.feature-premium-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 24px;
  border-radius: 16px;
  text-align: left; /* Left align is standard for healthcare data profiles */
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}
.feature-premium-box:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.06);
}

.feature-icon-wrapper {
  background-color: rgba(15, 118, 110, 0.06); /* Highly muted aesthetic teal base */
  color: #0f766e;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.feature-premium-box h3 {
  font-size: 15px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 6px;
}
.feature-premium-box p {
  font-size: 12.5px;
  color: #475569;
  line-height: 1.55;
}

/* Media Queries for cross-platform layout optimization */
@media (min-width: 576px) {
  .features-premium-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 Columns on intermediate tablets */
  }
}
@media (min-width: 992px) {
  .features-premium-grid {
    grid-template-columns: repeat(3, 1fr); /* Premium flat 3 columns array on desktop */
  }
}

.slider-wrapper {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

#packages-main-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  scrollbar-width: thin;
  scrollbar-color: #0f766e #e5e7eb;
}

/* visible scrollbar */
#packages-main-grid::-webkit-scrollbar {
  height: 8px;
}

#packages-main-grid::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 20px;
}

#packages-main-grid::-webkit-scrollbar-thumb {
  background: #0f766e;
  border-radius: 20px;
}

.pkg-card {
  min-width: 96%;
  max-width: 96%;
  flex-shrink: 0;
  box-sizing: border-box;
  scroll-snap-align: start;
}

@media (min-width: 767px) {
  .pkg-card {
    min-width: 96%;
    max-width: 96%;
  }
}

@media (min-width: 1024px) {
  .pkg-card {
    min-width: 32%;
    max-width: 32%;
  }
}

/* --- AUTOMATIC SLIDING TESTIMONIALS --- */
.testimonials-modern {
  padding: 50px 20px;
  background-color: #f0fdfa;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.testimonials-modern h2 {
  font-size: 26px;
  color: #0f766e;
  font-weight: 800;
  margin-bottom: 5px;
}

/* Wrapper to hold the viewport constraint */
.testimonials-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 20px 0;
  scrollbar-width: none; /* Hide for Firefox */
}
.testimonials-wrapper::-webkit-scrollbar {
  display: none; /* Hide for Chrome/Safari */
}

/* Dynamic long row for sliding alignment */
.testimonials-container-slider {
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}

.test-card-new {
  flex: 0 0 300px; /* Mobile standard size card */
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 118, 110, 0.04);
  border: 1px solid #e2e8f0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
}

.stars { color: #fbbf24; font-size: 13px; margin-bottom: 12px; }
.review-text { font-size: 13.5px; color: #334155; line-height: 1.6; font-style: italic; margin-bottom: 15px; }
.client-name { font-size: 14px; color: #0f172a; font-weight: 700; margin-bottom: 4px; }
.verified-badge { font-size: 11px; color: #10b981; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

.write-review-container { margin-top: 30px; }
.write-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #0f766e;
  border: 1.5px dashed #0f766e;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.write-review-btn:hover { background: #0f766e; color: white; border-style: solid; }

/* Desktop Adjustment - grid override logic to auto-carousal array */
@media (min-width: 992px) {
  .test-card-new {
    flex: 0 0 380px; /* Thoda broad desktop grids ke liye */
  }
}
/* 1. Cart Count Badge Styling */
#cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ef4444; /* Bright Red */
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid white;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* 2. Auto-Scroll Smoothness & Snapping */
#packages-main-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; /* Isse card hamesha center mein rukega */
    padding: 10px;
}

.pkg-card {
    scroll-snap-align: center; /* Auto-scroll ke baad card sahi se align hoga */
    flex: 0 0 92%; /* Mobile par 92% width best hai */
    max-width: 400px;
}

/* 3. Lifestyle Horizontal Scroll (Agar baad mein add karo toh) */
.lifestyle-scroll {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 0;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.lifestyle-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

/* 4. Cart Icon Animation (Jab item add ho) */
@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

.cart-pop {
    animation: pop 0.3s ease-in-out;
}
/* Cart Sidebar Styling */
.cart-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  width: 380px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: 0.5s ease;
  box-shadow: -5px 0 20px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 120px; 
}

.cart-sidebar.active {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 15px;
}

.cart-body {
  flex: 1; /* Ye area baaki jagah lega */
  overflow-y: auto; /* Sirf tests ki list scroll hogi */
  padding-right: 5px;
}

.checkout-form input, .checkout-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
}

.cart-footer{
   position:sticky;
   bottom:0;
   background:#fff;
   padding:15px;
   border-top:1px solid #e5e7eb;
   box-shadow:0 -4px 15px rgba(0,0,0,0.05);
}



.checkout-btn {
  width: 100%;
  background-color: #0f766e; /* Ise bhi theme color se match kar diya */
  color: white;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 15px;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.2); /* Soft shadow */
  transition: all 0.2s ease;
}

/* Checkout Button Hover */
.checkout-btn:hover {
  background-color: #115e59;
  transform: translateY(-1px); /* Halka sa upar uthega feeling ke liye */
  box-shadow: 0 6px 15px rgba(15, 118, 110, 0.3);
}
@media (max-width: 480px) {
  .cart-sidebar { width: 100%; }
}

.sticky-cart-bar {
  position: fixed;
  bottom: 20px;          /* Neeche se thoda upar utha diya */
  left: 50%;             /* Screen ke beech mein laane ke liye */
  transform: translateX(-50%); /* Ekdum perfect center alignment */
  width: auto;           /* Full width khatam */
  min-width: 280px;      /* Button ki ek minimum fix chaudai */
  background: transparent; /* Safed patti (white bar) gayab */
  padding: 0;            /* Extra padding hata di */
  box-shadow: none;      /* Purana shadow hata diya kyunki ab button chamkega */
  z-index: 9999;
  display: none;         /* Yeh tumhare JS se handle hota rahega */
}

.sticky-cart-bar button {
  width: 100%;
  background: #0f766e;   /* Tumhara theme color */
  color: white;
  border: none;
  padding: 12px 24px;    /* Top-bottom thoda kam, left-right zyada padding */
  border-radius: 50px;   /* Isse button ekdum round-pill shape ban jayega */
  font-size: 16px;       /* Thoda standard size */
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(15, 118, 110, 0.4); /* Greenish premium shadow */
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* Hover effect: Jab user mouse le jaye toh chhota sa dynamic response mile */
.sticky-cart-bar button:hover {
  background: #115e59;   /* Thoda sa dark green */
  transform: scale(1.03); /* Halka sa bada hoga */
}

/* --- Coupon Section Styling --- */
.coupon-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e2e8f0; /* Subtotal se pehle ek classy divider */
}

/* Coupon Input Box */
#coupon-input {
  flex: 1; /* Jitni jagah mile le le */
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px; /* Smooth corners */
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
  background-color: #f8fafc; /* Halka sa off-white background */
}

/* Input par click karne par (Focus state) */
#coupon-input:focus {
  border-color: #0f766e; /* Tumhara theme Teal color */
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1); /* Halka sa green glow */
}

/* Apply Button */
.coupon-section button {
  background-color: #0f766e; /* Matching Teal color */
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 10px;
  transition: background-color 0.2s ease;
}

/* Apply Button Hover */
.coupon-section button:hover {
  background-color: #115e59; /* Thoda sa dark shade */
}


/* --- MODERN TESTIMONIALS SECTION --- */
.testimonials-modern {
  padding: 50px 20px;
  background-color: #f0fdfa; /* Soft cool cyan/teal tint */
  text-align: center;
}
.testimonials-modern h2 {
  font-size: 26px;
  color: #0f766e;
  font-weight: 800;
  margin-bottom: 5px;
}
.section-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 35px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.test-card-new {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 118, 110, 0.05);
  border: 1px solid #e2e8f0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stars {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 12px;
}
.review-text {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 15px;
}
.client-name {
  font-size: 14px;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 4px;
}
.verified-badge {
  font-size: 11px;
  color: #10b981;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.write-review-container {
  margin-top: 30px;
}
.write-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #0f766e;
  border: 1.5px dashed #0f766e;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.write-review-btn:hover {
  background: #0f766e;
  color: white;
  border-style: solid;
}

/* --- PREMIUM CORPORATE FOOTER --- */
.corporate-footer {
  background-color: #0f172a; /* Sophisticated Dark Slate */
  color: #94a3b8;
  padding: 50px 20px 20px 20px;
  font-family: 'Inter', sans-serif;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #334155;
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer-brand h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 2px;
}
.footer-brand h3 span {
  color: #22c55e;
  font-size: 14px;
  letter-spacing: 2px;
}
.tagline-footer {
  color: #14b8a6;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-footer {
  font-size: 13px;
  line-height: 1.6;
}
.footer-links h4, .footer-contact h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.footer-links h4::after, .footer-contact h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 35px;
  height: 2px;
  background-color: #14b8a6;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li {
  margin-bottom: 12px;
}
.footer-links ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-links ul li a:hover {
  color: #ffffff;
}
.footer-contact p {
  font-size: 13px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact p i {
  color: #14b8a6;
  font-size: 14px;
}
.footer-contact p a {
  color: #94a3b8;
  text-decoration: none;
}
.footer-contact p a:hover {
  color: #ffffff;
}
.timing-info {
  margin-top: 18px;
  color: #cbd5e1;
  font-weight: 500;
}
.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  color: #64748b;
}

