body {
    font-family: 'Inter', Arial, sans-serif;
    color: #1e293b;
    background: #f8fafc;
    line-height: 1.7;
}

a {
    color: hsl(206, 82%, 33%);
}

a:hover,
a:focus {
    color: #0b4773;
    text-decoration: none;
}

img {
    max-width: 100%;
}

main {
    overflow: hidden;
}

.p-1 {
    padding: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 70px 0;
}

.section-padding-top {
    padding-top: 70px;
}

.eyebrow-light {
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: #cccccc;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
    font-weight: 700;
    color: #0f5f9b;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 12px 24px;
    transition: all 0.25s ease;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    background: #0f5f9b;
    border-color: #0f5f9b;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #0f5f9b;
    border: 2px solid #0f5f9b;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #0f5f9b;
    color: #fff;
}

.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.home-page .site-header {
    background: #fff;
    box-shadow: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.home-page.header-solid .site-header {
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.38);
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
}

.brand img {
    max-width: 380px;
    padding: 5px;
    background: #fff;
}

.header-contact {
    display: flex;
    gap: 24px;
    font-weight: 600;
}

.header-contact a {
    color: #0f172a;
}

.home-page .header-contact a {
    color: #0f172a;
}

.movi-navbar {
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.home-page .movi-navbar {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    transition: background 0.3s ease, border-color 0.3s ease;
}


.movi-navbar .navbar-collapse {
    text-align: center;
}

.movi-navbar .navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.movi-navbar .navbar-header {
    float: none;
}

.movi-navbar .navbar-toggle {
    border-color: #cbd5e1;
    margin-top: 12px;
    margin-bottom: 12px;
}

.movi-navbar .navbar-toggle .icon-bar {
    background-color: #0f172a;
}


.movi-navbar .navbar-nav>li>a,
.movi-navbar .navbar-brand {
    color: #0f172a;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
}

.home-page .movi-navbar .navbar-nav>li>a,
.home-page .movi-navbar .navbar-brand {
    color: #0f172a;
}


.movi-navbar .navbar-nav>.active>a,
.movi-navbar .navbar-nav>.active>a:hover,
.movi-navbar .navbar-nav>li>a:hover,
.movi-navbar .navbar-nav>li>a:focus {
    color: #25a9e0;
    background: transparent;
}


.hero {
    position: relative;
    background: #06192e;
    color: #fff;
    min-height: 100vh;
    width: 100%;
    padding: 140px 0 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(6, 25, 46, 0.55), rgba(6, 25, 46, 0.8));
    z-index: 1;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 960px;
    width: 100%;
}

.hero h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 18px;
    font-weight: 800;
}

.hero .lead {
    font-size: 21px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.hero .supporting-line {
    font-size: 18px;
    margin-bottom: 26px;
    max-width: 640px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-points li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #84cc16;
}

.page-intro {
    padding: 64px 0 32px;
    background: linear-gradient(180deg, #e0f2fe 0%, #f8fafc 100%);
}

.intro-card {
    background: #fff;
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.intro-card h1 {
    margin-top: 0;
    font-size: 44px;
    font-weight: 800;
}

.intro-card p {
    font-size: 18px;
    max-width: 860px;
}

.intro-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    margin: 0 0 12px;
    font-size: 38px;
    font-weight: 800;
}

.section-heading p {
    margin: 0;
    max-width: 800px;
    font-size: 18px;
    color: #475569;
}

.content-card,
.service-card,
.area-card,
.project-card,
.review-card,
.process-card,
.value-card,
.contact-card,
.gallery-photo {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.07);
}

.content-card {
    padding: 36px;
}

.service-grid,
.area-grid,
.project-grid,
.review-grid,
.value-grid,
.contact-grid,
.process-grid,
.gallery-grid {
    display: grid;
    gap: 24px;
}

.service-grid,
.value-grid,
.review-grid,
.project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid,
.contact-grid,
.gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.area-card,
.review-card,
.process-card,
.value-card,
.contact-card {
    padding: 28px;
    height: 100%;
}

.service-card h3,
.area-card h3,
.project-card h3,
.review-card h3,
.contact-card h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 800;
}

.service-card p,
.area-card p,
.project-card p,
.review-card p,
.contact-card p,
.value-card p,
.process-card p {
    color: #475569;
}

.service-link,
.area-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-weight: 700;
}

.service-link:after,
.area-link:after {
    content: '→';
}

.check-list,
.number-list,
.meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li,
.meta-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.check-list li:before,
.meta-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #0f5f9b;
}

.number-list {
    counter-reset: process;
}

.number-list li {
    counter-increment: process;
    position: relative;
    padding-left: 54px;
    margin-bottom: 18px;
    color: #0f172a
}

.number-list li:before {
    content: counter(process);
    position: absolute;
    left: 0;
    top: -2px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f5f9b;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-cover {
    border-radius: 28px;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.dark-section {
    background: #0f172a;
    color: #fff;
}

.dark-section .section-heading p,
.dark-section .service-card p,
.dark-section .value-card p {
    color: rgba(255, 255, 255, 0.8);
}

.dark-section .service-card,
.dark-section .value-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}


.before-after-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.before-after-grid figure {
    margin: 0;
    position: relative;
}

.before-after-grid figcaption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.project-card {
    overflow: hidden;
}

.project-card img,
.gallery-photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project-card-body {
    padding: 24px;
}

.map-embed iframe,
.contact-map iframe {
    border: 0;
    width: 100%;
    min-height: 420px;
    border-radius: 24px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.07);
}

.quote-banner {
    padding: 70px 0;
}

.quote-banner-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 34px;
    background: linear-gradient(135deg, #0f5f9b, #1d4ed8);
    color: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(29, 78, 216, 0.24);
}

.quote-banner-inner h2,
.quote-banner-inner p {
    color: inherit;
    margin: 0;
}

.quote-banner-inner h2 {
    margin-bottom: 10px;
}


.quote-banner-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:
        10px;
}

.quote-banner-actions .btn {
    width: auto;
}

.quote-banner .btn-secondary {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.quote-banner .btn-secondary:hover,
.quote-banner .btn-secondary:focus {
    background: #fff;
    color: #0f5f9b;
}

.site-footer {
    background: #020617;
    color: #cbd5e1;
    padding: 60px 0 26px;
}

.site-footer a {
    color: #fff;
}

.footer-grid {
    margin-bottom: 26px;
}

.footer-col h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 18px;
}

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    font-size: 20px;
}

.tiktok-mark {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group label {
    font-weight: 700;
    color: #0f172a;
}

.form-control {
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    min-height: 48px;
    box-shadow: none;
}

textarea.form-control {
    min-height: 140px;
}

.alert-success-custom,
.alert-error-custom {
    border-radius: 18px;
    padding: 16px 20px;
    margin-bottom: 24px;
    font-weight: 600;
}

.alert-success-custom {
    background: #dcfce7;
    color: #166534;
}

.alert-error-custom {
    background: #fee2e2;
    color: #991b1b;
}

.disclaimer {
    font-size: 14px;
    color: #64748b;
}

@media (max-width: 991px) {

    .hero-grid,
    .service-grid,
    .area-grid,
    .project-grid,
    .review-grid,
    .process-grid,
    .contact-grid,
    .gallery-grid,
    .value-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 42px;
    }

    .quote-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {

    .site-header {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .home-page .site-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.38);
    }

    .home-page .movi-navbar,
    .movi-navbar {
        background: #fff;
        border-top-color: #e2e8f0;
    }

    .movi-navbar .navbar-header {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 15px;
    }

    .movi-navbar .navbar-brand {
        flex: 1;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .movi-navbar .navbar-brand img {
        width: 100%;
        height: auto;
        max-height: 50px;
        object-fit: contain;
    }

    .movi-navbar .navbar-toggle {
        margin-left: auto;
        float: none;
        border-color: #cbd5e1;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .movi-navbar .navbar-toggle .icon-bar {
        background-color: #0f172a;
    }

    .movi-navbar .navbar-collapse {
        text-align: left;
        border-top: 1px solid #e2e8f0;
    }

    .movi-navbar .navbar-nav {
        display: block;
        margin: 0;
    }

    .movi-navbar .navbar-nav>li {
        float: none;
    }

    .movi-navbar .navbar-nav>li>a,
    .home-page .movi-navbar .navbar-nav>li>a,
    .home-page .movi-navbar .navbar-brand {
        color: #0f172a;
    }

    .movi-navbar .navbar-brand {
        color: #0f172a;
        font-weight: 700;
    }

    .before-after-grid {
        grid-template-columns: 1fr;
    }

    .header-bar {
        display: none;
        padding: 0;
        border: 0;
    }

    .hero {
        min-height: 100vh;
        padding: 96px 0 54px;
    }

    .hero h1,
    .intro-card h1,
    .section-heading h2 {
        font-size: 34px;
    }

    .hero .lead,
    .intro-card p,
    .section-heading p {
        font-size: 17px;
    }

    .intro-card,
    .content-card,
    .service-card,
    .area-card,
    .review-card,
    .process-card,
    .value-card,
    .contact-card {
        padding: 24px;
    }

    .quote-banner {
        padding-inline: 15px;
    }
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    transform-origin: left center;
    transform: scaleX(0);
    background: linear-gradient(90deg, #25a9e0, #1d4ed8);
    z-index: 2000;
    box-shadow: 0 2px 10px rgba(29, 78, 216, 0.35);
    pointer-events: none;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.98);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.service-card,
.area-card,
.project-card,
.review-card,
.process-card,
.value-card,
.contact-card,
.content-card,
.intro-card,
.quote-banner-inner,
.media-cover,
.gallery-photo {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover,
.area-card:hover,
.project-card:hover,
.review-card:hover,
.process-card:hover,
.value-card:hover,
.contact-card:hover,
.gallery-photo:hover,
.content-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.13);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .service-card,
    .area-card,
    .project-card,
    .review-card,
    .process-card,
    .value-card,
    .contact-card,
    .gallery-photo,
    .content-card,
    .intro-card,
    .quote-banner-inner,
    .media-cover {
        transition: none;
    }
}