:root{
    --primary:#0d6efd; /* Bootstrap primary */
    --accent:#0b5ed7;
    --muted:#6c757d;
    --bg:#ffffff;
}
body{background:var(--bg);color:#1e293b;font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;}
.site-header .navbar-brand{color:#fff !important}
.site-header .navbar{transition:background .3s ease}
.hero{min-height:72vh;display:flex;align-items:center}
.hero h1{color:#fff;text-shadow:0 2px 6px rgba(2,6,23,.6)}
.hero .lead{color:rgba(255,255,255,.9)}
.service-card .icon{font-size:28px;color:var(--primary)}
.why-card .icon{font-size:30px;color:var(--accent)}
.contact-cta{background:linear-gradient(90deg, rgba(13,110,253,.95), rgba(11,94,215,.95));color:#fff}
.page-banner{padding-top:85px}
/* Footer tweaks */
.site-footer a.footer-link{color:inherit}

/* Responsive tweaks */
@media (max-width:767px){
    .hero{min-height:56vh;padding:4rem 1rem}
    .site-header .navbar{padding:.5rem 0}
}

/* Utility */
.card-slim{padding:1.25rem}

/* Footer (attachment-like) */
.footer-dark{background:#0b0b0b;color:#e6e6e6}
.footer-dark .footer-heading{color:#ffd966;font-weight:700;font-size:1rem}
.footer-dark p{color:rgba(230,230,230,.9)}
.footer-dark .footer-link{color:rgba(230,230,230,.85);text-decoration:none}
.footer-dark .footer-link:hover{color:#fff;text-decoration:underline}
.footer-dark hr{border-color:rgba(255,255,255,.06)}
.footer-social a{font-size:16px;color:rgba(255,255,255,.85)}

/* Download brochure CTA (modern + stable) */
.download-brochure{
    position:fixed;
    left:16px;
    bottom:82px;
    top:auto;
    transform:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:linear-gradient(135deg, #2b6cf6 0%, #7b4dff 55%, #00b7ff 100%);
    color:#fff;
    padding:10px 16px;
    border-radius:999px;
    z-index:9999;
    text-decoration:none;
    box-shadow:0 10px 26px rgba(24, 50, 120, .32);
    border:1px solid rgba(255,255,255,.22);
    transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.download-brochure:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(24, 50, 120, .4);
    filter:saturate(1.08);
    color:#fff;
}
.download-brochure i{color:#fff;opacity:.95}
.download-brochure span{font-weight:700;letter-spacing:.2px;line-height:1}

/* Back to top */
.back-to-top{position:fixed;right:18px;bottom:18px;background:#ffd966;color:#0b0b0b;padding:10px 12px;border-radius:6px;box-shadow:0 6px 18px rgba(3,3,3,.35);display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.back-to-top i{font-weight:700}

/* Homepage specific */
.feature-icon{width:56px;height:56px;border-radius:8px;background:rgba(13,110,253,.06);display:flex;align-items:center;justify-content:center}
.counter{color:var(--accent)}
.carousel .card{border:none}
.card h5.h6{font-size:1rem}

@media (max-width:767px){
    .download-brochure{display:none}
}




