/* ============================================
   London InstantPrint — Main Stylesheet
   ALL FONTS DEFINED HERE — ek hi jagah
   ============================================ */

/* ── ABCGravity Variable Font ── */
/* @font-face {
    font-family: 'ABCGravity';
    src: url('/fonts/ABCGravityVariable-Trial.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'ABCGravity';
    src: url('/fonts/ABCGravityItalicVariable-Trial.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
} */

/* ── BrittiSans ── */
/* @font-face {
    font-family: 'BrittiSans';
    src: url('/fonts/BrittiSansTrial-Light-BF6757bfd494951.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'BrittiSans';
    src: url('/fonts/BrittiSansTrial-Regular-BF6757bfd47ffbf.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'BrittiSans';
    src: url('/fonts/BrittiSansTrial-Semibold-BF6757bfd443a8a.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'BrittiSans';
    src: url('/fonts/BrittiSansTrial-Bold-BF6757bfd4a96ed.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

/* ============================================
   CSS VARIABLES — Fonts yahan se control hon
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:        #e8352a;
  --yellow:     #f5c518;
  --navy:       #1e3a6e;
  --white:      #fff;
  --light-blue: #d9eef6;

  /* 👇 SIRF YAHAN FONT CHANGE KARO */
  --font: 'ABCGravity', sans-serif;   /* Headings, nav, buttons */
  --body: 'BrittiSans', sans-serif;   /* Body text, paragraphs */
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); color: #222; overflow-x: hidden; }

/* ===========================
   PROMO BAR
   =========================== */
.promo-bar {
  background: var(--yellow);
  padding: 10px 24px;
}
.promo-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo-left  { flex: 1; }
.promo-center {
  flex: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.promo-main-text {
  font-family: 'ABCGravity', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  color: #111;
}
.promo-sub-text {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.promo-right { flex: 1; display: flex; justify-content: flex-end; }
.promo-code-btn {
  border: 2px solid #111;
  background: transparent;
  color: #111;
  font-family: var(--font);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 18px;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.promo-code-btn:hover { background: #111; color: var(--yellow); }

/* ===========================
   HEADER
   =========================== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.header-top-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-spacer { flex: 1; }
.logo-wrap {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-london {
  font-family: var(--font);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1;
}
.logo-instantprint {
  font-family: var(--font);
  font-size: 13.5px;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.2px;
  margin-top: 1px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hdr-icon-link {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.hdr-icon-link:hover { color: var(--red); }
.hdr-signin {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.hdr-signin:hover { color: var(--red); }
.hdr-divider { width: 1px; height: 20px; background: #ddd; }
.hdr-uk {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: color 0.2s;
}
.hdr-uk:hover { color: var(--red); }
.header-nav-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.main-nav { display: flex; align-items: stretch; }
.nav-link {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-link:last-of-type { border-right: 1px solid #efefef; }
.nav-link:hover,
.nav-link.active { color: var(--red); }
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--red);
}
.nav-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    max-width: 260px;
    border: none;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: none;
    margin-left: auto;  /* ← yeh add karo */
}
.nav-search input {
  border: none; outline: none;
  font-family: var(--font);
  font-size: 13px;
  color: #333;
  width: 100%;
  background: transparent;
}
.nav-search input::placeholder { color: #aaa; }
.nav-blog {
    font-family: var(--font);
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    padding: 14px 20px;
    border-left: 1px solid #efefef;  /* ← margin-left: auto; hata do */
    transition: color 0.2s;
    white-space: nowrap;
}
.nav-blog:hover,
.nav-blog.active { color: var(--red); }

/* ===========================
   HERO  (updated — with wave)
   =========================== */
/* ===========================
   HERO — SMOOTH SCALLOP WAVE FIX
   app.css mein purana .hero section replace karo
   (.hero se .brochure:nth-child(5) tak)
   =========================== */

/* ===== HERO SLIDER WRAPPER ===== */
.hero-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
.hero-slide {
  display: none !important;
  opacity: 0;
}
.hero-slide-active {
  display: grid !important;
  animation: heroFadeIn 0.6s ease forwards;
  opacity: 1;
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: scale(1.01); }
  to   { opacity: 1; transform: scale(1); }
}
/* Nav dots */
.hero-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}
.hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s;
}
.hero-dot-active {
  background: #fff;
  transform: scale(1.25);
}
/* Prev/Next arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.22);
  color: #fff;
  border: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.hero-arrow:hover { background: rgba(0,0,0,0.45); }
.hero-arrow-prev { left: 16px; }
.hero-arrow-next { right: 16px; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}

/* LEFT — dynamic color via CSS var */
.hero-left {
  background: var(--hs-left, #81C071);
  padding: 60px 80px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-left h1 {
  font-family: 'ABCGravity', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 56px;
  color: var(--hs-text, #fff);
  line-height: 1.0;
  margin-bottom: 16px;
}
.hero-left p {
  font-family: var(--body);
  font-size: 14px;
  color: var(--hs-text, rgba(255,255,255,0.85));
  opacity: 0.88;
  margin-bottom: 28px;
  line-height: 1.6;
  max-width: 260px;
}
.btn-shop-now {
  display: inline-block;
  background: var(--yellow);
  color: #222;
  font-family: var(--font);
  font-size: 13px; font-weight: 700;
  padding: 11px 26px;
  border-radius: 3px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn-shop-now:hover {
  background: #e0b016;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245,197,24,0.45);
  color: #222;
}

/* RIGHT — dynamic color via CSS var */
.hero-right {
  background: var(--hs-right, #fd6c99);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}

/* SVG wave — absolutely placed on left edge of pink side */
.hero-wave-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 100%;
  z-index: 3;
  display: block;
}

/* Right content */
.hero-right-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* Hero product image — fills full right panel box */
.hero-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
  padding: 20px 30px;
  box-sizing: border-box;
}
.hero-right:hover .hero-product-img {
  transform: scale(1.03);
}

/* Fallback brochures */
.hero-brochures {
  display: none;
  align-items: flex-end;
}
.brochure {
  width: 90px; height: 130px;
  border-radius: 4px;
  position: relative;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.2);
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.35s;
}
.brochure:hover { transform: translateY(-14px) scale(1.06) !important; }
.brochure:nth-child(1) { background: linear-gradient(135deg,#fff9c4,#fff176); transform: rotate(-12deg) translateX(16px) translateY(8px); z-index:1; }
.brochure:nth-child(2) { background: linear-gradient(135deg,#c8e6c9,#a5d6a7); transform: rotate(-6deg) translateX(6px) translateY(4px); z-index:2; }
.brochure:nth-child(3) { background: #fff; transform: rotate(0deg); z-index:3; }
.brochure:nth-child(4) { background: linear-gradient(135deg,#bbdefb,#90caf9); transform: rotate(6deg) translateX(-6px) translateY(4px); z-index:2; }
.brochure:nth-child(5) { background: linear-gradient(135deg,#f8bbd0,#f48fb1); transform: rotate(12deg) translateX(-16px) translateY(8px); z-index:1; }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-left { padding: 36px 24px; min-height: 220px; justify-content: center; }
  .hero-left h1 { font-size: 32px; }
  .hero-left p { font-size: 13px; max-width: 100%; }
  .hero-right { height: 300px; min-height: 300px; overflow: hidden; }
  .hero-wave-svg { width: 28px; }
  .hero-right-content { padding: 0; }
  .hero-product-img { padding: 8px 12px 8px 36px; }
}
/* ===========================
   TRUST STRIP
   =========================== */
.trust-strip {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 25px;
  display: flex;
  align-items: center;
 justify-content: space-between;
  gap: 0;
  flex-wrap: wrap;
}
.trust-stripp {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 36px;
  border-right: 1px solid #e0e0e0;
  transition: transform 0.25s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { transform: translateY(-2px); }
.trust-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.trust-icon svg { width: 32px; height: 32px; color: #444; }
.trust-label {
  font-family: var(--font);
  font-size: 11px; font-weight: 600;
  color: #333; text-align: center; line-height: 1.3;
}
.tp-box { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding-right: 102px; }
.tp-row1 { display: flex; align-items: center; gap: 10px; }
.tp-logo { font-family: var(--font); font-size: 14px; font-weight: 700; color: #333; }
.tp-stars { display: flex; gap: 2px; }
.tp-star { width: 24px; height: 24px; background: #00b67a; display: flex; align-items: center; justify-content: center; }
.tp-star svg { width: 14px; height: 14px; fill: white; }
.tp-star.half { background: #ddd; }
.tp-star.half svg { fill: #aaa; }
.tp-excellent { font-family: var(--font); font-size: 13px; font-weight: 700; color: #333; }
.tp-count { font-family: var(--body); font-size: 11px; color: #666; }

/* ===========================
   FEATURED PRODUCTS
   =========================== */
.featured-section {
  background: #113F70;
  padding: 50px 24px 60px;
  text-align: center;
}
.featured-section h2 {
  font-family: var(--font);
  font-size: 32px; font-weight: 900;
  color: #fff;
  margin-bottom: 36px;
  letter-spacing: 0.5px;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto 28px;
}
.product-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  display: block;
}
.product-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
.product-thumb {
  width: 100%; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; height: 250px;
}
.product-thumb-img,
.blog-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.product-card:hover .product-thumb-img,
.blog-card:hover .blog-thumb-img { transform: scale(1.06); }
.product-thumb-fallback,
.thumb-fallback {
  width: 100%; height: 100%;
  display: flex;
  align-items: center; justify-content: center;
}
.pt-1 { background: linear-gradient(135deg,#b2f5b2,#1a8c1a); }
.pt-2 { background: linear-gradient(135deg,#ffe082,#e65100); }
.pt-3 { background: linear-gradient(135deg,#b3e5fc,#0277bd); }
.pt-4 { background: linear-gradient(135deg,#c8e6c9,#2e7d32); }
.product-info { padding: 14px 16px 16px; }
.product-info h3 { font-family: var(--font); font-size: 13px; font-weight: 700; color: #222; margin-bottom: 8px; }
.order-now-link {
  font-family: var(--font); font-size: 12px; font-weight: 600;
  color: var(--red); text-decoration: none;
  display: inline-flex; align-items: center; gap: 3px;
  transition: gap 0.25s;
}
.order-now-link:hover { gap: 7px; }
.btn-view-all {
  display: inline-block;
  background: var(--yellow); color: #222;
  font-family: var(--font); font-size: 13px; font-weight: 700;
  padding: 11px 28px; border-radius: 3px; text-decoration: none;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn-view-all:hover { background: #e0b016; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(245,197,24,0.4); color: #222; }

/* ===========================
   SAMPLE SECTION
   =========================== */
.main {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sample-section {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: url('../images/middle.png');
  background-size: 100%;
  background-position: cover;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 650px;
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sample-bg-posters {
  position: absolute; inset: 0;
  display: flex; align-items: stretch; overflow: hidden;
  background: linear-gradient(181deg, #ffffff00, #060606);
}
.poster-panel {
  flex: 1; display: flex; flex-direction: column;
  justify-content: center; padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.poster-panel:last-child { border-right: none; }
.poster-permit { font-family: var(--font); font-size: 7px; color: rgba(255,255,255,0.08); margin-bottom: 6px; letter-spacing: 1px; }
.poster-text {
  font-family: var(--font); font-weight: 900;
  font-size: clamp(18px,2.5vw,38px);
  line-height: 0.95; text-transform: uppercase;
  color: rgba(255,255,255,0.12); letter-spacing: -0.5px;
}
.poster-text.yellow { color: rgba(245,197,24,0.25); }
.sample-overlay {
  position: relative; z-index: 2;
  text-align: center; padding: 40px 24px;
}
.sample-overlay .top-line {
  font-family: var(--font); font-size: 20px; font-weight: 700;
  color: #fff; text-transform: uppercase; letter-spacing: 1px;
  display: block; margin-bottom: 4px;
}
.sample-overlay .free-line {
  font-family: var(--font); font-size: 38px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 1px;
  display: block; color: #fff;
}
.sample-overlay .free-line em { font-style: normal; color: var(--yellow); }
.sample-overlay .pack-line {
  font-family: var(--font); font-size: 38px; font-weight: 900;
  color: #fff; text-transform: uppercase; letter-spacing: 1px;
  display: block; margin-bottom: 22px;
}
.btn-order-now {
  display: inline-block;
  background: var(--yellow); color: #222;
  font-family: var(--font); font-size: 13px; font-weight: 700;
  padding: 11px 30px; border-radius: 3px; text-decoration: none;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn-order-now:hover { background: #e0b016; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(245,197,24,0.4); color: #222; }

/* ===========================
   DELIVERY
   =========================== */
.delivery-section {
  margin-top: 80px;
  background: #fff; padding: 70px 80px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px;
}
.delivery-title h2 {
  font-family: var(--font); font-weight: 900;
  line-height: 1.05; font-size: 50px;
}
.delivery-title .word-delivery { color: var(--red); display: block; }
.delivery-title .word-rest { color: var(--navy); display: block; font-size: 28px; }
.delivery-cards { display: flex; gap: 18px; flex-wrap: wrap; }
.delivery-card {
  width: 155px; height: 180px;
  border-radius: 8px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.delivery-card:hover { transform: translateY(-8px); box-shadow: 0 14px 34px rgba(0,0,0,0.15); }
.dc-standard  { background: #E93F74; }
.dc-nextday   { background: #2DBDEA; }
.dc-sameday   { background: #1e3a6e; }
.dc-highlands { background: #f5c800; }
.dc-icon { font-size: 34px; }
.dc-title { font-family: var(--font); font-size: 15px; font-weight: 700; color: #fff; }
.dc-highlands .dc-title { color: #222; }
.dc-nextday .dc-title { color: var(--navy); }
.dc-link { font-family: var(--font); font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.85); }
.dc-highlands .dc-link { color: #555; }
.dc-nextday .dc-link { color: var(--red); }

/* ===========================
   TRENDING
   =========================== */
.trending-section {
  background: #CFF4FF;
  padding: 60px 40px 70px; text-align: center;
}
.trending-section h2 { font-family: var(--font); font-size: 32px; font-weight: 900; color: var(--navy); margin-bottom: 6px; }
.trending-section .sub { font-family: var(--body); font-size: 13px; color: #555; margin-bottom: 36px; }
.blogs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; max-width: 1100px; margin: 0 auto;
}
.blog-card {
  background: #fff; border-radius: 6px;
  overflow: hidden; cursor: pointer; text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none; display: block;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 16px 36px rgba(0,0,0,0.12); }
.blog-thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; position: relative; }
.bt-1 { background: linear-gradient(135deg,#a8edea,#fed6e3); }
.bt-2 { background: linear-gradient(135deg,#e0e0e0,#bdbdbd); }
.bt-3 { background: linear-gradient(135deg,#c1dfc4,#deecdd); }
.bt-4 { background: linear-gradient(135deg,#ee9ca7,#ffdde1); }
.blog-thumb-inner {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 46px; transition: transform 0.35s;
}
.blog-card:hover .blog-thumb-inner { transform: scale(1.08); }
.blog-body { padding: 14px 16px 16px; }
.blog-body h3 { font-family: var(--font); font-size: 12.5px; font-weight: 700; color: #222; margin-bottom: 10px; line-height: 1.45; }
.explore-link {
  font-family: var(--font); font-size: 12px; font-weight: 600;
  color: var(--red); text-decoration: none;
  display: inline-flex; align-items: center; gap: 3px;
  transition: gap 0.25s;
}
.explore-link:hover { gap: 8px; }

/* ===========================
   FOOTER
   =========================== */

   /* Payment chips — icon style (white background, border) */
.payment-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}
.pay-chip {
    background: #fff;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
    line-height: 0;
}
.pay-chip:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.22);
}
/* ═══════════════════════════════════════
   FOOTER — Complete Styles
   app.css mein purani footer CSS replace karo
   ═══════════════════════════════════════ */

footer {
    color: #ffffff;
    padding: 52px 60px 28px;
}

/* ── Grid ── */
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

/* ── Column headings ── */
.footer-col h4 {
    font-family: var(--font);
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* ── Contact info rows ── */
.footer-col address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.f-info-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--body);
    font-size: 12.5px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s;
}

.f-info-row svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.6;
    color: #fff;
}

.f-info-row:hover {
    color: var(--yellow);
}

.f-address span {
    line-height: 1.7;
}

/* ── Social buttons ── */
.social-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
    flex-shrink: 0;
}

.social-btn svg {
    width: 16px;
    height: 16px;
}

/* Facebook — brand blue */
.social-fb {
    background: #1877F2;
    color: #fff;
}
.social-fb:hover {
    background: #0d65d9;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(24,119,242,0.45);
}

/* LinkedIn — brand blue */
.social-li {
    background: #0A66C2;
    color: #fff;
}
.social-li:hover {
    background: #0855a3;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(10,102,194,0.45);
}

/* X / Twitter — black */
.social-x {
    background: #000000;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
}
.social-x:hover {
    background: #111;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

/* Instagram — gradient */
.social-ig {
    background: radial-gradient(circle at 30% 110%, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}
.social-ig:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(220,39,67,0.5);
}

/* ── Useful Links ── */
.footer-col a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--body);
    font-size: 12.5px;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    padding: 4px 0;
    line-height: 1.5;
    transition: color 0.2s, gap 0.2s;
}

.footer-col a svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.footer-col a:hover {
    color: black;
    gap: 10px;
}

.footer-col a:hover svg {
    transform: translateX(2px);
}

/* ── Payment Icons ── */

.pay-icon-card {
    width: 60px;
    height: 38px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 2px 8px rgba(0,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
    flex-shrink: 0;
}

.pay-icon-card svg {
    width: 100%;
    height: 100%;
    display: block;
}

.pay-icon-card:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.5),
        0 0 0 1px rgba(255,255,255,0.18);
}

/* ── Bottom Bar ── */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}

.footer-copy {
    font-family: var(--body);
    font-size: 11.5px;
    color: rgba(255,255,255,0.35);
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: 44px;
    width: auto;
    /*filter: brightness(0) invert(1);*/

}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
    footer { padding: 48px 40px 28px; }
    .footer-grid { gap: 32px; }
}

@media (max-width: 768px) {
    footer { padding: 40px 24px 24px; }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        gap: 16px;
        text-align: center;
    }
}
/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .products-grid, .blogs-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-section { padding: 50px 40px; }
  .main-nav { gap: 18px; }
  .delivery-title h2 { font-size: 38px; }
  .sample-section { width: 80%; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-right { height: 300px; min-height: 300px; overflow: hidden; }
  .hero-wave-svg { width: 28px; }
  .hero-left { padding: 36px 24px; min-height: 220px; }
  .hero-left h1 { font-size: 32px; }
  .trust-item { padding: 10px 16px; }
  .delivery-section { flex-direction: column; padding: 40px 24px; text-align: center; }
  .delivery-cards { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .blogs-grid { grid-template-columns: repeat(2, 1fr); }
  .sample-overlay .free-line, .sample-overlay .pack-line { font-size: 28px; }
  .promo-bar-inner { flex-direction: column; gap: 6px; text-align: center; }
  .promo-left { display: none; }
  .header-top-row { padding: 10px 16px 8px; }
  .sample-section { width: 95%; }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .blogs-grid { grid-template-columns: 1fr; }
  .header-right { gap: 10px; }
  footer { padding: 36px 24px 20px; }
  .delivery-title h2 { font-size: 30px; }
  .nav-search input { width: 80px; }
}

/* ==============================
   HAMBURGER BUTTON BASE STYLES
   ============================== */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  gap: 5px;
  z-index: 1001;
}
.ham-line {
  width: 24px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: block;
}
.hamburger-btn.is-open .ham-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger-btn.is-open .ham-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger-btn.is-open .ham-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav Overlay */
.main-nav.is-open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  padding: 80px 24px 40px;
  overflow-y: auto;
  align-items: flex-start;
  gap: 0;
  box-shadow: none;
}
.main-nav.is-open .nav-link {
  font-size: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  border-right: none;
}
.main-nav.is-open .nav-link:last-of-type {
  border-right: none;
}

@media (max-width: 768px) {
  .hamburger-btn { display: flex !important; }
  .main-nav { display: none; }
  .header-inner { position: relative; }
}

/* ============================================================
   MOBILE FIXES — hero wave, layout, nav, cards
   ============================================================ */

/* Hide wave SVG on all mobile/tablet sizes */
@media (max-width: 900px) {
  .hero-wave-svg { display: none !important; }
}

/* Hero mobile stack */
@media (max-width: 768px) {
  .hero-wave-svg { display: none !important; }

  .hero {
    grid-template-columns: 1fr !important;
    min-height: unset !important;
  }

  .hero-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .hero-slide {
    grid-template-columns: 1fr !important;
  }

  .hero-left {
    padding: 32px 20px !important;
    min-height: unset !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .hero-left h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .hero-left p {
    font-size: 13px !important;
  }

  .hero-right {
    height: 260px !important;
    min-height: 260px !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .hero-product-img {
    padding: 12px 16px !important;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Delivery cards — 2 column on mobile */
  .delivery-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .delivery-card {
    width: auto !important;
    min-width: unset !important;
  }

  /* Products grid — 2 columns on mobile */
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
  }

  .delivery-section {
    padding: 40px 16px !important;
  }

  /* Nav hamburger */
  .hamburger-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    gap: 5px;
  }

  .ham-line {
    width: 24px;
    height: 2px;
    background: #222;
    border-radius: 2px;
    display: block;
    transition: all 0.3s ease;
  }

  .main-nav {
    display: none !important;
  }

  .main-nav.is-open {
    display: flex !important;
  }

  .header-inner {
    position: relative !important;
  }
}

@media (max-width: 480px) {
  .hero-left h1 { font-size: 24px !important; }
  .products-grid { grid-template-columns: 1fr !important; }
  .delivery-cards { grid-template-columns: 1fr !important; }
  .hero-right { height: 220px !important; }
}


/* ============================================================
   MOBILE / TABLET ALIGNMENT FIXES v2
   ============================================================ */

@media (max-width: 768px) {

  /* --- Header: hide desktop nav-row (search + blog), use mobile-menu instead --- */
  .header-nav-row {
    display: none !important;
  }

  /* --- Top row: logo + icons compact --- */
  .header-top-row {
    padding: 10px 16px !important;
    align-items: center !important;
  }

  .header-right {
    gap: 8px !important;
    align-items: center !important;
  }

  /* Hide some desktop-only icons on mobile */
  .hdr-signin,
  .hdr-divider,
  .hdr-uk {
    display: none !important;
  }

  /* --- Trust strip: 2 items per row --- */
  .trust-stripp {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 24px 16px !important;
    justify-items: center !important;
  }

  .trust-item {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    text-align: center !important;
    padding: 12px 8px !important;
  }

  .trust-strip {
    padding: 16px 0 !important;
  }

  /* --- Mobile menu show properly when open --- */
  .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85% !important;
    max-width: 320px !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 999 !important;
    overflow-y: auto !important;
    transition: left 0.3s ease !important;
    box-shadow: 2px 0 20px rgba(0,0,0,0.15) !important;
    display: block !important;
  }

  .mobile-menu.is-open {
    left: 0 !important;
  }

  /* --- Hero: ensure no overflow --- */
  .hero-slider-wrap {
    overflow: hidden !important;
  }

}

/* Tablet (769px – 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

  /* Header nav row — shrink for tablet */
  .header-nav-row {
    padding: 8px 16px !important;
  }

  .nav-search input {
    width: 180px !important;
  }

  /* Trust strip: 2 per row on tablet */
  .trust-stripp {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 24px 24px !important;
    justify-items: center !important;
  }

  .trust-item {
    width: 100% !important;
    text-align: center !important;
  }

  /* Hero: smaller image on tablet */
  .hero-right {
    height: 320px !important;
  }

  .hero-left h1 {
    font-size: 36px !important;
  }

}

@media (max-width: 480px) {
  /* Trust strip: 1 column on very small screens */
  .trust-stripp {
    grid-template-columns: 1fr 1fr !important;
  }

  .header-top-row {
    padding: 8px 12px !important;
  }
}


/* ============================================================
   TABLET + MOBILE TRUST STRIP & HERO TEXT FIX
   ============================================================ */

/* Tablet: 769px – 1024px */
@media (min-width: 769px) and (max-width: 1024px) {

  /* Hero text: center align on tablet */
  .hero-left {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-left h1,
  .hero-left p {
    text-align: center !important;
  }

  /* Trust strip: icons in ONE row, trustpilot below */
  .trust-strip {
    flex-direction: column !important;
    align-items: center !important;
    padding: 30px 20px !important;
    gap: 20px !important;
  }

  /* All 4 icons in single row */
  .trust-stripp {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    grid-template-columns: unset !important;
  }

  .trust-item {
    flex: 1 1 25% !important;
    max-width: 25% !important;
    width: auto !important;
    text-align: center !important;
    padding: 12px 8px !important;
  }

  /* Trustpilot: below icons, centered */
  .tp-box {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 12px 0 !important;
    border-top: 1px solid #eee !important;
  }
}

/* Mobile: trust items 2x2, trustpilot below centered */
@media (max-width: 768px) {

  /* Trust strip: column layout */
  .trust-strip {
    flex-direction: column !important;
    align-items: center !important;
    padding: 24px 16px !important;
    gap: 16px !important;
  }

  /* 2x2 grid for trust items */
  .trust-stripp {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .trust-item {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    padding: 14px 8px !important;
  }

  /* Trustpilot below, centered */
  .tp-box {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 0 !important;
    border-top: 1px solid #eee !important;
  }

  /* Hero left text center on mobile */
  .hero-left {
    text-align: center !important;
    align-items: center !important;
  }

  .hero-left h1,
  .hero-left p {
    text-align: center !important;
  }
}


/* ============================================================
   HAMBURGER MENU — remove blur, fix overlay + trust strip tablet
   ============================================================ */

/* Remove backdrop blur from mobile overlay — just dark dim */
.mobile-overlay {
  backdrop-filter: none !important;
}

.mobile-overlay.is-open {
  display: block !important;
  backdrop-filter: none !important;
  background: rgba(0, 0, 0, 0.45) !important;
}

/* Mobile menu slide in from left */
.mobile-menu {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: -100% !important;
  width: 80% !important;
  max-width: 300px !important;
  height: 100vh !important;
  background: #fff !important;
  z-index: 1100 !important;
  overflow-y: auto !important;
  transition: left 0.3s ease !important;
  box-shadow: 2px 0 20px rgba(0,0,0,0.15) !important;
}

.mobile-menu.is-open {
  left: 0 !important;
}

/* ---- Trust strip TABLET: 4 icons in one row, tp below ---- */
@media (min-width: 769px) and (max-width: 1024px) {
  .trust-strip {
    flex-direction: column !important;
    align-items: center !important;
    padding: 30px 20px !important;
    gap: 16px !important;
  }

  .trust-stripp {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .trust-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 25% !important;
    text-align: center !important;
    padding: 12px 6px !important;
  }

  .tp-box {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid #eee !important;
  }
}


/* ============================================================
   DESKTOP HERO FIX — remove height constraint on hero-right
   ============================================================ */

/* Desktop: hero-right must stretch full height, no fixed height */
@media (min-width: 1025px) {
  .hero-right {
    height: auto !important;
    min-height: 100% !important;
    align-self: stretch !important;
  }
}

/* Also ensure hero grid items stretch at all sizes > 768px */
@media (min-width: 769px) {
  .hero {
    align-items: stretch !important;
  }
  .hero-right {
    align-self: stretch !important;
  }
}

/* Tablet fix — remove fixed height, let it stretch */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-right {
    height: auto !important;
    min-height: 400px !important;
    align-self: stretch !important;
  }
}


/* ============================================================
   HERO-RIGHT HEIGHT FINAL FIX — remove all fixed heights
   ============================================================ */

/* On ALL screens > 768px, hero-right must stretch with grid */
@media (min-width: 769px) {
  .hero {
    align-items: stretch !important;
  }
  .hero-right {
    height: auto !important;
    min-height: unset !important;
    align-self: stretch !important;
  }
  .hero-slide-active {
    align-items: stretch !important;
  }
}
