.header .container.header-container--compact {
    max-width: 1180px;
}

.header .main-header .header-left {
    align-items: center;
    gap: 12px;
}

.header .main-header .header-left .header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding-left: 24px;
}

.header .main-header .header-left .header-right {
    width: auto;
    min-width: 0;
    flex-shrink: 0;
}

.header .main-header .header-left .main-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 0;
}

.header .main-header .header-left .main-menu li {
    float: none;
    flex-shrink: 0;
    padding-right: 12px;
}

.header .main-header .header-left .header-right .header-nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.header .main-header .header-left .header-right .header-nav-actions .btn,
.mobile-nav-actions .btn.btn-border,
.mobile-nav-actions .btn.btn-brand-1,
.mobile-nav-actions .btn.btn-brand-2 {
    position: static;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px;
    box-sizing: border-box;
}

.header .main-header .header-left .header-right .header-nav-actions__divider {
    display: inline-block;
    width: 1px;
    height: 24px;
    background: #E8E9ED;
    margin: 0 4px;
    flex-shrink: 0;
}

.mobile-nav-actions .btn {
    display: flex;
    text-align: center;
    width: 100%;
}

.mobile-nav-actions .btn-link-medium {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    min-width: 0;
    height: auto;
}

.box-bar .phone-icon a,
.box-bar .phone-icon .contact-phone-sep {
    color: #fff;
}

.box-bar .phone-icon a:hover {
    color: #0088CC;
}

.box-bar .email-icon a,
.box-bar .email-icon a:link,
.box-bar .email-icon a:visited,
.box-bar .email-icon a:hover,
.box-bar .email-icon a:focus,
.box-bar .email-icon .contact-email-sep {
    color: #fff !important;
}

.footer .menu-footer li {
    color: #fff;
}

@media (max-width: 1399.98px) {
    .box-bar .phone-icon,
    .box-bar .email-icon {
        overflow: visible !important;
        width: auto !important;
        height: auto !important;
        max-width: none;
        white-space: normal;
        vertical-align: middle;
    }
}

@media (max-width: 767.98px) {
    .box-bar {
        padding: 8px 0;
    }

    .box-bar .row {
        align-items: flex-start;
    }

    .box-bar .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .box-bar .phone-icon,
    .box-bar .email-icon {
        display: inline-block;
        font-size: 12px;
        line-height: 1.4;
        margin-right: 8px !important;
        color: #fff;
    }

    .box-bar .text-lg-end {
        text-align: left !important;
    }
}

.box-background-offer .row > [class*="col-"] {
    display: flex;
}

.box-background-offer .card-offer {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.box-background-offer .card-offer .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box-background-offer .card-offer .box-button-offer {
    margin-top: auto;
}

.location-map-heading {
    margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
    .header .main-header .header-left .header-nav {
        padding-left: 16px;
    }
}

#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    #scrollUp {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    #scrollUp svg {
        height: 24px;
    }
}

.about-stats > [class*="col-"] {
    display: flex;
}

.about-stats .box-item-number,
.about-stats .box-item-number.box-item-number-2,
.about-stats .box-item-number.box-item-number-3,
.about-stats .box-item-number.box-item-number-4 {
    margin-left: 0 !important;
    padding: 28px 20px !important;
    width: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002D4C;
    border-radius: 8px;
    box-sizing: border-box;
}

.about-stats .box-item-number::before {
    display: none;
}

.about-stats .box-item-number h2,
.about-stats .box-item-number h6,
.about-stats .box-item-number .color-brand-2,
.about-stats .box-item-number .color-white {
    color: #fff !important;
}

.about-stats .box-item-number h2 {
    margin-bottom: 8px;
}

.about-stats .box-item-number h6 {
    margin-bottom: 0;
}

.services-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 32px;
}

.services-grid .cardService {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.services-grid .cardService .cardImage img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.services-grid .cardService .cardInfo {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px;
    box-shadow: none;
    background-color: #fff;
}

.services-grid .cardService .cardInfo .box-button-offer {
    margin-top: auto;
}

.service-dual-images > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.service-dual-images img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.service-dual-images .quote-center {
    display: none;
}

@media (max-width: 767.98px) {
    .service-dual-images img {
        height: 240px;
    }
}
