.vv-brand-slider {
    position: relative;
    padding: 0px 60px;
}

.vv-brand-viewport {
    overflow: hidden;
}

.vv-brand-track {
    display: flex;
    transition: transform .5s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: stretch;
}

.vv-brand-card {
    flex: 0 0 calc(100% / 6);
    padding: 0 10px;
    height: -webkit-fill-available;
}

.vv-brand-card a {
    background: #100E34;
    border-radius: 6px;
    padding: 15px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vv-brand-card a:hover {
    background: #a1041b;
}

.vv-brand-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 20px;
}

.vv-brand-card img {
    filter: brightness(0) invert(1);
    margin: 0 !important;
    max-height: 45px;
    max-width: 80px !important;
}

.vv-brand-card-details {
}

body .vv-brand-card h3 {
    margin: 0 !important;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 600 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: normal !important;
}

.vv-brand-card span {
    color: #a5a6b2;
    font-size: 10px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.vv-brand-card a:hover span {
    color: #ffb8c2;
}

.vv-brand-placeholder {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.6;
}

.vv-brand-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: none;
    background: #100E34;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s ease;
    outline: none;
}

.vv-brand-arrow.prev {
    left: 0;
}

.vv-brand-arrow.next {
    right: 0;
}

.vv-brand-arrow:hover {
    background: #a1041b;
}

/* Inline horizontal bullets wrap layout */
.vv-brand-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.vv-brand-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd3dc;
    /* Solid matte light gray default button */
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.vv-brand-dots span.active {
    background: #a1041b;
    /* Focused active dot indicator color block */
    transform: scale(1.2);
}

/* --- RESPONSIVE MEDIA QUERIES DESIGN REFINEMENT --- */
@media(max-width: 1100px) {
    .vv-brand-card {
        flex: 0 0 calc(100% / 4);
        min-width: calc(100% / 4);
    }
}

@media(max-width: 768px) {
    .vv-brand-card {
        flex: 0 0 calc(100% / 2);
        min-width: calc(100% / 2);
    }

    .vv-brand-slider {
        padding: 20px 50px;
    }
}

@media(max-width: 480px) {
    .vv-brand-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

/* --- UPCOMING TABS PREMIUM CAROUSEL LAYOUT --- */
.vv-upcoming-carousel-section {
    background: #1c1c1c;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Header design block layout alignment */
.vv-upcoming-header-wrap {
    margin-bottom: 40px;
}

.vv-upcoming-header-wrap h4 {
    position: relative;
    font-weight: 400 !important;
    margin: 0 !important;
}

.vv-upcoming-header-wrap h4:before {
    position: absolute;
    content: '';
    height: .5px;
    background: currentColor;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    right: 0;
}

.vv-upcoming-header-wrap h4 span {
    position: relative;
    z-index: 9;
    padding: 0 25px;
    background-color: #1C1C1C;
}

/* Tabs Filter bar layout config */
.vv-upcoming-filter-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 100px;
}

.vv-carousel-tab-btn {
    background: transparent;
    border: none;
    color: #D0D0D0;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 28px;
    text-transform: capitalize;
    outline: none;
    font-family: inherit;
}
.vv-carousel-tab-btn.active, .vv-carousel-tab-btn:hover {
    background: #a1041b;
    color: #ffffff;
}
/* Swiper Track alignment */
.vv-swiper-slider-boundary {
    width: 100%;
    position: relative;
    overflow: visible;
}
.vv-upcoming-swiper {
    width: 100%;
    overflow: visible;
}
.vv-car-premium-card {
    display: flex;
    position: relative;
    align-items: flex-end;
    flex-wrap: wrap;
}
.vv-car-card-img-shell {
    transition: transform 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    width: 56%;
    position: absolute;
    bottom: 25px;
}
.vv-car-card-img-shell img {
	margin:0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Content Details Wrapper */
.vv-car-card-details-shell {
    background-color: #fff;
    color: #666872;
    box-shadow: 0px 30px 80px 0px #0000000A;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: left;
    width: 52%;
    margin-left: auto;
}

/* CAR NAME STYLING: 2 line fix kiya hai but layout nahi hilega */
.vv-car-card-details-shell h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    min-height: 58px;
    /* Fixed minimum height de di taaki single line naam bhi 2 line jitni space le */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vv-upcoming-pill-badge {
    text-transform: capitalize;
    font-size: 13px;
}
.vv-grid-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px;
}
.vv-grid-row strong {
    color: #100E34;
    font-weight: 400;
}
.vv-car-price-tag {
    font-size: 24px;
    color: #100E34;
    margin-bottom: 30px;
    display: block;
}

.vv-car-link-btn {
    background: #a1041b !important;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    justify-content: space-between;
}

.vv-car-link-btn:hover {
    background: #0d0e1a;
}

/* Responsive configurations */
@media (max-width: 1200px) {
    .vv-car-slide-wrapper {
        padding-left: 50px;
    }

    .vv-car-premium-card {
        padding-left: 140px;
    }

    .vv-car-action-footer {
        left: 140px;
    }
}

@media (max-width: 991px) {
    .vv-upcoming-carousel-section {
        padding: 50px 20px;
    }

    .vv-car-slide-wrapper {
        padding-left: 0;
    }

    .vv-car-premium-card {
        padding: 25px;
        min-height: auto;
    }

    .vv-car-card-img-shell {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .vv-car-action-footer {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 20px;
    }
}
.vv-brand-arrow svg {
    width: 9px;
}
.vv-car-card-details-shell h4 {
    color: #100E34 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    text-transform:capitalize;
    font-size: 20px !important;
}
body:not(.woocommerce-cart) .main-content .vv-car-card-details-shell table {
    border: 0;
    width: 82%;
    margin-left: auto;
    margin-top: 25px;
}
body:not(.woocommerce-cart) .main-content .vv-car-card-details-shell table td {
    border: 0 !important;
    padding: 6px 0;
    background-color: #fff;
    line-height: 25px;
    font-size: 13px;
}
body:not(.woocommerce-cart) .main-content .vv-car-card-details-shell table td:last-child {
    text-align: right;
    color: #100E34;
}
.vv-car-action-footer{
	width:82%;
	margin-left:auto;
}