:root {
    --vs-primary-green: #47d993;
}

@media screen and (min-width: 1600px) {
    .container-xxl {
        max-width: 1560px !important;
    }

    .container-xxxxl {
        max-width: 1980px !important;
    }

    .container-my-bids-xxxxl {
        max-width: 2060px !important;
    }
}

header.style-1 .main-menu ul > li.active > a {
    color: #ffffff;
    background: var(--vs-primary-green);
}

header.style-1 .nav-right {
    gap: 20px !important;
}



.custom-tooltip {
    --bs-tooltip-bg: #000000;
    --bs-tooltip-color: var(--bs-white);
}

.vs-primary-btn1-style {
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.vs-padding-left-4 {
    padding-left: 4px !important;
}

.inner-page-banner .breadcrumb-list li {
    font-size: 14px;
}

.vs-dropdown-item-1 {
    color: #000000 !important;
    font-size: 15px !important;
}

.vs-small-text-1 {
    font-size: 13px;
}

.vs-mt-10 {
    margin-top: 10px;
}

.vs-swipe-arrow-1 {
    background: linear-gradient(135deg, var(--vs-primary-green), #3bc582);
    padding: 5px;
    opacity: 0.8;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.vs-swipe-arrow-1:hover {
    opacity: 1;
    background: linear-gradient(135deg, #3bc582, #2fa86d);
    transform: scale(1.1); /* Slightly larger */
}

.customar-feedback-area .partner-slider .js-marquee {
    gap: 70px;
}

.vs-bg-my-green {
    background: var(--vs-primary-green)!important;
}

.vs-bg-my-floating-btn-filter-1 {
    background: #153892 !important;
    color: #ffffff;
}

.vs-bg-my-green-2 {
    background: var(--vs-primary-green);
    border: 2px solid #3bc582;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.add-to-favorites:hover {
    background: #80ff00;
}

/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-switcher .lang-btn {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: color 0.3s ease;
    text-decoration: none;
}

.language-switcher .lang-btn:hover {
    color: var(--vs-primary-green);
}

.language-switcher .lang-btn.active {
    color: var(--vs-primary-green);
    font-weight: 700;
}

.language-switcher .lang-separator {
    color: #999;
    font-size: 14px;
    padding: 0 4px;
}

/* Or more precise Bootstrap-like styling */
.btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: 0.2rem;
}

@media (max-width: 1199px) {
    .banner-section1 .car-filter-area {
        max-width: 100%;
        width: 100%;
    }
}

.range-wrapper .valus .min-value span, .range-wrapper .valus .max-value span {
    margin-top: 0;
    padding-right: 5px;
}

/* Active state for login/register buttons */
.primary-btn1.active {
    color: var(--white-color);
}

.primary-btn1.active svg {
    fill: var(--white-color);
}

.primary-btn1.active::after {
    transform: skewX(45deg) scale(1, 1);
}

.top-bar .header-actions .action-list li a.primary-btn1.active {
    color: var(--white-color);
}

.top-bar .header-actions .action-list li a.primary-btn1.active svg {
    fill: var(--white-color);
}

.top-bar .header-actions .action-list li a.primary-btn1.active::after {
    transform: skewX(45deg) scale(1, 1);
}

/* Fix dropdown menu z-index to appear above header (normal and sticky states) */
.top-bar {
    position: relative;
    z-index: 1000 !important;
}

.top-bar .header-actions {
    position: relative;
    z-index: 1001;
}
A
.top-bar .user-dropdown {
    position: relative;
    z-index: 1002;
}

.top-bar .dropdown-menu {
    z-index: 10000 !important;
    position: absolute !important;
}

.vs-border-bottom-1 {
    border-bottom: 1px solid black;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--vs-primary-green);
}

.vs-date-1 {
    padding: 12px;
    background: #f3f3f3;
    border: none;
}

.vs-font-weight-600 {
    font-weight: 600;
}

/* Toggle button icon rotation for expand/collapse */
.toggle-btn .toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-btn:not(.collapsed) .toggle-icon {
    transform: rotate(180deg);
}

.vs-btn-hover-1 {
    transition:
        background 0.3s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.vs-btn-hover-1:hover {
    background: #39f69b !important; /* slightly darker */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.header-icon-badge-wrapper {
    position: relative;
    display: inline-block;
}

.header-icon-main {
    display: inline-block;
}

.header-icon-badge {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #000000; /* Bootstrap danger */
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
}

.product-img-slider {
    position: relative;
}

.image-bottom-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    padding: .1rem .75rem;

    background: #ff0000a6;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;

    pointer-events: none;
}

.image-bottom-label-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #ff0000a6;
    color: #fff;
    font-size: 0.60rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    z-index: 10;          /* above image but below Swiper nav buttons */
    pointer-events: none;  /* allows clicking the slide link underneath */
}

.vs-border-bottom-left-radius-7 {
    border-bottom-left-radius: 0.8rem;
}

.box-with-bar {
    position: relative;
    padding-left: 16px; /* space for the bar */
}

.box-with-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;              /* start position */
    height: 60px;           /* 🔴 YOU control this */
    width: 3px;
    background-color: #d6d6d6; /* Bootstrap primary */
    border-radius: 2px;
}

/* Auto-expand "About Us" submenu on mobile when user is on a child page */
@media only screen and (max-width: 991px) {
    header.style-1 .main-menu ul > li.menu-item-has-children.active > ul.sub-menu {
        display: block;
    }
}






