@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap");

/*==================================
    Site Typography
==================================*/

body,
body.main-body,
.navbar,
.page-content,
.pagetitle-container,
.footer-container,
.customhtml,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
span {
    font-family: "Rajdhani", Arial, sans-serif !important;
}


/******************************
    BANNER
******************************/

.ban-dealer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 14px;
}

.ban-dealer-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    text-align: right;
}

.ban-icon {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
}

.ban-dealer-row strong {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.ban-dealer-row a {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    line-height: 1.4;
    transition: opacity 0.2s ease;
}

.ban-dealer-row a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Social */

.ban-social-links {
    display: flex;
    gap: 8px;
}

.ban-social-links a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ban-social-links a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    text-decoration: none;
}

/* Brand Colors */

.ban-social-links .facebook {
    background: #1877F2;
}

.ban-social-links .instagram {
    background: linear-gradient(
        45deg,
        #F58529 0%,
        #FEDA77 25%,
        #DD2A7B 50%,
        #8134AF 75%,
        #515BD4 100%
    );
}

.ban-social-links .tiktok {
    background: #000000;
}

.ban-social-links .google {
    background: #4285F4;
}

@media (max-width: 768px) {
    .ban-dealer-info {
        align-items: center;
    }

    .ban-dealer-row {
        justify-content: center;
        text-align: center;
    }
}

.banner-container {
    background-color: #fff!important;
}

/*==================================
    Header Dealer Information
==================================*/

.ban-dealer-info {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;

    text-align: right !important;
}

.ban-dealer-info .ban-phone,
.ban-dealer-info .ban-address {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    font-family: "Rajdhani", Arial, sans-serif !important;
    font-size: 21px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;

    text-decoration: none !important;
    text-transform: uppercase !important;
}

.ban-dealer-info .ban-phone:hover,
.ban-dealer-info .ban-address:hover,
.ban-dealer-info .ban-phone:focus,
.ban-dealer-info .ban-address:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}


/* Mobile */

@media (max-width: 767px) {
    .ban-dealer-info {
        align-items: center !important;
        text-align: center !important;
        padding: 14px 0 !important;
    }

    .ban-dealer-info .ban-phone,
    .ban-dealer-info .ban-address {
        font-size: 18px !important;
    }
}


/******************************
    HERO
******************************/
.hero-section {
    background-position: center;
    padding: 20px;
}

@media(min-width: 768px) {
.hero-section {
    min-height: 600px;
    padding-top: 5%;
}
}

h1.display {
  font-size: 0 !important;
}

@media (min-width: 768px) {
    h1.display {
        font-size: 0 !important;
        margin-bottom: 28px;
    }
}

.hero-section .quicklinkbutton-wrapper {
    display: flex;
    justify-content: center;
}


/******************************
    BELOW HERO
******************************/
.swiper-slide.marquee-swiper {
    display: none;
}

/*==================================
    GTC - Website Background
==================================*/

/* Black only on the main page canvas */
html,
body,
body.main-body,
.main-container,
.content-container,
.page-content {
    background-color: #000000 !important;
}


/* Nested layout containers should not create black blocks */
.page-content .container,
.page-content .container-fluid,
.page-content-row > div,
.page-content-column,
.page-content-column > div,
.page-content-element,
.element-outer-container,
.element-container {
    background-color: transparent !important;
}


/* Keep rows transparent so they sit naturally on the black page.
   This does NOT remove existing background images. */
.page-content-row {
    background-color: transparent !important;
}


/*==================================
    Homepage - General Text
==================================*/

.pageid-hom {
    color: #ffffff !important;
}


/* Main headings */
.pageid-hom h1,
.pageid-hom h2,
.pageid-hom h3,
.pageid-hom h4,
.pageid-hom h5,
.pageid-hom h6,
.pageid-hom .element-heading,
.pageid-hom .element-heading h1,
.pageid-hom .element-heading h2,
.pageid-hom .element-heading h3,
.pageid-hom .element-heading h4,
.pageid-hom .element-heading h5,
.pageid-hom .element-sub-heading {
    color: #ffffff !important;
}


/* Standard content text */
.pageid-hom .customhtml,
.pageid-hom .customhtml p,
.pageid-hom .customhtml li,
.pageid-hom .element-data-column,
.pageid-hom .element-data-column p,
.pageid-hom .element-data-column li {
    color: rgba(255, 255, 255, 0.82) !important;
}


/* Text nested inside generated spans */
.pageid-hom .customhtml p span,
.pageid-hom .customhtml li span,
.pageid-hom .element-data-column p span,
.pageid-hom .element-data-column li span {
    color: inherit !important;
}


/* Bold text */
.pageid-hom .customhtml strong,
.pageid-hom .customhtml b,
.pageid-hom .element-data-column strong,
.pageid-hom .element-data-column b {
    color: #ffffff !important;
}


/*==================================
    Homepage Links
==================================*/

/* Normal text links only - don't override buttons */
.pageid-hom .customhtml a:not(.btn):not(.quicklinkbutton),
.pageid-hom .element-data-column a:not(.btn):not(.quicklinkbutton) {
    color: #ffffff !important;
}

.pageid-hom .customhtml a:not(.btn):not(.quicklinkbutton):hover,
.pageid-hom .element-data-column a:not(.btn):not(.quicklinkbutton):hover {
    color: rgba(255, 255, 255, 0.72) !important;
}


/*==================================
    Inventory Section
==================================*/

.pageid-hom .inventory-panel,
.pageid-hom .inventory-panel .inventory-title,
.pageid-hom .inventory-panel .vehicle-title,
.pageid-hom .inventory-panel .vehicle-title a,
.pageid-hom .inventory-panel h1,
.pageid-hom .inventory-panel h2,
.pageid-hom .inventory-panel h3,
.pageid-hom .inventory-panel h4,
.pageid-hom .inventory-panel h5,
.pageid-hom .inventory-panel h6 {
    color: #ffffff !important;
}

.pageid-hom .inventory-panel p,
.pageid-hom .inventory-panel .vehicle-info,
.pageid-hom .inventory-panel .vehicle-info span,
.pageid-hom .inventory-panel .inventory-feature,
.pageid-hom .inventory-panel .inventory-feature span {
    color: rgba(255, 255, 255, 0.78) !important;
}


/*==================================
    Vehicle Finder / Sell / Financing
==================================*/

.pageid-hom .customhtml ul,
.pageid-hom .customhtml ol {
    color: rgba(255, 255, 255, 0.82) !important;
}

.pageid-hom .customhtml ul li::marker,
.pageid-hom .customhtml ol li::marker {
    color: #ffffff !important;
}


/*==================================
    Forms / Contact Section
==================================*/

.pageid-hom form,
.pageid-hom form p,
.pageid-hom form label,
.pageid-hom .control-label,
.pageid-hom .required-field,
.pageid-hom .help-block {
    color: rgba(255, 255, 255, 0.82) !important;
}

.pageid-hom form h1,
.pageid-hom form h2,
.pageid-hom form h3,
.pageid-hom form h4,
.pageid-hom form h5 {
    color: #ffffff !important;
}


/* Keep entered form text readable */
.pageid-hom input,
.pageid-hom textarea,
.pageid-hom select {
    color: #222222;
}


/*==================================
    Dealership / Contact Information
==================================*/

.pageid-hom .dealershipinfo-mainphone,
.pageid-hom .dealershipinfo-email,
.pageid-hom .location,
.pageid-hom .hours,
.pageid-hom .dealershipinfo-mainphone a,
.pageid-hom .dealershipinfo-email a,
.pageid-hom .location a {
    color: rgba(255, 255, 255, 0.82) !important;
}


/*==================================
    Footer
==================================*/

.footer-container,
.page-bottom {
    background-color: #000000 !important;
}

.footer-container,
.footer-container p,
.footer-container li,
.footer-container .footer-link,
.footer-container .address-link,
.footer-container .phonenumber-link,
.footer-container .email-link {
    color: rgba(255, 255, 255, 0.68) !important;
}

.footer-container .footer-links-heading {
    color: #ffffff !important;
}

.footer-container a:hover {
    color: #ffffff !important;
}


/* Dealer info text + icons only */

.ban-dealer-info,
.ban-dealer-info strong,
.ban-dealer-info a,
.ban-dealer-info .ban-icon,
.ban-dealer-info .ban-icon i,
.ban-dealer-info .ban-social-links a,
.ban-dealer-info .ban-social-links i {
    color: #ffffff !important;
}