.fsr-screen-reader-heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

:where(a, button, input, textarea, select):focus-visible {
    outline: 3px solid #ed1b3a !important;
    outline-offset: 3px !important;
}

.wpcf7-form label {
    color: #d8d8d8 !important;
}

.wpcf7-form :where(input:not([type='checkbox'], [type='radio'], [type='submit']), textarea, select) {
    border: 1px solid #5d5d5d !important;
    color: #fff !important;
}

.wpcf7-form :where(input[type='checkbox'], input[type='radio']) {
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle !important;
}

.wpcf7-form .wpcf7-submit {
    min-width: 220px;
    min-height: 48px;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #111 !important;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus-visible {
    border-color: #ed1b3a !important;
    background: #ed1b3a !important;
    color: #fff !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #fff !important;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    font-weight: 700;
}

/* Service CTA copy inherited a low-contrast grey on the dark theme panel. */
.single-service .pxl-heading .pxl-item--subtitle span {
    color: #aaa4a4;
}

/* Retagged legacy headings keep the theme's original visual typography. */
.pxl-slider-carousel1 p.pxl-item--title.el-empty.pxl-transtion {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3333;
}

.pxl-icon-box1 h3.pxl-item--title.el-empty {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.pxl-service-grid h3.item--title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3333;
}

.pxl-testimonial-carousel p.pxl-item--subtitle.pxl-transtion {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.375;
}

.pxl-blog-grid h3.item--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.pxl-hidden-template h2.pxl-item--title.style1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .pxl-slider-carousel1 p.pxl-item--title.el-empty.pxl-transtion {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 1.3333;
    }
}

.fsr-mobile-actions {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 68px;
    }

    .fsr-mobile-actions {
        position: fixed;
        z-index: 99990;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 92px;
        min-height: 60px;
        padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
        border-top: 1px solid #333;
        background: rgba(17, 17, 17, .98);
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .28);
    }

    .fsr-mobile-actions a {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .fsr-mobile-actions__quote {
        background: #d5102f;
        color: #fff !important;
    }

    .fsr-mobile-actions__call {
        border: 1px solid #555;
        background: #191919;
        color: #fff !important;
    }

    .wpcf7-form .wpcf7-submit {
        width: 100%;
        min-width: 0;
    }
}
