:root{
  --green-900:#0f3d2e;
  --green-800:#154a37;
  --gold:#c9a227;
  --beige:#f5f0e6;
  --ink:#13201b;
  --muted:#6c7a72;
  --card:#ffffff;
}

*{ box-sizing:border-box; }

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

/* ══ TOP STRIP ══ */
.top-strip {
  background: #0b2f24;
  color: #e6d9b0;
  font-size: 11px;
  padding: 9px 0;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

.top-strip-track {
  display: inline-flex;
  gap: 60px;
  animation: marquee-rtl 22s linear infinite;
  white-space: nowrap;
}

.top-strip-track span {
  flex-shrink: 0;
}

@keyframes marquee-rtl {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ══ NAVBAR ══ */
.nav-green{
  background: var(--green-900);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand{
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .4px;
  color: #f4eddc !important;
  font-size: 20px;
}

.nav-green .nav-link{
  color: rgba(244,237,220,.75) !important;
  font-size: 14px;
  letter-spacing: .3px;
  transition: color .2s;
}

.nav-green .nav-link:hover{
  color: #f4eddc !important;
}

.cart-pill{
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 6px 14px !important;
  color: #f4eddc !important;
  transition: background .2s;
}

.cart-pill:hover{
  background: rgba(255,255,255,.08);
}

.navbar-toggler{
  border-color: rgba(255,255,255,.2);
}

/* ══════════════════════════════════════════
   HERO — Full BG image, left text only
══════════════════════════════════════════ */
.hero{
  /* Screenshot wali image full background mein */
  background:
url("../../img/bghero.png") center/cover no-repeat;
  color: #f4eddc;
  padding: 230px 0 80px;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

/* Dark overlay — left side zyada dark, right transparent taaki jars dikhein */
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(7,28,18,.82) 0%,
    rgba(7,28,18,.70) 35%,
    rgba(7,28,18,.30) 58%,
    rgba(7,28,18,.0) 75%
  );
  z-index: 1;
  pointer-events: none;
}

/* Gold line at very top */
.hero-deco-top{
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 40%, var(--gold) 60%, transparent 100%);
  opacity: .5;
  z-index: 3;
}

.hero .container{
  position: relative;
  z-index: 2;
}

/* Trust row above heading */
.hero-trust-row{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.hero-trust-item{
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(230,217,176,.70);
}

.hero-trust-sep{
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

/* Heading — bigger like screenshot */
.hero h1{
  font-family: 'Playfair Display', Georgia, serif;

  line-height: 1.05;
  margin-bottom: 6px;
  font-weight: 700;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.hero .sub{
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 38px);
  opacity: .96;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}

/* Gold divider line */
.hero-line {
    width: 444px;
    height: 2px;
    background: linear-gradient(223deg, #ffc107, rgba(201, 162, 39, .15));
    margin: 20px 0;
}
.hero p{
  max-width: 460px;
  color: rgba(244,237,220,.90);
  font-size: 17px;
  line-height: 1.75;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
}

/* Buttons */
.btn-gold{
  background: linear-gradient(135deg, #d5a20b 0%, #7a5b00 100%);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #e7e1e1;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 6px 20px rgba(201, 162, 39, .35);
    transition: all .25s;
    border-radius: 21px;
}
.btn-gold:hover{
  filter: brightness(1.07);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201,162,39,.45);
  color: #1a1000;
}

.btn-outline-cream{
  border: 1px solid rgba(244,237,220,.50);
  color: #f4eddc;
  font-size: 15px;
  border-radius: 48px;
  transition: all .25s;
}

.btn-outline-cream:hover{
  background: rgba(244,237,220,.12);
  color: #fff;
  border-color: rgba(244,237,220,.75);
}

/* ══ BADGES ══ */
.badges {
  background: #f5f0e6;
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,.07);
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.badges-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.badge-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 6px 44px;
  color: #3a2e1a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
  font-family: Georgia, "Times New Roman", serif;
}
.badge-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.badge-icon svg {
  width: 36px;
  height: 36px;
}
.badge-sep {
  width: 1px;
  height: 38px;
  background: rgba(0,0,0,.14);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .badges-inner { display: grid; grid-template-columns: 1fr 1fr; }
  .badge-sep { display: none; }
  .badge-item { padding: 14px 12px; justify-content: center; border-bottom: 1px solid rgba(0,0,0,.07); }
  .badge-item:nth-child(1), .badge-item:nth-child(3) { border-right: 1px solid rgba(0,0,0,.07); }
}

/* ══ REST — same as original ══ */
.section{
  padding: 64px 0;
}

.section-title{
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  margin-bottom: 28px;
}

.products-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

@media (max-width: 991px){
  .products-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px){
  .products-grid{ grid-template-columns: 1fr; }
}

.pcard{
  background: var(--card);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pcard:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 45px rgba(0,0,0,.10);
}

.pcard .pimg{
  background: #faf7ef;
  padding: 14px;
}

.pcard .pimg img{
  width: 100%;
  height: auto;
  display: block;
}

.pcard .pbody{
  padding: 14px 14px 16px;
}

.pname{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  margin: 0;
}

.pbenefit{
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.lifestyle{
  background: url("../../img/lifestyle.png") center/cover no-repeat;
  min-height: 320px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.lifestyle::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.10));
}

.lifestyle .txt{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #f4eddc;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(18px, 2.5vw, 26px);
  max-width: 520px;
}

.why-card {
  text-align: center;
  padding: 28px 20px 24px;
  border-radius: 0;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(0,0,0,.10);
  height: 100%;
}

.col-md-3:last-child .why-card {
  border-right: none;
}

.why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  width: 60px;
  height: 60px;
}

.why-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.why-desc {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  max-width: 180px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .why-card {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 22px 16px;
  }
  .col-md-3:last-child .why-card {
    border-bottom: none;
  }
}

.cta{
  background: var(--green-900);
  color: #f4eddc;
  padding: 52px 0;
  text-align: center;
}

.footer{
  background: #0b2f24;
  color: #f4eddc;
  padding: 34px 0;
}

.footer-brand{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.muted{ color: rgba(244,237,220,.75); }
.footer-hr{ border-color: rgba(255,255,255,.12); }
.wa-link{ color: #e6d9b0; text-decoration: none; }
.wa-link:hover{ text-decoration: underline; }

.wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #25D366;
  color: #0b2f24;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  z-index: 9999;
}

.cart-wrap{
  padding: 40px 0;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 991px){
  .hero{
    padding: 70px 0 60px;
    min-height: 460px;
    background-position: right center;
  }
  .hero::before{
    background: linear-gradient(
      100deg,
      rgba(7,28,18,.88) 0%,
      rgba(7,28,18,.75) 45%,
      rgba(7,28,18,.25) 75%,
      rgba(7,28,18,.0) 100%
    );
  }
}

@media (max-width: 767px){
  .hero{
    padding: 56px 0 48px;
    min-height: auto;
    background-position: 65% center;
  }
  .hero::before{
    /* Mobile pe full dark overlay — text readable rahe */
    background: rgba(7,28,18,.80);
  }
  .hero h1{ font-size: 32px; }
  .hero .sub{ font-size: 22px; }
  .hero-trust-row{ flex-direction: column; gap: 6px; }
  .hero-trust-sep{ display: none; }
  .hero-line{ margin: 16px 0; }
}

@media (max-width: 480px){
  .hero h1{ font-size: 28px; }
  .hero .sub{ font-size: 19px; }
  .hero p{ font-size: 15px; }
  .badge-item{ flex-direction: column; gap: 4px; font-size: 12px; }
}
/* ══ SECTION TITLE — gold lines left right ══ */
.section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}

.section-title-wrap .section-title {
  white-space: nowrap;
  margin: 0;
}

.section-title-line {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
  max-width: 180px;
  opacity: .8;
}

/* ══ PRODUCT CARD — clickable link ══ */
.pcard-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.pcard {
  background: var(--card);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}

.pcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,.13);
}

.pcard .pimg {
  background: #faf7ef;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.pcard .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.pcard:hover .pimg img {
  transform: scale(1.04);
}

.pcard .pbody {
  padding: 14px 16px 18px;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,.05);
}

.pname {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  margin: 0 0 4px;
  font-weight: 600;
  color: var(--ink);
}

.pbenefit {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

/* Global responsive safety */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (max-width: 576px) {
  .section {
    padding: 36px 0;
  }
  .section-title-wrap {
    gap: 10px;
    margin-bottom: 22px;
  }
  .section-title-line {
    max-width: 70px;
  }
}
