* {
    scroll-behavior: smooth;
}

#chatra {
    bottom: 3em !important;
}

.swal-footer {
    text-align: center!important;
}

input::placeholder, textarea::placeholder, select {
    color: #9f9d9d !important;
}

.filter_selects select {
    color: #f0f0f0!important;
}

.call-us-btn {
    position: fixed;
    right: 1em;
    top: 35%;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #b8860b;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: .2em .5em .2em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1000;
    transform-origin: right center;
    transition: right 0.3s ease;
}

.call-us-btn:hover {
    right: 1.1em;
    background-color: #7e5b07;
    color: #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.policies-mobile {
    display: none;
}

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



.sold-sign {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cb244b;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 10;
}

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

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

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

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

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

.cta-section-2.expo {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .46), rgba(0, 0, 0, .76) 67%, rgba(0, 0, 0, .86)), url("../images/static/expo-photo.jpg") !important;
    font-size: 18px !important;
}

/* For IE and Edge */
body {
    scrollbar-face-color: #b8860b;
    scrollbar-track-color: #070707;
    scrollbar-arrow-color: #b8860b;
    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: #b8860b;
}

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

.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) {
    #thumbs {
        margin-top: 9em;
        margin-bottom: -7em;
    }

    .card.contact {
        margin-top: unset!important;
    }

    .google-map {
        margin-top: 8em !important;
    }

    .policies-mobile {
        display: block;
    }

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

@media (max-width: 768px) {
    .call-us-btn {
        display: none;
    }
}

@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;
    }

    .cta-section-2.expo {
        background-position-x: -50% !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, .about-us {
    background: linear-gradient(to bottom, #000000 0%, #4c0000 30%, #754600 50%, #8b5a00 55%, #754600 70%, #4c0000 90%, #000000 100%);

}

.inventory-contained-grid-wrap {
    background: linear-gradient(to bottom, #290505 0%, #4c0000 10%, #8b5a00 50%, #4c0000 90%, #000000 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;
    margin-top: 7em;
}