/*
Theme Name: Bag Stock
Theme URI: http://bagstock.local/
Author: Antigravity
Author URI: https://deepmind.google/
Description: Custom landing page theme for Bag Stock Corporate & Bulk Bags Supplier.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bagstock
*/

:root {
  /* === BAG STOCK : Logo Match Palette (#EE6F28) === */
  --ink:#23212b;        /* warm charcoal (dark sections/footer) */
  --ink-2:#34303f;      /* charcoal-plum                        */
  --emerald:#EE6F28;    /* ACCENT — buttons, highlights (Logo Orange) */
  --emerald-600:#D95E19;/* accent hover                         */
  --emerald-50:#FDF0E9; /* light accent tint                    */
  --paper:#ffffff;
  --mist:#f7f4f3;       /* soft warm off-white section bg       */
  --line:#ece6e3;
  --text:#262229;
  --muted:#756f78;
  --radius:14px;
  --shadow:0 18px 40px -18px rgba(40,30,35,.28);
  --maxw:100%;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,sans-serif;
  color:var(--text);
  background:var(--paper);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
main,.site-main,.why-us-page,.our-clients-page{flex:1 0 auto}
h1,h2,h3,h4{font-family:'Sora',sans-serif;line-height:1.18;color:var(--ink);letter-spacing:-.01em}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:100%;margin:0 auto;padding:0 28px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Sora',sans-serif;font-weight:600;font-size:.95rem;
  padding:14px 26px;border-radius:999px;border:0;cursor:pointer;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.btn-primary{background:var(--emerald);color:#fff;box-shadow:0 10px 22px -10px rgba(239,103,80,.7)}
.btn-primary:hover{background:var(--emerald-600);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}
.btn-ghost:hover{background:rgba(255,255,255,.1)}
.btn-block{width:100%;justify-content:center}

/* stitch motif (signature) */
.stitch{display:inline-block;width:54px;height:0;border-top:2px dashed var(--emerald);margin:14px auto 0}

/* ======================================================
   HEADER / NAV
   ====================================================== */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{display:flex;align-items:center;gap:10px;font-family:'Sora',sans-serif;font-weight:800;font-size:1.25rem;color:var(--ink);max-height:60px;}

.brand-logo {
  height: 52px !important;
  max-height: 52px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
  transition: transform 0.2s ease;
}
.brand:hover .brand-logo {
  transform: scale(1.03);
}

.footer-logo {
  height: 56px !important;
  max-height: 56px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  display: inline-block !important;
}

.menu{display:flex;align-items:center;gap:30px;list-style:none}
.menu a{font-weight:500;font-size:.95rem;color:var(--text);position:relative;padding:6px 0}
.menu a:hover{color:var(--emerald)}
.menu a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--emerald);transition:width .2s}
.menu a:hover::after{width:100%}
.nav-cta{display:flex;align-items:center;gap:14px}
.hamburger{display:none;background:none;border:0;cursor:pointer;width:42px;height:42px;border-radius:9px}
.hamburger span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto;transition:.25s}

/* Navigation Menu overrides for WordPress wp_nav_menu layout */
.menu-item a {
  font-weight:500;font-size:.95rem;color:var(--text);position:relative;padding:6px 0;
  transition: color 0.18s ease;
}
.menu-item a:hover {
  color:var(--emerald);
}
.menu-item {
  list-style: none;
}

/* ======================================================
   HERO  +  FORM
   ====================================================== */
.hero{position:relative;background:radial-gradient(120% 120% at 85% 0%,var(--ink-2) 0%,var(--ink) 60%);color:#fff;overflow:hidden}
.hero::before{ /* faint stitch grid texture */
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:100% 46px;opacity:.6;pointer-events:none;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;padding-top:90px;padding-bottom:100px;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:'Sora',sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffb4a6;background:rgba(239,103,80,.16);border:1px solid rgba(239,103,80,.4);padding:7px 14px;border-radius:999px}
.hero h1{color:#fff;font-size:clamp(2.2rem,4.6vw,3.5rem);font-weight:800;margin:20px 0 14px}
.hero h1 span{color:var(--emerald);}
.hero .lead{font-size:1.18rem;color:#e7e3ec;font-weight:500;max-width:100% !important;}
.hero .sub{margin-top:14px;color:#b3acb8;max-width:100% !important;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.trust{margin-top:22px;display:flex;gap:22px;flex-wrap:wrap;color:#a8a1ad;font-size:.85rem}
.trust b{color:#fff}

/* form card */
.form-card{background:#fff;border-radius:18px;padding:30px;box-shadow:var(--shadow);color:var(--text)}
.form-card h3{font-size:1.4rem;margin-bottom:4px}
.form-card p.h-sub{color:var(--muted);font-size:.9rem;margin-bottom:18px}
.field{margin-bottom:13px}
.field input,.field select{
  width:100%;padding:14px 15px;border:1.5px solid var(--line);border-radius:11px;
  font-family:inherit;font-size:.95rem;color:var(--text);background:#fff;transition:border .18s,box-shadow .18s;
}
.field input:focus,.field select:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 3px var(--emerald-50)}
.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23637178' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}

/* ======================================================
   SECTION SCAFFOLD
   ====================================================== */
.section{padding:90px 0;background-color:#ffffff;}
.section.alt{background-color:var(--mist);padding:90px 0;}
.section-head{text-align:center;max-width:640px;margin:0 auto 46px}
.section-head h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:700}
.section-head p{color:var(--muted);margin-top:10px}

/* ---------- stats / experience ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 22px;text-align:center;transition:transform .2s,box-shadow .2s}
.stat:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.stat .ic{width:52px;height:52px;margin:0 auto 14px;border-radius:13px;background:var(--emerald-50);color:var(--emerald);display:grid;place-items:center}
.stat .num{font-family:'Sora',sans-serif;font-weight:800;font-size:2.3rem;color:var(--emerald);line-height:1}
.stat .lab{margin-top:8px;color:var(--muted);font-size:.92rem;font-weight:500}

/* ---------- clients ---------- */
.logos{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.logo-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);height:120px;display:grid;place-items:center;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s}
.logo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--emerald-50)}
.logo-card img{max-height:54px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.78;transition:.25s}
.logo-card:hover img{filter:none;opacity:1}

/* ---------- catalogue ---------- */
.cats{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.cat{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.cat:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.cat .img{aspect-ratio:16/9;background:var(--mist) center/cover no-repeat;position:relative}
.cat .body{padding:22px;text-align:center}
.cat h4{font-size:1.15rem;margin-bottom:14px}

/* ======================================================
   FOOTER
   ====================================================== */
.footer{background:var(--ink);color:#d4ced8;padding:70px 0 30px;margin-top:0;margin-bottom:0;flex-shrink:0;border-top:1px solid rgba(255,255,255,0.08);}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px}
.footer h4{color:#fff;font-size:1rem;margin-bottom:16px;font-family:'Sora',sans-serif}
.footer .brand{color:#fff;margin-bottom:14px}
.footer p,.footer li{font-size:.92rem;color:#a8a1ad;line-height:1.8}
.footer ul{list-style:none}
.footer a:hover{color:var(--emerald)}
.footer-links{display:flex !important;flex-direction:column !important;gap:8px !important;list-style:none !important;padding:0 !important;margin:0 !important}
.footer-links a{color:#a8a1ad !important;font-size:.92rem !important;font-weight:500 !important;transition:color 0.18s ease}
.footer-links a:hover{color:var(--emerald) !important}
.foot-contact li{display:flex;gap:10px;align-items:flex-start;margin-bottom:8px}
.foot-contact .ic{color:var(--emerald);flex:0 0 auto;margin-top:3px}
.map-embed{width:100%;height:160px;border:0;border-radius:12px;filter:grayscale(.2)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:24px;text-align:center;font-size:.88rem;color:#928c97}

/* ======================================================
   REVEAL ANIMATION
   ====================================================== */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* ======================================================
   RESPONSIVE
   ====================================================== */
/* ======================================================
   RESPONSIVE HEADER & NAVIGATION (ALL SCREEN SIZES)
   ====================================================== */
.menu a, .menu-item a {
  white-space: nowrap !important;
}

/* Medium Laptops & Small Desktops (993px to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .menu {
    gap: 16px !important;
  }
  .menu a, .menu-item a {
    font-size: 0.88rem !important;
  }
  .brand-logo {
    height: 44px !important;
    max-height: 44px !important;
  }
  .nav-cta .btn {
    padding: 10px 18px !important;
    font-size: 0.88rem !important;
  }
}

/* Tablets & Mobile Devices (max-width: 992px) */
@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 50px; padding-bottom: 60px; }
  .section { padding: 60px 0; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .logos { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  
  .menu, .nav-cta .btn {
    display: none !important;
  }
  .hamburger {
    display: block !important;
  }
  .menu.open {
    display: flex !important;
    position: absolute !important;
    top: 74px !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-bottom: 1px solid var(--line) !important;
    padding: 16px 24px !important;
    gap: 8px !important;
    z-index: 9999 !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12) !important;
  }
  .menu.open a, .menu.open .menu-item a {
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--line) !important;
    font-size: 1.02rem !important;
    display: block !important;
    width: 100% !important;
  }
}

/* Mobile Screens (max-width: 680px) */
@media (max-width: 680px) {
  .hero-grid { padding-top: 30px; padding-bottom: 40px; gap: 28px; }
  .section { padding: 45px 0; }
  .cats { grid-template-columns: 1fr; }
  .logos { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ======================================================
   WHY US PAGE SPECIFIC STYLES
   ====================================================== */
.why-us-page {
  overflow-x: hidden;
}

/* Hero Section */
.why-hero, .products-hero, .clients-hero, .contact-hero, .privacy-hero, .hero {
  position: relative;
  background: radial-gradient(120% 120% at 85% 0%, var(--ink-2) 0%, var(--ink) 60%);
  color: #fff;
  overflow: hidden;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.why-hero .wrap, .products-hero .wrap, .clients-hero .wrap, .contact-hero .wrap, .privacy-hero .wrap, .hero .wrap {
  text-align: left !important;
  width: 100% !important;
  padding-left: clamp(10px, 3.5vw, 24px) !important;
  padding-right: clamp(10px, 3.5vw, 24px) !important;
  box-sizing: border-box !important;
}
.why-hero .reveal, .products-hero .reveal, .clients-hero .reveal, .contact-hero .reveal, .privacy-hero .reveal, .hero .reveal {
  text-align: left !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.why-hero h1, .products-hero h1, .clients-hero h1, .contact-hero h1, .privacy-hero h1, .hero h1 {
  text-align: left !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  font-size: clamp(1.35rem, 5.5vw, 3.2rem) !important;
  line-height: 1.18 !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.why-hero p, .products-hero p, .clients-hero p, .contact-hero p, .privacy-hero p, .hero p,
.why-hero .lead, .products-hero .lead, .clients-hero .lead, .contact-hero .lead, .privacy-hero .lead, .hero .lead,
.why-hero .sub, .products-hero .sub, .clients-hero .sub, .contact-hero .sub, .privacy-hero .sub, .hero .sub {
  text-align: left !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  font-size: clamp(0.82rem, 3.2vw, 1.15rem) !important;
  line-height: 1.5 !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.why-hero .eyebrow, .products-hero .eyebrow, .clients-hero .eyebrow, .contact-hero .eyebrow, .privacy-hero .eyebrow, .hero .eyebrow {
  text-align: left !important;
  margin-left: 0 !important;
  font-size: clamp(0.7rem, 2.8vw, 0.85rem) !important;
}
.why-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 46px;
  opacity: .6;
  pointer-events: none;
}
.why-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.why-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  margin: 20px 0 14px;
  text-align: left;
}
.why-hero h1 span {
  color: #EE6F28;
}
.why-hero .lead {
  font-size: 1.18rem;
  color: #e7e3ec;
  font-weight: 500;
  max-width: 100% !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.why-hero .sub {
  margin-top: 14px;
  color: #b3acb8;
  max-width: 100% !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.why-hero-ill {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-hero-ill .decor-svg {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
  animation: floatBag 6s ease-in-out infinite;
}

@keyframes floatBag {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Pillars Section */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.pillar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 30px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--emerald-50);
}
.pillar-icon {
  width: 58px;
  height: 58px;
  background: var(--emerald-50);
  color: var(--emerald);
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  transition: transform .3s ease;
}
.pillar-card:hover .pillar-icon {
  transform: scale(1.1) rotate(5deg);
}
.pillar-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.pillar-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* Process Section */
.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
  position: relative;
}
.process-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 22px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.step-num {
  position: absolute;
  top: -20px;
  left: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(239, 103, 80, 0.4);
}
.process-step h4 {
  font-size: 1.15rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.process-step p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Accordion FAQs */
.faq-container {
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item[open] {
  border-color: var(--emerald);
  box-shadow: 0 10px 25px -15px rgba(239, 103, 80, 0.15);
}
.faq-question {
  padding: 20px 24px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  position: relative;
  user-select: none;
  transition: color 0.18s ease;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question:hover {
  color: var(--emerald);
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--muted);
  transition: transform 0.25s ease, color 0.25s ease;
}
.faq-item[open] .faq-question::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  color: var(--emerald);
}
.faq-answer {
  padding: 0 24px 20px;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.65;
  border-top: 1px solid transparent;
  animation: slideDown 0.3s ease-out;
}
.faq-item[open] .faq-answer {
  border-top-color: var(--line);
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Call To Action */
.why-cta {
  padding: 90px 0;
  background: var(--mist);
}
.why-cta-card {
  background: #ffffff !important;
  color: #1e1b26 !important;
  border-radius: 24px !important;
  padding: 50px 44px !important;
  text-align: left !important;
  box-shadow: 0 25px 60px -15px rgba(238, 111, 40, 0.12), 0 15px 35px -10px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  position: relative;
  overflow: hidden;
}
.why-cta-card::before {
  display: none !important;
}
.why-cta-card h2 {
  color: #1e1b26 !important;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.why-cta-card p {
  color: #6b7280 !important;
  font-size: 1.1rem;
  max-width: 60ch;
  margin: 0 auto 32px;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Responsive adjustments for Why Us page */
@media(max-width: 980px) {
  .why-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }
  .why-hero .lead, .why-hero .sub {
    margin-left: auto;
    margin-right: auto;
  }
  .why-hero .hero-actions {
    justify-content: center;
  }
  .pillars-grid {
    grid-template-columns: 1fr;
  }
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }
  .process-step {
    padding-top: 35px;
  }
}

@media(max-width: 680px) {
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
  .why-cta-card {
    padding: 40px 24px;
  }
}

/* ======================================================
   OUR CLIENTS PAGE SPECIFIC STYLES
   ====================================================== */
.clients-hero {
  position: relative;
  background: radial-gradient(120% 120% at 85% 0%, var(--ink-2) 0%, var(--ink) 60%);
  color: #fff;
  overflow: hidden;
}
.clients-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 46px;
  opacity: .6;
  pointer-events: none;
}
.clients-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.clients-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  margin: 20px 0 14px;
}
.clients-hero h1 span {
  color: var(--emerald);
}
.clients-hero .lead {
  font-size: 1.18rem;
  color: #e7e3ec;
  font-weight: 500;
  max-width: 32ch;
}
.clients-hero .sub {
  margin-top: 14px;
  color: #b3acb8;
  max-width: 45ch;
}
.clients-hero-ill {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-hero-ill .decor-svg {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}

/* Large Logos Grid */
.logos-grid-large {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.client-logo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 18px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #9b959f;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  user-select: none;
}
.client-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: var(--emerald-50);
  color: var(--emerald);
}

/* Testimonials Section */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.testimonial-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 30px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.quote-mark {
  position: absolute;
  top: 15px;
  left: 24px;
  font-size: 5rem;
  font-family: 'Sora', sans-serif;
  color: var(--emerald-50);
  line-height: 1;
  pointer-events: none;
}
.quote-text {
  position: relative;
  font-size: 1.02rem;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 24px;
  z-index: 2;
}
.quote-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.author-details h5 {
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 700;
}
.author-details span {
  font-size: 0.82rem;
  color: var(--muted);
}

/* Clients CTA */
.clients-cta {
  padding: 90px 0;
  background: var(--mist);
}
.clients-cta-card {
  background: linear-gradient(135deg, var(--ink-2) 0%, var(--ink) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.clients-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 30px;
  opacity: .5;
  pointer-events: none;
}
.clients-cta-card h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.clients-cta-card p {
  color: #c9c3ce;
  font-size: 1.1rem;
  max-width: 60ch;
  margin: 0 auto 32px;
}


/* ======================================================
   PRODUCTS PAGE SPECIFIC STYLES
   ====================================================== */
.products-hero {
  position: relative;
  background: radial-gradient(120% 120% at 85% 0%, var(--ink-2) 0%, var(--ink) 60%);
  color: #fff;
  overflow: hidden;
}
.products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 46px;
  opacity: .6;
  pointer-events: none;
}
.products-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.products-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  margin: 20px 0 14px;
}
.products-hero h1 span {
  color: var(--emerald);
}
.products-hero .lead {
  font-size: 1.18rem;
  color: #e7e3ec;
  font-weight: 500;
  max-width: 32ch;
}
.products-hero .sub {
  margin-top: 14px;
  color: #b3acb8;
  max-width: 45ch;
}
.products-hero-ill {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-hero-ill .decor-svg {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.product-visual {
  height: 220px;
  position: relative;
  display: grid;
  place-items: center;
}
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--emerald-50);
  color: var(--emerald);
  padding: 6px 12px;
  border-radius: 99px;
  border: 1px solid rgba(239, 103, 80, 0.2);
}
.product-badge.accent {
  background: var(--ink-2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.product-info {
  padding: 30px;
}
.product-info h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.product-specs {
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  margin-bottom: 24px;
}
.product-specs li {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
.product-specs li:last-child {
  margin-bottom: 0;
}
.product-specs li strong {
  color: var(--ink);
}

/* Products CTA */
.products-cta {
  padding: 90px 0;
  background: var(--mist);
}
.products-cta-card {
  background: linear-gradient(135deg, var(--ink-2) 0%, var(--ink) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.products-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 30px;
  opacity: .5;
  pointer-events: none;
}
.products-cta-card h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.products-cta-card p {
  color: #c9c3ce;
  font-size: 1.1rem;
  max-width: 60ch;
  margin: 0 auto 32px;
}


/* ======================================================
   CONTACT US PAGE SPECIFIC STYLES
   ====================================================== */
.contact-hero {
  position: relative;
  background: radial-gradient(120% 120% at 85% 0%, var(--ink-2) 0%, var(--ink) 60%);
  color: #fff;
  overflow: hidden;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 46px;
  opacity: .6;
  pointer-events: none;
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.contact-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  margin: 20px 0 14px;
}
.contact-hero h1 span {
  color: var(--emerald);
}
.contact-hero .lead {
  font-size: 1.18rem;
  color: #e7e3ec;
  font-weight: 500;
  max-width: 32ch;
}
.contact-hero .sub {
  margin-top: 14px;
  color: #b3acb8;
  max-width: 45ch;
}
.contact-hero-ill {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-hero-ill .decor-svg {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}

/* Contact Layout Grid */
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  margin-top: 20px;
}
.contact-details-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-card-box {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.contact-card-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.contact-card-box .icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}
.contact-card-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.contact-card-box p {
  font-size: 0.98rem;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 4px;
}
.contact-card-box p a:hover {
  color: var(--emerald);
}
.contact-card-box span {
  font-size: 0.85rem;
  color: var(--muted);
}
.contact-map-wrapper {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 250px;
}
.large-map {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(.1);
}

/* Form Card */
.contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: var(--shadow);
}
.contact-form-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.form-lead-desc {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

/* Responsive adjust for remaining pages */
@media(max-width: 980px) {
  .clients-hero-grid, .products-hero-grid, .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }
  .clients-hero .lead, .clients-hero .sub,
  .products-hero .lead, .products-hero .sub,
  .contact-hero .lead, .contact-hero .sub {
    margin-left: auto;
    margin-right: auto;
  }
  .clients-hero .hero-actions, .products-hero .hero-actions {
    justify-content: center;
  }
  .logos-grid-large {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ======================================================
   FLOATING WHATSAPP BUTTON & TOAST NOTIFICATIONS
   ====================================================== */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6);
}
.whatsapp-float .wa-tooltip {
  position: absolute;
  right: 72px;
  background: var(--ink);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateX(10px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.whatsapp-float:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Modern Form Toast Notification */
.form-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #2e7d32;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  z-index: 2000;
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.35s ease;
  pointer-events: none;
}
.form-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.form-toast .toast-icon {
  width: 24px;
  height: 24px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}

/* ======================================================
   FAQ ACCORDION STYLES
   ====================================================== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item[open] {
  border-color: var(--emerald);
  box-shadow: var(--shadow);
}
.faq-question {
  padding: 18px 24px;
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-icon {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--emerald);
  transition: transform 0.25s ease;
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 24px 20px 24px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* ======================================================
   INFINITE 360 MARQUEE LOGO SLIDESHOW
   ====================================================== */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 20px;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.marquee-content .logo-card {
  width: 170px;
  min-width: 170px;
  height: 90px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.marquee-content .logo-card-square {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  padding: 15px;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: #9b959f;
  font-size: 0.8rem;
  text-align: center;
}

.marquee-content .logo-card:hover,
.marquee-content .logo-card-square:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--emerald);
}

.marquee-left .marquee-content {
  animation: scrollLeft 120s linear infinite;
}

.marquee-right .marquee-content {
  animation: scrollRight 120s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ======================================================
   REDESIGNED WHY US & SHOWCASE STYLES
   ====================================================== */
.who-we-are-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 900px) {
  .who-we-are-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.who-we-are-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
  font-family: 'Sora', sans-serif;
}
.who-we-are-content .sub-heading {
  color: var(--emerald);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.who-we-are-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 24px;
}
.who-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.who-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.who-feature-item .check-ic {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(238, 111, 40, 0.15);
  color: #EE6F28;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.tagline-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.tagline-pill span {
  color: #EE6F28;
}

/* Image Showcase Card */
.who-showcase-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border: 1px solid var(--line);
  aspect-ratio: 4/3;
}
.who-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.who-showcase-card:hover img {
  transform: scale(1.04);
}
.who-showcase-card .image-overlay-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(20, 18, 26, 0.82);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Sora', sans-serif;
}
.who-showcase-card .image-overlay-badge .title {
  font-weight: 700;
  font-size: 0.98rem;
}
.who-showcase-card .image-overlay-badge .tag {
  color: #EE6F28;
  font-weight: 800;
  font-size: 0.85rem;
}

/* Improved Differentiation Side-by-Side */
.diff-comparison-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .diff-comparison-wrapper {
    grid-template-columns: 1fr;
  }
}
.diff-col {
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.diff-col:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.diff-col.traditional {
  background: #ffffff;
  border: 1px solid #fecdd3;
  border-top: 5px solid #e11d48;
}
.diff-col.solution {
  background: #ffffff;
  border: 2px solid var(--emerald);
  border-top: 5px solid var(--emerald);
}
.diff-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
  margin-bottom: 6px;
}
.traditional .diff-header h3 {
  color: #be123c;
}
.solution .diff-header h3 {
  color: #15803d;
}
.diff-header p {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.diff-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.diff-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.diff-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.traditional .diff-icon {
  background: #ffe4e6;
  color: #e11d48;
}
.solution .diff-icon {
  background: #dcfce7;
  color: #15803d;
}
.diff-text h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.diff-text p {
  font-size: 0.94rem;
  color: var(--text);
  line-height: 1.6;
}

/* Smarter Partner Callout Box Inside Traditional Column */
.smarter-partner-callout {
  margin-top: 28px;
  padding: 16px 20px;
  background: #fff1f2;
  border-radius: 10px;
  border-left: 4px solid #e11d48;
  color: #9f1239;
  font-weight: 700;
  font-size: 0.96rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Made in India Full Feature Banner with Official User Graphics */
.vocal-feature-banner {
  position: relative;
  background: #0B132B;
  color: #ffffff;
  border-radius: var(--radius);
  padding: 44px 40px;
  margin-top: 50px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(11, 19, 43, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.vocal-feature-banner .banner-left-graphic {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 680px;
}
.vocal-feature-banner .exact-map-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 18px rgba(238, 111, 40, 0.45));
}

.vocal-feature-banner .left-info h2,
.vocal-feature-banner .left-info h3 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #FFFFFF !important;
  line-height: 1.35;
  margin-bottom: 8px;
  font-family: 'Sora', sans-serif;
  letter-spacing: 0.5px;
}
.vocal-feature-banner .left-info h2 span,
.vocal-feature-banner .left-info h3 span {
  color: #EE6F28 !important;
  display: block;
}
.vocal-feature-banner p.quote-text {
  font-size: 1.05rem;
  color: #94A3B8;
  font-style: italic;
  margin-top: 4px;
}
.vocal-feature-banner .banner-right-graphic {
  display: flex;
  align-items: center;
  gap: 28px;
}
.vocal-feature-banner .vertical-sep {
  width: 2px;
  height: 85px;
  background: rgba(255, 255, 255, 0.3);
}
.vocal-feature-banner .exact-lion-img {
  height: 90px;
  width: auto;
  object-fit: contain;
  filter: brightness(1) contrast(1.1) drop-shadow(0 4px 15px rgba(255, 255, 255, 0.2));
}
.vocal-feature-banner .vocal-text-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-family: 'Sora', sans-serif;
}
.vocal-feature-banner .vocal-text-stack .vocal-orange {
  color: #EE6F28;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.vocal-feature-banner .vocal-text-stack .local-green {
  color: #16A34A;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 1.5px;
}

/* ======================================================
   RESPONSIVE MOBILE STYLES FOR VOCAL FEATURE BANNER
   ====================================================== */
@media (max-width: 768px) {
  .vocal-feature-banner {
    padding: 32px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: 35px;
  }
  .vocal-feature-banner .banner-left-graphic {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 100%;
  }
  .vocal-feature-banner .exact-map-img {
    width: 85px;
    height: 85px;
    margin: 0 auto;
  }
  .vocal-feature-banner .left-info {
    text-align: center;
    max-width: 100%;
  }
  .vocal-feature-banner .left-info h2,
  .vocal-feature-banner .left-info h3 {
    font-size: 1.3rem;
    line-height: 1.45;
    margin-bottom: 8px;
    text-align: center;
  }
  .vocal-feature-banner .left-info h2 span,
  .vocal-feature-banner .left-info h3 span {
    font-size: 1.3rem;
  }
  .vocal-feature-banner p.quote-text {
    font-size: 0.98rem;
    text-align: center;
    margin-top: 6px;
  }
  /* PROPERLY ADDED DEDICATED BOTTOM ROW FOR LION & VOCAL FOR LOCAL ON MOBILE */
  .vocal-feature-banner .banner-right-graphic {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .vocal-feature-banner .banner-right-graphic .vertical-sep:first-child,
  .vocal-feature-banner .banner-right-graphic .vertical-sep:last-child {
    display: none !important;
  }
  .vocal-feature-banner .banner-right-graphic .vertical-sep {
    display: block !important;
    height: 42px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
  }
  .vocal-feature-banner .exact-lion-img {
    height: 48px;
    width: auto;
    object-fit: contain;
  }
  .vocal-feature-banner .vocal-text-stack {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.1;
  }
  .vocal-feature-banner .vocal-text-stack .vocal-orange,
  .vocal-feature-banner .vocal-text-stack .local-green {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 1px;
  }
}

/* ======================================================
   OUR GALLERY SECTION STYLES (DYNAMIC MULTI-BREAKPOINT GRID)
   ====================================================== */

/* Ultra-Wide & Large Desktop Screens (> 1200px): 4 Columns */
.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  margin-top: 35px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Standard Laptops & Desktops (992px to 1200px): 3 Columns */
@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

/* Tablets & Small Laptops (640px to 991px): 2 Columns */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
}

/* Mobile Screens (420px to 639px): 2 Columns */
@media (max-width: 639px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* Very Small Devices (< 420px): 1 Column */
@media (max-width: 420px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 12px !important;
  }
}

.gallery-card {
  position: relative !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
  border: 1px solid var(--line) !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  min-height: 180px !important;
  background: #f8fafc !important;
  cursor: pointer !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.gallery-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
  display: block !important;
}
.gallery-card:hover img {
  transform: scale(1.04) !important;
}
.gallery-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.88) 100%) !important;
  padding: 16px 12px 12px !important;
  color: #fff !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
.gallery-card:hover .gallery-overlay {
  opacity: 1 !important;
}
.gallery-overlay h4 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  font-family: 'Sora', sans-serif !important;
  line-height: 1.2 !important;
}
.gallery-overlay span {
  color: #EE6F28 !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

/* ULTRA RESPONSIVE SAFETY OVERFLOW BREAKERS */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
h1, h2, h3, h4, h5, h6, p, span, a {
  overflow-wrap: break-word !important;
}/* ======================================================
   PAGE HERO GRID — mirrors homepage .hero-grid layout
   Content on LEFT, empty right column = same look as homepage
   Homepage (.hero / .hero-grid) is NOT touched.
   ====================================================== */
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* Hide the empty right placeholder column on tablets */
@media(max-width: 980px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .page-hero-grid > div:last-child {
    display: none;
  }
}

/* Mobile — equal banner heights across all inner pages */
@media(max-width: 680px) {
  /* Min-height ensures Contact page (fewer elements) matches height of others */
  .why-hero, .products-hero, .clients-hero, .contact-hero, .privacy-hero {
    min-height: 340px !important;
    display: flex !important;
    align-items: center !important;
  }
  .page-hero-grid {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    width: 100% !important;
  }
  /* Hide 2nd paragraph (.sub) on mobile — main equalizer */
  .why-hero .sub, .products-hero .sub, .clients-hero .sub,
  .contact-hero .sub, .privacy-hero .sub {
    display: none !important;
  }
  /* Buttons side-by-side on mobile (not stacked) */
  .why-hero .hero-actions,
  .products-hero .hero-actions,
  .clients-hero .hero-actions,
  .contact-hero .hero-actions {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .why-hero .hero-actions .btn,
  .products-hero .hero-actions .btn,
  .clients-hero .hero-actions .btn,
  .contact-hero .hero-actions .btn {
    font-size: 0.82rem !important;
    padding: 11px 16px !important;
  }
}

/* Rendering Performance Boost for Offscreen Sections */
.gallery-grid, .logos-grid, .stats, .foot-grid, .faq-grid {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

/* ======================================================
   OUR CLIENTS PAGE STYLES
   ====================================================== */
.logos-grid-large {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.client-logo-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
  text-align: center;
}
.client-logo-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand);
  box-shadow: 0 10px 25px rgba(238, 111, 40, 0.12);
  color: var(--brand);
}

.clients-cta {
  padding: 80px 0;
  background: var(--bg-alt);
}
.clients-cta-card {
  background: linear-gradient(135deg, #14121a 0%, #23212b 100%);
  border-radius: var(--radius);
  padding: 55px 40px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.clients-cta-card h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 12px;
  font-family: 'Sora', sans-serif;
}
.clients-cta-card p {
  color: #94a3b8;
  font-size: 1.1rem;
  margin-bottom: 28px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.clients-cta-card .cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .logos-grid-large {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .logos-grid-large {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .clients-cta-card {
    padding: 38px 20px;
  }
  .clients-cta-card h2 {
    font-size: 1.65rem;
  }
}
@media (max-width: 480px) {
  .logos-grid-large {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ======================================================
   FIXED POSITION FLOATING ELEMENTS (NO DOCUMENT FLOW)
   ====================================================== */
.whatsapp-float {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 60px !important;
  height: 60px !important;
  background: #25d366 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4) !important;
  z-index: 99999 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
  text-decoration: none !important;
}
.whatsapp-float:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55) !important;
}

.form-toast {
  position: fixed !important;
  bottom: 30px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(120px) !important;
  background: #2e7d32 !important;
  color: #ffffff !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  z-index: 999999 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease !important;
}
.form-toast.show {
  transform: translateX(-50%) translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ======================================================
   100VW FULL VIEWPORT EDGE-TO-EDGE STRETCH (GUARANTEED)
   ====================================================== */
html, body, #page, .site, #primary, main, .site-main, .elementor-page-container, .entry-content, .elementor, .elementor-section-wrap, .site-header {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

/* Force all section outer backgrounds to stretch 100vw across full viewport monitor edges */
.hero,
.section,
.elementor-section,
.elementor-section-full_width,
.e-con.e-parent {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Inner content alignment stays centered inside with comfortable breathing room */
.wrap,
.site-header .wrap,
.hero .wrap,
.section .wrap,
.e-con-inner {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .wrap,
  .site-header .wrap,
  .hero .wrap,
  .section .wrap,
  .e-con-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Ensure Elementor Editor Preview reveals all sections and stretch full width */
.elementor-editor-active .reveal,
body.elementor-editor-active .reveal,
.elementor-editor-preview .reveal,
.elementor-element .reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition: none !important;
}

/* Fix raw HTML span rendering inside hero headers */
.hero h1 span,
.elementor-widget-bagstock_hero h1 span {
  color: var(--emerald) !important;
  display: inline !important;
}

/* Elementor Containers & Widgets Full Width Reset */
.elementor-section-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner,
.elementor-widget {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.e-con {
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensure inner .wrap containers center inside Elementor Flexbox Containers */
.e-con .wrap,
.elementor-widget .wrap {
  width: 100% !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
}

/* ==========================================================================
   CUSTOM BAG REQUIREMENT QUESTIONNAIRE FORM (CLEAN LIGHT THEME)
   ========================================================================== */
/* ==========================================================================
   UNIFIED CARD FORM LAYOUT
   ========================================================================== */

/* One single card wrapping all questions */
.req-unified-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 32px -8px rgba(238, 111, 40, 0.10);
  overflow: hidden;
  width: 100%;
}

/* Each question row inside the unified card */
.req-question-row {
  padding: 28px 32px;
}

/* Thin divider between questions */
.req-divider {
  height: 1px;
  background: #f0f2f5;
  margin: 0;
}

@media (max-width: 992px) {
  .req-unified-card {
    border-radius: 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 16px -4px rgba(238, 111, 40, 0.10) !important;
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
  }
  .req-question-row {
    padding: 22px 18px !important;
  }
  .req-submit-wrap {
    padding: 0 16px !important;
  }
}

/* ==========================================================================
   CUSTOM BAG REQUIREMENT QUESTIONNAIRE FORM (CLEAN LIGHT THEME)
   ========================================================================== */
html body div.bagstock-req-form-container,
html body .bagstock-req-form-container,
div.bagstock-req-form-container,
section.why-cta .bagstock-req-form-container,
.elementor-widget-container .bagstock-req-form-container,
html body div.why-cta-card,
html body .why-cta-card,
div.why-cta-card,
section.why-cta .why-cta-card,
.elementor-widget-container .why-cta-card,
#custom-bag-requirement .why-cta-card {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 24px !important;
  padding: 48px 48px !important;
  box-shadow: 0 25px 60px -15px rgba(238, 111, 40, 0.12), 0 15px 35px -10px rgba(0, 0, 0, 0.04) !important;
  color: #1e1b26 !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-sizing: border-box !important;
}

html body .bagstock-req-form-container:hover,
html body .why-cta-card:hover {
  box-shadow: 0 30px 70px -15px rgba(238, 111, 40, 0.18), 0 20px 40px -10px rgba(0, 0, 0, 0.06) !important;
}

/* Form Header */
html body .req-form-header,
.bagstock-req-form-container .req-form-header,
.why-cta-card .req-form-header {
  text-align: center !important;
  margin-bottom: 32px !important;
}

html body .req-form-title,
.bagstock-req-form-container .req-form-title,
.bagstock-req-form-container h3 {
  font-family: 'Sora', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #1e1b26 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

html body .req-form-sub,
.bagstock-req-form-container .req-form-sub,
.bagstock-req-form-container p {
  color: #6b7280 !important;
  font-size: 0.98rem !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* Form Grid System */
.req-grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
}

@media (max-width: 992px) {
  .req-grid-2 {
    grid-template-columns: 1fr !important;
  }
}

.req-header-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #FFF4EE !important;
  color: #EE6F28 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  margin-bottom: 12px !important;
  border: 1px solid rgba(238, 111, 40, 0.2) !important;
  text-transform: uppercase !important;
}

/* Form Structure */
.bag-req-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* Question Section Box */
html body .req-field-group,
.bagstock-req-form-container .req-field-group {
  background: #f9fafb !important;
  border: 1px solid #f0f2f5 !important;
  border-radius: 16px !important;
  padding: 22px 24px !important;
  transition: all 0.25s ease !important;
}

html body .req-field-group:hover,
.bagstock-req-form-container .req-field-group:hover {
  background: #ffffff !important;
  border-color: #ffd8c2 !important;
  box-shadow: 0 10px 25px -10px rgba(238, 111, 40, 0.12) !important;
}

.req-field-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.req-step-num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  background: #EE6F28 !important;
  color: #ffffff !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  border-radius: 50% !important;
  font-family: 'Sora', sans-serif !important;
  flex-shrink: 0 !important;
}

html body .req-label,
.bagstock-req-form-container .req-label,
.bagstock-req-form-container label {
  font-weight: 700 !important;
  font-size: 0.98rem !important;
  color: #1e1b26 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

.req-asterisk {
  color: #EE6F28 !important;
}

/* Interactive Radio Pills */
.req-options-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

html body .req-radio-pill,
.bagstock-req-form-container .req-radio-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #ffffff !important;
  padding: 11px 20px !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  color: #374151 !important;
  border: 1.5px solid #e5e7eb !important;
  transition: all 0.22s ease !important;
  user-select: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}

.req-radio-pill input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

.radio-custom-dot {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 2px solid #d1d5db !important;
  display: inline-block !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  flex-shrink: 0 !important;
}

.radio-custom-dot::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #EE6F28 !important;
  transition: transform 0.2s ease !important;
}

html body .req-radio-pill:hover,
.bagstock-req-form-container .req-radio-pill:hover {
  border-color: #EE6F28 !important;
  background: #fff8f4 !important;
  color: #EE6F28 !important;
}

html body .req-radio-pill:hover .radio-custom-dot {
  border-color: #EE6F28 !important;
}

html body .req-radio-pill.active-pill,
html body .req-radio-pill:has(input[type="radio"]:checked),
.bagstock-req-form-container .req-radio-pill.active-pill {
  background: #FFF4EE !important;
  border-color: #EE6F28 !important;
  color: #D95E19 !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 14px rgba(238, 111, 40, 0.16) !important;
}

html body .req-radio-pill.active-pill .radio-custom-dot,
html body .req-radio-pill:has(input[type="radio"]:checked) .radio-custom-dot {
  border-color: #EE6F28 !important;
  background: #ffffff !important;
}

html body .req-radio-pill.active-pill .radio-custom-dot::after,
html body .req-radio-pill:has(input[type="radio"]:checked) .radio-custom-dot::after {
  transform: translate(-50%, -50%) scale(1) !important;
}

/* Quantity Row & Quick Presets */
.qty-field-row {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 14px !important;
  align-items: center !important;
}

.qty-input-wrap {
  width: 100% !important;
}

html body .req-input,
.bagstock-req-form-container .req-input,
.bagstock-req-form-container input {
  width: 100% !important;
  padding: 13px 18px !important;
  border-radius: 12px !important;
  border: 1.5px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #1e1b26 !important;
  font-size: 0.95rem !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}

.req-input::placeholder {
  color: #9ca3af !important;
}

.req-input:focus {
  outline: none !important;
  border-color: #EE6F28 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(238, 111, 40, 0.14) !important;
}

.qty-quick-presets {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

html body .qty-quick-btn,
.bagstock-req-form-container .qty-quick-btn,
.bagstock-req-form-container button.qty-quick-btn {
  padding: 11px 16px !important;
  border-radius: 10px !important;
  border: 1.5px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #4b5563 !important;
  cursor: pointer !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02) !important;
}

html body .qty-quick-btn:hover {
  border-color: #EE6F28 !important;
  color: #EE6F28 !important;
  background: #fff8f4 !important;
}

html body .qty-quick-btn.active-qty,
.bagstock-req-form-container .qty-quick-btn.active-qty {
  background: #EE6F28 !important;
  border-color: #EE6F28 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(238, 111, 40, 0.3) !important;
}

/* Custom Select Dropdown */
.select-input-wrap {
  position: relative !important;
  width: 100% !important;
}

html body .req-select,
.bagstock-req-form-container .req-select,
.bagstock-req-form-container select {
  width: 100% !important;
  padding: 13px 44px 13px 18px !important;
  border-radius: 12px !important;
  border: 1.5px solid #e5e7eb !important;
  background: #ffffff !important;
  color: #1e1b26 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}

.req-select:focus {
  outline: none !important;
  border-color: #EE6F28 !important;
  box-shadow: 0 0 0 4px rgba(238, 111, 40, 0.14) !important;
}

.select-arrow-icon {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #6b7280 !important;
  pointer-events: none !important;
}

/* Contact Grid & Icon Inputs */
.contact-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.input-icon-wrap {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.input-icon-wrap .req-input {
  padding-left: 46px !important;
}

.input-icon-wrap .req-input:focus + .input-icon,
.input-icon-wrap:focus-within .input-icon {
  color: #EE6F28;
}

/* Submit Button & Status */
.req-submit-wrap {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

.req-submit-btn {
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #FF7E36 0%, #EE6F28 100%);
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(238, 111, 40, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.req-submit-btn:hover {
  background: linear-gradient(135deg, #FF8843 0%, #E35D14 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(238, 111, 40, 0.45);
}

.req-submit-btn:active {
  transform: translateY(0);
}

.req-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.req-form-status {
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 18px;
  border-radius: 10px;
  display: none;
}

.req-form-status.status-info {
  background: #FFF4EE;
  color: #D95E19;
  border: 1px solid #FFD8C2;
}

.req-form-status.status-success {
  background: #ECFDF5;
  color: #059669;
  border: 1px solid #A7F3D0;
}

.req-form-status.status-error {
  background: #FEF2F2;
  color: #DC2626;
  border: 1px solid #FCA5A5;
}

/* Responsive Form Adjustments */
@media (max-width: 768px) {
  /* Kill all outer padding - make section full-width stretch */
  html body section#custom-bag-requirement,
  html body section.why-cta#custom-bag-requirement {
    padding: 0 !important;
    margin: 0 !important;
    background: #f7f7f5 !important;
  }
  html body section#custom-bag-requirement .wrap {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  /* Kill the 48px padding that was leaking onto child divs */
  html body section.why-cta .bagstock-req-form-container,
  html body div.bagstock-req-form-container,
  html body .bagstock-req-form-container,
  html body section#custom-bag-requirement > .wrap > div,
  html body section#custom-bag-requirement > .wrap > form {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }

  html body div.bagstock-req-form-container,
  html body .bagstock-req-form-container {
    padding: 10px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
  }
  html body .req-form-title {
    font-size: 1.5rem !important;
  }
  html body .bagstock-req-form-container .req-field-group,
  html body section#custom-bag-requirement .req-field-group {
    padding: 24px 16px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
  }
  /* req-form-header: full stretch, zero side padding */
  html body .req-form-header,
  html body section#custom-bag-requirement .req-form-header,
  html body section.why-cta .req-form-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 20px 16px !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }
  .qty-field-row {
    grid-template-columns: 1fr !important;
  }
  .contact-grid-4 {
    grid-template-columns: 1fr !important;
  }
  .req-options-grid {
    flex-direction: column !important;
  }
  html body .req-radio-pill {
    width: 100% !important;
    justify-content: center !important;
  }
}












