* {
    scroll-behavior: smooth;
}

#chatra {
    bottom: 3em !important;
}

/* For WebKit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #070707;
}

::-webkit-scrollbar-thumb {
    background-color: #dc2b2b;
    border-radius: 0;
}

/* For Firefox */
::-moz-scrollbar {
    width: 12px;
}

::-moz-scrollbar-track {
    background: #070707;
}

::-moz-scrollbar-thumb {
    background-color: #dc2b2b;
    border-radius: 0;
}

/* For IE and Edge */
body {
    scrollbar-face-color: #dc2b2b;
    scrollbar-track-color: #070707;
    scrollbar-arrow-color: #dc2b2b;
    scrollbar-shadow-color: #070707;
    scrollbar-highlight-color: #070707;
    scrollbar-3dlight-color: #070707;

    scrollbar-darkshadow-color: #070707;
}

/* Optional: Hide scrollbar when not hovered (for WebKit and Firefox) */
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:focus {
    background-color: #dc2b2b;
}

::-moz-scrollbar-thumb:hover,
::-moz-scrollbar-thumb:active,
::-moz-scrollbar-thumb:focus {
    background-color: #dc2b2b;
}

.faq-item {
    min-width: 300px;
}

.contact-card-right {
    padding-top: 5px !important;
    padding-bottom: 40px !important;
}

.vehicle-price {
    padding-top: 5px;
}

.vanguard-wrap.lead-quick-specs .quick-specs .contact-btns .vanguard-btn.sm.phone {
    padding-bottom: 10px !important;
}

@media (min-width: 991px) {
    .contact-card-left {
        padding-top: 3em !important;
    }
}

@media (max-width: 991px) and (min-width: 601px) {
    .contact-btns {
        gap: 2em;
    }

    .contact-btns .vanguard-btn {
        min-width: 250px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .google-map {
        margin-top: 8em !important;
    }

    .terms, .privacy {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .google-map {
        margin-top: 10em !important;
    }

    #description_text {
        text-align: left !important;
    }

    .footer-top {
        padding-top: 2em !important;
    }
}

@media (max-width: 479px) {
    .footer-link {
        font-size: 16px !important;
        font-weight: normal !important;
    }

    .link.text-and-icon.large {
        font-size: 15px !important;
    }
}

.vehicle-rotating-name .vehicle-price-title {
    margin-top: unset !important;
    font-size: 18px !important;
}

#description {
    background: unset !important;
}

#description .text-box {
    background: rgba(0, 0, 0, 0.5) !important;
}

.schema-wrapper, .contact-page-wrapper {
    background: linear-gradient(to bottom, #000000 0%, #4c0000 30%, #4c0000 70%, #000000 100%);
}

.inventory-contained-grid-wrap {
    background: linear-gradient(to bottom, #290505 0%, #4c0000 30%, #4c0000 70%, #000 100%);
}

.hp-section-row.message-us {
    background-image: url("../images/static/contact-bg.webp");
    box-shadow: inset 0 0 0 2000px rgba(9, 12, 23, 0.5);
}

.card.contact {
    background: unset !important;
    padding-bottom: unset !important;
}

.about-sec {
    max-width: unset !important;
    margin-left: unset !important;
}

.cta-section-1 {
    background: linear-gradient(to bottom, #290505 0%, #4c0000 30%, #4c0000 70%, #000 100%) !important;
    color: white !important;
}

.cta-section.cta-1.cta-section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/static/7hrj48295f.jpeg") !important;
}

.container-default.z-index-1.why-us-mobile-version {
    top: -40px !important;
}

.container-default.z-index-1.why-us-mobile-version img, .our-future img {
    border-radius: 10px !important;
}

@media (min-width: 767px) {
    .container-default.z-index-1.why-us-mobile-version .display-2 {
        font-size: 32px !important;
    }
}

.header-nav-menu-wrapper {
    opacity: 90%;
}