:root {
    --navy: #1B3B6F;
    --navy-dark: #12305C;
    --blue: #274E8E;
    --orange: #D42027;
    --orange-dark: #A81319;
    --light-bg: #F4F6FA;
    --text-muted: #5B6B84;
}

body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: #223047;
}

a { text-decoration: none; }

.text-brand-navy { color: var(--navy); }

/* Buttons */
.btn-brand-orange {
    background-color: var(--orange);
    border-color: var(--orange);
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
}
.btn-brand-orange:hover { background-color: var(--orange-dark); border-color: var(--orange-dark); color: #fff; }

.btn-brand-navy {
    background-color: var(--navy);
    border-color: var(--navy);
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
}
.btn-brand-navy:hover { background-color: var(--navy-dark); border-color: var(--navy-dark); color: #fff; }

.btn-outline-light {
    border-radius: 8px;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
}

/* Topbar & Navbar */
.topbar { background-color: var(--navy-dark); }
.topbar-link { color: #cfe0ff; font-size: 0.85rem; text-decoration: none; }
.topbar-link:hover { color: #fff; }

.site-header .navbar { padding: 0.75rem 0; }
.navbar-brand img { display: block; }
.nav-link { font-weight: 600; color: #223047 !important; padding: 0.5rem 0.9rem !important; }
.nav-link.active, .nav-link:hover { color: var(--orange) !important; }

/* Hero */
.hero {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(18,48,92,0.92) 0%, rgba(18,48,92,0.55) 70%, rgba(18,48,92,0.3) 100%);
}
.badge-pill {
    display: inline-block;
    background: rgba(212,32,39,0.15);
    color: var(--orange);
    border: 1px solid rgba(212,32,39,0.4);
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}
.hero-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1rem;
}
.hero .row {
    transform: translateY(-18px);
}
.hero-subtitle {
    color: #e3ecff;
    font-size: 1.1rem;
    max-width: 620px;
}

/* Homepage videos */
.home-videos {
    background: linear-gradient(180deg, #fff 0%, var(--light-bg) 100%);
    border-bottom: 1px solid #e8edf5;
}
.home-video-card {
    overflow: hidden;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid #e3e8f0;
    border-radius: 16px;
    background: #0b1628;
    box-shadow: 0 8px 24px rgba(18, 48, 92, 0.12);
}
.home-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background: #0b1628;
}

/* Page hero (inner pages) */
.page-hero {
    background: linear-gradient(120deg, #050505, #171717);
    padding: 5rem 0 4rem;
    color: #fff;
}
.page-hero h1 { font-weight: 800; font-size: clamp(2rem, 4vw, 2.6rem); }
.page-hero p { color: #cfe0ff; font-size: 1.1rem; margin-bottom: 0; }

/* Stats */
.stats-strip { border-bottom: 1px solid #eef1f6; }
.stat-number { font-size: 2.2rem; font-weight: 800; color: var(--navy); }
.stat-label { color: var(--text-muted); font-weight: 600; }

/* Sections */
.section-eyebrow {
    display: inline-block;
    color: var(--orange);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}
.section-title { font-weight: 800; color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }

/* Service cards */
.service-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    box-shadow: 0 4px 18px rgba(18,48,92,0.06);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #eef1f6;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(18,48,92,0.12); }
.service-icon {
    width: 64px; height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
}
.service-title { font-weight: 700; color: var(--navy); font-size: 1.15rem; margin-bottom: 0.5rem; }
.service-desc { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1rem; }
.service-link { color: var(--orange); font-weight: 600; font-size: 0.9rem; }

.service-detail-icon {
    width: 72px; height: 72px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
}
.service-detail-body p { color: var(--text-muted); margin-bottom: 1.1rem; line-height: 1.75; }

/* Why us */
.why-us { background: var(--light-bg); }
.why-item {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 4px 14px rgba(18,48,92,0.05);
}
.why-item i { font-size: 1.6rem; color: var(--orange); margin-bottom: 0.75rem; display: block; }
.why-item h4 { font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.why-item p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 0; }

/* Testimonials */
.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 4px 18px rgba(18,48,92,0.06);
    border: 1px solid #eef1f6;
}
.testimonial-rating { color: var(--orange); margin-bottom: 0.75rem; }
.testimonial-content { color: #3b4a63; font-style: italic; margin-bottom: 1rem; }
.testimonial-name { font-weight: 700; color: var(--navy); }
.testimonial-location { color: var(--text-muted); font-size: 0.85rem; }

/* Blog cards */
.blog-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(18,48,92,0.06);
    border: 1px solid #eef1f6;
    height: 100%;
    transition: transform 0.2s ease;
}
.blog-card:hover { transform: translateY(-6px); }
.blog-card-image { height: 190px; background-size: cover; background-position: center; }
.blog-card-body { padding: 1.5rem; }
.blog-card-date { color: var(--orange); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }
.blog-card-title { color: var(--navy); font-weight: 700; font-size: 1.1rem; margin: 0.5rem 0; }
.blog-card-excerpt { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 0; }

.blog-article-body p { color: #3b4a63; line-height: 1.8; margin-bottom: 1.25rem; }
.blog-article-body ol { color: #3b4a63; line-height: 1.8; margin-bottom: 1.25rem; }

/* Accordion */
.accordion-button:not(.collapsed) { background-color: #fff2e2; color: var(--navy); }
.accordion-button:focus { box-shadow: none; }
.accordion-item { border-color: #eef1f6; margin-bottom: 0.5rem; border-radius: 10px !important; overflow: hidden; }
.accordion-button { font-weight: 600; }

/* CTA */
.cta-section {
    background: linear-gradient(120deg, #050505, #171717);
    color: #fff;
}
.cta-title { font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.1rem); }
.cta-subtitle { color: #cfe0ff; }

/* Footer */
.site-footer { background: #080808; }
.footer-heading { color: #fff; font-weight: 700; margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a, .footer-links { color: #b9c8e6; font-size: 0.92rem; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-social {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
}
.footer-social:hover { background: var(--orange); color: #fff; }
.footer-bottom { background: #000; }
.footer-credit {
    color: #8fa6cc;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-credit:hover {
    color: var(--orange);
    text-decoration: underline;
}

/* WhatsApp float */
.whatsapp-float {
    position: fixed;
    bottom: 24px; right: 24px;
    width: 60px; height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    z-index: 1000;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.05); }

/* Sidebar cards */
.sidebar-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 14px rgba(18,48,92,0.05);
}
.sidebar-card h4 { color: var(--navy); font-weight: 700; font-size: 1.05rem; margin-bottom: 1rem; }
.sidebar-service-list li { margin-bottom: 0.6rem; }
.sidebar-service-list a { color: #3b4a63; font-size: 0.92rem; }
.sidebar-service-list a:hover { color: var(--orange); }
.sidebar-cta { background: linear-gradient(120deg, #050505, #171717); color: #fff; }
.sidebar-cta h4 { color: #fff; }
.sidebar-cta p { color: #cfe0ff; font-size: 0.9rem; }

/* Contact */
.contact-info-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 14px;
    padding: 1.75rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 14px rgba(18,48,92,0.05);
}
.contact-info-card i { font-size: 1.8rem; color: var(--orange); margin-bottom: 0.75rem; display: block; }
.contact-info-card h4 { color: var(--navy); font-weight: 700; font-size: 1rem; }
.contact-info-card a { color: var(--text-muted); }
.contact-form .form-control, .contact-form .form-select {
    padding: 0.7rem 0.9rem;
    border-radius: 8px;
    border-color: #dbe2ee;
}

/* Gallery */
.gallery-item { position: relative; }
.gallery-caption {
    position: absolute; left: 0.75rem; bottom: 0.75rem;
    background: rgba(18,48,92,0.85);
    color: #fff; padding: 0.3rem 0.8rem; border-radius: 6px; font-size: 0.85rem;
}

/* About */
.value-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 4px 14px rgba(18,48,92,0.05);
}
.value-card i { font-size: 1.8rem; color: var(--orange); margin-bottom: 0.75rem; display: block; }
.value-card h4 { color: var(--navy); font-weight: 700; }
.value-card p { color: var(--text-muted); font-size: 0.92rem; margin-bottom: 0; }
.about-stat {
    background: var(--light-bg);
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
}
.about-stat strong { display: block; font-size: 1.4rem; color: var(--navy); }
.about-stat span { color: var(--text-muted); font-size: 0.85rem; }

@media (max-width: 991px) {
    .hero { min-height: 520px; }
}

@media (max-width: 575px) {
    .home-videos {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }
    .home-videos .row {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0.75rem;
        padding-bottom: 0.75rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .home-videos .row::-webkit-scrollbar {
        display: none;
    }
    .home-videos .row > [class*="col-"] {
        flex: 0 0 min(64vw, 240px);
        width: min(64vw, 240px);
        max-width: 240px;
        scroll-snap-align: start;
    }
    .home-video-card {
        max-width: none;
    }
}

/* Structured city articles */
.article-page {
    background: linear-gradient(180deg, #f7f9fc 0, #fff 240px);
}
.article-city-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}
.structured-article {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 20px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    box-shadow: 0 12px 36px rgba(18, 48, 92, 0.07);
}
.article-lead {
    color: #44536b;
    font-size: 1.08rem;
    line-height: 1.85;
    padding: 1.25rem 1.4rem;
    margin-bottom: 2.5rem;
    border-left: 4px solid var(--orange);
    border-radius: 0 12px 12px 0;
    background: #f7f9fc;
}
.article-content-section + .article-content-section {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #edf1f6;
}
.article-direction {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: rgba(212, 32, 39, 0.08);
    color: var(--orange);
    font-size: 0.8rem;
    font-weight: 800;
}
.article-content-section h2,
.article-price-heading h2 {
    color: var(--navy);
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
}
.article-copy p {
    color: #3b4a63;
    line-height: 1.9;
    margin: 0 0 1.25rem;
}
.article-feature-image {
    margin: 3rem 0 0;
}
.article-feature-image img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(18, 48, 92, 0.15);
}
.article-feature-image figcaption {
    color: #7a8aa5;
    font-size: 0.82rem;
    margin-top: 0.75rem;
    text-align: center;
}
.article-price-section {
    overflow: hidden;
    margin-top: 3rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid #e4eaf3;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8faff, #fff);
}
.article-price-heading > span {
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.article-price-heading p {
    color: var(--text-muted);
}
.article-price-table {
    overflow: hidden;
    margin: 1.25rem 0;
    border: 1px solid #e4eaf3;
    border-radius: 12px;
}
.article-price-table thead th {
    padding: 0.9rem 1rem;
    border: 0;
    background: var(--navy);
    color: #fff;
    font-size: 0.86rem;
}
.article-price-table td {
    padding: 0.95rem 1rem;
    border-color: #edf1f6;
    color: #3b4a63;
}
.article-price-table strong {
    color: var(--orange);
}
.article-price-note {
    color: #5b6b84;
    font-size: 0.88rem;
    line-height: 1.65;
}
.article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #edf1f6;
}
.article-tags strong {
    color: var(--navy);
    margin-right: 0.2rem;
}
.article-tags span {
    padding: 0.35rem 0.7rem;
    border: 1px solid #e0e6ef;
    border-radius: 999px;
    background: #f7f9fc;
    color: #53627a;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .structured-article {
        border-radius: 14px;
    }
    .article-feature-image img {
        border-radius: 12px;
    }
    .article-price-table th,
    .article-price-table td {
        padding: 0.75rem;
        font-size: 0.82rem;
    }
}

/* Core Web Vitals: reserve media space and lazy-load card images */
.blog-card-image{overflow:hidden;aspect-ratio:16/9;background:#eef2f6}
.blog-card-image img{display:block;width:100%;height:100%;object-fit:cover}

.home-black-tone { color: #000 !important; }
.home-black-bg { background-color: #000 !important; border-color: #000 !important; color: #fff !important; }
.home-black-bg:hover, .home-black-bg:focus { background-color: #171717 !important; border-color: #171717 !important; color: #fff !important; }


/* Mobile hero: keep the complete truck visible without changing desktop */
@media (max-width: 767px) {
    .hero {
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #102f57;
        min-height: 0;
        padding: 190px 0 32px;
        align-items: flex-start;
        overflow: hidden;
    }
    .hero-overlay {
        background: linear-gradient(180deg, rgba(8, 28, 52, 0.12) 0, rgba(8, 28, 52, 0.42) 145px, rgba(16, 47, 87, 0.96) 205px, #102f57 100%);
    }
    .hero > .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .hero .row {
        transform: none;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }
    .hero .row > [class*="col-"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .hero-title {
        max-width: 100%;
        margin-bottom: 0.75rem;
        font-size: clamp(1.7rem, 7.5vw, 2rem);
        line-height: 1.12;
        white-space: normal;
        overflow-wrap: break-word;
    }
    .hero-subtitle {
        max-width: 100%;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5;
    }
    .hero .d-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem !important;
    }
    .hero .btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 360px) {
    .hero {
        padding-top: 175px;
    }
    .hero-title {
        font-size: 1.65rem;
    }
}

