/* Final overrides loaded directly after the consolidated base stylesheet. */
@media (max-width: 767px) {
    .jumbotron {
        padding-top: 58px !important;
    }

    .jumbotron > nav,
    .jumbotron > nav.affix {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 58px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .jumbotron > nav > .container,
    form > nav > .container {
        height: 58px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu-toggle {
        width: 100% !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
    }

    .mobile-menu-toggle > span:last-child {
        order: 1 !important;
    }

    .mobile-menu-toggle .mobile-menu-icon {
        order: 2 !important;
        width: 29px !important;
        height: 22px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .mobile-menu-toggle .mobile-menu-icon i {
        width: 100% !important;
        height: 2px !important;
        display: block !important;
        margin: 0 !important;
        background: #fff !important;
    }

    .jumbotron > nav .main-navigation {
        top: 58px !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
}

.hero-content,
.hero-content h1,
.hero-content p,
.hero-content a {
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.hero-description {
    white-space: normal !important;
    text-wrap: pretty;
}

.proect-imgs:before,
.proect-imgs:after {
    content: none !important;
    display: none !important;
}

.hero-content,
.hero-actions,
.hero-button {
    pointer-events: auto !important;
}

.hero-actions {
    justify-content: flex-start !important;
}

.hero-callback-button {
    min-width: 210px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .proect-imgs {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        margin: 0 0 28px !important;
    }

    .proect-imgs > [class*="col-"] {
        width: 76% !important;
        max-width: 360px !important;
        display: block !important;
        float: none !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .proect-imgs a {
        width: 100% !important;
        display: block !important;
        padding: 7px !important;
        border: 1px solid #dce6e2 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(31, 63, 56, .07);
    }

    .proect-imgs img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        display: block !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        border-radius: 8px !important;
    }

    .hero-actions {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .hero-callback-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
    }
}

@media (max-width: 420px) {
    .proect-imgs > [class*="col-"] {
        width: 78% !important;
    }
}

.header-socials .social-link,
.footer-socials .social-link {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden;
    border-radius: 22% !important;
    box-shadow: 0 2px 8px rgba(14, 55, 47, 0.14);
}

.header-socials .social-link:hover,
.footer-socials .social-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 55, 47, 0.2);
}

.header-socials .social-icon,
.footer-socials .social-icon {
    width: 100% !important;
    height: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
}

.header-socials .social-icon img,
.footer-socials .social-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .header-socials .social-link,
    .footer-socials .social-link {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }
}
