:root {
    --navy: #0b2545;
    --navy-light: #12345f;
    --accent: #ff5f13;
    --accent-dark: #e04f0a;
    --bg-soft: #f6f8fb;
    --text-muted: #5c6b7a;
    --radius: 14px;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #24313f;
    background: #fff;
}

h1, h2, h3, h4, h5, .brand-text {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 700;
    color: var(--navy);
}

a { text-decoration: none; }

/* ===== Top strip ===== */
.top-strip {
    background: var(--navy);
    color: #dbe4ef;
}
.top-strip a { color: #dbe4ef; }
.top-strip a:hover { color: #fff; }
.badge-emergency {
    background: var(--accent);
    color: #fff;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
}

/* ===== Nav ===== */
.main-nav { padding: .6rem 0; box-shadow: 0 2px 12px rgba(11,37,69,.06); }
.brand-text { font-size: .85rem; line-height: 1.2; color: var(--navy); }
.brand-text strong { color: var(--accent); }
.main-nav .nav-link { color: var(--navy); font-weight: 600; font-size: .95rem; margin: 0 .35rem; }
.main-nav .nav-link.active, .main-nav .nav-link:hover { color: var(--accent); }
.btn-accent {
    background: var(--accent);
    color: #fff !important;
    font-weight: 600;
    border-radius: 999px;
    padding: .55rem 1.3rem;
    border: none;
}
.btn-accent:hover { background: var(--accent-dark); color: #fff; }
.btn-outline-navy {
    border: 2px solid var(--navy);
    color: var(--navy);
    font-weight: 600;
    border-radius: 999px;
    padding: .5rem 1.3rem;
}
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

/* ===== Hero ===== */
.hero {
    position: relative;
    background-size: cover;
    background-position: center 30%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(115deg, rgba(11,37,69,.92) 0%, rgba(11,37,69,.72) 45%, rgba(11,37,69,.35) 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero-eyebrow {
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    font-size: .85rem;
}
.hero h1 { color: #fff; font-size: 3rem; line-height: 1.1; }
.hero p.lead { color: #dbe4ef; max-width: 560px; }
.hero-stats { border-top: 1px solid rgba(255,255,255,.2); margin-top: 2.5rem; padding-top: 1.5rem; }
.hero-stats .stat-num { font-size: 1.8rem; font-weight: 800; color: #fff; }
.hero-stats .stat-label { font-size: .8rem; color: #b9c6d6; text-transform: uppercase; letter-spacing: .04em; }

.page-hero {
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-light) 100%);
    color: #fff;
    padding: 5rem 0 3.5rem;
}
.page-hero h1 { color: #fff; }
.page-hero .breadcrumb-nems a { color: #b9c6d6; }
.page-hero .breadcrumb-nems span { color: var(--accent); font-weight: 600; }

/* ===== Sections ===== */
.section-padding { padding: 5rem 0; }
.section-eyebrow {
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    font-size: .82rem;
}
.section-title { font-size: 2.1rem; margin-top: .35rem; }
.bg-soft { background: var(--bg-soft); }

/* ===== Service cards ===== */
.service-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(11,37,69,.08);
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid #eef1f6;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(11,37,69,.14); }
.service-card .service-img { height: 190px; overflow: hidden; }
.service-card .service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-img img { transform: scale(1.08); }
.service-card .service-body { padding: 1.4rem; }
.service-icon-badge {
    width: 46px; height: 46px;
    background: rgba(255,95,19,.1);
    color: var(--accent);
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    margin-bottom: .75rem;
}
.service-card h5 a { color: var(--navy); }
.service-card h5 a:hover { color: var(--accent); }
.service-card .more-link { font-weight: 600; color: var(--accent); font-size: .9rem; }

/* ===== Why choose us / stats ===== */
.feature-item { display: flex; gap: 1rem; align-items: flex-start; }
.feature-icon {
    width: 52px; height: 52px; flex-shrink: 0;
    background: var(--navy);
    color: var(--accent);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
}

.stat-block { text-align: center; padding: 1.5rem 1rem; }
.stat-block .num { font-size: 2.3rem; font-weight: 800; color: var(--navy); }
.stat-block .label { color: var(--text-muted); font-size: .9rem; }

/* ===== Partners ===== */
.partner-logo {
    background: #fff;
    border-radius: 12px;
    padding: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    height: 100px;
    border: 1px solid #eef1f6;
    filter: grayscale(100%);
    opacity: .75;
    transition: all .2s ease;
}
.partner-logo:hover { filter: none; opacity: 1; }
.partner-logo img { max-height: 55px; max-width: 100%; object-fit: contain; }

/* ===== CTA band ===== */
.cta-band {
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-light) 100%);
    color: #fff;
    border-radius: var(--radius);
}

/* ===== Sidebar (service detail) ===== */
.sidebar-services .list-group-item {
    border: none;
    border-bottom: 1px solid #eef1f6;
    padding: .8rem 1rem;
    font-weight: 600;
    color: var(--navy);
}
.sidebar-services .list-group-item.active {
    background: var(--accent);
    color: #fff;
    border-radius: 10px;
}
.sidebar-services .list-group-item:not(.active):hover { color: var(--accent); }

.contact-card {
    background: var(--navy);
    color: #fff;
    border-radius: var(--radius);
    padding: 1.8rem;
}
.contact-card .bi { color: var(--accent); }

/* ===== Forms ===== */
.form-nems .form-control, .form-nems .form-select {
    border-radius: 10px;
    border: 1px solid #dde3ea;
    padding: .7rem .9rem;
}
.form-nems .form-control:focus, .form-nems .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 .2rem rgba(255,95,19,.15);
}
.form-nems label { font-weight: 600; color: var(--navy); font-size: .9rem; margin-bottom: .3rem; }

/* ===== Footer ===== */
.site-footer { background: #081a30; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: #b9c6d6; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { background: #05121f; }
.social-links a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px;
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 50%;
    margin-right: .4rem;
}
.social-links a:hover { background: var(--accent); }

/* ===== Back to top ===== */
.back-to-top {
    position: fixed; right: 22px; bottom: 22px;
    width: 46px; height: 46px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 18px rgba(255,95,19,.4);
    opacity: 0; visibility: hidden;
    transition: all .25s ease;
    z-index: 999;
}
.back-to-top.show { opacity: 1; visibility: visible; }

/* ===== Misc ===== */
.map-frame { border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(11,37,69,.1); }
.alert-nems { border-radius: 10px; }

@media (max-width: 991px) {
    .hero { min-height: 50vh; }
    .hero h1 { font-size: 2.2rem; }
}
