:root {
    --abd-blue: #0c4a86;
    --abd-blue-dark: #072f55;
    --abd-orange: #f58220;
    --abd-soft: #f5f8fb;
    --abd-text: #243142;
}

body {
    color: var(--abd-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}

a {
    color: var(--abd-blue);
    text-decoration: none;
}

a:hover {
    color: var(--abd-orange);
}

.topbar {
    background: linear-gradient(90deg, var(--abd-blue-dark), var(--abd-blue));
    font-size: .95rem;
}

.topbar-link {
    color: #fff;
}

.topbar-link:hover {
    color: #fff;
    opacity: .85;
}

.navbar-brand img,
.footer-logo {
    height: auto;
    max-width: 210px;
}

.nav-link {
    font-weight: 600;
}

.nav-link.active,
.dropdown-item:active {
    color: var(--abd-orange) !important;
}

.btn-primary {
    background: var(--abd-orange);
    border-color: var(--abd-orange);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #d96e12;
    border-color: #d96e12;
}

.hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: var(--abd-blue-dark);
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider div {
    height: 720px;
}

.hero-slider img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 47, 85, .92), rgba(7, 47, 85, .58), rgba(7, 47, 85, .25));
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 620px;
}

.text-white-75 {
    color: rgba(255,255,255,.82);
}

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--abd-orange);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    margin-bottom: .75rem;
}

.eyebrow::before,
.section-label::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.section-pad {
    padding: 90px 0;
}

.bg-light {
    background-color: var(--abd-soft) !important;
}

.feature-card,
.cert-card,
.content-card,
.contact-panel,
.price-card {
    background: #fff;
    border: 1px solid rgba(12, 74, 134, .08);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(7, 47, 85, .08);
    padding: 32px;
}

.service-card {
    display: block;
    padding: 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(12, 74, 134, .08);
    box-shadow: 0 18px 45px rgba(7, 47, 85, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 65px rgba(7, 47, 85, .13);
}

.service-card i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(245, 130, 32, .12);
    color: var(--abd-orange);
    font-size: 1.6rem;
    margin-bottom: 22px;
}

.service-card h3 {
    color: var(--abd-blue-dark);
    font-size: 1.15rem;
}

.service-card p {
    color: var(--abd-text);
    margin-bottom: 0;
}

.cert-logo {
    max-width: 150px;
    max-height: 90px;
    object-fit: contain;
}

.cta-section {
    color: #fff;
    padding: 70px 0;
    background: linear-gradient(135deg, var(--abd-blue-dark), var(--abd-blue));
}

.page-hero {
    position: relative;
    padding: 150px 0 110px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 47, 85, .94), rgba(7, 47, 85, .55));
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-weight: 800;
    max-width: 900px;
}

.page-hero p {
    max-width: 760px;
    color: rgba(255,255,255,.84);
    font-size: 1.2rem;
}

.timeline {
    position: relative;
    padding-left: 28px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 7px;
    width: 2px;
    background: rgba(12, 74, 134, .18);
}

.timeline div {
    position: relative;
    margin-bottom: 26px;
    padding: 20px 22px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(7, 47, 85, .07);
}

.timeline div::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 28px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--abd-orange);
}

.timeline strong,
.timeline span {
    display: block;
}

.reference-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(12, 74, 134, .08);
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(7, 47, 85, .06);
}

.reference-logo img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.reference-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

.price-card h2 {
    color: var(--abd-blue-dark);
    font-size: 3rem;
    font-weight: 800;
}

.price-card small {
    display: block;
    font-size: 1rem;
    color: var(--abd-text);
    font-weight: 600;
}

.form-control {
    min-height: 52px;
    border-radius: 14px;
}

textarea.form-control {
    min-height: 150px;
}

.footer {
    color: rgba(255,255,255,.78);
    background: var(--abd-blue-dark);
}

.footer h3,
.footer a,
.footer-bottom {
    color: #fff;
}

.footer a:hover {
    color: var(--abd-orange);
}

.social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .92rem;
}

.notfound-img {
    max-width: 420px;
}

@media (max-width: 991.98px) {
    .hero,
    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slider div,
    .hero-slider img {
        height: 640px;
        min-height: 640px;
    }

    .section-pad {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .hero,
    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slider div,
    .hero-slider img {
        height: 590px;
        min-height: 590px;
    }

    .display-4 {
        font-size: 2.35rem;
    }

    .page-hero {
        padding: 120px 0 80px;
    }

    .feature-card,
    .cert-card,
    .content-card,
    .contact-panel,
    .price-card {
        padding: 24px;
    }
}
