.on-desktop-view {
    display: block;
}

.on-mobile-view {
    display: none;
}

.contact-us-main {
    background: url("/assets/frontend/images/contact-us/contact-us-banner.png")
        no-repeat center center / cover;
    padding: 108px 0;
    position: relative;
    z-index: -2;
}

.contact-us-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}

.contact-us-heading {
    font:
        700 60px/66px "SF Pro",
        sans-serif;
    color: #ffffff;
    padding-bottom: 36px;
}

.contact-us-content {
    max-width: 630px;
    color: #ffffff;
    font:
        400 24px/30px "SF Pro",
        sans-serif;
}

.contact-dealer {
    margin: -47px 0 20px;
}

.contact-main-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    background: #ffffff;
    padding: 36px 33px;
}

.contact-card .section-heading {
    font:
        700 28px/34px "SF Pro",
        sans-serif;
}

.contact-card.contact-support {
    background: #ffffff
        url("/assets/frontend/images/contact-us/general-assistance-bg.png")
        no-repeat right bottom / 292px 272px;
    border-top: 7px solid #e07900;
}

.contact-card.dealer-support {
    border-top: 7px solid #04263d;
    background: #ffffff
        url("/assets/frontend/images/contact-us/for-dealer-bg.png") no-repeat
        right bottom / 340px 227px;
}

.contact-card-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    padding: 0 0 20px;
}

.main-icon-box {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-card-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 6px;
    height: 2px;
    width: 52px;
    margin: 0 auto;
}

.contact-card-icon {
    width: 34px;
    height: 34px;
}

.contact-card.contact-support .main-icon-box {
    background: #e07900;
}

.contact-card.contact-support .contact-card-header::after {
    background: #e07900;
}

.contact-card.dealer-support .main-icon-box {
    background: #04263d;
}

.contact-card.dealer-support .contact-card-header::after {
    background: #04263d;
}

.contact-support-content-card {
    padding: 20px 0 30px;
    font:
        400 18px/24px "SF Pro",
        sans-serif;
    color: #6e6e6e;
}

.our-features {
    padding: 0 0 21px;
    font:
        500 24px/30px "SF Pro",
        sans-serif;
    color: #000000;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    font:
        400 18px/24px "SF Pro",
        sans-serif;
    color: #6e6e6e;
}

.features-list li:last-child {
    margin: 0;
}

.contact-card a {
    margin: 34px 0 0;
    padding: 12px 38px;
    border-radius: 8px;
    font:
        500 20px/26px "SF Pro",
        sans-serif;
    display: inline-block;
}

.contact-card.contact-support .contact-support {
    background: #e07900;
    color: #ffffff;
    border: 1px solid #e07900;
}

.contact-card.contact-support .contact-support:hover {
    background: transparent;
    color: #e07900;
}

.contact-card.dealer-support .dealer-support {
    background: #04263d;
    color: #ffffff;
    border: 1px solid #04263d;
}

.contact-card.dealer-support .dealer-support:hover {
    background: transparent;
    color: #04263d;
}

.list-tick-icon {
    width: 22px !important;
    height: 22px;
}

section.whatsaap-card {
    padding: 0 0 20px;
}

.contact-us {
    color: #f8941d;
}

.whatsaap-card-inner {
    background: #04263d;
    padding: 40px 60px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 66px;
}

.whatsaap-left-area {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 66px;
    border-right: 1px solid #ffffff;
}

.whatsaap-right-area {
    display: flex;
    align-items: center;
    gap: 66px;
}

.main-whatsaap-icon {
    width: 96px;
    height: 96px;
}

.whatsaap-left-content h2 {
    color: #42a805;
    font:
        400 20px/26px "SF Pro",
        sans-serif;
    padding: 0 0 10px;
}

.whatsaap-left-content h3 {
    color: #ffffff;
    font:
        600 24px/30px "SF Pro",
        sans-serif;
    padding: 0 0 8px;
}

.whatsaap-left-content p,
.whatsaap-btn-box p {
    color: #ffffff;
    font:
        400 16px/22px "SF Pro",
        sans-serif;
    /* white-space: nowrap; */
}

.whatsaap-features li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 16px;
}

.whatsaap-left-content p {
    max-width: 396px;
}
.whatsaap-btn-box p {
    white-space: nowrap;
}

.features-icon-box {
    width: 33px;
    height: 33px;
    border: 1px solid #42a805;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.whatsaap-features-icon {
    width: 16px;
    height: 16px;
}

.features-content-box h4 {
    font:
        600 16px/22px "SF Pro",
        sans-serif;
    color: #ffffff;
    white-space: nowrap;
}

.features-content-box p {
    font:
        400 14px/20px "SF Pro",
        sans-serif;
    color: #ffffff;
}

.whatsaap-btn {
    padding: 14px;
    background: #42a805;
    display: inline-flex;
    border-radius: 8px;
    gap: 10px;
    align-items: center;
    font:
        700 18px/24px "SF Pro",
        sans-serif;
    color: #ffffff;
    margin: 0 0 12px;
    border: 1px solid #42a805;
    white-space: nowrap;
}
.whatsaap-btn:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

html:lang(br) .contact-card a,
html:lang(es) .contact-card a {
    padding: 12px 18px;
    font:
        500 14px/20px "SF Pro",
        sans-serif;
}

@media (max-width: 991px) {
    .on-desktop-view {
        display: none;
    }

    .on-mobile-view {
        display: block;
    }

    .contact-us-main {
        padding: 24px 0 48px;
        text-align: center;
    }

    .contact-us-heading {
        font:
            700 20px/26px "SF Pro",
            sans-serif;
        padding-bottom: 10px;
    }

    .contact-us-content {
        font:
            400 14px/20px "SF Pro",
            sans-serif;
    }

    .contact-dealer {
        margin: -30px 0 20px;
    }

    .contact-card {
        padding: 16px;
        margin: 1px;
    }

    .main-icon-box {
        width: 34px;
        height: 34px;
    }

    .contact-card-header {
        align-items: center;
        gap: 13px;
        padding: 0 0 10px;
    }

    .contact-card-icon {
        width: 16px !important;
        height: 16px;
    }

    .contact-card .section-heading {
        font:
            700 20px/26px "SF Pro",
            sans-serif;
    }

    .contact-card-header::after {
        left: 0;
        width: 32px;
    }

    .contact-support-content-card {
        padding: 16px 0;
        font:
            400 16px/22px "SF Pro",
            sans-serif;
        min-height: 142px;
        max-height: 100%;
    }

    .contact-card a {
        margin: 20px 0 0;
        padding: 7px 17px;
        font:
            500 16px/22px "SF Pro",
            sans-serif;
    }

    .contact-card.contact-support {
        background: #ffffff
            url("/assets/frontend/images/contact-us/general-assistance-bg.png")
            no-repeat right bottom / 182px 169px;
    }

    .features-list li {
        gap: 10px;
        margin: 0 0 10px;
        font:
            400 16px/22px "SF Pro",
            sans-serif;
    }

    .contact-card.dealer-support {
        background: #ffffff
            url("/assets/frontend/images/contact-us/for-dealer-bg.png")
            no-repeat right bottom / 164px 110px;
    }

    .our-features {
        padding: 0 0 15px;
        font:
            500 16px/22px "SF Pro",
            sans-serif;
    }

    .list-tick-icon {
        width: 16px !important;
        height: 16px;
    }

    .whatsaap-card-inner {
        padding: 16px;
    }

    .whatsaap-right-area,
    .whatsaap-card-inner {
        flex-direction: column;
        gap: 20px;
    }

    .whatsaap-left-area {
        padding: 0 0 20px;
        border-right: none;
        border-bottom: 1px solid #ffffff;
        gap: 15px;
        align-items: flex-start;
    }

    .main-whatsaap-icon {
        width: 55px;
        height: 55px;
    }

    .whatsaap-left-content h2 {
        font:
            400 14px/20px "SF Pro",
            sans-serif;
    }

    .whatsaap-left-content h3 {
        font:
            600 16px/22px "SF Pro",
            sans-serif;
    }

    .whatsaap-left-content p,
    .whatsaap-btn-box p {
        font:
            400 14px/20px "SF Pro",
            sans-serif;
    }

    .whatsaap-right-area {
        align-items: start;
        width: 100%;
    }
}
