.elementor-104507 .elementor-element.elementor-element-26f3dd5{--display:flex;}.elementor-104507 .elementor-element.elementor-element-b08ff5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-104507 .elementor-element.elementor-element-2af9a3a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-104507 .elementor-element.elementor-element-2af9a3a.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-104507 .elementor-element.elementor-element-2af9a3a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-104507 .elementor-element.elementor-element-2af9a3a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-06d5b92 *//* 1. HERO TITLE FIX (Ugly black box hatane ke liye) */
#ba-main-wrapper .ba-hero h1 {
    background: none !important; /* Box hatane ke liye */
    color: #ffffff !important;
    font-size: 3rem !important;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8) !important; /* Bina box ke readability */
    font-weight: 800 !important;
    text-transform: uppercase;
}

/* 2. SEARCH BOX HEADINGS (White Text Fix) */
#ba-main-wrapper .ba-search-column h3 {
    color: #ffffff !important; /* Yeh ab white dikhega */
    font-size: 1.1rem !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    text-align: left !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 3. SEARCH CARD DARKNESS (Better Contrast) */
#ba-main-wrapper .ba-search-card {
    background: rgba(15, 15, 15, 0.92) !important; /* Thoda aur dark background */
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 35px !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5) !important;
}

/* 4. INPUT & SELECT BOX FIXES */
#ba-main-wrapper .ba-input-row input, 
#ba-main-wrapper .ba-dropdown-row select {
    background: #ffffff !important;
    color: #111111 !important;
    border: none !important;
    border-radius: 4px !important;
    height: 45px !important;
    font-size: 0.9rem !important;
    padding: 0 12px !important;
}

/* Disabled dropdown styling (Select Model) */
#ba-main-wrapper .ba-dropdown-row select:disabled {
    background: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed;
}

/* 5. SEARCH BUTTON ALIGNMENT */
#ba-main-wrapper .ba-btn-red {
    background: #d31f1f !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 25px !important;
    border-radius: 0 4px 4px 0 !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}

/* FIND PARTS Button margin fix */
#ba-main-wrapper .ba-w-100 {
    margin-top: 5px !important;
    border-radius: 4px !important;
}

/* POPULAR MODELS 5-COLUMN GRID */
.ba-popular-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 Models in one row */
    gap: 15px;
    margin-bottom: 30px;
}

.ba-model-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 1px solid #eeeeee;
}

.ba-model-card:hover {
    transform: translateY(-5px);
    border-color: #d31f1f;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ba-model-card img {
    width: 100%;
    height: 150px;
    object-fit: contain; /* Bike poori dikhegi bina kate */
    background: #fdfdfd;
    padding: 10px;
}

.ba-model-card .ba-name-tag {
    padding: 12px 5px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #333 !important;
    background: #fff;
    border-top: 1px solid #f5f5f5;
}

/* ===== FORCE MODAL CENTER POPUP (FIX) ===== */

#ba-main-wrapper .ba-modal {
    display: none;  /* only this */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 99999 !important;

    align-items: center;
    justify-content: center;
}

/* MODAL BOX */
#ba-main-wrapper .ba-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 350px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    animation: baFadeIn 0.3s ease;
}

/* CLOSE BUTTON */
#ba-main-wrapper .ba-close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #999;
}

/* ANIMATION */
@keyframes baFadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Responsive for Mobile/Tablet */
@media (max-width: 1024px) {
    .ba-popular-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .ba-popular-grid { grid-template-columns: repeat(2, 1fr); }
    .ba-model-card img { height: 120px; }
}

/* 6. RESPONSIVE FIX (Mobile ke liye spacing) */
@media (max-width: 768px) {
    #ba-main-wrapper .ba-search-card {
        padding: 20px !important;
        margin-top: -40px !important;
    }
    #ba-main-wrapper .ba-hero h1 {
        font-size: 1.8rem !important;
    }
    #ba-main-wrapper .ba-search-card {
        overflow: hidden; /* prevent outer spill */
    }

    #ba-main-wrapper .ba-input-row {
        width: 100%;
    }

    #ba-main-wrapper .ba-input-row input {
        width: 100% !important;
        min-width: 0; /* important for flex overflow fix */
    }

    #ba-main-wrapper .ba-dropdown-row {
        width: 100%;
    }

    #ba-main-wrapper .ba-dropdown-row select {
        width: 100% !important;
        min-width: 0;
    }

    #ba-main-wrapper .ba-btn-red {
        white-space: nowrap; /* button text wrap prevent */
    }
    #ba-main-wrapper .ba-popular-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
    #ba-main-wrapper .ba-model-card img {
        height: 110px;
    }

    #ba-main-wrapper .ba-model-name {
        font-size: 0.8rem;
        padding: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-26f3dd5 *//* ===== MAIN WRAPPER ===== */
#ba-main-wrapper {
    --ba-red: #d31f1f;
    --ba-dark: #1a1a1a;
    --ba-border: #e2e2e2;
    --ba-shadow: 0 5px 15px rgba(0,0,0,0.08);
    width: 100%;
    overflow-x: hidden;
    background: #fcfcfc;
    font-family: 'Inter', sans-serif;
}

#ba-main-wrapper .ba-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ===== HERO ===== */
#ba-main-wrapper .ba-hero {
    background: url('https://images.unsplash.com/photo-1558981403-c5f9899a28bc?q=80&w=1600') center/cover !important;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ba-main-wrapper .ba-hero-overlay {
    background: rgba(0,0,0,0.4) !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ba-main-wrapper .ba-hero h1 {
    color: #fff !important;
    font-size: 2.6rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}

/* ===== SEARCH CARD (GLASS EFFECT) ===== */
#ba-main-wrapper .ba-search-card {
    background: rgba(26, 26, 26, 0.92) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    border-radius: 12px;
    padding: 30px;
    margin: -60px auto 0;
    max-width: 1140px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
}

/* HEADINGS FIX */
#ba-main-wrapper .ba-search-column h3 {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

/* INPUT + SELECT */
#ba-main-wrapper .ba-input-row {
    display: flex;
    position: relative;
}

#ba-main-wrapper .ba-input-row input {
    flex: 1;
    padding: 12px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
}

#ba-main-wrapper .ba-dropdown-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

#ba-main-wrapper .ba-dropdown-row select {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
}

/* BUTTON */
#ba-main-wrapper .ba-btn-red {
    background: linear-gradient(135deg, #ff0000, #a00000) !important;
    color: #fff !important;
    border: none;
    padding: 0 20px;
    height: 45px;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

#ba-main-wrapper .ba-btn-red:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
}

#ba-main-wrapper .ba-w-100 {
    width: 100% !important;
    border-radius: 4px;
}

/* ===== BRAND GRID ===== */
#ba-main-wrapper .ba-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}

#ba-main-wrapper .ba-brand-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

#ba-main-wrapper .ba-active-brand:hover {
    border-color: var(--ba-red);
    transform: translateY(-3px);
    box-shadow: var(--ba-shadow);
}

#ba-main-wrapper .ba-disabled-brand {
    opacity: 0.5;
    filter: grayscale(1);
    cursor: not-allowed;
}

#ba-main-wrapper .ba-brand-card img {
    height: 75px;
    max-width: 100%;
    object-fit: contain;
}

/* ===== POPULAR MODELS ===== */
#ba-main-wrapper .ba-popular-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

#ba-main-wrapper .ba-model-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--ba-border);
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}

#ba-main-wrapper .ba-model-card:hover {
    transform: translateY(-5px);
    border-color: var(--ba-red);
    box-shadow: var(--ba-shadow);
}

#ba-main-wrapper .ba-model-card img {
    width: 100%;
    height: 140px;
    object-fit: contain;
    padding: 10px;
    background: #fafafa;
}

#ba-main-wrapper .ba-model-name {
    padding: 10px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #222 !important;
}

/* ===== PRODUCT GRID ===== */
#ba-main-wrapper .ba-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#ba-main-wrapper .ba-prod-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
}

#ba-main-wrapper .ba-prod-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: var(--ba-red);
}

#ba-main-wrapper .ba-prod-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    background: #fafafa;
    border-radius: 8px;
}

/* ===== TABLE ===== */
#ba-main-wrapper .ba-data-table th {
    background: #f8f8f8;
    color: #444 !important;
    font-weight: 700;
}

#ba-main-wrapper .ba-data-table td {
    border-top: 1px solid var(--ba-border);
}

/* ===== SECTION TITLE ===== */
#ba-main-wrapper h2.ba-section-title {
    color: #222 !important;
    text-align: center;
    margin: 40px 0 25px;
    display: flex;
    align-items: center;
}

#ba-main-wrapper h2.ba-section-title::before,
#ba-main-wrapper h2.ba-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 15px;
}

/* ===== SEARCH DROPDOWN ===== */
#ba-main-wrapper .ba-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    box-shadow: var(--ba-shadow);
}

#ba-main-wrapper .ba-search-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 0.85rem;
    color: #333;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    #ba-main-wrapper .ba-search-card {
        grid-template-columns: 1fr;
    }
    #ba-main-wrapper .ba-popular-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #ba-main-wrapper .ba-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #ba-main-wrapper .ba-search-card {
        grid-template-columns: 1fr !important;
        margin-top: -40px;
        padding: 20px;
    }

    #ba-main-wrapper .ba-dropdown-row {
        grid-template-columns: 1fr !important;
    }

    #ba-main-wrapper .ba-hero {
        height: 300px;
    }

    #ba-main-wrapper .ba-hero h1 {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 600px) {
    #ba-main-wrapper .ba-popular-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */