/*
Onyx Construction — full theme stylesheet.
Covers: header/footer/mobile-menu (frame), dynamic shortcode grids, AND all
page-section styles (hero, about, services, cta-banner, process, marquee,
trusted/stats, gallery, testimonials, quote-form, contact page, about page
extras). This lets the paste-ready HTML snippets (see /snippets in the theme
README) render pixel-identical to the static onyx-*-new-design.html files
once dropped into Elementor's "HTML" widget on each page.

NOTE on the .stats-row collision: the Home page's dark "Trusted Partner"
stats block and the About page's light stat-card block used the same class
names in the static prototypes. To avoid a conflict now that both live in one
shared stylesheet, the About-page variant has been renamed to
.stats-row-light / .stat-item-light (see inc/../snippets/about-content.html).
*/

:root{
  --dark:#17191c;
  --dark2:#202226;
  --dark3:#2a2c31;
  --accent:#EA6A12;
  --accent-dark:#C6560D;
  --text-light:#f5f5f5;
  --text-muted:#adb0b6;
  --white:#ffffff;
  --maxw:1240px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Poppins',sans-serif;color:#333;line-height:1.65;overflow-x:hidden;}
h1,h2,h3,h4{font-family:'Montserrat',sans-serif;line-height:1.2;color:var(--dark);}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
button{font-family:inherit;}
.container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.section{padding:90px 0;}
.section-title{font-size:38px;font-weight:800;margin-bottom:18px;}
.section-title span{color:var(--accent);}
.section-sub{color:#666;max-width:600px;margin-bottom:20px;}
.center{text-align:center;margin-left:auto;margin-right:auto;}
.center .eyebrow{justify-content:center;}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--accent);color:#fff;font-weight:700;font-size:14px;
  letter-spacing:.5px;text-transform:uppercase;padding:15px 30px;border-radius:4px;
  border:none;cursor:pointer;white-space:nowrap;transition:.3s;
}
.btn:hover{background:var(--accent-dark);color:#fff;}
.btn-outline{background:transparent;border:2px solid var(--accent);color:var(--accent);padding:13px 28px;}
.btn-outline:hover{background:var(--accent);color:#fff;}

.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--accent);font-weight:700;font-size:13px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px;
}
.eyebrow::before{content:"";width:30px;height:2px;background:var(--accent);flex-shrink:0;}

/* ===== HEADER ===== */
header{position:sticky;top:0;left:0;width:100%;z-index:1000;}
.topbar{background:var(--accent);color:var(--dark);padding:07px 0;font-size:13px;}
.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.topbar a{color:var(--dark);}
.topbar a:hover{color:#fff;}
.topbar .cta-line{display:flex;align-items:center;gap:10px;font-weight:600;}
.topbar .cta-line i{background:var(--dark);color:var(--accent);width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;}
.topbar .cta-line a{text-decoration:underline;font-weight:700;}
.topbar .top-links{display:flex;gap:22px;flex-wrap:wrap;align-items:center;}
.topbar .top-links a{font-weight:600;}
.topbar i{margin-right:6px;}

.navwrap{padding:14px 0;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);}
.navwrap .container{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.logo{display:flex;align-items:center;flex-shrink:0;}
.logo img{height:52px;width:auto;object-fit:contain;}
.main-nav ul{display:flex;gap:32px;align-items:center;list-style:none;margin:0;padding:0;}
.main-nav a{color:var(--dark);font-weight:600;font-size:15px;transition:.25s;}
.main-nav li.active a, .main-nav .current-menu-item a, .main-nav a:hover{color:var(--accent);}
.nav-right{display:flex;align-items:center;gap:18px;flex-shrink:0;}
.hamburger{display:none;flex-direction:column;gap:5px;background:var(--accent);padding:12px 14px;border-radius:4px;cursor:pointer;border:none;}
.hamburger span{width:20px;height:2px;background:#fff;display:block;}

.mobile-menu{position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100%;background:var(--dark2);z-index:2000;transition:.4s;padding:30px 26px;overflow-y:auto;}
.mobile-menu.open{right:0;}
.mobile-menu .close-btn{position:absolute;top:20px;right:20px;background:var(--accent);color:#fff;width:34px;height:34px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-size:16px;}
.mobile-menu .logo{margin-bottom:40px;}
.mobile-menu .logo img{height:44px;background:#fff;padding:6px 10px;border-radius:4px;}
.mobile-menu ul{list-style:none;margin:0;padding:0;}
.mobile-menu ul li{border-bottom:1px solid rgba(255,255,255,.08);}
.mobile-menu ul li a{display:flex;justify-content:space-between;align-items:center;padding:16px 2px;color:#fff;font-weight:600;font-size:16px;}
.mobile-menu ul li.active a{color:var(--accent);}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1500;opacity:0;pointer-events:none;transition:.3s;}
.overlay.show{opacity:1;pointer-events:auto;}

/* ===== HERO (Home) ===== */
.hero{position:relative;color:#fff;padding:110px 0 150px;}
.hero .container{display:flex;align-items:center;gap:40px;flex-wrap:wrap;}
.hero-text{flex:1 1 480px;min-width:0;}
.hero-text h1{font-size:52px;font-weight:800;color:#fff;margin-bottom:20px;}
.hero-text h1 span{color:var(--accent);}
.hero-text p{color:var(--text-muted);max-width:520px;margin-bottom:32px;font-size:16px;}
.hero-cta{display:flex;gap:16px;flex-wrap:wrap;}
.hero-img{flex:1 1 320px;min-width:0;display:flex;justify-content:center;}
.hero-img img{border-radius:8px;width:100%;max-width:420px;max-height:460px;object-fit:cover;border:6px solid rgba(255,255,255,.08);}

.feature-strip{margin-top:-85px;position:relative;z-index:10;}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.feature-card{background:var(--dark2);padding:32px 26px;border-radius:8px;color:#fff;border-bottom:3px solid var(--accent);transition:.3s;}
.feature-card:hover{transform:translateY(-6px);}
.feature-card i{font-size:30px;color:var(--accent);margin-bottom:16px;}
.feature-card h3{color:#fff;font-size:17px;margin-bottom:8px;}
.feature-card p{color:var(--text-muted);font-size:14px;}

/* ===== ABOUT (Home + About page shared) ===== */
.about{padding-top:140px;}
.about .container{display:flex;align-items:center;gap:60px;flex-wrap:wrap;}
.about-img{flex:1 1 400px;min-width:280px;position:relative;margin-bottom:44px;}
.about-img img{border-radius:8px;width:100%;height:460px;object-fit:cover;}
.exp-badge{position:absolute;bottom:-36px;left:24px;background:var(--accent);color:#fff;padding:20px 26px;border-radius:8px;text-align:center;box-shadow:0 10px 26px rgba(0,0,0,.25);min-width:150px;}
.exp-badge .num{font-size:32px;font-weight:800;font-family:'Montserrat',sans-serif;}
.exp-badge .lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;}
.about-content{flex:1 1 440px;min-width:280px;}
.tabs{display:flex;gap:10px;margin:22px 0;}
.tab-btn{padding:10px 22px;border-radius:4px;border:1px solid #ddd;background:#fff;font-weight:600;font-size:14px;cursor:pointer;color:#555;transition:.25s;}
.tab-btn.active{background:var(--dark);color:var(--accent);border-color:var(--dark);}
.check-list{margin-top:16px;}
.check-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-weight:500;color:#333;}
.check-list i{color:var(--accent);margin-top:3px;}
.check-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px;}

/* About page uses .about with padding-top:100px override + no overlap strip above it */
.about-page .about{padding-top:100px;}

/* ===== SERVICES (Home) ===== */
.services{background:#f7f7f8;}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;}
.service-card{background:#fff;padding:30px 26px;border-radius:8px;transition:.3s;border:1px solid #eee;display:flex;flex-direction:column;}
a.service-card{color:inherit;}
.service-card img{width:100%;height:150px;object-fit:cover;border-radius:6px;margin-bottom:18px;}
.service-card:hover{box-shadow:0 16px 30px rgba(0,0,0,.12);transform:translateY(-6px);}
.service-num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:13px;color:var(--accent);margin-bottom:10px;}
.service-card h3{font-size:18px;margin-bottom:10px;}
.service-card p{color:#666;font-size:14px;flex-grow:1;}

/* ===== CTA BANNER (Home / About / Gallery) ===== */
.cta-banner{color:#fff;padding:64px 0;}
.cta-banner .container{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;}
.cta-banner h2{color:#fff;font-size:30px;max-width:480px;flex:1 1 320px;}
.cta-banner .cta-info{display:flex;gap:28px;flex-wrap:wrap;align-items:center;}
.cta-info-item{display:flex;align-items:center;gap:12px;}
.cta-info-item i{background:var(--accent);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.cta-info-item .lbl{font-size:12px;color:var(--text-muted);text-transform:uppercase;}
.cta-info-item .val{font-weight:700;font-size:15px;}

/* ===== PROCESS (Home / About) ===== */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:40px;}
.process-card{text-align:center;padding:0 10px;}
.process-num{width:70px;height:70px;border-radius:50%;background:var(--dark);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-weight:800;font-size:22px;margin:0 auto 20px;}
.process-card h3{font-size:18px;margin-bottom:8px;}
.process-card p{color:#666;font-size:14px;}

/* ===== MARQUEE (Home) ===== */
.marquee-strip{background:var(--accent);overflow:hidden;padding:16px 0;}
.marquee-track{display:flex;width:max-content;white-space:nowrap;animation:scroll-left 24s linear infinite;}
.marquee-track span{font-family:'Montserrat',sans-serif;font-weight:800;font-size:18px;color:#fff;margin-right:40px;display:flex;align-items:center;gap:16px;text-transform:uppercase;letter-spacing:1px;}
.marquee-track span i{font-size:10px;}
@keyframes scroll-left{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}

/* ===== TRUSTED PARTNER — dark stats (Home) ===== */
.trusted{background:var(--dark);color:#fff;}
.trusted-flex{display:flex;align-items:center;gap:60px;flex-wrap:wrap;}
.trusted-img{flex:1 1 400px;min-width:280px;}
.trusted-img img{border-radius:8px;width:100%;height:440px;object-fit:cover;}
.trusted-content{flex:1 1 440px;min-width:280px;}
.trusted-content .section-title{color:#fff;}
.trusted-content p{color:var(--text-muted);margin-bottom:20px;}
.trusted .check-list li{color:#fff;}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px;border-top:1px solid rgba(255,255,255,.1);padding-top:40px;width:100%;}
.stat-item{text-align:center;}
.stat-item .num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:36px;color:var(--accent);}
.stat-item .lbl{color:var(--text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;}

/* ===== STATS — light cards (About page, renamed to avoid clashing with .stats-row above) ===== */
.stats-row-light{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;}
.stat-item-light{text-align:center;background:#f7f7f8;border-radius:10px;padding:28px 14px;}
.stat-item-light .num{font-family:'Montserrat',sans-serif;font-weight:800;font-size:34px;color:var(--accent);}
.stat-item-light .lbl{color:#666;font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-top:6px;}

/* ===== FEATURES GRID (About "Our Impact") ===== */
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:40px;}

/* ===== MISSION / VISION dark cards (About) ===== */
.mv{background:var(--dark);color:#fff;}
.mv .section-title{color:#fff;}
.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:20px;}
.mv-card{background:var(--dark2);padding:36px 30px;border-radius:10px;border-top:3px solid var(--accent);}
.mv-card i{font-size:26px;color:var(--accent);margin-bottom:16px;}
.mv-card h3{color:#fff;font-size:20px;margin-bottom:12px;}
.mv-card p{color:var(--text-muted);font-size:14.5px;line-height:1.8;}

/* ===== PAGE HERO (About / Gallery / Contact) ===== */
.page-hero{background:linear-gradient(100deg,rgba(15,17,20,.9),rgba(15,17,20,.75));color:#fff;padding:90px 0 70px;text-align:center;}
.page-hero h1{font-size:44px;color:#fff;margin-bottom:14px;}
.page-hero p{color:var(--text-muted);max-width:600px;margin:14px auto 0;}
.breadcrumb{display:flex;gap:8px;justify-content:center;align-items:center;color:var(--text-muted);font-size:14px;}
.breadcrumb a{color:var(--text-muted);}
.breadcrumb a:hover{color:var(--accent);}
.breadcrumb .sep{color:var(--accent);}
.breadcrumb .current{color:var(--accent);font-weight:600;}

/* ===== GALLERY — compact (Home) ===== */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px;}
.gallery-item{position:relative;border-radius:8px;overflow:hidden;height:230px;cursor:pointer;}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.gallery-item:hover img{transform:scale(1.08);}
.gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%);display:flex;align-items:flex-end;padding:16px;opacity:0;transition:.3s;pointer-events:none;}
.gallery-item:hover .gallery-overlay{opacity:1;}
.gallery-overlay span{color:#fff;font-weight:700;font-size:14px;}

/* ===== GALLERY — full page (Our Gallery), namespaced -full to avoid clashing with the compact Home version ===== */
.gallery-grid-full{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px;}
.gallery-item-full{position:relative;border-radius:10px;overflow:hidden;height:280px;cursor:pointer;}
.gallery-item-full img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.gallery-item-full:hover img{transform:scale(1.08);}
.gallery-overlay-full{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:18px;opacity:0;transition:.3s;pointer-events:none;}
.gallery-item-full:hover .gallery-overlay-full{opacity:1;}
.gallery-overlay-full .tag{color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;}
.gallery-overlay-full span.title{color:#fff;font-weight:700;font-size:15px;}

/* ===== LIGHTBOX (shared) ===== */
.lightbox{position:fixed;inset:0;background:rgba(10,10,10,.92);z-index:3000;display:none;align-items:center;justify-content:center;padding:30px;}
.lightbox.show{display:flex;}
.lightbox img{max-width:90%;max-height:85vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);}
.lightbox-close{position:absolute;top:24px;right:30px;color:#fff;font-size:32px;cursor:pointer;width:44px;height:44px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;}

/* ===== TESTIMONIALS (Home / About, shared) ===== */
.testimonial-wrap{background:#f7f7f8;}
.test-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:46px auto 0;}
.test-card-new{border-radius:16px;padding:34px 28px;display:flex;flex-direction:column;gap:16px;text-align:left;}
.test-card-new.light{background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.06);}
.test-card-new.dark{background:var(--dark);color:#fff;transform:translateY(-14px);}
.test-card-new .stars{color:var(--accent);font-size:14px;letter-spacing:2px;}
.test-card-new p{font-size:14.5px;line-height:1.75;flex-grow:1;}
.test-card-new.light p{color:#555;}
.test-card-new.dark p{color:#dcdcdc;}
.tcn-person{display:flex;align-items:center;gap:12px;margin-top:auto;}
.tcn-person img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.tcn-person h5{font-size:14px;margin-bottom:2px;font-family:'Montserrat',sans-serif;}
.test-card-new.dark .tcn-person h5{color:#fff;}
.tcn-person span{font-size:12px;color:#888;}
.test-card-new.dark .tcn-person span{color:#aaa;}
.test-more{width:100%;text-align:center;margin-top:44px;}
.test-more a{color:var(--accent);font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;}
.test-more a:hover{gap:12px;}

/* ===== CONTACT / QUOTE (Home) ===== */
.quote-section{color:#fff;}
.quote-section .container{display:flex;gap:60px;flex-wrap:wrap;align-items:flex-start;}
.quote-left{flex:1 1 340px;min-width:260px;}
.quote-left .section-title{color:#fff;}
.quote-left p{color:var(--text-muted);margin-bottom:30px;}
.info-item{display:flex;gap:16px;margin-bottom:24px;align-items:center;}
.info-item i{width:46px;height:46px;background:var(--accent);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;margin-top:-6px;}
.info-item h4{color:#fff;font-size:15px;margin-bottom:4px;}
.info-item p{color:var(--text-muted);font-size:14px;margin:0;}
.quote-form{flex:1 1 400px;min-width:260px;background:var(--dark2);padding:40px;border-radius:8px;}
.quote-form h3{color:#fff;margin-bottom:20px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.quote-form input, .quote-form textarea{width:100%;padding:14px;border-radius:4px;border:1px solid #3a3f47;background:#1f2227;color:#fff;font-family:inherit;font-size:14px;}
.quote-form textarea{grid-column:1/-1;min-height:110px;resize:vertical;}
.quote-form input::placeholder, .quote-form textarea::placeholder{color:#8b8f96;}
.quote-form .btn{width:100%;margin-top:6px;}

/* ===== CONTACT PAGE (Contact Us) ===== */
.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:26px;align-items:start;}
.contact-form-card{background:#f7f7f8;border-radius:10px;padding:44px;}
.contact-form-card .eyebrow{margin-bottom:8px;}
.contact-form-card h2{font-size:30px;margin-bottom:26px;}
.contact-form-card input, .contact-form-card select, .contact-form-card textarea{width:100%;padding:14px 16px;border-radius:6px;border:1px solid #e0e0e0;background:#fff;color:#333;font-family:inherit;font-size:14px;}
.contact-form-card textarea{min-height:130px;resize:vertical;margin-bottom:20px;}
.contact-form-card .btn{width:100%;}
.info-cards{display:flex;flex-direction:column;gap:16px;}
.info-card{background:#f7f7f8;border-radius:10px;padding:24px;display:flex;align-items:center;gap:18px;}
.info-card i{width:50px;height:50px;background:var(--dark);color:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;margin-top:-6px;}
.info-card h4{font-size:16px;margin-bottom:4px;}
.info-card p{color:#666;font-size:14.5px;margin:0;}
.info-card a{color:#666;}
.info-card a:hover{color:var(--accent);}
.map-wrap{border-radius:10px;overflow:hidden;height:420px;margin-top:60px;}
.map-wrap iframe{width:100%;height:100%;border:0;display:block;}
.cta-solid{background:var(--accent);padding:44px 0;}
.cta-solid .container{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;}
.cta-solid h2{color:var(--dark);font-size:28px;}
.cta-solid .btn{background:var(--dark);}
.cta-solid .btn:hover{background:#000;}

/* ===== FOOTER ===== */
footer{background:var(--dark2);color:var(--text-muted);padding-top:70px;}
.footer-grid{display:grid;grid-template-columns:1.3fr 0.8fr 1fr 1.1fr;gap:40px;padding-bottom:50px;}
.newsletter-form{display:flex;gap:0;margin-top:6px;}
.newsletter-form input{flex:1;min-width:0;padding:12px 14px;border:1px solid #3a3f47;border-radius:4px 0 0 4px;background:#1f2227;color:#fff;font-family:inherit;font-size:13px;}
.newsletter-form input::placeholder{color:#8b8f96;}
.newsletter-form button{background:var(--accent);color:#fff;border:none;padding:0 18px;border-radius:0 4px 4px 0;font-weight:700;font-size:13px;cursor:pointer;white-space:nowrap;}
.newsletter-form button:hover{background:var(--accent-dark);}
.footer-col h4{color:#fff;font-size:16px;margin-bottom:20px;}
.footer-col p{font-size:14px;margin-bottom:20px;}
.footer-col ul{list-style:none;margin:0;padding:0;}
.footer-col .logo{margin-bottom:16px;}
.footer-col .logo img{height:56px;}
.footer-social{display:flex;gap:12px;}
.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid #3a3f47;display:flex;align-items:center;justify-content:center;transition:.3s;flex-shrink:0;}
.footer-social a:hover{background:var(--accent);color:#fff;border-color:var(--accent);}
.footer-col ul li{margin-bottom:12px;font-size:14px;display:flex;align-items:flex-start;gap:8px;}
.footer-col ul li a:hover{color:var(--accent);}
.footer-col ul li i{color:var(--accent);margin-top:3px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;}
.footer-bottom a:hover{color:var(--accent);}

/* ===== DYNAMIC SHORTCODE GRIDS (used by [onyx_services]/[onyx_testimonials]/[onyx_gallery] if you add those shortcodes to a page instead of the static snippet) ===== */
.onyx-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.onyx-service-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:30px 26px;display:flex;flex-direction:column;color:inherit;transition:.3s;}
.onyx-service-card:hover{box-shadow:0 16px 30px rgba(0,0,0,.12);transform:translateY(-6px);}
.onyx-service-card i{font-size:30px;color:var(--accent);margin-bottom:14px;}
.onyx-service-card h3{font-size:18px;margin:0 0 10px;}
.onyx-service-card p{color:#666;font-size:14px;flex-grow:1;}
.onyx-service-cta{color:var(--accent);font-weight:700;font-size:13px;text-transform:uppercase;margin-top:14px;}

.onyx-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;}
.onyx-testimonial-card{border-radius:16px;padding:34px 28px;display:flex;flex-direction:column;gap:16px;}
.onyx-testimonial-card--light{background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.06);}
.onyx-testimonial-card--dark{background:var(--dark);color:#fff;}
.onyx-testimonial-card .stars{color:var(--accent);}
.onyx-testimonial-person{display:flex;align-items:center;gap:12px;margin-top:auto;}
.onyx-testimonial-person img{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.onyx-testimonial-person h5{margin:0 0 2px;font-size:14px;}
.onyx-testimonial-person span{font-size:12px;color:#888;}
.onyx-testimonial-card--dark .onyx-testimonial-person span{color:#aaa;}

.onyx-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.onyx-gallery-item{position:relative;border-radius:8px;overflow:hidden;height:230px;cursor:pointer;}
.onyx-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.onyx-gallery-item:hover img{transform:scale(1.08);}
.onyx-gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%);display:flex;align-items:flex-end;padding:16px;opacity:0;transition:.3s;pointer-events:none;}
.onyx-gallery-item:hover .onyx-gallery-overlay{opacity:1;}
.onyx-gallery-overlay span{color:#fff;font-weight:700;font-size:14px;}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px){
  .hero-text h1{font-size:44px;}
}
@media (max-width: 992px){
  .main-nav{display:none;}
  .hamburger{display:flex;}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .services-grid{grid-template-columns:repeat(2,1fr);}
  .process-grid{grid-template-columns:repeat(2,1fr);}
  .stats-row{grid-template-columns:repeat(2,1fr);}
  .stats-row-light{grid-template-columns:repeat(2,1fr);}
  .features-grid{grid-template-columns:repeat(2,1fr);}
  .mv-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(3,1fr);}
  .gallery-grid-full{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .test-cards-grid{grid-template-columns:1fr;max-width:480px;}
  .test-card-new.dark{transform:none;}
  .contact-grid{grid-template-columns:1fr;}
  .onyx-services-grid{grid-template-columns:repeat(2,1fr);}
  .onyx-testimonials-grid{grid-template-columns:1fr;max-width:480px;}
  .onyx-gallery-grid{grid-template-columns:repeat(3,1fr);}
  .hero-text h1{font-size:40px;}
  .about-img img, .trusted-img img{height:380px;}
  .topbar .cta-line{font-size:12.5px;}
  .topbar .top-links{font-size:12.5px;gap:16px;}
}
@media (max-width: 768px){
  .section{padding:60px 0;}
  .about{padding-top:100px;}
  .feature-strip{margin-top:-55px;}
  .feature-grid{grid-template-columns:1fr;}
  .services-grid{grid-template-columns:1fr;}
  .process-grid{grid-template-columns:1fr;}
  .stats-row{grid-template-columns:1fr 1fr;}
  .stats-row-light{grid-template-columns:1fr 1fr;}
  .features-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-grid-full{grid-template-columns:1fr;}
  .cta-banner .container{flex-direction:column;align-items:flex-start;}
  .about .container, .trusted .container, .quote-section .container{flex-direction:column;}
  .about-img, .trusted-img{margin-bottom:20px;}
  .about-img img, .trusted-img img{height:320px;}
  .exp-badge{left:16px;bottom:-30px;padding:16px 20px;min-width:130px;}
  .exp-badge .num{font-size:26px;}
  .footer-grid{grid-template-columns:1fr;gap:32px;}
  .form-row{grid-template-columns:1fr;}
  .quote-form{padding:32px;}
  .newsletter-form{max-width:340px;}
  .contact-form-card{padding:28px;}
  .map-wrap{height:300px;margin-top:40px;}
  .cta-solid .container{flex-direction:column;align-items:flex-start;text-align:left;}
  .topbar .container{justify-content:center;text-align:center;}
  .topbar .top-links{display:none;}
  .topbar .cta-line{font-size:12px;}
  .hero-text h1{font-size:32px;}
  .hero-text p{max-width:100%;}
  .section-title{font-size:28px;}
  .test-right{grid-template-columns:1fr;}
  .test-cards-grid{grid-template-columns:1fr;}
  .test-card-new.dark{transform:none;}
  .check-list-grid{grid-template-columns:1fr;}
  .logo img{height:42px;}
  .page-hero{padding:70px 0 50px;}
  .page-hero h1{font-size:32px;}
  .onyx-services-grid{grid-template-columns:1fr;}
  .onyx-gallery-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 480px){
  .gallery-grid{grid-template-columns:1fr;}
  .hero{padding:80px 0 110px;}
  .hero-text h1{font-size:27px;}
  .quote-form{padding:26px;}
  .cta-banner h2{font-size:22px;}
  .test-card-new{padding:26px 22px;}
  .exp-badge{position:static;margin-top:-40px;margin-left:16px;display:inline-block;}
  .about-img{margin-bottom:60px;}
  .stats-row{grid-template-columns:1fr;}
  .stats-row-light{grid-template-columns:1fr;}
  .onyx-gallery-grid{grid-template-columns:1fr;}
}


/* ===== MOBILE NAV OVERFLOW FIX =====
   On narrow phones the "Get A Quote" button + hamburger together were wider
   than the viewport, which combined with body{overflow-x:hidden} caused the
   hamburger to be invisible/clipped off-screen. Hide the desktop CTA button
   below 576px so only the hamburger (which opens the full mobile menu,
   including a "Get A Quote" link) remains. */
@media (max-width: 576px){
  .nav-right .btn{display:none;}
  .navwrap .container{flex-wrap:nowrap;}
}


/* ===== ELEMENTOR CONTAINER GRID FIX =====
   Elementor Container elements render as CSS flex by default (.e-con) and
   wrap boxed children in an auto-generated .e-con-inner div. Our .contact-grid
   design relies on CSS Grid (2 columns), so override the inner wrapper. */
.contact-grid.e-con > .e-con-inner{
  display:grid !important;
  grid-template-columns:1.5fr 1fr !important;
  gap:26px !important;
  align-items:start !important;
}
.contact-grid.e-con > .e-con-inner > *{
  width:auto !important;
  max-width:none !important;
}


/* ===== HEADER NAV CENTERING =====
   Logo stays left, "Get A Quote" + hamburger stay right (flex space-between),
   main menu is absolutely centered in the bar regardless of side widths. */
.navwrap .container{
  position:relative;
}
.navwrap .main-nav{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
@media (max-width:900px){
  .navwrap .main-nav{
    position:static;
    transform:none;
  }
}


/* ===== SERVICE CARDS — full-image, hover-fade overlay, no link =====
   Overrides the original .service-card rules (white card + stacked text)
   with a full-bleed image card; number/title/description live in
   .service-overlay and fade + slide up from the bottom only on hover. */
.service-card{
  position:relative;
  background:none;
  border:none;
  padding:0;
  border-radius:10px;
  overflow:hidden;
  height:320px;
  display:block;
  flex-direction:unset;
  cursor:default;
}
.service-card:hover{
  box-shadow:0 16px 30px rgba(0,0,0,.18);
  transform:none;
}
.service-card img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:0 !important;
  margin-bottom:0 !important;
  display:block !important;
  transition:transform .45s ease;
}
.service-card:hover img{
  transform:scale(1.08);
}
.service-card .service-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px 22px;
  background:linear-gradient(to top, rgba(15,17,20,.92) 0%, rgba(15,17,20,.35) 65%, rgba(15,17,20,0) 100%);
  opacity:0;
  transform:translateY(18px);
  transition:opacity .35s ease, transform .35s ease;
}
.service-card:hover .service-overlay{
  opacity:1;
  transform:translateY(0);
}
.service-card .service-num{
  margin-bottom:8px;
}
.service-card h3{
  color:#fff;
  margin-bottom:8px;
}
.service-card p{
  color:#e2e2e2;
  flex-grow:0;
}


/* ===== HEADER NAV CENTERING v2 =====
   The absolute-centering attempt above centers on the WHOLE bar, which
   overlaps a wide logo. Use a 3-column grid instead so the menu centers
   only within the space actually left between the logo and the CTA/hamburger. */
.navwrap .container{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
  column-gap:24px;
}
.navwrap .container > a.logo,
.navwrap .container > a.custom-logo-link{
  grid-column:1;
}
.navwrap .main-nav{
  grid-column:2;
  justify-self:center;
  position:static !important;
  top:auto !important;
  left:auto !important;
  transform:none !important;
}
.navwrap .nav-right{
  grid-column:3;
}
@media (max-width:900px){
  .navwrap .container{
    grid-template-columns:auto auto !important;
  }
  .navwrap .main-nav{
    display:none;
  }
}

@media (max-width:900px){
  .navwrap .container{
    justify-content:space-between !important;
  }
}


/* ===== FOOTER NEWSLETTER FORM ===== */
.footer-col .wpcf7-form{margin-top:8px;}
.footer-col .wpcf7-form .newsletter-row p{display:flex;gap:8px;flex-wrap:nowrap;margin:0;align-items:flex-start;}
.footer-col .wpcf7-form .newsletter-row .wpcf7-form-control-wrap{flex:1 1 auto;min-width:0;display:block;}
.footer-col .wpcf7-form .newsletter-row input[type=email]{width:100%;padding:10px 10px;border-radius:6px;border:none;font-size:13px;box-sizing:border-box;}
.footer-col .wpcf7-form .newsletter-row input[type=submit]{background:var(--accent);color:#fff;border:none;padding:10px 14px;border-radius:6px;font-weight:600;cursor:pointer;transition:.25s;flex-shrink:0;white-space:nowrap;font-size:13px;}
.footer-col .wpcf7-form .newsletter-row input[type=submit]:hover{opacity:.9;}
.footer-col .wpcf7-form .wpcf7-not-valid-tip{color:#ff9b9b;font-size:12.5px;margin-top:6px;}
.footer-col .wpcf7-form .wpcf7-response-output{color:var(--text-muted);font-size:12.5px;margin-top:10px;border-radius:6px;padding:8px 10px;}


/* ===== CONTACT GRID MOBILE STACK FIX ===== */
/* The Elementor .e-con-inner override above forces 2 columns at all widths
   with !important and no media query, so it beat the responsive
   .contact-grid{grid-template-columns:1fr} rule at 768px. Re-assert single
   column here, scoped to narrow viewports, with matching !important. */
@media (max-width:768px){
  .contact-grid.e-con > .e-con-inner{
    grid-template-columns:1fr !important;
  }
}


/* ===== CONTACT GRID CONTAINER FIX ===== */
/* .contact-grid has no .container ancestor in the actual DOM (the raw-HTML
   open tag never nested it), so it was relying on Elementor's own internal
   e-con-boxed width logic instead of the site's standard container sizing,
   causing inconsistent centering/gaps at various widths. Make the grid
   itself behave exactly like .container, and let e-con-inner just fill it. */
.contact-grid.e-con{
  width:100% !important;
  max-width:var(--maxw) !important;
  margin:0 auto !important;
  padding:0 24px !important;
  box-sizing:border-box !important;
}
.contact-grid.e-con > .e-con-inner{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
}


/* ===== FOOTER LOGO SIZE ===== */
.footer-col .logo img.footer-logo-img{
  height:90px !important;
  width:auto !important;
}

/* ===== CONTACT FORM REDESIGN ===== */
.contact-form-card{
  box-shadow:0 4px 24px rgba(0,0,0,.05);
}
.contact-form-card .form-row{
  display:block !important;
  margin-bottom:0 !important;
}
.contact-form-card .form-row p{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:0 0 20px;
}
.contact-form-card .form-row br{
  display:none;
}
.contact-form-card > form > p{
  margin:0 0 20px;
}
.contact-form-card input:not([type=submit]),
.contact-form-card select,
.contact-form-card textarea{
  border:1.5px solid #e2e2e4;
  transition:border-color .25s, box-shadow .25s;
}
.contact-form-card input:not([type=submit]):focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus{
  outline:none;
  border-color:var(--accent);
  box-shadow:0 0 0 4px rgba(234,106,18,.12);
}
.contact-form-card textarea{
  margin-bottom:0;
}
.contact-form-card select{
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  padding-right:40px;
}
.contact-form-card input[type=submit].btn,
.contact-form-card .wpcf7-submit{
  width:100%;
  background:var(--accent) !important;
  color:#fff !important;
  border:none !important;
  padding:16px 30px !important;
  border-radius:6px !important;
  font-weight:700 !important;
  letter-spacing:.5px;
  text-transform:uppercase;
  font-size:14px !important;
  cursor:pointer;
  transition:.3s;
  margin-top:4px;
}
.contact-form-card input[type=submit].btn:hover,
.contact-form-card .wpcf7-submit:hover{
  background:var(--accent-dark) !important;
}
@media (max-width:768px){
  .contact-form-card .form-row p{
    grid-template-columns:1fr;
    gap:14px;
  }
}
