:root {
    --brand: #ff650f;
    --brand-dark: #d94b00;
    --ink: #101214;
    --ink-soft: #171a1d;
    --paper: #ffffff;
    --muted: #62676d;
    --line: #e4e6e8;
    --site-width: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.site-container { max-width: var(--site-width); margin-inline: auto; padding-inline: 28px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; background: #fff; color: #000; padding: .75rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #ffb37f; outline-offset: 3px; }

.site-header { background: #090b0d; box-shadow: 0 4px 18px rgba(0,0,0,.15); }
.navbar { min-height: 88px; }
.navbar-brand img { width: 300px; height: auto; display: block; }
.nav-link { color: rgba(255,255,255,.9) !important; padding: 1.8rem .8rem !important; position: relative; }
.nav-link:hover, .nav-link.active { color: #fff !important; }
.nav-link.active::after { content: ""; position: absolute; left: .8rem; right: .8rem; bottom: 1.15rem; height: 2px; background: var(--brand); }
.dropdown-menu { border-color: #2a2d30; }
.dropdown-item:hover, .dropdown-item:focus { background: var(--brand); color: #fff; }
.btn { border-radius: .35rem; font-weight: 700; padding: .8rem 1.4rem; }
.btn-brand { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }
.header-call { white-space: nowrap; }

.hero-section {
    min-height: 510px;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(6,7,8,.98) 0%, rgba(6,7,8,.9) 38%, rgba(6,7,8,.2) 67%, rgba(6,7,8,.05) 100%), url('../images/hero-living-room.jpg');
    background-size: cover;
    background-position: center right;
}
.hero-copy { padding-block: 64px; }
.eyebrow { color: var(--brand); font-weight: 800; margin-bottom: .65rem; text-transform: none; }
.hero-section h1 { font-size: clamp(3rem, 5.2vw, 5.2rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; margin-bottom: 1rem; }
.hero-section h1 span { color: var(--brand); }
.hero-intro { font-size: 1.3rem; margin-bottom: 1rem; }
.hero-points, .about-list { list-style: none; padding: 0; margin: 0; }
.hero-points li, .about-list li { margin: .6rem 0; }
.hero-points i, .about-list i { color: var(--brand); margin-right: .65rem; }
.hero-badge { position: absolute; right: 3.5%; bottom: 28px; width: 180px; background: #fff; border-radius: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.18); }

.services-strip { border-bottom: 1px solid var(--line); background: #fff; }
.service-shortcut { border-right: 1px solid var(--line); }
.service-shortcut:last-child { border-right: 0; }
.service-shortcut a { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-weight: 750; padding: 1rem; transition: .2s ease; }
.service-shortcut a:hover { color: var(--brand); background: #fff8f3; }
.service-shortcut i { font-size: 2.3rem; margin-bottom: .5rem; }

.about-band { background: linear-gradient(115deg, #0c0e10, #171a1e); color: #fff; }
.about-band h2 { color: var(--brand); font-size: 1.45rem; font-weight: 800; }
.about-band p { color: #d9dde0; margin: 0; }
.about-list .location { color: var(--brand); font-weight: 700; }
.accreditation-image { max-width: 260px; padding: 1rem; background: #fff; border-radius: .75rem; }

.reviews-section { background: #fff; }
.google-title { font-size: 2.6rem; font-weight: 700; letter-spacing: -.08em; color: #4285f4; }
.rating-line { display: flex; align-items: center; gap: 1rem; font-size: 1.5rem; }
.rating-line span, .review-meta span { color: #f7a800; letter-spacing: .08em; }
.review-card { border: 1px solid #dfe2e5; border-radius: .75rem; padding: 1.5rem; box-shadow: 0 8px 24px rgba(15,18,20,.04); display: flex; flex-direction: column; }
.review-card p { flex: 1; }
.review-meta { display: flex; justify-content: space-between; gap: .8rem; margin-bottom: 1rem; }
.review-meta small { color: var(--muted); }
.review-author { display: flex; align-items: center; gap: .7rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.avatar { width: 2rem; height: 2rem; border-radius: 50%; display: inline-grid; place-items: center; background: #32363a; color: #fff; }
.google-g { margin-left: auto; color: #4285f4; font-weight: 800; font-size: 1.2rem; }
.reviews-next { right: -28px; width: 50px; height: 50px; top: 50%; transform: translateY(-50%); background: #fff; color: #111; border-radius: 50%; border: 1px solid var(--line); opacity: 1; box-shadow: 0 8px 20px rgba(0,0,0,.12); }

.site-footer { background: #0b0d0f; color: #d9dde0; }
.footer-logo { max-width: 280px; }
.footer-heading { color: #fff; font-size: 1rem; font-weight: 800; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a { color: #d9dde0; text-decoration: none; }
.footer-links a:hover { color: var(--brand); }
.social-links { display: flex; gap: .8rem; }
.social-links a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #43474b; border-radius: 50%; color: var(--brand); font-size: 1.25rem; }
.footer-bottom { border-top: 1px solid #2c3034; font-size: .9rem; }
.footer-bottom a { color: inherit; }

@media (max-width: 1199.98px) {
    .navbar-brand img { width: 235px; }
    .hero-section { min-height: 560px; }
    .hero-badge { width: 145px; }
    .service-shortcut:nth-child(3n) { border-right: 0; }
}

@media (max-width: 991.98px) {
    .site-container { padding-inline: 20px; }
    .navbar { min-height: 74px; }
    .navbar-brand img { width: 210px; }
    .navbar-collapse { padding: 1rem 0 1.4rem; }
    .nav-link { padding: .7rem 0 !important; }
    .nav-link.active::after { left: 0; right: auto; width: 40px; bottom: .25rem; }
    .header-call { margin-top: 1rem; }
    .hero-section { background-position: 66% center; }
    .hero-section::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.28); z-index: 0; }
    .hero-section .site-container, .hero-badge { position: relative; z-index: 1; }
    .service-shortcut:nth-child(3n) { border-right: 1px solid var(--line); }
    .service-shortcut:nth-child(2n) { border-right: 0; }
}

@media (max-width: 767.98px) {
    .hero-section { min-height: 620px; background-position: 70% center; }
    .hero-copy { padding-block: 52px 160px; }
    .hero-section h1 { font-size: 3.1rem; }
    .hero-badge { right: 20px; bottom: 22px; width: 135px; }
    .service-shortcut a { min-height: 118px; font-size: .9rem; }
    .reviews-next { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


 .contact-page {
        background: #ffffff;
        color: #16181a;
    }

    .contact-hero {
        padding: 4.5rem 0 5rem;
        background:
            radial-gradient(circle at 82% 20%, rgba(255, 103, 29, 0.07), transparent 30%),
            linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    }

    .contact-page .site-container {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .contact-eyebrow {
        margin: 0 0 0.75rem;
        color: #f45f18;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .contact-title {
        max-width: 680px;
        margin: 0 0 1rem;
        color: #101214;
        font-size: clamp(2.5rem, 5vw, 4.5rem);
        font-weight: 750;
        letter-spacing: -0.045em;
        line-height: 1.02;
    }

    .contact-title-accent {
        color: #f45f18;
    }

    .contact-intro {
        max-width: 620px;
        margin: 0;
        color: #4e5257;
        font-size: 1.1rem;
        line-height: 1.75;
    }

    .contact-details {
        margin-top: 2.75rem;
    }

    .contact-detail {
        display: flex;
        gap: 1rem;
        padding: 1.25rem 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .contact-detail:first-child {
        padding-top: 0;
    }

    .contact-detail:last-child {
        border-bottom: 0;
    }

    .contact-detail-icon {
        display: inline-flex;
        flex: 0 0 52px;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border: 1px solid rgba(244, 95, 24, 0.28);
        border-radius: 50%;
        background: #fff6f1;
        color: #f45f18;
        font-size: 1.4rem;
    }

    .contact-detail h2 {
        margin: 0 0 0.25rem;
        color: #17191b;
        font-size: 1.05rem;
        font-weight: 700;
    }

    .contact-detail p {
        margin: 0;
        color: #5c6064;
        line-height: 1.55;
    }

    .contact-detail a {
        color: #e65311;
        font-weight: 700;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    .contact-detail a:hover,
    .contact-detail a:focus {
        color: #bd4108;
    }

    .contact-area-box {
        margin-top: 2rem;
        padding: 1.5rem;
        border: 1px solid #e4e4e4;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 12px 35px rgba(18, 20, 22, 0.05);
    }

    .contact-area-box h2 {
        margin: 0 0 0.75rem;
        font-size: 1.15rem;
        font-weight: 700;
    }

    .contact-area-box p {
        margin: 0;
        color: #555a5f;
        line-height: 1.7;
    }

    .contact-form-card {
        padding: clamp(1.5rem, 4vw, 3rem);
        border: 1px solid #e4e4e4;
        border-radius: 18px;
        background: #ffffff;
        box-shadow: 0 18px 55px rgba(15, 17, 19, 0.09);
    }

    .contact-form-heading {
        margin-bottom: 1.75rem;
    }

    .contact-form-heading h2 {
        margin: 0 0 0.5rem;
        color: #111315;
        font-size: clamp(1.6rem, 3vw, 2.2rem);
        font-weight: 750;
        letter-spacing: -0.025em;
    }

    .contact-form-heading p {
        margin: 0;
        color: #5a5e63;
    }

    .contact-form-card .form-label {
        margin-bottom: 0.5rem;
        color: #17191b;
        font-weight: 650;
    }

    .required-marker {
        color: #e65311;
    }

    .contact-form-card .form-control {
        min-height: 54px;
        padding: 0.85rem 1rem;
        border: 1px solid #cfd2d5;
        border-radius: 9px;
        background: #ffffff;
        color: #17191b;
        box-shadow: none;
    }

    .contact-form-card textarea.form-control {
        min-height: 170px;
        resize: vertical;
    }

    .contact-form-card .form-control:hover {
        border-color: #9da2a7;
    }

    .contact-form-card .form-control:focus {
        border-color: #f45f18;
        box-shadow: 0 0 0 0.22rem rgba(244, 95, 24, 0.14);
    }

    .contact-form-card .form-control.is-invalid {
        border-color: #b42318;
    }

    .contact-form-card .invalid-feedback {
        color: #a91d14;
        font-weight: 600;
    }

    .contact-form-card .form-check-input {
        width: 1.15rem;
        height: 1.15rem;
        margin-top: 0.15rem;
        border-color: #979b9f;
    }

    .contact-form-card .form-check-input:checked {
        border-color: #f45f18;
        background-color: #f45f18;
    }

    .contact-form-card .form-check-input:focus {
        border-color: #f45f18;
        box-shadow: 0 0 0 0.22rem rgba(244, 95, 24, 0.14);
    }

    .contact-submit-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.25rem;
        margin-top: 1.75rem;
    }

    .contact-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0.85rem 1.7rem;
        border: 0;
        border-radius: 9px;
        background: #f45f18;
        color: #ffffff;
        font-weight: 700;
        transition:
            background-color 0.2s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease;
    }

    .contact-submit:hover,
    .contact-submit:focus {
        background: #d94c0d;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 9px 24px rgba(217, 76, 13, 0.25);
    }

    .contact-submit:focus-visible {
        outline: 3px solid rgba(244, 95, 24, 0.28);
        outline-offset: 3px;
    }

    .contact-privacy {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        margin: 0;
        color: #686c70;
        font-size: 0.9rem;
    }

    .contact-alert {
        border: 0;
        border-radius: 10px;
        padding: 1rem 1.15rem;
    }

    .contact-alert-success {
        border-left: 4px solid #198754;
        background: #eaf7ef;
        color: #125c38;
    }

    .contact-alert-error {
        border-left: 4px solid #b42318;
        background: #fff0ef;
        color: #8b1811;
    }

    .contact-trust-section {
        padding: 0 0 4.5rem;
        background: #fafafa;
    }

    .contact-trust-grid {
        padding: 1.8rem;
        border: 1px solid #e6e6e6;
        border-radius: 16px;
        background: #ffffff;
    }

    .contact-trust-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        height: 100%;
        padding: 0.5rem;
    }

    .contact-trust-item i {
        color: #f45f18;
        font-size: 2rem;
        line-height: 1;
    }

    .contact-trust-item h2 {
        margin: 0 0 0.25rem;
        font-size: 1rem;
        font-weight: 700;
    }

    .contact-trust-item p {
        margin: 0;
        color: #62666a;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    .contact-honeypot {
        position: absolute !important;
        left: -9999px !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }

    @media (max-width: 991.98px) {
        .contact-hero {
            padding: 3.5rem 0 4rem;
        }

        .contact-form-card {
            margin-top: 1rem;
        }
    }

    @media (max-width: 575.98px) {
        .contact-page .site-container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .contact-hero {
            padding: 2.75rem 0 3rem;
        }

        .contact-title {
            font-size: 2.65rem;
        }

        .contact-submit {
            width: 100%;
        }

        .contact-privacy {
            width: 100%;
        }
    }



.about-hero {
    padding: 4.5rem 0 3rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 103, 29, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.section-eyebrow {
    margin: 0 0 0.75rem;
    color: #f5641a;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.about-heading {
    max-width: 630px;
    margin: 0 0 1.4rem;
    color: #111315;
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.about-heading span {
    display: block;
    color: #111315;
}

.about-heading span::after {
    color: #f5641a;
    content: ".";
}

.about-lead {
    max-width: 620px;
    margin: 0 0 1rem;
    color: #303438;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.65;
}

.about-copy {
    max-width: 640px;
    margin: 0;
    color: #565b60;
    font-size: 1rem;
    line-height: 1.75;
}

.about-benefits {
    display: grid;
    gap: 1.15rem;
    margin-top: 2rem;
}

.about-benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.about-benefit-icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(245, 100, 26, 0.3);
    border-radius: 50%;
    background: #fff7f2;
    color: #f5641a;
    font-size: 1.25rem;
}

.about-benefit h2 {
    margin: 0 0 0.15rem;
    color: #17191b;
    font-size: 1rem;
    font-weight: 700;
}

.about-benefit p {
    margin: 0;
    color: #61666b;
    font-size: 0.94rem;
    line-height: 1.55;
}

.about-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #111315;
    box-shadow: 0 20px 55px rgba(15, 17, 19, 0.17);
}

.about-van-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.about-image-badge {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 135px;
    padding: 1rem;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.about-image-badge img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-stats {
    padding: 0 0 3rem;
    background: #fafafa;
}

.about-stats-panel {
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b0d0f 0%, #16191c 100%);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(13, 15, 17, 0.14);
}

.about-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 140px;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.about-stats .col-xl-3:last-child .about-stat {
    border-right: 0;
}

.about-stat-icon {
    color: #f5641a;
    font-size: 2.4rem;
    line-height: 1;
}

.about-stat strong {
    display: block;
    color: #f5641a;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1;
}

.about-stat span:not(.about-stat-icon) {
    display: block;
    margin-top: 0.4rem;
    color: #ffffff;
    font-size: 0.92rem;
}

.about-accreditations {
    padding: 3rem 0 4rem;
    background: #ffffff;
}

.about-section-heading {
    margin: 0 0 1.5rem;
    color: #17191b;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 750;
    letter-spacing: -0.025em;
}

.about-accreditation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-accreditation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    padding: 1.2rem;
    border: 1px solid #e2e4e6;
    border-radius: 12px;
    background: #ffffff;
}

.about-accreditation-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.about-accreditation-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: #303438;
    text-align: center;
}

.about-accreditation-placeholder i {
    color: #f5641a;
    font-size: 2.4rem;
}

.about-accreditation-placeholder strong {
    font-size: 0.95rem;
}

.about-rating {
    text-align: center;
}

.about-rating-title {
    display: block;
    margin-bottom: 0.5rem;
    color: #303438;
    font-weight: 700;
}

.about-rating-score {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
}

.about-rating-score strong {
    color: #17191b;
    font-size: 1.3rem;
}

.about-rating-score span {
    color: #f5a900;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
}

.about-rating small {
    display: block;
    margin-top: 0.5rem;
    color: #70757a;
}

.about-service-area {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2rem;
    border-left: 1px solid #dedede;
}

.about-service-area-icon {
    color: #f5641a;
    font-size: 2.8rem;
    line-height: 1;
}

.about-service-area h2 {
    margin: 0 0 0.75rem;
    color: #17191b;
    font-size: 1.4rem;
    font-weight: 750;
    line-height: 1.25;
}

.about-service-area p {
    margin: 0;
    color: #60656a;
    line-height: 1.7;
}

.about-cta {
    padding: 0 0 4.5rem;
    background: #ffffff;
}

.about-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem 3rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #0b0d0f 0%, #171a1d 100%);
    color: #ffffff;
}

.about-cta-panel h2 {
    margin: 0 0 0.6rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 750;
    letter-spacing: -0.03em;
}

.about-cta-panel p:not(.section-eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.about-cta-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 1rem;
}

.about-cta-actions .btn {
    min-height: 52px;
    padding: 0.8rem 1.45rem;
    border-radius: 8px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .about-accreditation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-stat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .about-stats .col-sm-6:nth-child(2n) .about-stat {
        border-right: 0;
    }
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 3.5rem 0 2.5rem;
    }

    .about-image-wrap {
        margin-top: 1rem;
    }

    .about-service-area {
        padding: 2rem 0 0;
        border-top: 1px solid #dedede;
        border-left: 0;
    }

    .about-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .about-heading {
        font-size: 2.75rem;
    }

    .about-image-badge {
        right: 1rem;
        bottom: 1rem;
        width: 150px;
        min-height: 95px;
    }

    .about-stat {
        min-height: 120px;
        border-right: 0;
    }

    .about-accreditation-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-panel {
        padding: 2rem;
    }

    .about-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        padding: 2.75rem 0 2rem;
    }

    .about-heading {
        font-size: 2.35rem;
    }

    .about-image-badge {
        position: static;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        box-shadow: none;
    }

    .about-image-badge img {
        max-width: 190px;
    }
}



.services-page-hero {
    padding: 4rem 0 2rem;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(255, 103, 29, 0.07),
            transparent 30%
        ),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.services-page-intro {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.services-page-intro h1 {
    margin: 0 0 1rem;
    color: #111315;
    font-size: clamp(2.7rem, 5vw, 4.5rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.services-page-intro h1 span {
    display: block;
}

.services-page-intro h1 span::after {
    color: #f5641a;
    content: ".";
}

.services-page-intro > p:last-child {
    max-width: 680px;
    margin: 0;
    color: #555a5f;
    font-size: 1.1rem;
    line-height: 1.7;
}

.services-page-grid {
    align-items: stretch;
}

.services-page-grid > div {
    display: flex;
}

.service-page-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid #e0e2e4;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 17, 19, 0.05);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
    scroll-margin-top: 130px;
}

.service-page-card:hover {
    border-color: rgba(245, 100, 26, 0.45);
    box-shadow: 0 18px 45px rgba(15, 17, 19, 0.1);
    transform: translateY(-4px);
}

.service-page-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 1.4rem;
    border: 1px solid rgba(245, 100, 26, 0.25);
    border-radius: 14px;
    background: #fff7f2;
    color: #f5641a;
    font-size: 2rem;
}

.service-page-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.service-page-content h2 {
    margin: 0 0 0.75rem;
    color: #17191b;
    font-size: 1.3rem;
    font-weight: 750;
    line-height: 1.25;
}

.service-page-content > p {
    margin: 0 0 1rem;
    color: #60656a;
    line-height: 1.65;
}

.service-page-content ul {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.service-page-content li {
    position: relative;
    margin-bottom: 0.55rem;
    padding-left: 1.35rem;
    color: #494e53;
    font-size: 0.93rem;
    line-height: 1.5;
}

.service-page-content li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #f5641a;
    content: "✓";
    font-weight: 700;
}

.service-page-content a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    color: #e65311;
    font-weight: 700;
    text-decoration: none;
}

.service-page-content a:hover,
.service-page-content a:focus {
    color: #bc3f08;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.services-trust-section {
    padding: 2rem 0 3.5rem;
    background: #fafafa;
}

.services-trust-panel {
    display: grid;
    grid-template-columns: minmax(230px, 1.25fr) minmax(500px, 2.5fr) auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #0b0d0f 0%, #171a1d 100%);
    color: #ffffff;
}

.services-trust-intro h2 {
    margin: 0 0 0.4rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 750;
}

.services-trust-intro p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.services-trust-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 74px;
    padding: 0 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.services-trust-item i {
    flex: 0 0 auto;
    color: #f5641a;
    font-size: 1.8rem;
}

.services-trust-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
    line-height: 1.4;
}

.services-trust-item strong {
    display: block;
    color: #ffffff;
    font-size: 0.88rem;
}

.services-trust-actions {
    display: flex;
    gap: 0.8rem;
}

.services-trust-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    white-space: nowrap;
    font-weight: 700;
}

.services-location-section {
    padding: 4rem 0;
    background: #ffffff;
}

.services-location-section h2 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: #17191b;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 750;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.services-location-section p {
    max-width: 760px;
    color: #5b6065;
    line-height: 1.75;
}

.services-location-list {
    padding: 2rem;
    border: 1px solid #e1e3e5;
    border-radius: 15px;
    background: #fafafa;
}

.services-location-list h3 {
    margin: 0 0 1.25rem;
    color: #17191b;
    font-size: 1.25rem;
    font-weight: 750;
}

.services-location-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-location-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #4d5257;
    line-height: 1.5;
}

.services-location-list i {
    margin-top: 0.15rem;
    color: #f5641a;
}

.services-faq-section {
    padding: 4rem 0 5rem;
    background: #fafafa;
}

.services-faq-heading {
    margin-bottom: 2rem;
}

.services-faq-heading h2 {
    margin: 0;
    color: #17191b;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 750;
    letter-spacing: -0.04em;
}

.services-accordion {
    max-width: 1000px;
}

.services-accordion .accordion-item {
    margin-bottom: 0.85rem;
    overflow: hidden;
    border: 1px solid #dedfe1;
    border-radius: 10px;
    background: #ffffff;
}

.services-accordion .accordion-button {
    padding: 1.25rem 1.4rem;
    background: #ffffff;
    color: #17191b;
    font-weight: 700;
    box-shadow: none;
}

.services-accordion .accordion-button:not(.collapsed) {
    background: #fff7f2;
    color: #d94c0d;
}

.services-accordion .accordion-button:focus {
    border-color: #f5641a;
    box-shadow: 0 0 0 0.2rem rgba(245, 100, 26, 0.13);
}

.services-accordion .accordion-button::after {
    filter: none;
}

.services-accordion .accordion-body {
    padding: 0 1.4rem 1.4rem;
    color: #5c6166;
    line-height: 1.7;
}

@media (max-width: 1399.98px) {
    .services-page-grid .col-xl {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .services-trust-panel {
        grid-template-columns: 1fr;
    }

    .services-trust-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 1199.98px) {
    .services-page-grid .col-xl {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .services-trust-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-trust-item:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .services-page-hero {
        padding: 3rem 0 1.5rem;
    }

    .services-page-intro h1 {
        font-size: 2.6rem;
    }

    .services-page-grid .col-xl {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services-trust-items {
        grid-template-columns: 1fr;
    }

    .services-trust-item {
        justify-content: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .services-trust-actions {
        flex-direction: column;
    }

    .services-location-list ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .services-page-hero {
        padding-top: 2.5rem;
    }

    .services-page-intro h1 {
        font-size: 2.3rem;
    }

    .service-page-card {
        padding: 1.5rem;
    }

    .services-trust-panel {
        padding: 1.5rem;
    }
}


.work-page-hero {
    padding: 4rem 0 2.25rem;
    background:
        radial-gradient(
            circle at 86% 10%,
            rgba(245, 100, 26, 0.07),
            transparent 32%
        ),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.work-page-heading {
    margin: 0 0 1rem;
    color: #111315;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.work-page-heading span {
    display: block;
}

.work-page-heading span::after {
    color: #f5641a;
    content: ".";
}

.work-page-intro {
    max-width: 650px;
    margin: 0;
    color: #565b60;
    font-size: 1.08rem;
    line-height: 1.7;
}

.work-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.work-filter {
    min-height: 46px;
    padding: 0.7rem 1.25rem;
    border: 1px solid #dcdfe1;
    border-radius: 8px;
    background: #ffffff;
    color: #24272a;
    font-weight: 650;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.work-filter:hover,
.work-filter:focus {
    border-color: #f5641a;
    color: #d94c0d;
    transform: translateY(-1px);
}

.work-filter:focus-visible {
    outline: 3px solid rgba(245, 100, 26, 0.2);
    outline-offset: 2px;
}

.work-filter.active {
    border-color: #f5641a;
    background: #f5641a;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(245, 100, 26, 0.2);
}

.work-projects-section {
    padding: 1.5rem 0 3rem;
    background: #fafafa;
}

.work-project-item {
    display: flex;
}

.work-project-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0e2e4;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 17, 19, 0.06);
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.work-project-card:hover {
    box-shadow: 0 18px 42px rgba(15, 17, 19, 0.12);
    transform: translateY(-4px);
}

.work-project-image-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #e9e9e9;
    cursor: zoom-in;
}

.work-project-image-button:focus-visible {
    z-index: 2;
    outline: 4px solid rgba(245, 100, 26, 0.7);
    outline-offset: -4px;
}

.work-project-image-button img {
    display: block;
    width: 100%;
    height: 285px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.work-project-card:hover .work-project-image-button img {
    transform: scale(1.035);
}

.work-image-overlay {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(11, 13, 15, 0.82);
    color: #ffffff;
    font-size: 1rem;
    opacity: 0;
    transform: translateY(6px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.work-project-card:hover .work-image-overlay,
.work-project-image-button:focus .work-image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.work-project-content {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
}

.work-project-content h3 {
    margin: 0 0 0.4rem;
    color: #17191b;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.35;
}

.work-project-location {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin: 0;
    color: #62676c;
    font-size: 0.86rem;
    line-height: 1.5;
}

.work-project-location i {
    margin-top: 0.1rem;
    color: #f5641a;
}

.work-project-category {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 30px;
    padding: 0.35rem 0.7rem;
    border-radius: 7px;
    background: #fff1e9;
    color: #d94c0d;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.work-project-item.is-hidden {
    display: none;
}

.work-empty-message {
    padding: 4rem 1rem;
    color: #5d6267;
    text-align: center;
}

.work-empty-message i {
    display: block;
    margin-bottom: 1rem;
    color: #f5641a;
    font-size: 3rem;
}

.work-empty-message h2 {
    margin: 0 0 0.5rem;
    color: #17191b;
    font-size: 1.5rem;
    font-weight: 750;
}

.work-empty-message p {
    margin: 0;
}

.work-cta-section {
    padding: 0 0 4.5rem;
    background: #fafafa;
}

.work-cta-panel {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 2.5rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #0b0d0f 0%, #171a1d 100%);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(13, 15, 17, 0.14);
}

.work-cta-icon {
    display: inline-flex;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(245, 100, 26, 0.7);
    border-radius: 50%;
    color: #f5641a;
    font-size: 1.75rem;
}

.work-cta-copy {
    flex: 1;
}

.work-cta-copy h2 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 750;
}

.work-cta-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
}

.work-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
}

.work-cta-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.work-image-modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
}

.work-image-modal-content .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

#project-modal-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    background: #111315;
}

@media (max-width: 1199.98px) {
    .work-filters {
        justify-content: flex-start;
    }

    .work-project-image-button img {
        height: 260px;
    }

    .work-cta-panel {
        flex-wrap: wrap;
    }

    .work-cta-actions {
        width: 100%;
        padding-left: 77px;
    }
}

@media (max-width: 767.98px) {
    .work-page-hero {
        padding: 3rem 0 2rem;
    }

    .work-page-heading {
        font-size: 2.65rem;
    }

    .work-filters {
        gap: 0.55rem;
    }

    .work-filter {
        min-height: 42px;
        padding: 0.6rem 0.9rem;
        font-size: 0.88rem;
    }

    .work-project-image-button img {
        height: 250px;
    }

    .work-cta-panel {
        align-items: flex-start;
        padding: 1.75rem;
    }

    .work-cta-actions {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .work-page-heading {
        font-size: 2.35rem;
    }

    .work-filter {
        flex: 1 1 calc(50% - 0.55rem);
    }

    .work-project-image-button img {
        height: 235px;
    }

    .work-project-content {
        flex-direction: column;
    }

    .work-cta-icon {
        display: none;
    }

    .work-cta-actions {
        flex-direction: column;
    }

    .work-cta-actions .btn {
        width: 100%;
    }
}


.testimonials-page-hero {
    padding: 4rem 0 2.75rem;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(245, 100, 26, 0.07),
            transparent 32%
        ),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.testimonials-page-heading {
    max-width: 720px;
    margin: 0 0 1rem;
    color: #111315;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    font-weight: 750;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.testimonials-page-heading span {
    display: block;
}

.testimonials-page-heading span::after {
    color: #f5641a;
    content: ".";
}

.testimonials-page-intro {
    max-width: 620px;
    margin: 0;
    color: #565b60;
    font-size: 1.08rem;
    line-height: 1.7;
}

.testimonials-google-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1.75rem;
}

.testimonials-google-word {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600;
    letter-spacing: -0.08em;
    line-height: 1;
}

.google-blue {
    color: #4285f4;
}

.google-red {
    color: #ea4335;
}

.google-yellow {
    color: #fbbc05;
}

.google-green {
    color: #34a853;
}

.testimonials-rating-summary {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.75rem;
    border-left: 1px solid #dcdfe1;
}

.testimonials-rating-summary strong {
    color: #17191b;
    font-size: 2rem;
    font-weight: 750;
}

.testimonials-rating-summary span {
    color: #ffb400;
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.testimonials-google-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.8rem 1.25rem;
    border: 1px solid #f5641a;
    border-radius: 8px;
    background: #ffffff;
    color: #d94c0d;
    font-weight: 700;
}

.testimonials-google-button:hover,
.testimonials-google-button:focus {
    border-color: #d94c0d;
    background: #fff7f2;
    color: #b83d08;
}

.testimonials-google-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 0.55rem;
    border-radius: 50%;
    background:
        conic-gradient(
            #4285f4 0 25%,
            #34a853 25% 45%,
            #fbbc05 45% 65%,
            #ea4335 65% 100%
        );
    color: #ffffff;
    font-weight: 800;
}

.testimonials-grid-section {
    padding: 1.5rem 0 3.5rem;
    background: #fafafa;
}

.testimonials-grid-section .col-md-6 {
    display: flex;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 2rem;
    border: 1px solid #e0e2e4;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 17, 19, 0.05);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.testimonial-card:hover {
    border-color: rgba(245, 100, 26, 0.35);
    box-shadow: 0 18px 42px rgba(15, 17, 19, 0.1);
    transform: translateY(-4px);
}

.testimonial-stars {
    margin-bottom: 1.25rem;
    color: #ffb400;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}

.testimonial-card blockquote {
    flex: 1;
    margin: 0;
}

.testimonial-card blockquote p {
    margin: 0;
    color: #303438;
    font-size: 1rem;
    line-height: 1.75;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e6e7e8;
}

.testimonial-avatar {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #222528;
    color: #ffffff;
    font-weight: 700;
}

.testimonial-author strong {
    color: #17191b;
    font-size: 1rem;
    font-weight: 750;
}

.testimonials-trust-section {
    padding: 0 0 3.5rem;
    background: #fafafa;
}

.testimonials-trust-panel {
    padding: 2rem;
    border: 1px solid #e2e4e6;
    border-radius: 15px;
    background: #ffffff;
}

.testimonials-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    height: 100%;
    padding: 0.5rem;
}

.testimonials-trust-item i {
    flex: 0 0 auto;
    color: #f5641a;
    font-size: 2rem;
    line-height: 1;
}

.testimonials-trust-item h3 {
    margin: 0 0 0.35rem;
    color: #17191b;
    font-size: 1rem;
    font-weight: 750;
}

.testimonials-trust-item p {
    margin: 0;
    color: #62676c;
    font-size: 0.92rem;
    line-height: 1.55;
}

.testimonials-cta-section {
    padding: 0 0 4.5rem;
    background: #fafafa;
}

.testimonials-cta-panel {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 2.5rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #0b0d0f 0%, #171a1d 100%);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(13, 15, 17, 0.14);
}

.testimonials-cta-icon {
    display: inline-flex;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(245, 100, 26, 0.7);
    border-radius: 50%;
    color: #f5641a;
    font-size: 1.75rem;
}

.testimonials-cta-content {
    flex: 1;
}

.testimonials-cta-content h2 {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 750;
}

.testimonials-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.73);
}

.testimonials-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
}

.testimonials-cta-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .testimonials-google-summary {
        justify-content: flex-start;
    }

    .testimonials-cta-panel {
        flex-wrap: wrap;
    }

    .testimonials-cta-actions {
        width: 100%;
        padding-left: 77px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-page-hero {
        padding: 3rem 0 2rem;
    }

    .testimonials-page-heading {
        font-size: 2.65rem;
    }

    .testimonials-google-summary {
        gap: 1.25rem;
    }

    .testimonials-rating-summary {
        padding-left: 1.25rem;
    }

    .testimonials-google-button {
        width: 100%;
    }

    .testimonials-cta-panel {
        align-items: flex-start;
        padding: 1.75rem;
    }

    .testimonials-cta-actions {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .testimonials-page-heading {
        font-size: 2.35rem;
    }

    .testimonials-google-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonials-rating-summary {
        padding-left: 0;
        border-left: 0;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .testimonials-cta-icon {
        display: none;
    }

    .testimonials-cta-actions {
        flex-direction: column;
    }

    .testimonials-cta-actions .btn {
        width: 100%;
    }
}

.google-title {
    display: inline-block;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.08em;
    line-height: 1;
}

.google-blue {
    color: #4285f4;
}

.google-red {
    color: #ea4335;
}

.google-yellow {
    color: #fbbc05;
}

.google-green {
    color: #34a853;
}


@media (max-width: 767.98px) {

    .hero-section {

        position: relative;

        overflow: hidden;

    }

    .hero-badge {

        position: absolute;

        right: 15px;

        left: auto;

        bottom: 15px;

        width: 135px;

        height: auto;

        max-width: calc(100% - 30px);

        z-index: 5;

    }

}

/* ==========================================
   Checkatrade Review Card
========================================== */

.checkatrade-review-card {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

    width: 100%;
    padding: 18px 20px;

    border: 1px solid #dfe5e8;
    border-radius: 12px;

    background: #ffffff;
    color: #18252d;
    text-decoration: none;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
        
        margin:15px 0;
}

.checkatrade-review-card:hover,
.checkatrade-review-card:focus {
    color: #18252d;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.checkatrade-review-card:focus-visible {
    outline: 3px solid rgba(255, 90, 0, 0.4);
    outline-offset: 4px;
}

.checkatrade-logo-text {
    color: #172d3b;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.checkatrade-score {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.checkatrade-score strong {
    color: #172d3b;
    font-size: 2rem;
    line-height: 1;
}

.checkatrade-score span {
    color: #66727a;
    font-size: 0.85rem;
    font-weight: 600;
}

.checkatrade-stars {
    color: #ff5a00;
    font-size: 1.05rem;
    letter-spacing: 2px;
}

.checkatrade-link-text {
    margin-top: 3px;

    color: #ff5a00;
    font-size: 0.9rem;
    font-weight: 700;
}

.checkatrade-link-text i {
    margin-left: 3px;
}


/* ==========================================
   Floating WhatsApp Button
========================================== */

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 90px;
    z-index: 1050;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #ffffff;
    text-decoration: none;
}

.whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    border: 3px solid #ffffff;
    border-radius: 50%;

    background: #25d366;
    color: #ffffff;

    font-size: 32px;
    line-height: 1;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.24);

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.whatsapp-label {
    padding: 9px 13px;

    border-radius: 7px;

    background: #ffffff;
    color: #17191b;

    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);

    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff;
    text-decoration: none;
}

.whatsapp-float:hover .whatsapp-icon,
.whatsapp-float:focus .whatsapp-icon {
    background: #1ebe5d;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
    transform: translateY(-2px);
}

.whatsapp-float:hover .whatsapp-label,
.whatsapp-float:focus .whatsapp-label {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.whatsapp-float:focus-visible {
    outline: none;
}

.whatsapp-float:focus-visible .whatsapp-icon {
    outline: 4px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}

@media (max-width: 767.98px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
    }

    .whatsapp-icon {
        width: 56px;
        height: 56px;
        font-size: 29px;
    }

    .whatsapp-label {
        display: none;
    }
}