/* Global Poppins Font Family */
*:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-light):not(.fa-brands):not([class*="fa-"]) {
    font-family: 'Poppins', sans-serif !important;
}
body, h1, h2, h3, h4, h5, h6, p, span, a, input, select, textarea, button, td, th, div, section, li, label, strong, b, em, i.fa-none {
    font-family: 'Poppins', sans-serif !important;
}

.main-slider {
    margin-top: 75px;
}

.car_hero_section {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
}

.car_hero_section img {
    width: 100%;
    height: auto;
    max-height: 660px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Mobile responsive perfection for car_hero_section */
@media (max-width: 991px) {
    .main-slider {
        margin-top: 0px;
    }

    .car_hero_section img {
        max-height: 480px;
        min-height: 250px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 767px) {
    .car_hero_section {
        border-radius: 0;
    }

    .car_hero_section img {
        height: 52vw;
        max-height: 360px;
        min-height: 210px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .car_hero_section img {
        height: 56vw;
        max-height: 280px;
        min-height: 190px;
        object-fit: cover;
        object-position: center;
    }
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background: #307fe224;
    border: none;
    color: #000;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: var(--pos-x, -200px);
    width: var(--icon-size, 30px);
    height: var(--icon-size, 30px);
    line-height: var(--icon-size, 30px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
}

.main-slider .slick-prev {
    left: 18px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 9;
}

.main-slider .slick-next {
    right: 18px;
}

.slick-arrow.slick-next {
    left: auto;
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: max-content;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin-right: 25px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #D8D8D8);
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots .slick-active button {
    background-color: #fff;
}

.slick-dots button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.slider-pc,
.slider-mob {
    cursor: grab;
}

.slider-pc:active,
.slider-mob:active {
    cursor: grabbing;
}



.headerform {
    position: absolute;
    top: 2.3%;
    right: 6%;
}

.headerform {
    background: rgba(18, 19, 18, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.headerform h2 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
}

.headerform h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #1464f4;
    border-radius: 2px;
}

label {
    margin-bottom: 0.5em;
    display: block;
    color: #fff;
    font-family: var(--body-font);
}

.cnt-pg-inr label {
    color: #fff;
}

.cnt-pg-inr select {
    color: #000;
}

.headerform label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
    margin-bottom: 4px !important;
    color: rgba(255, 255, 255, 0.8);
}

.headerform .form-group {
    margin-bottom: 6px;
}

select,
.form-control,
.form-select,
textarea,
input {
    padding: 0 25px 0 25px;
    padding-right: 45px;
    color: #1d1d1d;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
}

.headerform input,
.headerform select {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
    height: 42px;
    color: #fff;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.headerform select option {
    background-color: #121312;
    color: #fff;
}

.headerform input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.headerform input:focus,
.headerform select:focus {
    border-color: #1464f4;
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4);
}

.th-btn.btn-new-sm {
    padding: 10px 20px;
    font-size: 14px;
    background: linear-gradient(135deg, #1464f4 0%, #0c47b8 100%);
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.3);
    transition: all 0.3s ease;
}

.th-btn.btn-new-sm:hover {
    background: linear-gradient(135deg, #4c86f7 0%, #1464f4 100%);
    box-shadow: 0 6px 20px rgba(219, 20, 23, 0.5);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #121312;
        margin: 15px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}


/* Fixed Quick Actions Sidebar */
.fixed-icons {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9990;
}

.fixed-icons .openbox-pop {
    display: none;
    background: #1c1e1a;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: 320px;
    margin-right: 43px;
}

.fixed-icons.open .openbox-pop {
    display: block;
}

.fixed-icons .openpopbox {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    background: #1464f4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    z-index: 9991;
}

.fixed-icons .openpopbox .icon-close {
    display: none;
}

.fixed-icons.open .openpopbox .icon-open {
    display: none;
}

.fixed-icons.open .openpopbox .icon-close {
    display: inline-block;
}

.call-to-actions-pop p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.ctas-ico {
    background: #000;
    border-radius: 10px;
    padding: 10px 6px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ctas-ico:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.quick-cta-icons {
    font-size: 24px;
    color: #1464f4;
}

@media (max-width: 767.98px) {
    .fixed-icons {
        right: 0px;
    }

    .fixed-icons .openbox-pop {
        width: 310px;
        margin-right: 52px;
    }

    .fixed-icons .openpopbox {
        right: 10px;
    }
}

/* scroll to top */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f106";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #1464f4;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 1px solid #1464f4;
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: #000;
    border-radius: 50%;
    background: #fff;
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: #1464f4;
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

/* Whats app */
.whatsapp-float {
    position: fixed;
    left: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 12px;
    border-radius: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    z-index: 9999;
    text-decoration: none
}

.whatsapp-float img {
    width: 24px;
    height: 24px;
    display: block
}

.whatsapp-float span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.whatsapp-float:hover {
    opacity: .9;
}

.welcome-text-VinFast-div h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.welcome-text-VinFast-div h1 span {
    font-size: 34px;
}

.welcome-text-VinFast-div h1 span {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .welcome-text-VinFast-div h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .welcome-text-VinFast-div h1 span {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .welcome-text-VinFast-div h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .welcome-text-VinFast-div h1 span {
        font-size: 26px;
    }
}

#home-main-btns {
    padding: 30px 0 0px;
}

.row-home-btn {
    margin-top: 10px;
}


.same-des {
    text-align: center;
    padding: 20px 20px 0px 20px;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background-color: #1c1e1a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.same-des a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.same-des a p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    color: #fff;
}

.same-des i {
    font-size: 32px;
    color: #1464f4;
    margin-bottom: 10px;
    display: block;
}

.home-btn-design,
.home-btn-design2,
.home-btn-design3,
.home-btn-design4 {
    border-top: 3px solid #1464f4;
}

.home-btn-design2 {
    border-top-color: #1464f4;
}

.home-btn-design3 {
    border-top-color: 3px solid #1464f4;
}

.home-btn-design4 {
    border-top-color: #1464f4;
}

.same-des:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
    .welcome-text-kia-div h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .same-des a {
        font-size: 16px;
    }

    .same-des a p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .menu_side_area a.btn-line {
        padding: 4px 10px;
        font-size: 14px;
    }

    .main-slider {
        margin-top: 56px;
    }

    .mt80 {
        margin-top: 57px;
    }

    .form-container {
        padding: 2em 1em !important;
    }
}


.border-10 {
    border-radius: 10px;
}

.form-area {
    margin: 0em 0 0em 0;
}

.form-container {
    padding: 2.5em 2.5em;
    background: #1c1e1a;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.form-container p.sub {
    margin-bottom: 25px;
    font-size: 13px;
    color: #fff;
    font-style: italic;
}

.form-container p.sub span {
    font-size: 16px;
    color: #118816;
}

.form-container .form-item {
    margin-bottom: 1.5em;
}

.form-container .form-item label {
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.form-container .form-item input,
.form-container .form-item select,
.form-container .form-item textarea {
    background-color: white;
    border: 1px solid #7c7c7c;
    border-radius: 0;
    padding: 13px 10px;
    font-weight: 400;
    color: #000;
}

.errormsg.mt-4 {
    color: red;
}


.rts-breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
}

.rts-breadcrumb-area.service {
    background: url(../images/bg/all-pg-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .rts-breadcrumb-area.service {
        background: url(../images/bg/all-pg-bg-mob.png);
        height: 430px;
    }
}
@media (max-width: 480px) {
    .rts-breadcrumb-area.service {
        background: url(../images/bg/all-pg-bg-mob.png);
        height: 340px;
    }
}

.rts-breadcrumb-area.service:before {
    content: "";
    background-color: #1c1e1a8a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.rts-breadcrumb-area .container {
    z-index: 9999;
    position: relative;
}

.breadcrumb-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-area-wrapper .nav-bread-crumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 55px;
}

.bg-smoke {
    background-color: #f3f1f2 !important;
}

.rts-section-gap {
    padding: 80px 0;
}

.text-center {
    text-align: center !important;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 .nice-select,
.contact-form2 input {
    height: 60px;
    padding: 0 25px 0 25px;
    border-radius: 9999px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    background-color: #fff;
}

form#contactus {
    position: relative;
}

.form-group textarea {
    min-height: 160px;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #4b4b4b;
}

.rts-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    width: max-content;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transform: translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
    backface-visibility: hidden;
}

a.tth-btn {
    margin-bottom: 8px !important;
    position: initial;
    display: flow;
    border: 1px solid #dc3545;
}

.filter-select {
    appearance: auto;
    width: 100%;
    padding: 15px 32px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background-position: right 12px center;
    background-size: 20px;
}

.outlet-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.model-tabs {
    text-align: center;
    margin: 30px 0;
}

.model-tab {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
    padding: 8px 22px;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 6px;
    cursor: pointer;
    transition: all .2s ease;
}

.model-tab.active {
    background: #fff;
    color: #000;
}

.model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.model-card {
    background: #f0f0f0;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
}

.model-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.model-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.price-badge {
    background: #9d949424;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.model-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.model-buttons a {
    padding: 2px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
}

.btn-red {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-red:hover {
    color: #000;
    background-color: #fff;
}

.btn-outline {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
}

#contactform .form-item {
    margin-bottom: 20px;
}

#contactform .form-control {
    min-height: 48px;
}

#contactform select#branch {
    min-height: 48px !important;
}

#contactform textarea#message {
    min-height: 184px;
}

@media (min-width: 992px) {
    .custom-mt {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .custom-mt {
        margin-top: 0;
    }
}

.color-selector {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-selector .arrow {
    color: white;
    font-size: 1.5em;
    display: none;
}

.color-selector.selected .arrow {
    display: block;
}

.text-primary {
    color: #000 !important;
}

.bg-primary {
    background-color: #000 !important;
}

/* Hero Section */

.product-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.product-breadcrumb .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.product-breadcrumb .breadcrumb-item a:hover {
    color: #dc3545;
}

.product-breadcrumb .breadcrumb-item.active {
    color: #212529;
}

.product-title {
    font-size: 3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 0;
}

.product-cta-buttons .btn {
    min-width: 180px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

/* Overview Section */
.product-overview-section {
    background: #fff;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #495057;
}

.overview-image-wrapper img {
    transition: transform 0.3s;
}

.overview-image-wrapper:hover img {
    transform: scale(1.02);
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    color: #495057;
}

.feature-icon {
    color: #28a745;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Colors Section */


.color-image-container {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}



.color-selector {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



/* Gallery Section */
.product-gallery-section {
    background: #fff;
}

.gallery-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 12px;
    box-sizing: border-box;
}

.gallery-item-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    height: 100%;
    background-color: white;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(220, 53, 69, 0.95);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.gallery-nav:hover {
    background-color: rgba(220, 53, 69, 1);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding: 0;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot:hover {
    background-color: #bbb;
    transform: scale(1.2);
}

.gallery-dot.active {
    background-color: #dc3545;
    width: 30px;
    border-radius: 6px;
}

.cta-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
}

.cta-buttons .btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modal */

#thankyoumodal .modal-title {
    color: #000 !important;
}

#thankyoumodal p.otpnumber {
    color: #000 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .product-title {
        font-size: 2.5rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .gallery-slide {
        flex: 0 0 calc(100% / 2);
    }

    .gallery-carousel-container {
        padding: 25px 50px;
    }

    .color-image-container img {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .product-hero-section {
        padding: 40px 0 30px;
    }

    .product-title {
        font-size: 2rem;
    }

    .product-subtitle {
        font-size: 1rem;
    }

    .section-heading {
        font-size: 1.75rem;
    }

    .gallery-slide {
        flex: 0 0 100%;
    }

    .gallery-carousel-container {
        padding: 20px 30px;
        border-radius: 12px;
    }


    .gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .gallery-prev {
        left: 5px;
    }

    .gallery-next {
        right: 5px;
    }

    .color-image-container img {
        max-height: 280px;
    }

    .color-selector {
        width: 45px;
        height: 45px;
    }

    .cta-card {
        padding: 30px 20px;
    }

    .cta-title {
        font-size: 1.5rem;
    }
}


.dark-bg {
    background-color: #000 !important;
}

.model-card h5 {
    color: #000;
}

.outlet-card h3 {
    color: #000 !important;
}

.outlet-card {
    overflow: hidden;
    word-wrap: break-word;
}

/* Page & Section Light Theme Background Overrides */
.page-content, 
.sub-page-main-container,
section, 
section.space, 
.no-bottom.no-top {
    background-color: #ffffff !important;
    color: #111111 !important;
}

/* Light Grey Sections */
.bg-grey, 
section.bg-grey, 
section.pt10.pb10.bg-grey,
.testimonials-section,
.faq-section {
    background-color: #f0f5fa !important;
    color: #111111 !important;
}

/* Sub Header Title Block */
.sub-header-container {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    color: #111111 !important;
}

/* Typography Color Overrides for Light Theme */
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
section h1, section h2, section h3, section h4, section h5, section h6,
.no-bottom h1, .no-bottom h2, .no-bottom h3, .no-bottom h4, .no-bottom h5, .no-bottom h6,
p, li, span.d-item-txt {
    color: #111111;
}

/* Subtitle Badges */
.subtitle {
    background-color: #1464f4 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 5px 12px;
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Header - Solid Black Navigation Bar */
header, header.transparent {
    background-color: #000000 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #1464f4;
    padding: 0px 0 !important;
}

#wrapper {
    padding-top: 110px !important;
}
.main-slider {
    margin-top: 0 !important;
}

header #mainmenu li a {
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 8px 12px !important;
    transition: all 0.3s ease;
}

header #mainmenu li a:hover {
    color: #1464f4 !important;
}

/* Dynamic Active Navigation Link Underlining */
body.index-page header #mainmenu li a[href="/"],
body.about-page header #mainmenu li a[href="about"],
body.models-page header #mainmenu li a[href="models"],
body.locations-page header #mainmenu li a[href="locations"],
body.service-page header #mainmenu li a[href="service"],
body.used-two-wheelers-page header #mainmenu li a[href="used-two-wheelers"],
body.contact-page header #mainmenu li a[href="contact"],
body.test-ride-page header #mainmenu li a[href="test-ride"] {
    color: #1464f4 !important;
    border-bottom: 3px solid #1464f4 !important;
    padding-bottom: 4px !important;
}

header span {
    color: #ffffff !important;
}

/* Footer solid black */
footer, footer.section-dark, .subfooter {
    background-color: #000000 !important;
    color: #ffffff !important;
}
footer *, footer a, footer p, footer span, footer h5, .subfooter p, .subfooter a {
    color: #cccccc !important;
}
footer h5, footer h4, footer strong {
    color: #ffffff !important;
}
footer a:hover {
    color: #1464f4 !important;
}

/* Quick Links Button Cards style */
.same-des {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border-top: 3px solid #1464f4 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.same-des a {
    color: #111111 !important;
}
.same-des a p {
    color: #555555 !important;
}
.same-des i {
    color: #1464f4 !important;
}
.same-des:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-top-color: #000000 !important;
}

/* Model inventory cards style */
.model-card, .de-item {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
}
.model-card:hover, .de-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}
.model-card h5, .model-card h4, .model-card h3, .de-item h5, .de-item h4 {
    color: #111111 !important;
    font-weight: 700 !important;
}

/* Form inputs styling */
.form-container {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    border-radius: 12px;
    padding: 30px !important;
}
.form-container *, .form-container label {
    color: #111111 !important;
}
.form-container input, .form-container select, .form-container textarea {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #111111 !important;
}
.form-container input:focus, .form-container select:focus {
    border-color: #1464f4 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2) !important;
}

/* All main call-to-action buttons (Red pills) */
.th-btn, .btn-new-sm, .submit-btn, .btn-line, .btn-main {
    background-color: #1464f4 !important;
    background: #1464f4 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: none !important;
    padding: 10px 28px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
}
.th-btn:hover, .btn-new-sm:hover, .submit-btn:hover, .btn-line:hover, .btn-main:hover {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* Hero glassmorphic form style constraints */
.headerform {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}
.headerform h2 {
    color: #111111 !important;
}
.headerform p, .headerform label, .headerform span, .headerform .sub {
    color: #333333 !important;
}
.headerform label {
    color: #111111 !important;
}
.headerform input, .headerform select {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #111111 !important;
}
.headerform select option {
    background-color: #ffffff !important;
    color: #111111 !important;
}
.headerform input::placeholder {
    color: #888888 !important;
}
.headerform button {
    background-color: #1464f4 !important;
    color: #ffffff !important;
}
.headerform input:focus, .headerform select:focus {
    background-color: #ffffff !important;
    border-color: #1464f4 !important;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4) !important;
}

/* Marquees style */
.de-marquee-list, .de-marquee-list span {
    color: #1464f4 !important;
}

/* New Homepage Layout Style Modifications */

/* 1. Discover VinFast */
.discover-VinFast-sec {
    padding: 80px 0;
    background-color: #ffffff;
}
.discover-VinFast-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.discover-VinFast-sec h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #1464f4;
    margin: 15px auto 0;
}
.discover-VinFast-sec p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 40px;
}
.discover-VinFast-carousel .slick-slide {
    padding: 0 12px;
}
/* Slick Carousel Navigation Arrows Styles */
.discover-VinFast-carousel {
    position: relative;
    margin-bottom: 10px !important;
}
.discover-VinFast-carousel .slick-prev,
.discover-VinFast-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    color: #1464f4 !important;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.discover-VinFast-carousel .slick-prev {
    left: -45px;
}
.discover-VinFast-carousel .slick-next {
    right: -45px;
}
.discover-VinFast-carousel .slick-prev:hover,
.discover-VinFast-carousel .slick-next:hover {
    color: #cc0000 !important;
    transform: translateY(-50%) scale(1.2);
}
.discover-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    margin: 15px 0;
    height: 480px;
}
@media (max-width: 767px) {
    .discover-card-custom {
        height: auto !important;
    }
}
.discover-card-custom:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #1464f4;
}
.discover-card-img-wrap {
    background: #fdfdfd;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}
.discover-card-img-wrap img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    transition: transform 0.5s ease;
}
.discover-card-custom:hover .discover-card-img-wrap img {
    transform: scale(1.05);
}
.discover-card-body {
    padding: 25px;
}
.discover-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
}
.spec-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.spec-col {
    flex: 1;
    text-align: center;
}
.spec-col:not(:last-child) {
    border-right: none;
}
.spec-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 4px;
    font-weight: 600;
}
.spec-value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

/* 2. Search / Price Filter Section */
.search-filter-sec {
    padding: 60px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.search-filter-sec h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}
.filter-section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-top: 30px;
}
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.filter-group {
    flex: 1;
    min-width: 250px;
}
.filter-group label {
    font-weight: 700;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
}
.filter-group select {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 48px !important;
    color: #111 !important;
    padding: 0 15px !important;
}
.price-filter {
    flex: 1;
    width: 100%;
}
.price-filter h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}
.slider-wrapper input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    top: 50%;
    transform: translateY(-50%);
}
.slider-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1464f4;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: 700;
    color: #111;
}
.buttons-row {
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
.btn-search {
    background-color: #1464f4 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-search:hover {
    background-color: #111 !important;
    transform: translateY(-2px);
}
.btn-reset {
    background-color: #888 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-reset:hover {
    background-color: #444 !important;
    transform: translateY(-2px);
}

/* 3. Featured Products Grid */
.featured-products-sec {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.featured-products-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.product-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.product-card-custom:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    border-color: #1464f4;
}
.product-thumb-wrap {
    position: relative;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.product-card-custom:hover .product-thumb-wrap img {
    transform: scale(1.08);
}
.product-body-custom {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-cat-custom {
    display: inline-block;
    border: 1px solid #1464f4;
    color: #1464f4;
    background: #fff;
    padding: 0px 7px;
    font-size: 9px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    font-family: Georgia, Garamond, serif;
    letter-spacing: 0.5px;
}
.product-title-custom {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 12px;
    min-height: 42px;
}
.product-bottom-custom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-price-custom {
    font-size: 16px;
    font-weight: 800;
    color: #1464f4;
}
.product-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.product-card-custom:hover .product-action-btn {
    background-color: #1464f4;
    color: #fff;
}

/* 4. Special Offers */
.special-offers-sec {
    padding: 80px 0;
    background-color: #ffffff;
    color: #111111;
}
.special-offers-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.special-offers-sec p.sub-heading {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}
.offer-card-custom {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    height: 260px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.offer-card-custom:hover {
    transform: translateY(-5px);
    border-color: #1464f4;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}
.offer-img-side {
    width: 45%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.offer-content-side {
    width: 55%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offer-content-side h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111111 !important;
    margin-bottom: 10px;
}
.offer-content-side p {
    font-size: 14px;
    color: #555555 !important;
    margin-bottom: 20px;
    line-height: 1.5;
}
.offer-btn {
    background-color: #1464f4;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    width: max-content;
    transition: all 0.3s ease;
    text-decoration: none;
}
.offer-btn:hover {
    background-color: #111111;
    color: #ffffff !important;
}
@media (max-width: 991px) {
    .offer-card-custom {
        height: auto;
        flex-direction: column;
    }
    .offer-img-side {
        width: 100%;
        height: 200px;
    }
    .offer-content-side {
        width: 100%;
        padding: 25px;
    }
}

/* 5. What Our Customers Say */
.testimonials-sec-custom {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.testimonials-sec-custom h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.testimonials-sec-custom p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.testimonial-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.testimonial-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-color: #1464f4;
}
.rating-stars {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-quote {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: italic;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-username {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

/* 6. Upcoming Events */
.upcoming-events-sec {
    padding: 80px 0;
    background-color: #ffffff;
    color: #111111;
}
.upcoming-events-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.upcoming-events-sec p.sub-heading {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}
.image-accordion-custom {
    display: flex;
    width: 100%;
    height: 480px;
    overflow: hidden;
    gap: 15px;
    margin-top: 20px;
}
.accordion-item-custom {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.05);
}
.accordion-item-custom::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.accordion-item-custom:hover, .accordion-item-custom.active {
    flex: 3;
}
.accordion-item-custom.active::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 100%);
}
.accordion-content-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
    z-index: 2;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
.accordion-date {
    display: inline-block;
    background-color: #1464f4;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 12px;
}
.accordion-title-custom {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.accordion-desc-custom {
    font-size: 13px;
    color: #ddd !important;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}
.accordion-item-custom:hover .accordion-desc-custom, .accordion-item-custom.active .accordion-desc-custom {
    opacity: 1;
    height: auto;
    margin-top: 10px;
}
.accordion-item-custom:hover .accordion-content-custom, .accordion-item-custom.active .accordion-content-custom {
    transform: translateY(0);
}
@media (max-width: 767px) {
    .image-accordion-custom {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .accordion-item-custom {
        height: 180px;
        flex: auto !important;
    }
    .accordion-desc-custom {
        opacity: 1;
        height: auto;
        display: block;
        margin-top: 8px;
    }
    .accordion-content-custom {
        padding: 20px;
    }
    .accordion-title-custom {
        font-size: 18px;
    }
}

/* 7. Refer And Earn */
.refer-earn-sec {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
}
.refer-earn-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.refer-earn-sec p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.benefits-list-custom {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit-item-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.benefit-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffe5e5;
    color: #1464f4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.benefit-text-wrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.benefit-text-wrap p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}
.refer-details-accordion {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.refer-summary-custom {
    background-color: #1464f4;
    color: #ffffff !important;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}
.refer-form-content {
    padding: 30px;
    border-top: 1px solid #eaeaea;
    background-color: #ffffff;
}
.refer-form-content label {
    font-weight: 600 !important;
    color: #111111 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: block;
}
.refer-form-content input {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    height: 42px !important;
    color: #111111 !important;
    padding: 0 15px !important;
    margin-bottom: 15px;
    font-size: 14px !important;
}
.refer-form-content input:focus {
    background-color: #ffffff !important;
    border-color: #1464f4 !important;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4) !important;
    outline: none;
}
.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.captcha-question {
    font-weight: 700;
    font-size: 14px;
    color: #111;
    background: #eee;
    padding: 8px 15px;
    border-radius: 6px;
}
.captcha-input {
    flex-grow: 1;
    margin-bottom: 0 !important;
}
.btn-refer-submit {
    background-color: #1464f4 !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease;
}
.btn-refer-submit:hover {
    background-color: #111111 !important;
    color: #ffffff !important;
}
.refer-form-content .error {
    color: red;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-filters-custom {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.filter-tab-btn {
    background: #121312;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #a0a0a0;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-tab-btn:hover, .filter-tab-btn.active {
    background: #1464f4;
    color: #fff;
    border-color: #1464f4;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.4);
}

.read-more-btn-custom {
    background: #1464f4;
    border: none;
    color: #fff !important;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Georgia, Garamond, serif;
}
.read-more-btn-custom:hover {
    background: #111;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.product-modal-content {
    background: #121312 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8) !important;
}
.product-modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 20px 24px 10px !important;
}
.product-modal-body {
    padding: 24px !important;
}
.modal-img-wrap {
    background: #1c1e1a;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 250px;
}
.modal-img-wrap img {
    max-height: 220px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.modal-img-wrap:hover img {
    transform: scale(1.05);
}
.modal-cat-badge {
    background: rgba(219, 20, 23, 0.15);
    color: #1464f4;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-block;
}
.modal-product-title-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.modal-product-desc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0 !important;
}

.related-card-custom {
    background: #1c1e1a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-card-custom:hover {
    border-color: rgba(219, 20, 23, 0.4);
    transform: translateY(-3px);
}
.related-thumb-wrap {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #121312;
    border-radius: 6px;
    padding: 10px;
}
.related-thumb-wrap img {
    max-height: 80px;
    object-fit: contain;
}
.related-title-custom {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 8px 0 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.related-btn-custom {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.related-btn-custom:hover {
    background: #1464f4;
    color: #fff;
}

/* Shop Ordering & Control Bar Styling */
.shop-control-bar-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.products-count-custom {
    font-size: 14px;
    color: #a0a0a0 !important;
}
.count-num-custom {
    color: #fff;
    font-weight: 700;
}
.orderby-custom-select {
    background-color: #1c1e1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.orderby-custom-select:focus {
    border-color: #1464f4;
}
.orderby-custom-select option {
    background-color: #121312;
    color: #fff;
}

/* Shop Control Bar Container styling */
.shop-control-bar-custom {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.products-count-custom {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.products-count-custom span {
    font-weight: 700;
    color: #333;
}

.shop-controls-right-custom {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

/* Shop Select Dropdowns styling */
.shop-select-styled {
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    width: 240px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px !important;
    box-sizing: border-box;
}

.shop-select-styled:focus {
    border-color: #1464f4;
    box-shadow: 0 0 0 3px rgba(219, 20, 23, 0.1);
}

/* Pagination Styling */
.shop-pagination-custom {
    margin-top: 40px;
}
.page-item-custom a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #1c1e1a;
}
.page-item-custom.active a,
.page-item-custom a:hover {
    background: #1464f4;
    border-color: #1464f4;
    color: #fff;
}
.page-item-custom.next a,
.page-item-custom.prev a {
    width: auto;
    padding: 0 20px;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .shop-control-bar-custom {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-controls-right-custom {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .shop-select-styled {
        width: 100%;
    }
}

/* Single Product Inquire Button styling */
.btn-inquire-custom {
    background-color: #1464f4;
    color: #fff !important;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.3);
}
.btn-inquire-custom:hover {
    background-color: #111;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Rectangular Inquire & View More Button styling */
.btn-inquire-custom-v2 {
    background-color: #1464f4;
    color: #fff !important;
    border: none;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-family: Georgia, Garamond, serif;
}
.btn-inquire-custom-v2:hover {
    background-color: #111;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Welcome and CTA Section Styles */
.welcome-title-main {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}
.welcome-desc-main {
    font-size: 15px;
    color: #555;
    margin-bottom: 45px;
}
.welcome-card-custom {
    background: #ffffff;
    border: 1.5px solid #111;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 4px 4px 0px #111;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome-card-custom h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 10px;
    margin-bottom: 5px;
}
.welcome-card-custom span {
    font-size: 12px;
    color: #777;
}
.card-icon-container {
    color: #111;
    font-size: 36px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}
.welcome-card-link:hover .welcome-card-custom {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0px #1464f4 !important;
    border-color: #1464f4 !important;
}
.welcome-card-link:hover .card-icon-container {
    color: #1464f4 !important;
}

/* Brand Info Section Styles (White theme) */
.brand-info-dark-sec {
    background-color: #fcfcfc !important;
    color: #111111 !important;
    padding: 90px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 992px) {
    .brand-info-sticky-col {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
}
.brand-badge-pill {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #1464f4 !important;
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 10px rgba(219, 20, 23, 0.2);
}
.brand-title-main {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin-bottom: 20px;
}
.brand-accent-line {
    width: 60px;
    height: 4px;
    background-color: #1464f4;
    border-radius: 2px;
    margin-top: 15px;
}
.brand-col-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.brand-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #eaeaea;
}
.brand-info-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.brand-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: rgba(219, 20, 23, 0.3);
}
.brand-card-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: rgba(219, 20, 23, 0.06);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1464f4;
    font-size: 20px;
    transition: all 0.3s ease;
}
.brand-info-card:hover .brand-card-icon-wrap {
    background-color: #1464f4;
    color: #ffffff;
    transform: scale(1.05);
}
.brand-card-content {
    flex: 1;
}
.brand-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 6px 0;
    transition: color 0.3s ease;
}
.brand-info-card:hover .brand-card-title {
    color: #1464f4;
}
.brand-card-text {
    font-size: 13.5px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* 8. Welcome Dealer Info Section */
.dealer-welcome-sec {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
}
.dealer-welcome-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.dealer-welcome-sec p.section-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 600;
}
.dealer-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-align-last: center;
}
.dealer-card-link {
    text-decoration: none !important;
}
.dealer-card {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dealer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #1464f4;
}
.dealer-card-icon {
    font-size: 32px;
    color: #111111;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}
.dealer-card:hover .dealer-card-icon {
    color: #1464f4;
}
.dealer-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dealer-card-subtitle {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

/* 9. Schedule Your Service Section */
.schedule-service-sec {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.schedule-service-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.schedule-service-sec p {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 35px;
}
.btn-book-now-pill {
    display: inline-block;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #111111;
}
.btn-book-now-pill:hover {
    background-color: #1464f4;
    border-color: #1464f4;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(219, 20, 23, 0.3);
}

/* 10. Header Layout and Test Ride Button */
header .de-flex {
    justify-content: space-between !important;
    width: 100% !important;
}

.header-btn-test-ride {
    background-color: #1464f4 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 1px solid #1464f4 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-right: 15px !important;
}

.header-btn-test-ride:hover {
    background-color: #ffffff !important;
    color: #1464f4 !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .header-btn-test-ride {
        display: none !important;
    }
}

/* 11. Testimonials Grid Hover Effects */
.testimonial-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

/* 12. Outlet Cards Hover Effects & Address Wrapping */
.outlet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

.outlet-card-address {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    display: block !important;
    color: #444444 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.outlet-card:hover img {
    transform: scale(1.05);
}

}
.brand-list-item {
    margin-bottom: 25px;
}
.brand-list-icon {
    font-size: 24px;
    color: #1464f4;
    margin-bottom: 6px;
    display: block;
}
.brand-list-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* 8. Welcome Dealer Info Section */
.dealer-welcome-sec {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
}
.dealer-welcome-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.dealer-welcome-sec p.section-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 600;
}
.dealer-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-align-last: center;
}
.dealer-card-link {
    text-decoration: none !important;
}
.dealer-card {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dealer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #1464f4;
}
.dealer-card-icon {
    font-size: 32px;
    color: #111111;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}
.dealer-card:hover .dealer-card-icon {
    color: #1464f4;
}
.dealer-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dealer-card-subtitle {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

/* 9. Schedule Your Service Section */
.schedule-service-sec {
    padding: 80px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.schedule-service-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.schedule-service-sec p {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 35px;
}
.btn-book-now-pill {
    display: inline-block;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #111111;
}
.btn-book-now-pill:hover {
    background-color: #1464f4;
    border-color: #1464f4;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(219, 20, 23, 0.3);
}

/* 10. Header Layout and Test Ride Button */
header .de-flex {
    justify-content: space-between !important;
    width: 100% !important;
}

.header-btn-test-ride {
    background-color: #1464f4 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 1px solid #1464f4 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-right: 15px !important;
}

.header-btn-test-ride:hover {
    background-color: #ffffff !important;
    color: #1464f4 !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .header-btn-test-ride {
        display: none !important;
    }
}

/* 11. Testimonials Grid Hover Effects */
.testimonial-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

/* 12. Outlet Cards Hover Effects & Address Wrapping */
.outlet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

.outlet-card-address {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    display: block !important;
    color: #444444 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.outlet-card:hover img {
    transform: scale(1.05);
}

/* 13. Outlet Detail Address & Card Overflow Prevention */
.outlet-detail-overview {
    overflow: hidden;
}

.outlet-detail-overview span,
.outlet-detail-overview div,
.outlet-detail-overview p,
.outlet-detail-overview a {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
}

/* 14. Location Pages & Outlets Button Click Glitch Fix */
.outlet-action-btn {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.outlet-action-btn:hover {
    opacity: 0.92 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.outlet-action-btn:active {
    transform: translateY(0) !important;
}

.outlet-detail-overview .btn,
.outlet-services-sec .btn,
.outlet-inquiry-sec .btn,
.join-VinFast-sec .btn,
.outlet-detail-overview a,
.outlet-services-sec a,
.outlet-inquiry-sec a,
.join-VinFast-sec a,
.outlet-inquiry-sec button {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* 15. Responsive Typography for Tablet and Mobile Views */
@media (max-width: 991px) {
    #subheader h1,
    .subheader-title,
    h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    h2,
    .section-title,
    .welcome-text-VinFast-div h1 {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    h4 {
        font-size: 16px !important;
    }

    /* Subheader section padding for tablet */
    #subheader {
        padding: 90px 0 50px !important;
    }
    
    /* Section padding reductions */
    .outlet-detail-overview,
    .outlet-services-sec,
    .outlet-map-sec,
    .join-VinFast-sec {
        padding: 50px 0 !important;
    }
}

@media (max-width: 575px) {
    #subheader h1,
    .subheader-title,
    h1 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.5px !important;
    }

    #subheader span {
        font-size: 12px !important;
    }

    #subheader div {
        font-size: 12px !important;
    }

    h2,
    .section-title,
    .join-VinFast-sec h2 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    h4 {
        font-size: 15px !important;
    }

    /* Subheader section padding for mobile */
    #subheader {
        padding: 80px 0 40px !important;
    }
    
    .outlet-detail-overview,
    .outlet-services-sec,
    .outlet-map-sec,
    .join-VinFast-sec {
        padding: 40px 0 !important;
    }

    /* Outlet contact card padding */
    .outlet-detail-overview div[style*="padding: 35px 30px"] {
        padding: 20px 15px !important;
    }
}

/* Color Swatch Tick Mark Styling */
.color-swatch-btn {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: var(--swatch-color, inherit);
}

.color-swatch-btn.active::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.color-swatch-btn.active[data-idle-border="#ddd"]::after,
.color-swatch-btn.active[data-color-name*="White"]::after,
.color-swatch-btn.active[data-color-name*="Blanc"]::after,
.color-swatch-btn.active[style*="background-color: #ffffff"]::after {
    color: #111111;
    text-shadow: none;
}

/* Color Showcase Image Enlargement */
#color-showcase-img {
    width: 100% !important;
    max-width: 1250px !important;
    max-height: 520px !important;
    object-fit: contain !important;
    mix-blend-mode: multiply !important;
    transform: scale(1.15) !important;
    transition: opacity 0.15s ease-in-out, transform 0.3s ease !important;
}



/* ==========================================================================
   Module Pages Styles (Vehicle Details, Models, Testimonials, Terms)
   ========================================================================== */

/* Vehicle Detail Pages (.about-vf6-section, features, specs, swatches) */
.about-vf6-section {
    padding: 50px 0 60px;
    background: #b8b1b13d !important;
    font-family: sans-serif;
}
.section-heading {
    max-width: 900px;
    margin: auto;
    margin-bottom: 25px;
}
.subtitle {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1464f4 !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.section-heading h1,
.section-heading h2,
.welcome-title-main {
    font-family: 'Poppins', sans-serif !important;
}
.section-heading h2 {
    font-size: 56px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}
.welcome-description-wrapper {
    width: 100%;
    padding: 10px 15px 0;
    display: flex;
    justify-content: center;
}

.welcome-desc-main {
    max-width: 1120px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
    color: #333 !important;
    text-align: center;
}
.vf6-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.feature-card {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: .35s;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}
.feature-card i {
    font-size: 38px;
    color: #1464f4;
    margin-bottom: 20px;
}
.feature-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}
.feature-card p {
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}
.vehicle-spec-card {
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 20px 15px;
    height: 100%;
    transition: all 0.3s ease;
}
.vehicle-spec-card:hover {
    border-color: #1464f4;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.vehicle-spec-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
}
.vehicle-spec-value {
    font-size: 15px;
    font-weight: 800;
    color: #111;
}
.color-description {
    max-width: 1120px;
    margin: 10px auto 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #666 !important;
    text-align: center;
}

/* Models Listing Page Styles */
.model-item-col .product-card-custom:hover {
    transform: translateY(-6px);
    border-color: #1464f4 !important;
}
.model-item-col .product-card-custom:hover img {
    transform: scale(1.03);
}

/* Testimonials Page Styles */
.testimonial-tabs .nav-link {
    background: transparent;
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    border-radius: 0;
}
.testimonial-tabs .nav-link.active {
    color: #1464f4 !important;
    border-bottom: 3px solid #1464f4;
    background: transparent !important;
}
.testimonial-tabs .nav-link:hover {
    color: #1464f4;
}
.video-card-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.video-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Terms & Conditions Page Styles */
.policy-page-container {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.policy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
}
.policy-card .last-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.policy-card .section {
    margin-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
}
.policy-card .section:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Responsive Media Queries for Module Pages */
@media (max-width: 991px) {
    .vf6-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .welcome-description-wrapper {
        padding: 15px 20px 25px;
    }
    .welcome-desc-main {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }
    .color-description {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 15px;
    }
    .available-colors-sec {
        padding: 70px 0 !important;
        min-height: auto !important;
    }
    .available-colors-sec .container-fluid {
        padding: 0 15px !important;
    }
    .available-colors-sec h2 {
        font-size: 32px !important;
    }
    #color-showcase-img {
        max-height: 280px !important;
    }
    .color-swatch-btn {
        width: 45px !important;
        height: 45px !important;
    }
    .policy-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .vf6-features {
        grid-template-columns: 1fr;
    }
    .about-vf6-section {
        padding: 60px 0;
    }
    .section-heading h2 {
        font-size: 34px;
    }

/* Outlets & Locations Section Styling (Matching Model Pages Typography) */
.site-section,
.site-section * {
    font-family: 'Poppins', sans-serif !important;
}

.mainheading {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111111;
}

.outlet-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111111;
    border-left: 4px solid #1464f4;
    padding-left: 12px;
}

.outletdetails h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px;
    color: #111111;
    margin-bottom: 6px;
}

.outletdetails p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
}

.outlettype h5,
.outletworking h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 0.5px;
}

.outlettype p {
    font-family: 'Poppins', sans-serif !important;
    color: #1464f4;
    font-weight: 800;
    font-size: 15px;
}

.outletworking p,
    font-weight: 400;
    line-height: 1.9;
    color: #666 !important;
    text-align: center;
}

/* Models Listing Page Styles */
.model-item-col .product-card-custom:hover {
    transform: translateY(-6px);
    border-color: #1464f4 !important;
}
.model-item-col .product-card-custom:hover img {
    transform: scale(1.03);
}

/* Testimonials Page Styles */
.testimonial-tabs .nav-link {
    background: transparent;
    color: #444444;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    border-radius: 0;
}
.testimonial-tabs .nav-link.active {
    color: #1464f4 !important;
    border-bottom: 3px solid #1464f4;
    background: transparent !important;
}
.testimonial-tabs .nav-link:hover {
    color: #1464f4;
}
.video-card-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.video-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Terms & Conditions Page Styles */
.policy-page-container {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.policy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #eaeaea;
}
.policy-card .last-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.policy-card .section {
    margin-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
}
.policy-card .section:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Responsive Media Queries for Module Pages */
@media (max-width: 991px) {
    .vf6-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .welcome-description-wrapper {
        padding: 15px 20px 25px;
    }
    .welcome-desc-main {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }
    .color-description {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 15px;
    }
    .available-colors-sec {
        padding: 70px 0 !important;
        min-height: auto !important;
    }
    .available-colors-sec .container-fluid {
        padding: 0 15px !important;
    }
    .available-colors-sec h2 {
        font-size: 32px !important;
    }
    #color-showcase-img {
        max-height: 280px !important;
    }
    .color-swatch-btn {
        width: 45px !important;
        height: 45px !important;
    }
    .policy-card {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .vf6-features {
        grid-template-columns: 1fr;
    }
    .about-vf6-section {
        padding: 60px 0;
    }
    .section-heading h2 {
        font-size: 34px;
    }
    .section-heading p {
        font-size: 16px;
    }
}

/* Outlets & Locations Section Styling (Matching Model Pages Typography) */
.site-section {
    font-family: 'Poppins', sans-serif !important;
}

.site-section i,
.site-section .fa,
.site-section .fas,
.site-section .far,
.site-section .fab,
.site-section .fa-solid {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
}

.mainheading {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111111;
}

.outlet-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #111111;
    border-left: 4px solid #1464f4;
    padding-left: 12px;
}

.outletdetails h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px;
    color: #111111;
    margin-bottom: 6px;
}

.outletdetails p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
}

.outlettype h5,
.outletworking h5 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 0.5px;
}

.outlettype p {
    font-family: 'Poppins', sans-serif !important;
    color: #1464f4;
    font-weight: 800;
    font-size: 15px;
}

.outletworking p,
.outletworking a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
}

/* Header & Topbar Custom Styles */
.error, form .error {
    color: red;
    text-align: center !important;
    width: 100%;
}
.custom-topbar {
    background: #111111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 3px 0 3px;
    font-size: 13.5px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.custom-topbar a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.custom-topbar a:hover {
    color: #1464f4 !important;
}
header.smaller,
header.scroll-down {
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    header.smaller,
    header.scroll-down {
        margin-top: -36px !important;
    }
}

/* Header White Background Styling */
header, header.transparent, header.smaller {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    position: fixed !important;
    width: 100% !important;
    transition: all 0.3s ease-in-out;
}

/* Ensure mainmenu links are dark, spaced, & readable on white background */
#mainmenu, #mainmenu * {
    box-sizing: border-box;
}
#mainmenu li a, #mainmenu a {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    padding: 25px 16px !important;
    transition: all 0.3s ease-in-out !important;
    text-decoration: none !important;
}
header.smaller #mainmenu li a, header.smaller #mainmenu a {
    padding: 18px 16px !important;
}
#mainmenu li a:hover, #mainmenu a:hover {
    color: #1464f4 !important;
}

/* Dropdown submenu items styling */
#mainmenu li ul {
    width: 240px !important;
}
#mainmenu li ul li a {
    color: #000000 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    line-height: 1.4 !important;
    height: auto !important;
    display: block !important;
}
#mainmenu li ul li a:hover {
    color: #1464f4 !important;
    background: #f8f9fa !important;
}
#mainmenu li ul li {
    margin: 0 !important;
    padding: 0 !important;
}
header.smaller #mainmenu li ul li a {
    padding: 10px 20px !important;
}


/* Spacing and flex layout for middle nav alignment */
.de-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-col-mid {
    display: flex;
    justify-content: center;
    flex: 1;
}

/* Dropdown arrow indicators */
#mainmenu li.has-child:after {
    color: #111111 !important;
}
#mainmenu li.has-child:hover:after {
    color: #1464f4 !important;
}

/* Mobile Header & Navigation Styles */
#menu-btn {
    display: none;
}

#menu-btn:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f0c9" !important;
    font-size: 22px !important;
    color: #111111 !important;
}

#menu-btn.menu-open:before {
    content: "\f00d" !important;
}

@media (max-width: 992px) {
    #menu-btn {
        display: inline-block !important;
        cursor: pointer;
        padding: 2px !important;
        margin-left: 5px !important;
    }

    /* Compact closed mobile header height */
    header.header-mobile:not(.menu-open) {
        height: auto !important;
        min-height: auto !important;
    }

    header.header-mobile #logo img.logo-main {
        max-height: 70px !important;
        width: auto !important;
    }

    header.header-mobile .sm-pt10 {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    header.header-mobile .custom-topbar {
        padding: 2px 0 !important;
        font-size: 11.5px !important;
    }

    /* When header is closed on mobile, hide mainmenu */
    header.header-mobile #mainmenu {
        display: none !important;
    }

    /* When header menu is open on mobile */
    header.header-mobile.menu-open {
        overflow-y: auto !important;
        background: #ffffff !important;
        z-index: 99999 !important;
    }

    header.header-mobile .de-flex {
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    header.header-mobile .de-flex > .de-flex-col:first-child {
        order: 1 !important;
    }

    header.header-mobile .de-flex > .de-flex-col:last-child {
        order: 2 !important;
        margin-left: auto !important;
    }

    header.header-mobile .header-col-mid {
        order: 3 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        display: block !important;
        margin-top: 15px !important;
    }

    header.header-mobile.menu-open #mainmenu {
        display: block !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        box-shadow: none !important;
        padding: 10px 0 30px 0 !important;
        margin: 0 !important;
    }

    header.header-mobile #mainmenu li {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        position: relative !important;
    }

    header.header-mobile #mainmenu li a {
        padding: 14px 20px !important;
        display: block !important;
        border-bottom: 1px solid #f0f0f0 !important;
        font-size: 15px !important;
        color: #111111 !important;
        font-weight: 600 !important;
    }

    header.header-mobile #mainmenu li a:hover,
    header.header-mobile #mainmenu li a:active {
        color: #1464f4 !important;
        background-color: #f9f9f9 !important;
    }

    /* Submenus display cleanly under parent links on mobile */
    header.header-mobile #mainmenu ul {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        box-shadow: none !important;
        width: 100% !important;
        padding: 0 !important;
        background: #f8f9fa !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        border-left: 3px solid #1464f4 !important;
        margin: 0 !important;
    }

    header.header-mobile #mainmenu ul li a {
        padding: 10px 20px 10px 32px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #444444 !important;
        border-bottom: 1px solid #e9ecef !important;
    }

    header.header-mobile #mainmenu ul li a:hover {
        color: #1464f4 !important;
        background: #ffffff !important;
    }

    /* Test Ride CTA Button on Mobile */
    header.header-mobile #mainmenu li a[href="test-ride"],
    header.header-mobile #mainmenu li a[href="test-ride.php"] {
        background: #1464f4 !important;
        color: #ffffff !important;
        text-align: center !important;
        border-radius: 6px !important;
        margin: 15px 10px 10px 10px !important;
        padding: 12px 20px !important;
        border-bottom: none !important;
        box-shadow: 0 4px 12px rgba(219, 20, 23, 0.3) !important;
    }

    header.header-mobile #mainmenu li a[href="test-ride"]:hover,
    header.header-mobile #mainmenu li a[href="test-ride.php"]:hover {
        background: #b80f12 !important;
        color: #ffffff !important;
    }

    /* Hide secondary logo on mobile */
    .menu_side_area img[src*="vinfast-logo.png"] {
        display: none !important;
    }

    .custom-topbar {
        font-size: 12px;
        padding: 6px 0;
    }

    #wrapper {
        padding-top: 95px !important;
    }
    
    #subheader {
        padding: 20px 0 40px !important;
    }

}

/* Specifications Accordion Global Overrides */
[id^="specAccordion_"] .accordion-button:not(.collapsed) {
    color: #1464f4 !important;
    background-color: #ffffff !important;
}
[id^="specAccordion_"] .accordion-button.collapsed {
    color: #111111 !important;
    background-color: #ffffff !important;
}
[id^="specAccordion_"] .accordion-button {
    font-family: 'Poppins', sans-serif !important;
}

