/* Accessibility overrides — contrast, focus, touch targets, skip link */

.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 100000;
    padding: 0.75rem 1rem;
    background: #1a1a1a;
    color: #fff !important;
    font-weight: 600;
    border-radius: 0 0 0.25rem 0.25rem;
}

.skip-link:focus {
    top: 0;
    outline: 3px solid #1a5fb4;
    outline-offset: 2px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.btn-solid-lg:focus-visible,
label.menu-btn:focus-visible,
.popup-youtube:focus-visible,
.popup-with-move-anim:focus-visible,
.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible,
.mfp-close:focus-visible {
    outline: 3px solid #1a5fb4;
    outline-offset: 2px;
}

a {
    color: #9a3f08 !important;
}

a:hover {
    color: #5c2505 !important;
}

.recaptcha-msg,
.form-contact .recaptcha-msg,
.form-proposal .recaptcha-msg,
.lightbox-basic .recaptcha-msg {
    color: #4a4a4a;
}

.form-proposal .recaptcha-msg,
.lightbox-basic .recaptcha-msg {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.4rem 0.5rem;
    border-radius: 4px;
}

.recaptcha-msg a {
    color: #7a3206 !important;
    text-decoration: underline;
}

.btn-solid-lg {
    background-color: #b84a08;
    border-color: #b84a08;
    color: #fff !important;
}

a.btn-solid-lg,
a.btn-solid-lg:hover,
a.btn-solid-lg:focus-visible {
    color: #fff !important;
}

.btn-solid-lg:hover {
    background-color: #9a3f08;
    border-color: #9a3f08;
    color: #fff !important;
}

.copyright .p-small {
    opacity: 1;
    color: #4a4a4a;
}

.footer a {
    color: #9a3f08 !important;
}

.footer-phone-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-phone-list li + li {
    margin-top: 0.25rem;
}

.footer-phone-link,
.footer-email-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem;
    line-height: 1.25;
}

.footer-phone-link i {
    margin-right: 0.5rem;
}

.clients-heading {
    color: #4a4a4a !important;
    font-size: 20px;
}

.form-contact h2,
.form-contact h3,
.form-proposal h2 {
    color: #9a3f08;
}

#home h2.form-proposal-title {
    color: #9a3f08;
}

.mfp-hide {
    display: none !important;
}

.mfp-wrap .lightbox-basic[aria-hidden="false"] {
    display: block;
}
