/* ============================================================
   ASG Energy Solutions Pvt Ltd — Global Styles
   Brand: Orange #e84219 / Dark #1a1a1a / White #ffffff
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:15px;scroll-behavior:smooth}
body{font-family:'Open Sans',sans-serif;color:#555;background:#fff;line-height:1.7}
a{text-decoration:none;color:inherit;transition:color .2s}
img{max-width:100%;display:block}
ul{list-style:none}
button,input,textarea,select{font-family:inherit}

.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
@media(min-width:768px){.wrap{padding:0 32px}}
@media(min-width:1200px){.wrap{padding:0 40px}}

/* ── TOP BAR ── */
.top-bar{background:#1a1a1a;padding:7px 0;font-size:12px;color:#aaa}
.top-bar .wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}
.top-bar-left{display:flex;align-items:center;gap:6px}
.top-bar-left svg{width:13px;height:13px;fill:#e84219;flex-shrink:0}
.top-bar-socials{display:flex;gap:10px;align-items:center}
.top-bar-socials a{color:#888;font-size:11px;font-weight:700;transition:color .2s}
.top-bar-socials a:hover{color:#e84219}
.follow-txt{font-size:11px;color:#666;margin-right:4px}

/* ── HEADER ── */
.site-header{background:#fff;padding:14px 0;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:900;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.hdr-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;flex-shrink:0}
.logo img{height:52px;width:auto}
.hdr-right{display:none;align-items:center;gap:28px}
.hdr-phone{display:flex;align-items:center;gap:10px}
.hdr-phone-icon{width:38px;height:38px;background:#e84219;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hdr-phone-icon svg{width:17px;height:17px;fill:#fff}
.hdr-phone-num{font-size:20px;font-weight:800;color:#e84219;line-height:1}
.hdr-phone-sub{font-size:11px;color:#aaa}
.hdr-qr img{height:54px;width:auto}
@media(min-width:768px){.hdr-right{display:flex}}

/* Hamburger */
.nav-toggle{display:flex;flex-direction:column;gap:5px;width:44px;height:44px;padding:10px;background:transparent;border:none;cursor:pointer;flex-shrink:0}
.nav-toggle span{display:block;width:100%;height:2px;background:#333;border-radius:2px;transition:transform .28s,opacity .28s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0)}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:1024px){.nav-toggle{display:none}}

/* ── NAVIGATION ── */
.main-nav{background:#e84219;position:relative;z-index:800}
.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#c73510;box-shadow:0 8px 24px rgba(0,0,0,.2);max-height:calc(100vh - 120px);overflow-y:auto}
.nav-links.is-open{display:flex}
.nav-links>li>a{display:flex;align-items:center;justify-content:space-between;padding:13px 22px;color:#fff;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1);transition:background .18s}
.nav-links>li>a:hover,.nav-links>li>a.active{background:rgba(0,0,0,.2)}
.caret{width:10px;height:6px;fill:rgba(255,255,255,.7);flex-shrink:0;transition:transform .22s}
.has-dropdown.sub-open>a .caret{transform:rotate(180deg)}
.dropdown{display:none;flex-direction:column;background:#a02b0d}
.has-dropdown.sub-open .dropdown{display:flex}
.dropdown li a{display:block;padding:10px 22px 10px 34px;color:rgba(255,255,255,.85);font-size:12px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.07);transition:background .15s}
.dropdown li a:hover{background:rgba(0,0,0,.15);color:#fff}

@media(min-width:1024px){
  .main-nav .wrap{display:flex;align-items:stretch}
  .nav-links{display:flex!important;flex-direction:row;position:static;background:transparent;box-shadow:none;max-height:none;overflow-y:visible}
  .nav-links>li{position:relative}
  .nav-links>li>a{padding:16px 14px;font-size:11.5px;border-bottom:none;justify-content:flex-start;gap:4px;white-space:nowrap}
  .nav-links>li>a:hover,.nav-links>li>a.active{background:rgba(0,0,0,.18)}
  .dropdown{display:none!important;flex-direction:column;position:absolute;top:100%;left:0;min-width:240px;background:#c73510;border-top:3px solid rgba(255,255,255,.3);box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:600}
  .has-dropdown:hover .dropdown{display:flex!important}
  .has-dropdown:hover>a{background:rgba(0,0,0,.18)}
  .has-dropdown:hover>a .caret{transform:rotate(180deg)}
  .dropdown li a{padding:10px 18px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.08)}
  .dropdown li a:hover{background:rgba(0,0,0,.2);color:#fff}
}

/* ── PAGE BANNER ── */
.page-banner{position:relative;width:100%;overflow:hidden;background:#1a1a1a}
.page-banner-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.35}
.page-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(232,66,25,.8) 0%,rgba(26,26,26,.9) 100%)}
.page-banner-content{position:relative;z-index:2;padding:50px 0 36px}
.page-banner h1{font-size:clamp(20px,3.5vw,36px);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1px;line-height:1.2;display:flex;align-items:center;gap:12px}
.page-banner h1::before{content:'';width:4px;height:1em;background:#e84219;flex-shrink:0;display:inline-block}
.breadcrumb{display:flex;align-items:center;gap:0;margin-top:12px;flex-wrap:wrap}
.bc-home{background:#e84219;color:#fff;font-size:12px;font-weight:700;padding:5px 14px;transition:background .2s}
.bc-home:hover{background:#c73510}
.bc-home a{color:#fff}
.bc-sep{background:rgba(255,255,255,.15);color:#fff;padding:5px 6px;font-size:12px}
.bc-cur{background:rgba(255,255,255,.1);color:#fff;font-size:12px;font-weight:700;padding:5px 14px}

/* ── HOME HERO SLIDER ── */
.hero{position:relative;width:100%;overflow:hidden;background:#1a1a1a}
.hero-slide{display:none;position:relative}
.hero-slide.active{display:block}
.hero-slide-img{width:100%;height:320px;object-fit:cover;display:block;filter:brightness(.55)}
.hero-slide-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0 32px;max-width:720px}
.hero-eyebrow{font-size:12px;font-weight:700;color:#e84219;text-transform:uppercase;letter-spacing:3px;margin-bottom:10px}
.hero-title{font-size:clamp(22px,4vw,48px);font-weight:900;color:#fff;line-height:1.15;margin-bottom:14px;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.hero-title span{color:#e84219}
.hero-desc{font-size:14px;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:22px;max-width:500px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary{display:inline-block;background:#e84219;color:#fff;padding:12px 28px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:2px solid #e84219;transition:all .2s;cursor:pointer}
.btn-primary:hover{background:transparent;color:#e84219}
.btn-secondary{display:inline-block;background:transparent;color:#fff;padding:12px 28px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:2px solid rgba(255,255,255,.5);transition:all .2s}
.btn-secondary:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(232,66,25,.7);border:none;color:#fff;width:38px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:22px;z-index:10;transition:background .2s}
.hero-arrow:hover{background:#e84219}
.hero-arrow.prev{left:0}
.hero-arrow.next{right:0}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:background .2s}
.hero-dot.active{background:#e84219}
@media(min-width:768px){.hero-slide-img{height:420px}}
@media(min-width:1024px){.hero-slide-img{height:520px}.hero-slide-content{padding:0 60px}}

/* ── HOME SERVICES ── */
.home-services{padding:60px 0;background:#fff}
.section-header{text-align:center;margin-bottom:44px}
.section-tag{display:inline-block;font-size:11px;font-weight:700;color:#e84219;letter-spacing:3px;text-transform:uppercase;margin-bottom:8px}
.section-title{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a1a1a;line-height:1.2}
.section-title span{color:#e84219}
.section-divider{width:50px;height:3px;background:#e84219;margin:12px auto 0}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service-card{border:1px solid #f0f0f0;padding:28px 22px;text-align:center;transition:all .3s;position:relative;overflow:hidden;cursor:pointer}
.service-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:#e84219;transform:scaleX(0);transition:transform .3s;transform-origin:left}
.service-card:hover{box-shadow:0 8px 30px rgba(232,66,25,.12);transform:translateY(-3px)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:64px;height:64px;background:#fff5f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.service-icon svg{width:30px;height:30px;fill:#e84219}
.service-icon img{width:36px;height:36px;object-fit:contain}
.service-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.service-desc{font-size:12px;color:#777;line-height:1.65}
@media(min-width:600px){.services-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.services-grid{grid-template-columns:repeat(5,1fr)};.home-services{padding:80px 0}}

/* ── HOME ABOUT STRIP ── */
.home-about{padding:70px 0;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);position:relative;overflow:hidden}
.home-about::before{content:'';position:absolute;right:-100px;top:-100px;width:400px;height:400px;border-radius:50%;background:rgba(232,66,25,.08);pointer-events:none}
.home-about .wrap{display:flex;flex-direction:column;gap:40px}
.home-about-text h2{font-size:clamp(24px,3vw,38px);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px}
.home-about-text h2 span{color:#e84219}
.home-about-text p{font-size:13.5px;color:rgba(255,255,255,.65);line-height:1.82;margin-bottom:16px}
.home-about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.stat-box{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);padding:22px 18px;text-align:center;transition:border-color .3s}
.stat-box:hover{border-color:rgba(232,66,25,.4)}
.stat-num{font-size:38px;font-weight:900;color:#e84219;line-height:1}
.stat-lbl{font-size:11px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:1px;margin-top:4px}
@media(min-width:768px){.home-about .wrap{flex-direction:row;align-items:center}.home-about-text{flex:1}.home-about-stats{flex:0 0 320px}}

/* ── PRODUCTS HIGHLIGHT ── */
.prod-highlight{padding:70px 0;background:#f8f8f8}
.prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:44px}
.prod-card{background:#fff;border:1px solid #eee;overflow:hidden;transition:all .3s}
.prod-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.prod-card-img{width:100%;height:180px;overflow:hidden;background:#f5f5f5;position:relative}
.prod-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.prod-card:hover .prod-card-img img{transform:scale(1.05)}
.prod-card-body{padding:18px}
.prod-card-title{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:6px;line-height:1.3}
.prod-card-desc{font-size:12px;color:#777;line-height:1.6;margin-bottom:12px}
.prod-card-link{font-size:12px;font-weight:700;color:#e84219;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:5px}
.prod-card-link:hover{color:#c73510}
.prod-card-link svg{width:14px;height:14px;fill:#e84219;transition:transform .2s}
.prod-card:hover .prod-card-link svg{transform:translateX(4px)}
@media(min-width:768px){.prod-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.prod-grid{grid-template-columns:repeat(4,1fr)}.prod-highlight{padding:80px 0}}

/* ── WHY CHOOSE US ── */
.why-us{padding:70px 0;background:#fff}
.why-grid{display:grid;grid-template-columns:1fr;gap:0;margin-top:44px}
.why-item{display:flex;gap:18px;align-items:flex-start;padding:22px 0;border-bottom:1px solid #f0f0f0}
.why-item:last-child{border-bottom:none}
.why-num{font-size:36px;font-weight:900;color:#f0f0f0;line-height:1;flex-shrink:0;min-width:50px;font-family:'Oswald',sans-serif}
.why-content h3{font-size:14.5px;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.why-content p{font-size:12.5px;color:#777;line-height:1.7}
@media(min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr);gap:0 40px}.why-item{border-bottom:1px solid #f0f0f0}}
@media(min-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}.why-us{padding:80px 0}}

/* ── CLIENTS ── */
.clients-section{padding:60px 0;background:#f8f8f8}
.clients-track{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid #eee;border-left:1px solid #eee;margin-top:44px}
.client-card{flex:1 1 120px;min-width:120px;border-right:1px solid #eee;border-bottom:1px solid #eee;padding:18px 14px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.client-card:hover{background:#fff8f5}
.client-card img{max-height:48px;max-width:110px;width:auto;height:auto;object-fit:contain;filter:grayscale(.5);transition:filter .2s}
.client-card:hover img{filter:grayscale(0)}

/* ── CTA BAND ── */
.cta-band{background:#e84219;padding:50px 0}
.cta-band .wrap{display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.cta-band h2{font-size:clamp(20px,3vw,34px);font-weight:800;color:#fff;line-height:1.2}
.cta-band p{font-size:14px;color:rgba(255,255,255,.8);max-width:580px}
.cta-band-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-white{display:inline-block;background:#fff;color:#e84219;padding:12px 28px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:2px solid #fff;transition:all .2s}
.btn-white:hover{background:transparent;color:#fff}
.btn-outline-wh{display:inline-block;background:transparent;color:#fff;padding:12px 28px;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:2px solid rgba(255,255,255,.5);transition:all .2s}
.btn-outline-wh:hover{border-color:#fff;background:rgba(255,255,255,.1)}
@media(min-width:768px){.cta-band .wrap{flex-direction:row;align-items:center;justify-content:space-between}}

/* ── CONTACT BAR ── */
.contact-bar{background:#1a1a1a;border-top:1px solid #2a2a2a}
.contact-bar .wrap{display:flex;flex-direction:column}
.cb-item{display:flex;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid #2a2a2a;font-size:13px;color:#aaa}
.cb-item:last-child{border-bottom:none}
.cb-icon{width:32px;height:32px;background:#e84219;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cb-icon svg{width:15px;height:15px;fill:#fff}
.cb-item strong{color:#fff;font-weight:700}
@media(min-width:640px){.contact-bar .wrap{flex-direction:row}.cb-item{flex:1;border-bottom:none;border-right:1px solid #2a2a2a;padding:22px 24px}.cb-item:last-child{border-right:none}}
@media(min-width:1024px){.cb-item{padding:24px 32px}}

/* ── FOOTER ── */
.site-footer{background:#111;padding:50px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr;gap:36px;padding-bottom:40px}
.footer-brand img{height:46px;width:auto;margin-bottom:14px;filter:brightness(0) invert(1)}
.footer-brand p{font-size:12.5px;color:#888;line-height:1.8;margin-bottom:16px}
.footer-col-title{font-size:11px;font-weight:700;color:#e84219;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #2a2a2a}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:12.5px;color:#888;transition:color .2s;display:flex;align-items:center;gap:6px}
.footer-links a::before{content:'›';color:#e84219;font-size:14px}
.footer-links a:hover{color:#e84219}
.footer-contact-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}
.footer-contact-item svg{width:14px;height:14px;fill:#e84219;flex-shrink:0;margin-top:3px}
.footer-contact-item span{font-size:12.5px;color:#888;line-height:1.6}
.footer-socials{display:flex;gap:8px;margin-top:14px}
.footer-soc{width:32px;height:32px;border:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center;transition:all .2s}
.footer-soc svg{width:14px;height:14px;fill:#888;transition:fill .2s}
.footer-soc:hover{border-color:#e84219;background:rgba(232,66,25,.1)}
.footer-soc:hover svg{fill:#e84219}
.footer-bottom{border-top:1px solid #1e1e1e;padding:18px 0;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center}
.footer-copy{font-size:11.5px;color:#555}
.footer-copy a{color:#888;transition:color .2s}
.footer-copy a:hover{color:#e84219}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}
@media(min-width:1024px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}

/* ── BACK TO TOP ── */
.back-top{position:fixed;bottom:24px;right:24px;width:40px;height:40px;background:#e84219;color:#fff;font-size:20px;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:999;border:none;transition:background .2s;box-shadow:0 4px 12px rgba(232,66,25,.4)}
.back-top.visible{display:flex}
.back-top:hover{background:#c73510}

/* ── ABOUT PAGE ── */
.about-page{padding:60px 0}
.about-layout{display:flex;flex-direction:column;gap:40px}
.about-img{position:relative}
.about-img img{width:100%;height:320px;object-fit:cover;display:block}
.about-img-badge{position:absolute;bottom:-16px;right:20px;background:#e84219;color:#fff;padding:16px 22px;text-align:center}
.about-img-badge-num{font-size:36px;font-weight:900;line-height:1}
.about-img-badge-lbl{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.about-content h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a1a1a;margin-bottom:16px;line-height:1.2}
.about-content h2 span{color:#e84219}
.about-content p{font-size:13px;color:#666;line-height:1.85;margin-bottom:14px}
.about-checks{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.about-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#555}
.about-check svg{width:18px;height:18px;fill:#e84219;flex-shrink:0;margin-top:2px}
@media(min-width:768px){.about-layout{flex-direction:row;align-items:flex-start}.about-img{flex:0 0 42%}.about-content{flex:1}}

/* ── PRODUCT PAGE ── */
.prod-page{padding:60px 0}
.prod-page-layout{display:flex;flex-direction:column;gap:36px}
.prod-sidebar{background:#f8f8f8;border:1px solid #eee}
.prod-sidebar h3{background:#e84219;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:12px 18px}
.prod-sidebar ul li a{display:block;padding:10px 18px;font-size:12.5px;color:#555;border-bottom:1px solid #eee;font-weight:600;transition:all .18s}
.prod-sidebar ul li a:hover,.prod-sidebar ul li a.active{background:#e84219;color:#fff}
.prod-sidebar ul li:last-child a{border-bottom:none}
.prod-main h2{font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#1a1a1a;margin-bottom:18px;padding-bottom:12px;border-bottom:3px solid #e84219;display:inline-block}
.prod-main p{font-size:13px;color:#666;line-height:1.85;margin-bottom:14px}
.prod-main h3{font-size:16px;font-weight:700;color:#1a1a1a;margin:24px 0 10px;position:relative;padding-left:14px}
.prod-main h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:#e84219}
.prod-main ul{margin:10px 0 16px 16px;display:flex;flex-direction:column;gap:6px}
.prod-main ul li{font-size:13px;color:#555;line-height:1.65;list-style:disc;padding-left:4px}
.prod-main ul li::marker{color:#e84219}
.prod-main img{max-width:360px;height:auto;border:1px solid #eee;padding:8px;background:#fafafa;margin:16px 0}
@media(min-width:768px){.prod-page-layout{flex-direction:row}.prod-sidebar{flex:0 0 210px;height:fit-content}.prod-main{flex:1;min-width:0}}
@media(min-width:1024px){.prod-page{padding:70px 0}.prod-sidebar{flex-basis:230px}}

/* ── PROJECTS PAGE ── */
.projects-page{padding:60px 0}
.proj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.proj-item{position:relative;overflow:hidden;background:#eee;cursor:pointer}
.proj-item-img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s}
.proj-item:hover .proj-item-img{transform:scale(1.06)}
.proj-item-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%);opacity:0;transition:opacity .3s}
.proj-item:hover .proj-item-overlay{opacity:1}
.proj-item-label{position:absolute;bottom:0;left:0;right:0;padding:16px;color:#fff;font-size:13px;font-weight:700;transform:translateY(100%);transition:transform .3s}
.proj-item:hover .proj-item-label{transform:translateY(0)}
@media(min-width:768px){.proj-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.projects-page{padding:70px 0}}

/* ── TESTIMONIALS PAGE ── */
.testi-page{padding:60px 0}
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.testi-card{border:2px solid #e84219;overflow:hidden;background:#fff;transition:box-shadow .3s}
.testi-card:hover{box-shadow:0 8px 30px rgba(232,66,25,.15)}
.testi-card img{width:100%;height:auto;display:block}
@media(min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.testi-page{padding:70px 0}.testi-grid{grid-template-columns:repeat(4,1fr)}}

/* ── CONTACT PAGE ── */
.contact-page{padding:60px 0}
.contact-layout{display:flex;flex-direction:column;gap:44px}
.contact-info h2{font-size:clamp(20px,2.5vw,30px);font-weight:800;color:#1a1a1a;margin-bottom:6px}
.contact-divider{width:50px;height:3px;background:#e84219;margin-bottom:24px}
.contact-tagline{font-size:13px;color:#888;font-style:italic;margin-bottom:28px}
.contact-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}
.contact-icon{width:44px;height:44px;background:#e84219;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:2px}
.contact-icon svg{width:20px;height:20px;fill:#fff}
.contact-item-label{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:4px}
.contact-item-val{font-size:13px;color:#666;line-height:1.6}
.contact-form-box{background:#f8f8f8;padding:28px;border:1px solid #eee}
.contact-form-box h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e84219;display:inline-block}
.c-form{display:flex;flex-direction:column;gap:12px}
.c-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.c-form input,.c-form textarea{width:100%;padding:11px 14px;border:1px solid #e0e0e0;font-size:13px;color:#555;outline:none;background:#fff;transition:border-color .2s}
.c-form input:focus,.c-form textarea:focus{border-color:#e84219}
.c-form textarea{height:120px;resize:vertical}
.c-form input::placeholder,.c-form textarea::placeholder{color:#bbb}
.btn-submit{background:#e84219;color:#fff;border:none;padding:13px 36px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .2s;align-self:flex-start}
.btn-submit:hover{background:#c73510}
.map-box{margin-top:20px;border:1px solid #eee;overflow:hidden}
.map-box iframe{display:block;width:100%;height:240px;border:0}
@media(min-width:768px){.contact-layout{flex-direction:row;gap:50px}.contact-info{flex:0 0 42%}.contact-form-box{flex:1}}
@media(min-width:1024px){.contact-page{padding:70px 0}}

/* ── CAREERS PAGE ── */
.careers-page{padding:60px 0}
.careers-intro{margin-bottom:36px}
.careers-intro h2{font-size:22px;font-weight:800;color:#1a1a1a;margin-bottom:10px}
.careers-intro p{font-size:13px;color:#666;line-height:1.82;max-width:760px}
.job-openings h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e84219;display:inline-block}
.job-item{padding:16px 0;border-bottom:1px solid #f0f0f0}
.job-item:last-child{border-bottom:none}
.job-title{font-size:14px;font-weight:700;color:#e84219;margin-bottom:6px}
.job-desc{font-size:13px;color:#666;line-height:1.7}
.careers-form-box{background:#f8f8f8;border:1px solid #eee;padding:28px;margin-top:36px}
.careers-form-box h3{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:20px;border-bottom:2px solid #e84219;padding-bottom:8px;display:inline-block}
.careers-form{display:flex;flex-direction:column;gap:12px;max-width:500px}
.careers-form label{font-size:12.5px;font-weight:700;color:#444;display:block;margin-bottom:3px}
.careers-form input{width:100%;padding:10px 14px;border:1px solid #e0e0e0;font-size:13px;color:#555;outline:none;background:#fff}
.careers-form input:focus{border-color:#e84219}
.careers-form input[type=file]{padding:8px}
@media(min-width:1024px){.careers-page{padding:70px 0}}

/* ── BLOGS PAGE ── */
.blogs-page{padding:60px 0}
.blogs-grid{display:grid;grid-template-columns:1fr;gap:28px}
.blog-card{border:1px solid #eee;overflow:hidden;background:#fff;transition:box-shadow .2s}
.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08)}
.blog-card-date{display:flex;align-items:stretch;width:56px;flex-shrink:0}
.blog-date-box{background:#e84219;color:#fff;padding:8px 10px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.blog-date-day{font-size:22px;font-weight:900;line-height:1}
.blog-date-mon{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.blog-card-inner{display:flex;gap:0}
.blog-card-body{padding:18px 20px;flex:1}
.blog-card-title{font-size:14px;font-weight:700;color:#1a1a1a;line-height:1.4;margin-bottom:6px;text-transform:uppercase}
.blog-card-title:hover{color:#e84219}
.blog-card-meta{font-size:11px;color:#aaa;margin-bottom:10px}
.blog-card-excerpt{font-size:12.5px;color:#666;line-height:1.7;margin-bottom:14px}
.blog-readmore{font-size:12px;font-weight:700;color:#e84219;text-transform:uppercase;display:flex;align-items:center;gap:4px}
.blog-readmore svg{width:14px;height:14px;fill:#e84219}
@media(min-width:768px){.blogs-grid{grid-template-columns:repeat(2,1fr)}.blogs-page{padding:70px 0}}

/* ── MOBILE ── */
@media(max-width:479px){.c-form-row{grid-template-columns:1fr}.hero-btns{flex-direction:column}}
