
/*
Theme Name: Bazaar Hungama Corporate V4
Version: 4.0.0
Description: Truthful, image-led B2B apparel manufacturing site with automatic page provisioning and responsive RFQ.
*/
:root{--navy:#071C33;--navy2:#123257;--ink:#132033;--muted:#5F6B79;--orange:#F36A21;--gold:#C8A044;--cream:#F7F4EC;--line:#E5E1D9;--soft:#F4F7FA;--white:#fff;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
.bh-wrap{width:min(1120px,calc(100% - 36px));margin:auto}.bh-top{background:var(--navy);color:#fff;font-size:12px}.bh-top .bh-wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.bh-header{position:sticky;top:0;z-index:99;background:#fff;border-bottom:1px solid var(--line)}.bh-head{display:flex;align-items:center;gap:22px;min-height:76px}.bh-logo img{display:block;width:185px}.bh-nav{margin-left:auto;display:flex;align-items:center;gap:17px;font-size:13px;font-weight:760}.bh-nav a:hover{color:var(--orange)}.bh-cta{display:inline-flex!important;justify-content:center;align-items:center;background:var(--orange);color:#fff!important;padding:12px 17px;border-radius:5px;font-weight:800;white-space:nowrap}.bh-burger{display:none;background:#fff;border:1px solid var(--line);border-radius:5px;font-size:22px;padding:6px 10px}.bh-mobile{display:none;background:#fff;border-top:1px solid var(--line)}.bh-mobile a{display:block;padding:12px 18px;border-bottom:1px solid var(--line);font-weight:700}.bh-mobile .bh-cta{margin:12px 18px;width:fit-content}
.bh-hero{color:#fff;background:linear-gradient(90deg,rgba(4,17,32,.96),rgba(4,17,32,.78) 48%,rgba(4,17,32,.42)),url("assets/hero-fabric.jpg") center/cover}.bh-hero .bh-wrap{min-height:610px;display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center}.bh-hero-copy{padding:55px 0}.bh-kicker{font-size:12px;letter-spacing:.17em;font-weight:850;text-transform:uppercase;color:var(--gold)}.bh-hero h1{font-size:clamp(42px,5.4vw,70px);line-height:1.03;letter-spacing:-.045em;margin:14px 0}.bh-hero h1 span{color:#F39A53}.bh-hero p{font-size:18px;max-width:700px;color:#EEF2F6}.bh-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.bh-btn{display:inline-flex;justify-content:center;align-items:center;padding:12px 18px;border-radius:5px;font-weight:850}.bh-primary{background:var(--orange);color:#fff}.bh-secondary{border:1px solid rgba(255,255,255,.6);color:#fff}.bh-hero-media{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bh-hero-media img{width:100%;height:210px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.16)}
.bh-proof{background:var(--navy);color:#fff}.bh-proof .bh-wrap{display:grid;grid-template-columns:repeat(4,1fr)}.bh-proof .item{padding:17px 20px;border-right:1px solid rgba(255,255,255,.16)}.bh-proof .item:last-child{border-right:0}.bh-proof strong{display:block;font-size:18px}.bh-proof small{color:#D2DCE7}
.bh-section{padding:78px 0}.bh-section.alt{background:var(--soft)}.bh-two{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.bh-section h2{font-size:clamp(34px,4.4vw,52px);line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:0 0 13px}.bh-lead{font-size:18px;color:var(--muted)}.bh-approach{display:grid;grid-template-columns:1.25fr 1fr;gap:45px;align-items:stretch}.bh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.bh-step{padding:20px;border:1px solid var(--line);border-radius:11px;background:#fff}.bh-step b{color:var(--orange);font-size:12px}.bh-step h3{margin:7px 0 4px;color:var(--navy)}.bh-process-photo{background:url("assets/hero-sewing.jpg") center/cover;border-radius:14px;min-height:360px}
.bh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}.bh-card{border:1px solid var(--line);border-radius:11px;background:#fff;overflow:hidden}.bh-card-img{height:175px;object-fit:cover;width:100%;display:block}.bh-card-body{padding:18px}.bh-card h3{color:var(--navy);margin:0 0 5px}.bh-card p{margin:0;color:var(--muted)}
.bh-trust{background:var(--navy);color:#fff}.bh-trust h2{color:#fff}.bh-trust .bh-lead{color:#D9E1E9}.bh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:25px}.bh-trust-card{padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.05)}.bh-trust-card b{font-size:22px;display:block;color:#fff}.bh-trust-card span{color:#D9E1E9}
.bh-brands{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.bh-brand{min-height:120px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;justify-content:center;padding:20px}.bh-brand img{max-height:58px;max-width:180px;object-fit:contain}
.bh-cta-panel{background:var(--cream);border-radius:15px;padding:35px}.bh-form-page{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}.bh-contact-card{background:var(--navy);color:#fff;border-radius:14px;padding:30px;position:sticky;top:100px}.bh-contact-card h2{color:#fff}.bh-contact-card p{color:#D9E1E9}.bh-contact-line{padding:13px 0;border-top:1px solid rgba(255,255,255,.13)}.bh-form-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px}.bh-form-wrap h2{font-size:34px}.bh-rfq-form{margin:0}.bh-rfq-form p{color:var(--muted)}.bh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bh-form-full{grid-column:1/-1}.bh-rfq-form label{display:block;font-size:12px;font-weight:800;margin:7px 0 5px}.bh-rfq-form input,.bh-rfq-form select,.bh-rfq-form textarea{width:100%;border:1px solid #CDD5DE;border-radius:5px;padding:11px 12px;background:#fff;color:var(--ink);font:inherit}.bh-rfq-form textarea{resize:vertical}.bh-file-note{font-size:11px;color:var(--muted);margin-top:4px}.bh-form-submit{margin-top:7px}
.bh-pagehero{background:var(--cream);padding:64px 0 52px}.bh-pagehero h1{font-size:clamp(40px,5vw,64px);line-height:1.05;color:var(--navy);margin:10px 0 0}.bh-pagehero p{max-width:780px}.bh-page{padding:58px 0}.bh-rich h2{margin-top:42px}.bh-rich h3{color:var(--navy);font-size:24px}.bh-rich ul{padding-left:20px}.bh-banner-img{width:100%;height:320px;object-fit:cover;border-radius:14px;margin:25px 0}
.bh-landing{color:#fff;background:linear-gradient(90deg,rgba(4,17,32,.94),rgba(4,17,32,.55)),url("assets/hero-quality.jpg") center/cover}.bh-landing .bh-wrap{min-height:490px;display:flex;align-items:center}.bh-landing-copy{max-width:750px;padding:50px 0}.bh-landing h1{font-size:clamp(42px,5vw,68px);line-height:1.04;margin:12px 0}.bh-landing p{font-size:19px}
.bh-footer{background:#06172C;color:#D4DDE7;padding:58px 0 18px}.bh-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:28px}.bh-footer-logo{width:175px;background:#fff;padding:6px;border-radius:4px}.bh-footer h4{color:#fff;margin:0 0 11px}.bh-footer ul{list-style:none;padding:0;margin:0}.bh-footer li{margin:7px 0}.bh-footer a:hover{color:#fff}.bh-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;font-size:12px}
.bh-error{padding:100px 0;text-align:center}.bh-error h1{font-size:56px;color:var(--navy)}
@media(max-width:1050px){.bh-nav{display:none}.bh-burger{display:block}.bh-mobile.is-open{display:block}.bh-cards{grid-template-columns:1fr 1fr}.bh-trust-grid{grid-template-columns:1fr 1fr}.bh-brands{grid-template-columns:1fr 1fr}.bh-footer-grid{grid-template-columns:1fr 1fr}.bh-hero .bh-wrap{grid-template-columns:1fr}.bh-hero-media{max-width:680px}.bh-approach,.bh-form-page{grid-template-columns:1fr}.bh-contact-card{position:static}}
@media(max-width:650px){.bh-wrap{width:calc(100% - 28px)}.bh-top .bh-wrap{display:block}.bh-top .bh-wrap div+div{margin-top:3px}.bh-head{min-height:68px}.bh-logo img{width:160px}.bh-proof .bh-wrap{grid-template-columns:1fr 1fr}.bh-proof .item{border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}.bh-hero,.bh-landing{min-height:620px}.bh-hero .bh-wrap{min-height:620px}.bh-hero-copy{padding:50px 0 25px}.bh-hero-media img{height:145px}.bh-steps,.bh-cards,.bh-trust-grid,.bh-form-grid,.bh-footer-grid{grid-template-columns:1fr}.bh-section{padding:58px 0}.bh-section h2{font-size:38px}.bh-pagehero{padding:55px 0 45px}.bh-page{padding:45px 0}.bh-footer-bottom{display:block}.bh-footer-bottom div+div{margin-top:8px}.bh-form-wrap{padding:20px}.bh-contact-card{padding:24px}}
