/*******************
    navbar logo
*******************/
@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        max-width: 89px !important;
        height: auto!important;
        max-height: none !important;
        padding: 0px;
        }
    .navbar-fixed-spacer {
    height: 97px;
}
}
@media (min-width: 768px) {
    .navbar-header a.navbar-brand img {
        max-width: 125px !important;
        max-height: none !important;
        }
}


/****
homepage Banner
*****/
.cus-hom-ban {
    background-color: #005d4a;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px!important;
    text-transform: uppercase;
}

.cus-hom-ban a {
    text-decoration: underline;
    color: white;
    font-size: 18px;
}

@media (min-width: 768px) {
.cus-hom-ban,
.cus-hom-ban a {
    font-size: 20px;
}
}

/****
Banner
*****/
@media (max-width: 767.98px) {
.banner-links-bar .address-link {
    display: block;
    text-align: center;
}
}

/******************
    Hero
*******************/
.hero-section {
    text-align:center;
    min-height: 730px;
}
.hero-section a.btn {
    margin-inline: auto;
}

.hero-text {
    font-weight: 700;
    font-size: 24px;
}
.cus-text {
    font-size: 18px;
}

@media (min-width: 768px) {
.hero-text {
    font-weight: 700;
    font-size: 28px;
}
.hercol {
    min-height: 164px;
}
}

.navbar-default {
    background-color: #000000
}

.hero-button .quicklinkbutton {
    border-color: #ffffff !important;
    background-color: #000000 !important;
    color: var(--clr-neutral-100) !important;
}

.hero-button .quicklinkbutton .quicklinkbutton-label {
    color: #f0f0f0 !important;
}

a.banner-link {
    color: #131313;
}
a.banner-link:hover {
    color: #000;
}

.hero-button .quicklinkbutton .quicklinkbutton-label:hover {
    color: #000000 !important; /* Change the color on hover */
}
@media (min-width: 768px) {
a.banner-link {
    font-size: 18px;
}
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: larger;
    }
}

.disclaimer-container {
    font-size: 18px;
}

body[data-page="/custom-10"] .site-footer,
body.page-template-custom-10 .site-footer {
  display: none !important;
}

.vehicle-details-panel #Video {
    width: 75%;
    margin: auto;
}


/*==================================
    HERO CONTENT
==================================*/

.hero-section .row {
    display: flex !important;
    align-items: center !important;
}


/* Side content */
.hero-section .first-column > div,
.hero-section .third-column > div {
    min-height: 440px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}


/* Main content group */
.hero-section .first-column .customhtml,
.hero-section .third-column .customhtml {
    width: 100% !important;
    max-width: 390px !important;

    position: relative !important;

    margin: 0 auto !important;
    padding: 30px 28px !important;

    background:
        radial-gradient(
            circle at center,
            rgba(214, 174, 72, 0.07) 0%,
            rgba(0, 0, 0, 0) 68%
        ) !important;

    text-align: center !important;
}


/* Gold corner detail */
.hero-section .first-column .customhtml::before,
.hero-section .third-column .customhtml::before {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 44px !important;
    height: 44px !important;

    border-top: 1px solid #d6ae48 !important;
    border-left: 1px solid #d6ae48 !important;
}


.hero-section .first-column .customhtml::after,
.hero-section .third-column .customhtml::after {
    content: "" !important;

    position: absolute !important;

    right: 0 !important;
    bottom: 0 !important;

    width: 44px !important;
    height: 44px !important;

    border-right: 1px solid #d6ae48 !important;
    border-bottom: 1px solid #d6ae48 !important;
}


/*==================================
    TITLE
==================================*/

.hero-section .hero-text {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 39px !important;
    line-height: 0.94 !important;
    font-weight: 800 !important;

    letter-spacing: 0.6px !important;

    text-align: center !important;
    text-transform: uppercase !important;

    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.85),
        0 0 20px rgba(214, 174, 72, 0.10) !important;
}


/* Garage title */
.hero-section .third-column .hero-text {
    font-size: 34px !important;
}


/*==================================
    DESCRIPTION
==================================*/

.hero-section .hercol {
    width: 100% !important;

    margin: 20px auto 0 !important;
    padding: 20px 0 0 !important;

    position: relative !important;

    background: transparent !important;
}


/* Gold divider */
.hero-section .hercol::before {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    left: 50% !important;

    width: 82px !important;
    height: 1px !important;

    background: linear-gradient(
        to right,
        transparent,
        #d6ae48 22%,
        #d6ae48 78%,
        transparent
    ) !important;

    transform: translateX(-50%) !important;
}


/* Body text */
.hero-section .cus-text {
    max-width: 335px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.88) !important;

    font-size: 16px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;

    letter-spacing: 0.1px !important;

    text-align: center !important;

    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.9) !important;
}


.hero-section .cus-text.sm {
    max-width: 320px !important;

    font-size: 15px !important;
    line-height: 1.6 !important;
}


/*==================================
    HERO BUTTON
==================================*/

.hero-section .hero-button {
    width: 100% !important;
    max-width: 220px !important;

    margin: 22px auto 0 !important;
}


.hero-section .hero-button .quicklinkbutton-wrapper {
    margin: 0 !important;
}


.hero-section .hero-button .quicklinkbutton {
    height: 46px !important;

    padding: 0 24px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: transparent !important;

    border: 1px solid rgba(214, 174, 72, 0.85) !important;
    border-radius: 0 !important;

    color: #ffffff !important;

    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    letter-spacing: 1.2px !important;

    text-transform: uppercase !important;

    box-shadow:
        inset 0 0 0 rgba(214, 174, 72, 0) !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease !important;
}


.hero-section .hero-button .quicklinkbutton:hover,
.hero-section .hero-button .quicklinkbutton:focus {
    background: #d6ae48 !important;

    color: #000000 !important;

    box-shadow:
        0 0 18px rgba(214, 174, 72, 0.18) !important;
}


/*==================================
    TABLET
==================================*/

@media (max-width: 991px) {

    .hero-section .first-column > div,
    .hero-section .third-column > div {
        min-height: 400px !important;
    }


    .hero-section .first-column .customhtml,
    .hero-section .third-column .customhtml {
        padding: 26px 20px !important;
    }


    .hero-section .hero-text {
        font-size: 32px !important;
    }


    .hero-section .third-column .hero-text {
        font-size: 29px !important;
    }


    .hero-section .cus-text,
    .hero-section .cus-text.sm {
        font-size: 14px !important;
    }
}


/*==================================
    MOBILE
==================================*/

@media (max-width: 767px) {

    .hero-section .row {
        display: block !important;
    }


    .hero-section .first-column > div,
    .hero-section .third-column > div {
        min-height: 0 !important;

        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }


    .hero-section .first-column .customhtml,
    .hero-section .third-column .customhtml {
        max-width: 360px !important;

        padding: 26px 22px !important;
    }


    .hero-section .hero-text,
    .hero-section .third-column .hero-text {
        font-size: 30px !important;
    }


    .hero-section .cus-text,
    .hero-section .cus-text.sm {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }


    .hero-section .hero-button {
        max-width: 210px !important;

        margin-top: 20px !important;
    }
}

/* Right-side service text */
.hero-section .third-column .hercol {
    margin-top: 22px !important;
    padding-top: 22px !important;
}

.hero-section .third-column .cus-text.sm {
    max-width: 420px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 21px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;

    text-align: center !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85) !important;
}

@media (max-width: 991px) {
    .hero-section .third-column .cus-text.sm {
        max-width: 360px !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 767px) {
    .hero-section .third-column .cus-text.sm {
        max-width: 100% !important;
        font-size: 17px !important;
        line-height: 1.5 !important;
    }
}