
:root{--red:#e11d2e;--dark:#0b0d13;--black:#050505;--white:#fff;--text:#191919;--muted:#666;--soft:#f6f6f6;--border:#e8e8e8}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{background:#0d111b;color:#fff;padding:10px 6%;display:flex;justify-content:space-between;gap:20px;font-size:14px}.topbar span{margin-right:22px}.brochure{background:var(--red);padding:10px 22px;border-radius:24px;color:#fff;font-weight:800}.navbar{height:82px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 6%;box-shadow:0 6px 25px #0001;position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:23px;letter-spacing:1px}.brand img{width:72px;height:52px;object-fit:contain}.menu{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.menu>li{position:relative}.menu>li>a{display:block;padding:30px 16px;font-weight:800;font-size:14px}.menu>li:hover>a,.active{color:var(--red)!important}.quote-btn{background:var(--red);color:#fff!important;padding:14px 28px!important;border-radius:4px;margin-left:14px;box-shadow:0 12px 28px #e11d2e44}.dropdown{position:absolute;left:0;top:82px;background:#fff;min-width:250px;box-shadow:0 18px 60px #0002;opacity:0;visibility:hidden;transform:translateY(15px);transition:.25s;z-index:50}.menu li:hover>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;font-weight:800;border-bottom:1px solid var(--border)}.dropdown a:hover{color:var(--red);padding-left:28px}.fly{position:absolute;left:250px;top:0;background:#fff;min-width:300px;box-shadow:0 18px 60px #0002;opacity:0;visibility:hidden;transform:translateX(15px);transition:.25s}.has-fly:hover .fly{opacity:1;visibility:visible;transform:translateX(0)}.hamb{display:none;background:#111;color:#fff;border:0;padding:12px 14px}.hero{position:relative;min-height:640px;overflow:hidden;background:#000}.slide{position:absolute;inset:0;opacity:0;transition:1s}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.hero-content{position:relative;z-index:2;color:#fff;padding:130px 6%;max-width:850px;animation:fadeUp .9s}.eyebrow{color:var(--red);font-weight:900;letter-spacing:3px;text-transform:uppercase}.hero h1{font-size:68px;line-height:1.03;margin:12px 0 18px}.hero p{font-size:20px}.btn{display:inline-flex;align-items:center;gap:10px;background:var(--red);color:#fff;padding:15px 27px;font-weight:900;border-radius:3px;margin:10px 8px 0 0;border:none;cursor:pointer}.btn.dark{background:#111}.hero-dots{position:absolute;bottom:38px;left:6%;z-index:3;display:flex;gap:10px}.dot{width:13px;height:13px;border-radius:50%;background:#fff6}.dot.active{background:var(--red)}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:-55px 6% 70px;position:relative;z-index:5;background:#0d111b;color:#fff;box-shadow:0 24px 70px #0003}.stat{padding:28px;border-right:1px solid #ffffff22}.stat b{font-size:32px;color:#fff}.section{padding:80px 6%}.section.grey{background:#f7f7f7}.center{text-align:center}.title{font-size:42px;line-height:1.15;margin:8px 0 16px}.grid{display:grid;gap:26px}.grid3{grid-template-columns:repeat(3,1fr)}.grid4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--border);box-shadow:0 14px 40px #0000000d;overflow:hidden;transition:.35s}.card:hover{transform:translateY(-9px);box-shadow:0 25px 70px #0002}.card img{height:245px;width:100%;object-fit:cover}.card-body{padding:24px}.card h3{margin:0 0 8px}.redline{height:4px;width:70px;background:var(--red);margin:14px 0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-list div{background:#fff;border-left:4px solid var(--red);padding:16px;box-shadow:0 10px 25px #0001;font-weight:800}.process{counter-reset:step}.process .card{position:relative}.process .card:before{counter-increment:step;content:'0' counter(step);position:absolute;right:18px;top:12px;color:#e11d2e33;font-size:50px;font-weight:900}.page-hero{height:420px;background:#111;position:relative;color:#fff;display:flex;align-items:center;padding:0 6%;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.45)}.page-hero>div{position:relative;z-index:2}.page-hero h1{font-size:58px;margin:0}.breadcrumb{font-weight:800;color:#eee}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{height:300px;width:100%;object-fit:cover;transition:.35s}.gallery img:hover{transform:scale(1.03);filter:contrast(1.08)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.blog-card{background:#fff;box-shadow:0 12px 45px #0001}.blog-card img{height:220px;width:100%;object-fit:cover}.blog-card div{padding:20px}.float{position:fixed;right:20px;top:45%;z-index:1000;display:flex;flex-direction:column}.float a{background:#111;color:#fff;padding:16px 18px;margin:2px 0;border-left:5px solid var(--red);font-weight:900}.float a:hover{background:var(--red)}.modal{position:fixed;inset:0;background:#0009;z-index:2000;display:none;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;max-width:520px;width:100%;padding:34px;position:relative;box-shadow:0 30px 90px #0006}.close{position:absolute;right:14px;top:10px;background:#111;color:#fff;border:0;font-size:20px;width:34px;height:34px}input,select,textarea{width:100%;padding:14px;margin:8px 0;border:1px solid #ddd;font-size:15px}form button{width:100%}.footer{background:#050505;color:#fff;padding:70px 6% 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:35px}.footer a{display:block;color:#ccc;margin:9px 0}.footer a:hover{color:var(--red)}.copyright{border-top:1px solid #222;margin-top:35px;padding-top:18px;color:#aaa;display:flex;justify-content:space-between}.animate{opacity:0;transform:translateY(45px);transition:.7s}.animate.show{opacity:1;transform:translateY(0)}@keyframes fadeUp{from{opacity:0;transform:translateY(45px)}to{opacity:1;transform:none}}@media(max-width:900px){.topbar{display:none}.hamb{display:block}.navbar{height:auto;padding:14px 4%;flex-wrap:wrap}.menu{display:none;flex-direction:column;width:100%;align-items:stretch}.menu.open{display:flex}.menu>li>a{padding:14px}.dropdown,.fly{position:static;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none}.menu li:hover>.dropdown,.has-fly:hover .fly{display:block}.hero h1{font-size:42px}.hero{min-height:560px}.stats{grid-template-columns:repeat(2,1fr);margin:0}.grid3,.grid4,.blog-grid,.gallery,.split,.footer-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.float{right:8px}.page-hero h1{font-size:40px}}

/* v8 responsive and premium fixes */
html,body{width:100%;max-width:100%;overflow-x:hidden}.navbar,.topbar,.section,.footer,.page-hero,.hero-content{padding-left:clamp(18px,5vw,72px);padding-right:clamp(18px,5vw,72px)}.navbar{gap:20px}.brand span{white-space:nowrap}.menu{gap:2px}.menu>li>a{white-space:nowrap}.hero{min-height:clamp(560px,72vh,790px)}.slide img{animation:kenburns 9s ease-in-out infinite;will-change:transform}.card img,.gallery img,.blog-card img,.split>img{background:#ddd}.card,.blog-card{border-radius:2px}.btn,.quote-btn,.brochure{transition:.25s}.btn:hover,.quote-btn:hover,.brochure:hover{transform:translateY(-2px);box-shadow:0 16px 38px #e11d2e55}.dropdown a:before{content:'›';width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;font-weight:900}.dropdown a{justify-content:flex-start}.dropdown .has-fly>a:after{content:'›';margin-left:auto}.mega-note{font-size:12px;color:#777}.mobile-overlay{display:none}.footer{position:relative}.footer:before{content:'';position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--red),#111,var(--red))}
@keyframes kenburns{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}
@media(max-width:1320px){.brand span{font-size:20px}.menu>li>a{padding:28px 10px;font-size:13px}.quote-btn{padding:12px 18px!important}.brand img{width:64px}.topbar{font-size:13px}}
@media(max-width:1140px){.hamb{display:block}.navbar{height:auto;padding-top:12px;padding-bottom:12px}.menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;box-shadow:0 24px 60px #0002;max-height:calc(100vh - 88px);overflow:auto;z-index:1001}.menu.open{display:block}.menu>li>a{padding:16px 24px;border-top:1px solid #eee}.quote-btn{margin:14px 24px 22px;text-align:center}.dropdown,.fly{position:static;min-width:100%;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none;background:#fafafa}.menu li.openSub>.dropdown,.has-fly.openSub>.fly{display:block}.dropdown a{padding:13px 34px}.fly a{padding-left:54px}.topbar{display:none}.brand span{font-size:18px}.brand img{width:58px;height:44px}.hero-content{padding-top:105px;padding-bottom:100px}.hero h1{font-size:clamp(38px,7vw,62px)}.stats{grid-template-columns:repeat(2,1fr);margin:0;border-radius:0}.grid4{grid-template-columns:repeat(2,1fr)}.grid3,.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.brand span{font-size:15px;letter-spacing:.3px}.hamb{padding:10px 12px}.hero{min-height:620px}.hero p{font-size:16px}.stats,.grid4,.grid3,.blog-grid,.gallery,.split,.footer-grid{grid-template-columns:1fr}.stat{padding:20px}.section{padding-top:52px;padding-bottom:52px}.title{font-size:31px}.card img{height:230px}.page-hero{height:330px}.page-hero h1{font-size:36px}.float{right:10px;top:auto;bottom:14px;flex-direction:row}.float a{padding:12px 13px;border-left:0;border-top:4px solid var(--red);font-size:13px}.modal-box{padding:24px 18px;max-height:92vh;overflow:auto}.copyright{display:block}.footer-grid{gap:18px}.gallery img{height:245px}.blog-card img{height:230px}}
@media(max-width:420px){.brand span{display:none}.hero h1{font-size:35px}.btn{width:100%;justify-content:center}.hero-dots{bottom:20px}.stats{grid-template-columns:1fr}}


/* v9 final responsive polish */
:root{--red:#d71920;--black:#070707;--dark:#10131b}
body{font-family:Inter,Arial,Helvetica,sans-serif}html,body{overflow-x:hidden;width:100%}.navbar{min-height:82px}.menu{flex-wrap:nowrap}.brand span{max-width:280px;overflow:hidden;text-overflow:ellipsis}.section{overflow:hidden}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000d 0%,#0008 38%,#0002 100%);z-index:1}.slide img{filter:brightness(.78) contrast(1.08) saturate(1.03)}.hero-content{position:relative;z-index:2}.hero h1{text-shadow:0 12px 35px #000}.dropdown{border-top:4px solid var(--red)}.dropdown a{min-height:50px}.dropdown a:hover{background:#fff5f5}.card{border-radius:14px}.card img{height:clamp(220px,18vw,290px)}.card:hover img{transform:scale(1.045)}.card img{transition:.45s}.gallery img,.blog-card img{border-radius:10px}.footer{padding-bottom:0}.footer-grid{border-bottom:1px solid #222;padding-bottom:35px}.footer:after{content:'Premium uPVC • Aluminium • Glass • Mesh • Manufacturing • Installation • Service';display:block;text-align:center;color:#888;padding:18px;background:#020202;margin:25px -6% 0}.hero-content .btn{box-shadow:0 18px 45px #d7192055}.page-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000c,#0002);z-index:1}.page-hero>div{z-index:2}.page-hero img{filter:brightness(.8) contrast(1.06)}
@media(max-width:1500px){.menu>li>a{padding:28px 11px;font-size:13px}.brand span{font-size:20px}.quote-btn{padding:12px 20px!important}.topbar{font-size:13px}}
@media(max-width:1250px){.hamb{display:block}.navbar{height:auto}.menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;max-height:calc(100vh - 86px);overflow:auto;box-shadow:0 24px 70px #0003}.menu.open{display:block}.menu>li>a{padding:15px 24px;border-top:1px solid #eee}.dropdown,.fly{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;min-width:100%;background:#fafafa}.menu li.openSub>.dropdown,.has-fly.openSub>.fly{display:block}.fly a{padding-left:58px}.quote-btn{margin:14px 24px 24px}.topbar{display:none}}
@media(max-width:768px){.brand img{width:54px;height:42px}.brand span{font-size:16px}.navbar{padding:12px 16px}.hero{min-height:640px}.hero-content{padding-top:95px}.hero h1{font-size:clamp(34px,10vw,48px)}.hero p{font-size:16px}.stats{grid-template-columns:1fr 1fr}.stat b{font-size:26px}.section{padding:52px 16px}.float{left:10px;right:10px;bottom:12px;top:auto;display:grid;grid-template-columns:repeat(3,1fr)}.float a{text-align:center;font-size:12px}.footer{padding-left:18px;padding-right:18px}.footer:after{margin-left:-18px;margin-right:-18px}.modal-box{border-radius:16px}.blog-grid,.gallery{gap:16px}.gallery img{height:250px}.page-hero{height:360px}.page-hero h1{font-size:34px}.dropdown a:before{width:20px;height:20px}}
@media(max-width:480px){.brand span{display:block;font-size:14px}.stats{grid-template-columns:1fr}.hero-content .btn{width:100%;justify-content:center}.title{font-size:28px}.card img{height:220px}.blog-card img{height:220px}.gallery img{height:220px}}


/* v11 client fixes */
body{font-size:16px}.topbar{padding:9px clamp(18px,4.5vw,72px)}.navbar{padding:0 clamp(18px,4.5vw,72px);min-height:92px}.brand{gap:18px;min-width:310px}.brand img{width:92px;height:66px}.brand span{font-size:26px;max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap;font-weight:1000}.menu>li>a{font-size:15px}.dropdown a{gap:10px}.dropdown .has-fly>a:after{content:'›';margin-left:auto;color:#111}.fly a:after{content:''}.stats{border-bottom:4px solid var(--red)}.stat b.counter{display:inline-block;min-width:90px}.wide-text{max-width:900px;margin-left:auto;margin-right:auto}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;text-align:left}.service-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:25px;box-shadow:0 15px 45px #0000000d;transition:.35s}.service-card:hover{transform:translateY(-6px);border-color:var(--red);box-shadow:0 25px 70px #0002}.service-card h3{margin-top:0}.service-card a{color:var(--red);font-weight:900}.premium-footer{background:radial-gradient(circle at 20% 0,#171717,#030303 55%);border-top:4px solid var(--red)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:35px}.footer-brand{display:flex;align-items:center;gap:18px}.footer-brand img{width:110px;height:76px;object-fit:contain;background:#fff;border-radius:8px;padding:8px}.footer-brand h2{margin:0}.footer-badges{display:flex;gap:12px;flex-wrap:wrap}.footer-badges span{background:#111;border:1px solid #252525;border-left:4px solid var(--red);padding:12px 16px;border-radius:8px;font-weight:800}.mini-map{position:relative;display:block;overflow:hidden;border-radius:12px;border:1px solid #222;margin-top:12px}.mini-map img{width:100%;height:170px;object-fit:cover;filter:saturate(1.08)}.mini-map span,.map-card span{position:absolute;left:12px;bottom:12px;background:var(--red);color:#fff;padding:9px 13px;border-radius:20px;font-weight:900}.contact-premium{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:start}.quote-form{background:#fff;border:1px solid #eee;padding:28px;border-radius:14px;box-shadow:0 20px 60px #00000012}.contact-card{background:#0d111b;color:#fff;border-radius:18px;padding:30px;box-shadow:0 25px 80px #0003;position:relative;overflow:hidden}.contact-card:before{content:'';position:absolute;right:-60px;top:-60px;width:180px;height:180px;background:var(--red);border-radius:50%;opacity:.15}.contact-card img{width:120px;background:#fff;border-radius:10px;padding:10px;margin-bottom:12px}.contact-card a{color:#fff}.location-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:35px;align-items:center;background:#0d111b;color:#fff}.map-card{position:relative;overflow:hidden;border-radius:18px;border:1px solid #242936;display:block;box-shadow:0 25px 80px #0005}.map-card img{width:100%;height:360px;object-fit:cover}.section .card,.service-card,.quote-form,.contact-card,.map-card{animation:softIn .6s ease both}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr 1.4fr}.process .card img{height:260px}
@keyframes softIn{from{opacity:.2;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:1420px){.brand{min-width:260px}.brand img{width:78px}.brand span{font-size:22px}.menu>li>a{padding-left:8px;padding-right:8px;font-size:13px}.quote-btn{padding:12px 16px!important}.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1250px){.brand{min-width:auto}.navbar{min-height:76px}.brand span{font-size:20px}.brand img{width:72px}.service-grid{grid-template-columns:repeat(2,1fr)}.footer-top,.contact-premium,.location-section{grid-template-columns:1fr;display:grid}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){body{font-size:15px}.brand span{font-size:18px;white-space:normal;line-height:1.05}.brand img{width:64px;height:50px}.navbar{padding:10px 14px}.menu{max-height:calc(100vh - 76px)}.hero{min-height:calc(100vh - 76px)}.stats{margin:0;grid-template-columns:1fr 1fr}.stat{text-align:center;padding:18px 10px}.service-grid,.footer-grid{grid-template-columns:1fr}.footer-top{display:block}.footer-badges{margin-top:20px}.contact-premium,.location-section{grid-template-columns:1fr}.map-card img{height:300px}.float{z-index:1002}.process .card img{height:230px}}
@media(max-width:420px){.brand span{display:block;font-size:16px}.brand img{width:58px}.stats{grid-template-columns:1fr}.topbar{display:none}.menu>li>a{font-size:14px}.dropdown a{font-size:14px}.footer-brand{display:block}.footer-brand img{margin-bottom:14px}}


/* v12 final client corrections */
html,body{overflow-x:hidden;max-width:100%;}
.navbar{display:flex;align-items:center;gap:18px;min-height:88px;padding-left:clamp(18px,4vw,64px);padding-right:clamp(18px,4vw,64px);}
.brand{flex:0 0 auto;min-width:0;gap:14px;position:relative;z-index:2;}
.brand img{width:78px;height:58px;object-fit:contain;}
.brand span{font-size:24px;letter-spacing:1.2px;font-weight:1000;white-space:nowrap;max-width:none;overflow:visible;}
.menu{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;min-width:0;}
.menu>li>a{font-size:14px;padding:28px 10px;white-space:nowrap;}
.quote-btn{padding:12px 18px!important;margin-left:8px;}
.topbar{font-size:13px;padding-top:8px;padding-bottom:8px;}
.dropdown a:after{content:''!important;}
.dropdown .has-fly>a:after{content:'›'!important;margin-left:auto;color:#111;}
.gallery .dropdown,.menu>li>a[href="gallery.html"] + .dropdown{display:none!important;}
.page-hero{height:min(420px,46vw);min-height:330px;}
.section{max-width:100%;}
.split{grid-template-columns:minmax(0,1fr) minmax(0,0.95fr);}
.split>img{width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:10px;}
.option-section .grid3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.product-option{display:block;color:inherit;}
.product-option img{height:260px;object-fit:cover;}
.process .grid4{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.process .card img{height:250px;object-fit:cover;}
.service-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.float{z-index:900;}
.footer-brand p{margin:5px 0 0;color:#ddd}.footer-brand img{width:100px;height:72px}.copyright span:first-child{white-space:normal;}
@media(max-width:1580px){.brand img{width:68px;height:52px}.brand span{font-size:21px}.menu>li>a{font-size:13px;padding-left:7px;padding-right:7px}.quote-btn{padding:11px 14px!important}.navbar{gap:10px}.topbar{font-size:12px}}
@media(max-width:1360px){.hamb{display:block}.navbar{min-height:76px}.menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;max-height:calc(100vh - 76px);overflow:auto;box-shadow:0 24px 70px #0003;z-index:1002}.menu.open{display:block}.menu>li>a{padding:15px 24px;border-top:1px solid #eee;font-size:14px}.dropdown,.fly{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;min-width:100%;background:#fafafa}.menu li.openSub>.dropdown,.has-fly.openSub>.fly{display:block}.fly a{padding-left:58px}.quote-btn{margin:14px 24px 24px;display:block;text-align:center}.topbar{display:none}.brand span{font-size:20px}.brand img{width:66px;height:50px}}
@media(max-width:900px){.split{grid-template-columns:1fr}.page-hero{height:360px}.product-option img,.card img{height:220px}.footer-grid{grid-template-columns:1fr}.hero{min-height:calc(100vh - 76px)}.hero-content{padding-left:18px;padding-right:18px}.hero h1{font-size:clamp(34px,10vw,50px)}.stats{grid-template-columns:repeat(2,1fr);margin:0}.float{position:fixed;left:10px;right:10px;bottom:12px;top:auto;display:grid;grid-template-columns:repeat(3,1fr)}.float a{text-align:center;padding:12px 6px;font-size:12px}}
@media(max-width:520px){.brand span{font-size:16px;white-space:normal;line-height:1.1}.brand img{width:58px;height:44px}.stats{grid-template-columns:1fr}.section{padding-left:16px;padding-right:16px}.page-hero h1{font-size:32px}.page-hero{height:330px}.footer-brand{display:flex}.footer-brand img{width:72px;height:55px}}


/* v13 professional final fixes */
html{font-size:15px;scroll-behavior:smooth}body{min-width:0}.topbar{padding-left:clamp(18px,4vw,56px);padding-right:clamp(18px,4vw,56px)}
.navbar{min-height:78px;height:auto;padding-top:10px;padding-bottom:10px}.brand{max-width:420px}.brand img{width:82px;height:62px}.brand span{font-size:24px;line-height:1.05;letter-spacing:1px;white-space:nowrap}.menu>li>a{font-size:13px;padding:24px 9px}.quote-btn{padding:11px 16px!important}.page-hero{height:clamp(320px,36vw,430px)}.hero{min-height:clamp(560px,68vh,760px)}.hero h1{font-size:clamp(42px,4.2vw,66px)}.title{font-size:clamp(30px,3vw,44px)}.section{padding-top:clamp(56px,6vw,86px);padding-bottom:clamp(56px,6vw,86px)}.split{gap:clamp(28px,4vw,54px)}.split>img{max-height:470px}.feature-list div{font-size:15px}.card-body{padding:20px}.card img{height:230px}.product-option img{height:240px}.process .card img{height:235px}.float a{padding:14px 16px;font-size:14px}.modal-box{max-width:430px;padding:24px 26px;border-radius:14px}.modal-box h2{font-size:24px;margin:6px 0 12px}.modal-box input,.modal-box select,.modal-box textarea{padding:11px 12px;margin:6px 0}.modal-box textarea{min-height:70px}.close{right:10px;top:8px}.footer-grid p,.contact-card p{margin:10px 0;line-height:1.55}.footer-grid p b,.contact-card b{display:inline;font-weight:900}.footer-grid a,.contact-card a{margin:0;display:inline-block}.contact-card{padding:28px 30px}.contact-card h2,.contact-card h3{margin:10px 0 12px}.contact-card img{margin-bottom:18px}.contact-card .contact-line,.footer-grid .contact-line{display:grid;grid-template-columns:150px 1fr;gap:10px;margin:8px 0;align-items:start}.contact-card .role,.footer-grid .role{font-weight:900;color:#fff}.contact-card .value,.footer-grid .value{color:#e8e8e8}.counter{display:inline-block;min-width:2.2ch}.stat{transition:transform .45s ease, background .45s ease}.stat:hover{transform:translateY(-6px);background:#121722}.animate.show{transition-duration:.95s}.card,.service-card,.blog-card{will-change:transform}.gallery img{border-radius:10px}.copyright{gap:20px;align-items:center}
@media(max-width:1500px){.hamb{display:block}.navbar{min-height:74px}.menu{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;max-height:calc(100vh - 74px);overflow:auto;box-shadow:0 24px 70px #0003;z-index:1002}.menu.open{display:block}.menu>li>a{padding:15px 24px;border-top:1px solid #eee;font-size:14px}.dropdown,.fly{position:static!important;display:none;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none;min-width:100%;background:#fafafa}.menu li.openSub>.dropdown,.has-fly.openSub>.fly{display:block}.fly a{padding-left:58px}.quote-btn{margin:14px 24px 24px;display:block;text-align:center}.brand span{font-size:22px}.brand img{width:74px;height:56px}.topbar{display:none}}
@media(max-width:1100px){.grid4,.grid3,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{grid-template-columns:repeat(3,1fr);margin:0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-premium{grid-template-columns:1fr}.section{padding-left:24px;padding-right:24px}}
@media(max-width:760px){html{font-size:14px}.brand span{font-size:17px;white-space:normal}.brand img{width:62px;height:48px}.navbar{padding-left:14px;padding-right:14px}.grid4,.grid3,.blog-grid,.gallery,.split,.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.stat b{font-size:26px}.page-hero{height:315px}.page-hero h1{font-size:34px}.product-option img,.card img,.process .card img{height:220px}.modal{align-items:flex-end;padding:10px}.modal-box{max-width:100%;padding:20px 18px;border-radius:16px 16px 0 0}.contact-card .contact-line,.footer-grid .contact-line{grid-template-columns:1fr;gap:2px}.float{left:10px;right:10px;bottom:10px;top:auto;display:grid;grid-template-columns:repeat(3,1fr)}.float a{text-align:center;padding:11px 4px;font-size:12px}.copyright{display:block}.copyright a{display:inline-block;margin-right:12px}}
@media(max-width:420px){.stats{grid-template-columns:1fr}.section{padding-left:14px;padding-right:14px}.brand span{font-size:15px}.brand img{width:56px;height:44px}}

/* v14 logo/favicon and service area polish */
.brand img{width:96px!important;height:64px!important;object-fit:contain;border-radius:6px;}
.footer-brand img,.contact-card img{object-fit:contain;}
@media(max-width:1500px){.brand img{width:84px!important;height:58px!important}.brand span{font-size:21px!important}}
@media(max-width:760px){.brand img{width:68px!important;height:50px!important}.brand span{font-size:17px!important}}
@media(max-width:420px){.brand img{width:62px!important;height:46px!important}.brand span{font-size:15px!important}}
#bulandshahr{border-left:4px solid var(--red);}
