
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: sans-serif, 'Segoe UI';
}

.website-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    width: 100%;
    margin: 65px auto 0 auto;
    padding: 0;
}

.navbar {
    padding: 10px 0;
    background: #fff !important;
    height: 75px;
}

.navbar-toggler i {
    color: #555;
    font-size: 28px;
}

.navbar-brand {
    color: #000 !important;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #343439;
}

    .nav-link:hover {
        color: #0d6efd !important;
    }

.dropdown-menu {
    border-radius: 10px;
}

.btn-primary {
    border-radius: 30px;
    padding: 5px 13px;
}

.mid-size-banners{
    padding-top:15px;
}


.ev-search-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #071c2c, #12344d);
}


.ev-search-left {
    padding-right: 45px;
    border-right: 1px solid rgba(255,255,255,0.25);
}


    .ev-search-left h2 {
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 15px;
    }


    .ev-search-left p {
        font-size: 16px;
        line-height: 1.8;
        color: rgba(255,255,255,0.82);
    }


.ev-search-wrapper {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}


.custom-ev-tabs {
    border-bottom: none;
    background: #102c43;
}


    .custom-ev-tabs .nav-item {
        flex: 1;
    }


    .custom-ev-tabs .nav-link {
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 24px 20px;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background: transparent;
        transition: 0.3s ease;
    }


        .custom-ev-tabs .nav-link:hover {
            /* background: #0d6efd;*/
            color: #fff;
        }


        .custom-ev-tabs .nav-link.active {
             /*background: #3653d4;*/
            color: #fff;
        }


/* =========================================
   TAB CONTENT
========================================= */

.custom-tab-content {
    padding: 50px;
}


/* INPUT */

.ev-input {
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding-left: 20px;
    background-color: #dcd7d7;
    box-shadow: none;
}


    .ev-input:focus {
        border-color: #c1c5c2;
        box-shadow: none;
    }


/* BUTTON */

.ev-search-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: #3653d4;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s ease;
}


    .ev-search-btn:hover {
        background: #0d6efd;
    }


/* MOBILE */

@media(max-width:991px) {

    .ev-search-left {
        padding-right: 0;
        border-right: none;
        margin-bottom: 40px;
    }

        .ev-search-left h2 {
            font-size: 18px;
        }

        .ev-search-left p {
            font-size: 14px;
        }

    .custom-ev-tabs .nav-link {
        font-size: 14px;
        padding: 17px 8px;
    }

    .custom-tab-content {
        padding: 25px;
    }

    .ev-input,
    .ev-search-btn {
        height: 56px;
        font-size: 16px;
    }
}


/* ==================================
   VEHICLE SHOWCASE
================================== */

.vehicle-slider-section {
    padding: 50px 0;
    background: #fff;
}

.vehicle-card {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.vehicle-image {
    background: #f3f3f3;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vehicle-image img {
        max-width: 90%;
        max-height: 280px;
    }

.vehicle-content {
    padding: 35px 30px;
}

    .vehicle-content h3 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 25px;
    }

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

    .feature-tags span {
        border: 1px solid #d7d7d7;
        border-radius: 25px;
        padding: 10px 14px;
        font-size: 12px;
        background: #fff;
    }

.btn-know-more {
    display: inline-block;
    background: #177a4d;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 15px;
}

    .btn-know-more:hover {
        color: #fff;
        background: #0f633d;
    }

/* Mobile */

@media(max-width:991px) {

    .vehicle-image {
        height: 250px;
    }

    .vehicle-content h3 {
        font-size: 30px;
    }

    .feature-tags span {
        font-size: 14px;
    }
}

 .carousel-caption{
     margin-left: 60%;
 }

.vf6-configurator-section {
    background: #f8f8f8;
}

.vehicle-preview {
    background: #cdd5e2;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

    .vehicle-preview img {
        max-height: 650px;
    }

.variant-card,
.color-card,
.price-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
}

.variant-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.variant-option {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    height: 50px;
}  

    .variant-option.form-check {
        padding-left: 30px !important;
    }

    .variant-option .form-check-input {
        float: none !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: 20px;
        height: 20px;
    }

    .variant-option .form-check-label {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

.color-card-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.selected-color-text {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #111;
}

.vf6-tabs {
    display: flex;
    gap: 15px;
}

.tab-btn {
    min-width: 180px;
    border: none;
    background: #fff;
    border-radius: 50px;
    padding: 12px 30px;
}

    .tab-btn.active {
        background: #208ae3;
        color: #fff;
    }

.color-buttons {
    display: flex;
    gap: 18px;
}

.color-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #7d7b7c;
}

    .color-btn.active {
        transform: scale(1.2);
        border: 2px solid #72716f;
    }

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 18px;
}

.color-type-tabs {
    display: flex;
    width: 100%;
    gap: 30px;
}

.color-tab {
    flex: 1;
    border: none;
    padding: 12px;
    border-radius: 8px;
    background: #f2f2f2;
    font-weight: 600;
}

    .color-tab.active {
        background: #2a94ed;
        color: #fff;
    }

.vinfast-premium-carousel {
    padding: 15px 0;
}

    .vinfast-premium-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .vinfast-premium-carousel .item {
        transition: all 0.5s ease;
        transform: scale(0.80);
        opacity: 0.7;
        overflow: hidden;
        border-radius: 16px;
    }

        .vinfast-premium-carousel .item img {
            width: 100%;
            height: 550px;
            object-fit: contain;
            border-radius: 16px;
        }

    .vinfast-premium-carousel .owl-item.active.center .item {
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }

    .vinfast-premium-carousel .owl-item.active:not(.center) .item {
        transform: scale(0.85);
        opacity: 0.8;
    }

    .vinfast-premium-carousel .owl-nav button.owl-prev,
    .vinfast-premium-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border-radius: 50% !important;
        background: #000 !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .vinfast-premium-carousel .owl-nav button.owl-prev {
        left: 18%;
    }

    .vinfast-premium-carousel .owl-nav button.owl-next {
        right: 18%;
    }

    .vinfast-premium-carousel .owl-nav button span {
        position: relative;
        top: -3px;
    }

/* Mobile */
@media(max-width:768px) {

    .vinfast-premium-carousel .item img {
        height: 300px;
    }

    .vinfast-premium-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .vinfast-premium-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

.car-features-section {
    background: #e1e4eb;
    padding: 40px 0;
}

.section-heading {
    max-width: 750px;
    margin: auto;
    margin-bottom: 70px;
}

    .section-heading h2 {
        font-size: 30px;
        font-weight: 500;
        color: #1c1c1c;
        margin-bottom: 15px;
    }

    .section-heading p {
        color: #666;
        font-size: 17px;
    }

.feature-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

    .feature-row.reverse {
        flex-direction: row-reverse;
    }

.feature-image {
    flex: 1;
}

    .feature-image img {
        width: 100%;
        border-radius: 20px;
        display: block;
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.feature-content {
    flex: 1;
}

.feature-tag {
    display: inline-block;
    background: #00a3ff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}

.feature-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 15px;
}

.feature-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.feature-content ul {
    padding-left: 20px;
}

    .feature-content ul li {
        margin-bottom: 12px;
        color: #333;
        font-size: 17px;
    }

@media(max-width:991px) {

    .feature-row,
    .feature-row.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .section-heading h2 {
        font-size: 23px;
    }

    .feature-content h3 {
        font-size: 19px;
    }
}

.specification-section {
    background: #f5f6f8;
    padding: 30px 0;
}

.section-title {
    font-size: 30px;
    font-weight: 500;
    color: #1b1b1b;
}

.variant-select {
    width: 220px;
    height: 50px;
    border-radius: 10px;
}

.btn-brochure {
    background: #349ae4;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
}

    .btn-brochure:hover {
        background: #5da7dc;
        color: #fff;
    }

.spec-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.accordion-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    background: #fff;
}

    .accordion-button:not(.collapsed) {
        background: #eaf2ff;
        color: #003a8c;
    }

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

    .spec-row:last-child {
        border-bottom: none;
    }

.spec-name {
    color: #444;
}

.spec-value {
    font-weight: 600;
    font-size: 17px;
}

@media(max-width:768px) {

    .section-title {
        font-size: 22px;
    }

    .spec-row {
        flex-direction: column;
        gap: 5px;
    }
}

.vinfast-logo {
    width: 180px;
    height: auto;
}

.jms-logo {
    width: 220px;
    height: 74px;
}

/* MOBILE */
@media (max-width: 991.98px) {

    .mobile-navbar-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .vinfast-logo {
        width: 130px;
        height: auto;
        display: block;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
    }

        .navbar-toggler:focus {
            box-shadow: none !important;
        }

    .desktop-navbar {
        display: none !important;
    }

    .jms-logo {
        display: none !important;
    }
}

/* DESKTOP */
@media (min-width: 992px) {

    .navbar-toggler {
        display: none;
    }

    .navbar-brand {
        position: static;
        transform: none;
    }
}

.offcanvas {
 /*width: 85vw;*/
    background: #fff;
}

.offcanvas-header {
    border-bottom: 2px solid #005baa;
}

.nav-link.active {
    color: #005baa !important;
    font-weight: 600;
}

.offcanvas-body .nav-link {
    padding: 15px 0;
    font-size: 17px;
    font-weight: 500;
    margin-left: 30px;
    color: #111;
    border-bottom: 1px solid #f3f3f3;
    transition: all .3s ease;
}

    .offcanvas-body .nav-link:hover {
        color: #005baa;
        padding-left: 10px;
    }

.desktop-logo {
    display: block;
    width: 180px;
    height: auto;
}

.jms-mobile-logo {
    display: none;
}

/* Mobile */
@media (max-width: 991.98px) {

    .desktop-logo {
        display: none;
    }

    .jms-mobile-logo {
        display: block;
        width: 140px; 
        height: auto;
    }
}

.page-breadcrumb-dark {
    background: #031635;
    padding: 35px 0;
    text-align: center;
    height: 110px;
}

    .page-breadcrumb-dark h3 {
        font-size:25px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .page-breadcrumb-dark .breadcrumb-item a {
        color: #d1d5db;
        text-decoration: none;
        font-size: 14px;
    }

    .page-breadcrumb-dark .breadcrumb-item.active {
        color: #fff;       
    }

    .page-breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
        color: #9ca3af;
    }

.thankyou-section {
    background: linear-gradient(135deg,#f5f8ff,#ffffff);
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.thankyou-card {
    background: #fff;
    border-radius: 25px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.success-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .success-icon i {
        font-size: 45px;
    }

.thankyou-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 25px;
    color: #111;
}

.thankyou-subtitle {
    font-size: 22px;
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 20px;
}

.thankyou-text {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: auto;
}

.thankyou-features {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.feature-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px 25px;
    min-width: 220px;
}

    .feature-item i {
        color: #0d6efd;
        font-size: 22px;
        margin-right: 8px;
    }

.contact-info {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

    .contact-info h5 {
        font-weight: 600;
        margin-bottom: 20px;
    }

.btn-primary {
    border-radius: 50px;
    padding: 14px 35px;
}

@media(max-width:768px) {

    .thankyou-card {
        padding: 35px 25px;
    }

    .thankyou-title {
        font-size: 38px;
    }

    .thankyou-subtitle {
        font-size: 18px;
    }

    .thankyou-text {
        font-size: 16px;
    }
}

.booking-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.vehicle-preview {
    height: 100%;
    min-height: 600px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

    .vehicle-preview img {
        max-width: 100%;
        transition: .3s;
    }

.booking-form-wrapper {
    padding: 40px;
}

@media(max-width:991px) {

    .vehicle-preview {
        min-height: 300px;
    }

    .booking-form-wrapper {
        padding: 25px;
    }
}

.vehicle-showcase {
    background: #f4f4f4;
    overflow: hidden;
}

.model-carousel {
    background: #072437;
    padding: 40px;
}

    .model-carousel img {
        width: 100%;
        max-height: 500px;
        object-fit: contain;
    }

.vehicle-info {
    padding: 20px 40px;
}

.vehicle-title {   
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    font-size: 28px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;       
        color: #4d4d4d;
    }

    .feature-list i {
        color: #0066ff;
        margin-top: 5px;
    }

.vehicle-buttons {
    margin-top: 20px;
}

    .vehicle-buttons .btn {
        min-width: 180px;
        border-radius: 4px;
        font-size: 1.1rem;
        padding: 12px 25px;
    }

.model-carousel .owl-dots {
    margin-top: 25px;
}

.model-carousel .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 5px;
    background: #fff !important;
}

.model-carousel .owl-dot.active span {
    background: #ff0000 !important;
}

/* Mobile */
@media(max-width:991px) {

    .vehicle-title {
        font-size: 20px;
        text-align: center;
    }

    .vehicle-info {
        padding: 25px;
    }

    .feature-list li {
        font-size: 1rem;
    }

    .vehicle-buttons {
        text-align: center;
    }

    .vehicle-carousel {
        padding: 25px;
    }
}

.privacy-policy-section {
    background: #f8f9fa;
}

.privacy-card {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.privacy-title {
    font-size: 30px;
    font-weight: 600;
    color: #0f172a;
}

.privacy-card h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #0f172a;
}

.privacy-card p,
.privacy-card li {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
}

.privacy-card ul {
    padding-left: 20px;
}

.contact-box {
    background: #f5f7fa;
    padding: 25px;
    border-left: 4px solid #0056b3;
    border-radius: 6px;
}

@media (max-width: 768px) {

    .privacy-card {
        padding: 25px;
    }

    .privacy-title {
        font-size: 2rem;
    }

    .privacy-card h2 {
        font-size: 1.4rem;
    }
}

.terms-section {
    background: #f8f9fa;
}

.terms-card {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.terms-title {
    font-size: 30px;
    font-weight: 600;
    color: #0f172a;
}

.terms-card h2 {
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.terms-card p,
.terms-card li {
    line-height: 1.8;
    color: #555;
}

.contact-box {
    background: #f5f7fa;
    padding: 25px;
    border-left: 4px solid #0056b3;
    border-radius: 6px;
}

.float-btn {
    position: fixed;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .float-btn:hover {
        transform: scale(1.1);
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
    }


.float-wa {
    left: 20px;
    background-color: #25D366;
}


.float-call {
    right: 20px;
    background-color: #007bff; 
}

@media screen and (max-width: 768px) {
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 15px;
    }

    .float-wa {
        left: 15px;
    }

    .float-call {
        right: 15px;
    }
}

:root {
    --vinfast-blue: #0052cc;
}

.hero-section {
    position: relative;
    background-color: #0d1117;
    background-image: url('/images/vinfast-vf7.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 55vh;
    width: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.backdrop-blur {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-text {
    font-size: 0.75rem;
    line-height: 1.2;
    display: block;
}

.hero-badge-col {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
    .hero-section {
        min-height: 85vh;
        background-position: center center;
        background-size: cover;  
    }

    .badge-text {
        font-size: 0.95rem;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}


.hero-section .container {
    z-index: 2;
}

@media (max-width: 767.98px) {

    .hero-badge-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {

    .hero-section {
        min-height: 85vh;
    }

    .hero-badge-col {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.hero-badge {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 10px;
    margin-top: 30px;
    border: 1px solid rgba(255,255,255,0.2);
}

.lead-form-container {
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.card-form {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.feature-icon {
    font-size: 2rem;
    color: var(--vinfast-blue);
    margin-bottom: 15px;
    display: inline-block;
}

.finance-card {
    border: none;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border-radius: 16px;
}

.timer-box {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 70px;
    text-align: center;
}

.timer-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    display: block;
    line-height: 1.2;
}

.timer-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--vinfast-blue) !important;
}

.model-card img {
    height: 220px;
    object-fit: cover;
}

.delivery-img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.review-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}


/* =========================================
   FOOTER
========================================= */
.jms-footer {
    background: #00111f;
    padding-top: 50px;
    color: #fff;
}

.footer-block {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.footer-block-header {
    margin-bottom: 20px;
}


    .footer-block-header h4 {
        font-size: 21px;
        font-weight: 600;
        color: #fff;
    }

.footer-links,
.footer-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}


    .footer-links a,
    .footer-tags a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        transition: 0.3s ease;
    }


        .footer-links a:hover,
        .footer-tags a:hover {
            color: #0d6efd;
        }


    .footer-links span,
    .footer-tags span {
        color: rgba(255,255,255,0.4);
    }

    .footer-links p {
        font-size: 15px;
        line-height: 1.8;
        color: rgba(255,255,255,0.88);
        margin-bottom: 15px;
    }

.footer-bottom {
    padding: 25px 0;
}

.copyright-text {
    font-size: 13px;
    margin: 0;
    color: rgba(255,255,255,0.85);
}

.footer-social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}


    .footer-social-icons a {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        transition: 0.3s ease;
        text-decoration: none;
    }


        .footer-social-icons a:hover {
            background: #0d6efd;
            border-color: #0d6efd;
            transform: translateY(-3px);
        }


/* MOBILE */

@media(max-width:991px) {

    .footer-block-header h4 {
        font-size: 17px;
    }

    .footer-links a,
    .footer-tags a,
    .footer-links p {
        font-size: 13px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-social-icons {
        justify-content: center;
    }
}

.about-image-wrapper img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}

.about-content h2 {
    font-size: 32px;
    line-height: 1.3;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
}

.service-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: 0.3s;
}

    .service-box i {
        font-size: 24px;
        color: #0d6efd;
    }

    .service-box:hover {
        background: #0d6efd;
        color: white;
    }

        .service-box:hover i {
            color: white;
        }

.vehicle-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    background: white;
}

    .vehicle-card img {
        height: 300px;
        object-fit: contain;
        padding: 10px;
    }

    .vehicle-card:hover {
        transform: translateY(-8px);
    }

.cta-section {
    background: linear-gradient(to right, #0d6efd, #003b99);
}

.gallery-carousel {
    width: 100%;
}

.gallery-item {
    width: 100%;
}


    .gallery-item img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 20px;
    }

.gallery-carousel {
    position: relative;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.owl-nav button.owl-prev {
    left: 25px;
}

.owl-nav button.owl-next {
    right: 25px;
}

    .owl-nav button.owl-prev:hover,
    .owl-nav button.owl-next:hover {
        background: #0d6efd !important;
        color: white !important;
        transform: scale(1.08);
    }

.owl-nav button span {
    font-size: 38px;
    position: relative;
    top: -4px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 18px;
    font-weight: 600;
}

    .feature-card i {
        color: #0d6efd;
        margin-right: 10px;
    }

/* VF 6 */

.vf6-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.vf6-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vf6-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
}

@media (max-width: 767.98px) {

    .vf6-hero {
        height: auto;
    }

    .vf6-hero-bg {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .vf6-dark-overlay {
        display: none;
    }
}

.vf6-hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 650px;
}

    .vf6-hero-content h1 {
        font-size: 90px;
        font-weight: 800;
        margin: 20px 0;
    }

.vf6-tagline {
    letter-spacing: 4px;
    font-size: 14px;
    color: #ddd;
}

.vf6-hero-content p {
    font-size: 22px;
    line-height: 1.8;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vf6-floating-stats {
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.floating-box {
    background: white;
    border-radius: 25px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

    .floating-box h2 {
        color: #0d6efd;
        font-size: 48px;
        font-weight: 800;
    }

.vf6-about-section {
    padding: 20px 0;
}

.vf6-side-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.vf6-about-content {
    padding: 60px;
}

.section-subtitle {
    color: #0d6efd;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 700;
}

.vf6-about-content h2,
.interior-content h2,
.vf6-gallery-section h2,
.vf6-cta h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 20px 0;
}

.vf6-about-content p,
.interior-content p {
    font-size: 20px;
    line-height: 1.9;
    color: #666;
}

.vf6-banner-section {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 500px;
}

.vf6-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vf6-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.vf6-banner-text {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

    .vf6-banner-text h2 {
        font-size: 55px;
        font-weight: 700;
    }

@media (max-width: 768px) {

    .vf6-banner-section {
        min-height: 350px;
        border-radius: 12px;
    }

    .vf6-banner-text {
        height: 350px;
        padding: 25px;
        text-align: center;
        max-width: 100%;
        align-items: center;
    }

        .vf6-banner-text h2 {
            font-size: 1.8rem;
        }

        .vf6-banner-text p {
            font-size: 0.95rem;
        }

        .vf6-banner-text .btn {
            width: 100%;
            max-width: 250px;
        }
}

.vf6-interior-section {
    padding: 120px 0;
}

.vf6-spec-section {
    background: #111827;
    padding: 120px 0;
}

.vf6-gallery-section {
    padding: 120px 0;
    background: #f8f9fa;
}

.vf6-cta {
    background: linear-gradient(to right,#0d6efd,#003b99);
    padding: 120px 0;
    color: white;
}

    .vf6-cta p {
        font-size: 22px;
        margin: 25px 0;
    }

.vf6-colors-section {
    padding: 20px 0;
    background: white;
}

.car-display-wrapper {
    padding: 40px;
}

.vf6-color-car {
    max-height: 500px;
    object-fit: contain;
    transition: 0.4s ease;
}

.color-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

    .color-selector span {
        font-size: 18px;
        font-weight: 600;
    }

.active-color {
    border: 4px solid #0d6efd;
    transform: scale(1.12);
}

.black {
    background: #111;
}

.white {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.red {
    background: #c40000;
}

.mint {
    background: #a6ab9a;
}

.silver {
    background: silver;
}

.grey {
    background: #6f6f71;
}
.brown {
    background: #5c4033;
}
.blue {
    background: #003b99;
}


.vf6-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.vf6-showcase-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.vf6-showcase-text {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
}

.vf6-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

    .vf6-feature-list li {
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .vf6-feature-list i {
        color: #0d6efd;
        margin-right: 12px;
        font-size: 20px;
    }


.vf6-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.vf6-showcase-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.premium-car-item img {
    width: 100%;
    max-width: 800px;
    height: 420px;
    object-fit: contain;
    margin: auto;
    transition: 0.4s ease;
}

/* MOBILE */

@media(max-width:991px) {

    .premium-car-item img {
        height: 320px;
        max-width: 100%;
    }

    .vf6-showcase-title {
        font-size: 20px;
    }

    .vf6-showcase-text {
        font-size: 13px;
    }
}


/* VF 7 */

.vf7-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.vf7-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vf7-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
}

.vf7-hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 650px;
}

    .vf7-hero-content h1 {
        font-size: 90px;
        font-weight: 800;
        margin: 20px 0;
    }

.vf7-tagline {
    letter-spacing: 4px;
    font-size: 14px;
    color: #ddd;
}

.vf7-hero-content p {
    font-size: 22px;
    line-height: 1.8;
}

.vf7-about-section {
    padding: 20px 0;
}

.vf7-side-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.vf7-about-content {
    padding: 60px;
}

.vf7-about-content h2,
.interior-content h2,
.vf7-gallery-section h2,
.vf7-cta h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 20px 0;
}

.vf7-about-content p,
.interior-content p {
    font-size: 20px;
    line-height: 1.9;
    color: #666;
}

.vf7-banner-section {
    position: relative;
}

.vf7-banner-image {
    height: 85vh;
    object-fit: cover;
}

.vf7-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.vf7-banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
}

    .vf7-banner-text h2 {
        font-size: 55px;
        font-weight: 700;
    }

.vf7-interior-section {
    padding: 120px 0;
}

.vf7-spec-section {
    background: #111827;
    padding: 120px 0;
}

.vf7-gallery-section {
    padding: 120px 0;
    background: #f8f9fa;
}

.vf7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.vf7-colors-section {
    padding: 20px 0;
    background: white;
}

.vf7-color-car {
    max-height: 500px;
    object-fit: contain;
    transition: 0.4s ease;
}

.vf7-showcase-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.vf7-showcase-text {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
}

.vf7-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

    .vf7-feature-list li {
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .vf7-feature-list i {
        color: #0d6efd;
        margin-right: 12px;
        font-size: 20px;
    }

.vf7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.vf7-showcase-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.vf7-premium-carousel-wrapper {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    overflow: hidden;
}

.vf7-premium-carousel {
    padding: 0 !important;
}


    .vf7-premium-carousel .owl-stage-outer {
        overflow: visible;
        padding: 0 !important;
        margin: 0 !important;
    }


    .vf7-premium-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .vf7-premium-carousel .premium-car-item {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 40px;
        padding-bottom: 15px;
        opacity: 0.45;
        transition: 0.4s ease;
    }

    .vf7-premium-carousel .owl-item.active.center .premium-car-item {
        opacity: 1;
    }

.premium-car-item img {
    width: 100%;
    max-width: 800px;
    height: 420px;
    object-fit: contain;
    margin: auto;
    transition: 0.4s ease;
}


.vf7-premium-carousel .owl-item:not(.center) img {
    transform: scale(0.82);
    filter: blur(1px);
    opacity: 0.7;
}

.vf7-premium-carousel .owl-nav {
    margin-top: -15px;
    text-align: center;
}


    .vf7-premium-carousel .owl-nav button.owl-prev,
    .vf7-premium-carousel .owl-nav button.owl-next {
        width: 58px;
        height: 58px;
        border-radius: 50% !important;
        background: white !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        margin: 0 10px;
        transition: 0.3s ease;
    }


        .vf7-premium-carousel .owl-nav button.owl-prev:hover,
        .vf7-premium-carousel .owl-nav button.owl-next:hover {
            background: #0d6efd !important;
        }


    .vf7-premium-carousel .owl-nav button span {
        font-size: 34px;
        color: #111;
        line-height: 30px;
    }


    .vf7-premium-carousel .owl-nav button:hover span {
        color: white;
    }

/* MOBILE */

@media(max-width:991px) {

    .premium-car-item img {
        height: 320px;
        max-width: 100%;
    }

    .vf7-showcase-title {
        font-size: 20px;
    }

    .vf7-showcase-text {
        font-size: 13px;
    }
}

.mpv7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.mpv7-premium-carousel-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}







/* =========================================
   SPECIFICATIONS SECTION
========================================= */
.vf6-specification-section {
    padding: 50px 0;
    background: #fff;
}

.vf7-specification-section {
    padding: 50px 0;
    background: #fff;
}


.specification-title {
    font-size: 30px;
    font-weight: 700;
    color: #0f2341;
    margin-bottom: 20px;
}


.specification-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    color: #0f2341;
}


.specification-dropdown {
    height: 35px;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #bec5d0;
    padding-left: 20px;
    max-width: 200px;
}


.specification-car-image-wrapper {
    margin-top: 55px;
}

.specification-car-image {
    max-width: 600px;
    width: 100%;
    object-fit: contain;
    transition: 0.4s ease;
}


.specification-table {
    background: white;
    border: 1px solid #ddd;
}


    .specification-table tr td {
        padding: 15px 13px;
        font-size: 15px;
        color: #213d63;
        border: 1px solid #d8d8d8;
    }


    .specification-table tr td:first-child {
        font-weight: 700;
        width: 42%;
    }


@media(max-width:991px) {

    .specification-title {
        font-size: 25px;
    }

    .specification-dropdown {
        font-size: 12px;
        height: 22px;
    }

    .specification-car-image {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .specification-table tr td {
        font-size: 12px;
        padding: 11px 10px;
    }
}

/* =========================================
   BREADCRUMB
========================================= */

.contact-breadcrumb {
    padding: 25px 0;
    background: #fff;
}


.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


    .breadcrumb-wrapper a {
        text-decoration: none;
        color: #555;
        font-size: 18px;
    }


.active-breadcrumb {
    font-weight: 700;
    color: #111;
    font-size: 18px;
}


/* =========================================
   CONTACT PAGE
========================================= */

.contact-page-section {
    padding-bottom: 40px;
    background: #fff;
}

.dealer-info-card {
    background: #f3f3f3;
    padding: 35px;
    height: 100%;
}


.dealer-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

.dealer-detail {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}


    .dealer-detail i {
        font-size: 24px;
        color: #111;
        margin-top: 6px;
    }


    .dealer-detail h5 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 12px;
    }


    .dealer-detail p {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 0;
    }

.enquiry-form-card {
    background: #f3f3f3;
    padding: 45px;
}


.form-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
}

.contact-input {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    padding-left: 18px;
}


    .contact-input:focus {
        box-shadow: none;
        border-color: #0d6efd;
    }


.custom-check {
    font-size: 17px;
}


    .custom-check a {
        color: #0d6efd;
    }

.submit-btn {
    width: 50%;
    height: 50px;
    border: none;
    background: #666;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .submit-btn:hover {
        background: #0d6efd;
    }


@media(max-width:991px) {

    .dealer-title,
    .form-title {
        font-size: 18px;
    }

    .dealer-detail h5 {
        font-size: 14px;
    }

    .dealer-detail p {
        font-size: 11px;
    }

    .contact-input {
        height: 34px;
        font-size: 13px;
    }

    .submit-btn {
        height: 35px;
        font-size: 13px;
    }
}

/* =========================================
   EXTRA DEALER INFO SECTION
========================================= */

.dealer-extra-info-section {
    padding: 15px 0 25px;
    background: #f3f3f3;
}

.extra-info-card {
    background: #fff;
    padding: 35px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}


    .extra-info-card h3 {
        font-size: 21px;
        font-weight: 600;
        color: #111;
        margin-bottom: 25px;
    }


.business-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .business-hours-list li {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #222;
    }


        .business-hours-list li span:first-child {
            width: 60px;
            font-weight: 600;
        }


.closed-text {
    color: red;
    font-weight: 600;
}

.extra-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .extra-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 11px;
        font-size: 16px;
        color: #222;
    }


        .extra-list li i {
            color: #6cd16c;
            font-size: 12px;
        }


.other-dealers-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


    .other-dealers-links a {
        text-decoration: none;
        font-size: 16px;
        color: #0d6efd;
        transition: 0.3s ease;
    }


        .other-dealers-links a:hover {
            color: #000;
        }


/* MOBILE */

@media(max-width:991px) {

    .extra-info-card {
        padding: 25px;
    }

        .extra-info-card h3 {
            font-size: 17px;
        }

    .business-hours-list li,
    .extra-list li,
    .other-dealers-links a {
        font-size: 12px;
    }
}

/* =========================================
   SHOWROOM MAP SECTION
========================================= */

.showroom-map-section {
    padding: 0 0 20px;
    background: #f3f3f3;
}

.map-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    height: 100%;
}

.map-content {
    padding: 15px;
}


.map-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}


.map-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 28px;
}


.map-direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    padding: 14px 26px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s ease;
}


    .map-direction-btn:hover {
        background: #000;
        color: #fff;
    }


.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
}


/* MOBILE */

@media(max-width:991px) {

    .map-content {
        padding: 25px;
    }

        .map-content h3 {
            font-size: 17px;
        }

        .map-content p {
            font-size: 12px;
        }

    .map-frame iframe {
        height: 320px;
    }
}


