/* =====================================================
   HEADER 
   ===================================================== */

/* ── BASE ── */
header#mainHeader1 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 100000 !important;
    background: #11161C !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    /* position: sticky !important; */
    top: 0 !important;
    z-index: 100000 !important;
    transition: all 0.3s ease;
}

header#mainHeader1.scrolled {
    background: 11161C !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.4) !important;
}

#mainHeaderDown,
.bg-dark {
    background: #11161C !important;
}


/* ── ROW 1 ── */
.top-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 72px;
    /* padding: 0 24px;
    gap: 20px; */
}

/* لوگو */
.top-menu-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.top-menu-logo img {
    height: 44px !important;
    width: auto !important;
    /* filter: brightness(0) invert(1); */
}

/* ── سرچ ── */
.top-menu-search {
    flex: 1;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    padding: 0 !important;
    overflow: hidden;
    transition: all 0.25s;
    max-width: 560px;
    margin: 0 auto;
}

.top-menu-search:focus-within {
    border-color: rgba(255,255,255,0.25) !important;
    background: rgba(255,255,255,0.08) !important;
}

.top-menu-search .input-group {
    background: transparent !important;
    display: flex;
    align-items: center;
    height: 46px;
}

.top-menu-search .form-control {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 0.88rem !important;
    height: 46px !important;
    padding: 0 14px !important;
    box-shadow: none !important;
}

.top-menu-search .form-control::placeholder {
    color: rgba(255,255,255,0.35) !important;
}

.top-menu-search .form-control:first-child {
    max-width: 80px;
    border-left: 1px solid rgba(255,255,255,0.08) !important;
    font-size: 0.8rem !important;
}

.top-menu-search .search-btn {
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.5) !important;
    padding: 0 16px !important;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    flex-shrink: 0;
}

.top-menu-search .search-btn:hover {
    color: #fff !important;
}

.top-menu-search .search-btn i {
    font-size: 1rem;
    color: inherit !important;
}

/* ── آیکون‌های راست ── */
#navHeader {
    display: flex !important;
    align-items: center !important;
    gap: 4px;
    margin: 0;
    padding: 0;
    height: 72px;
    flex-shrink: 0;
}

#navHeader .nav-item {
    display: flex;
    align-items: center;
    position: relative;
}

#navHeader .nav-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    color: rgba(255,255,255,0.75) !important;
    font-size: 0.82rem;
    padding: 8px 10px !important;
    border-radius: 10px;
    transition: all 0.2s;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1;
    position: relative;
}

#navHeader .nav-item a i {
    font-size: 1.2rem;
    line-height: 1;
}

#navHeader .nav-item a:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.07);
}

/* badge */
.count-item {
    position: absolute !important;
    top: 2px !important;
    right: 4px !important;
    background: #f42c37 !important;
    color: #fff !important;
    font-size: 9px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-align: center;
    border-radius: 50% !important;
    font-weight: 700;
    border: 1px solid #11161C;
}

/* دکمه ورود */
a.auth-btn-index {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: rgba(255,255,255,0.85) !important;
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
    font-weight: 500;
    transition: all 0.2s;
    white-space: nowrap;
    line-height: 1;
}

a.auth-btn-index i {
    font-size: 1.1rem;
    line-height: 1;
    color: inherit !important;
}

a.auth-btn-index:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* ── ROW 2: منوی اصلی ── */
.top-menu-menu {
    background: #11161C !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    padding: 0 24px !important;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.top-menu-menu .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2px;
    padding: 4px 0 !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
}

.top-menu-menu .navbar-nav .nav-item .nav-link,
.top-menu-menu .navbar-nav .nav-item > a {
    display: flex !important;
    align-items: center !important;
    gap: 5px;
    color: rgba(255,255,255,0.65) !important;
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s !important;
    font-weight: 400 !important;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none !important;
    position: relative;
}

.top-menu-menu .navbar-nav .nav-item .nav-link::after,
.top-menu-menu .navbar-nav .nav-item > a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 12px;
    left: 12px;
    height: 2px;
    background: #f42c37;
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.top-menu-menu .navbar-nav .nav-item .nav-link:hover::after,
.top-menu-menu .navbar-nav .nav-item > a:hover::after {
    transform: scaleX(1);
}

.top-menu-menu .navbar-nav .nav-item .nav-link:hover,
.top-menu-menu .navbar-nav .nav-item > a:hover {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none !important;
}


.main-menu-head a,
.main-menu-head .nav-link {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 2px 8px !important;
    height: 42px !important;
}
.top-menu-menu ul.navbar-nav {
    align-items: center !important;
    display: flex !important;
}

.top-menu-menu .nav-item {
    display: flex;
    align-items: center;
    
}
.top-menu-menu ul li a i.bi,
.rm-item-menu li i.bi,
.top-menu-menu ul.main-menu li a i,
.top-menu-menu ul.level-one li a i,
.navbar-nav .nav-link i {
    color: #fff !important;
}


.top-menu-menu ul li a span.bi,
.rm-item-menu li span.bi {
    color: #fff !important;
}

/* دکمه دسته‌بندی */
.main-menu-head > .nav-link {
    background: #f42c37 !important;
    border: 1px solid #f42c37 !important;
    border-radius: 8px !important;
    color: #f42c37 !important;
    font-weight: 600 !important;
    gap: 6px !important;
}

.main-menu-head > .nav-link i {
    display: inline-block !important;
    font-size: 1rem;
    color: #fff !important;
}

.main-menu-head > .nav-link:hover {
    background: rgba(229,57,53,0.2) !important;
    color: #f42c37 !important;
}

.main-menu-head > .nav-link::after {
    display: none !important;
}
.top-menu-menu ul.main-menu {
    background: #161616 !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.6) !important;
    height: auto;min-width: 200px;position: absolute;top: 98%;left: 20px;right: 20px;padding: 0;transition: .4s ease-in-out;-webkit-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;-webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-ms-transition: .4s ease-in-out;-o-transition: .4s ease-in-out }

/* Hover*/
.top-menu-menu .main-menu-head a {
    color: #FFFFFF !important;
    font-weight: bold !important;
    justify-content: center;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-menu-menu .main-menu-sub li:active {
    background: #161616 !important;

}
.top-menu-menu ul.main-menu li a,
.top-menu-menu ul.main-menu-sub li a {
    color: #FFFFFF !important;     
    font-weight: 500;
}
.top-menu-menu ul.main-menu li a i{
    color: #FFFFFF !important; 
}

.top-menu-menu ul.main-menu li a::after,
.top-menu-menu ul.main-menu-sub li a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 12px;
    left: 12px;
    height: 2px;
    background: #f42c37;
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.top-menu-menu ul.main-menu li a:hover::after,
.top-menu-menu ul.main-menu-sub li a:hover::after {
    transform: scaleX(1);
}


/* ── DROPDOWN ── */
.main-menu,
.main-menu-sub {
    background: #161616 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,0.6) !important;
    min-width: 210px;
    padding: 6px !important;
    max-height: 420px;
    overflow-y: auto;
}

.main-menu::-webkit-scrollbar,
.main-menu-sub::-webkit-scrollbar {
    width: 3px;
}

.main-menu::-webkit-scrollbar-thumb,
.main-menu-sub::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.12);
    border-radius: 3px;
}

.main-menu li,
.main-menu-sub li {
    border-radius: 8px !important;
    margin: 1px 0 !important;
    padding: 0 !important;
    list-style: none;
}

.main-menu li a,
.main-menu-sub a {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    color: rgba(255,255,255,0.7) !important;
    padding: 9px 14px !important;
    font-size: 0.85rem;
    border-radius: 8px;
    transition: all 0.18s;
    text-decoration: none !important;
}

/* .main-menu li a i,
.main-menu-sub a i,
.main-menu li a span.bi,
.main-menu-sub a span.bi {
    display: none !important;
} */

.main-menu li:hover,
.main-menu-sub li:hover {
    background: rgba(255,255,255,0.05) !important;
}

.main-menu li a:hover,
.main-menu-sub a:hover {
    color: #fff !important;
    background: transparent !important;
}

/* ── MOBILE MENU ── */
.responsive-menu-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.responsive-menu-icon span i {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
}

.responsive-menu-icon span:hover {
    background: rgba(255,255,255,0.12);
}

.rm-items {
    background: #111 !important;
    border-left: 1px solid rgba(255,255,255,0.06);
}

.rm-item-close i {
    color: rgba(255,255,255,0.5) !important;
    font-size: 1.5rem;
}

.rm-item-menu .nav-link {
    display: flex !important;
    align-items: center !important;
    color: rgba(255,255,255,0.7) !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    padding: 13px 16px !important;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s;
}

.rm-item-menu .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.04) !important;
    padding-right: 22px !important;
}

.rm-overlay {
    background: rgba(0,0,0,0.7) !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .top-menu {
        min-height: 60px;
        padding: 0 16px;
        gap: 12px;
    }

    .top-menu-logo img {
        height: 34px !important;
    }

    #navHeader {
        height: 60px;
    }

    #navHeader .nav-item a {
        padding: 6px 8px !important;
    }

    #navHeader .nav-item a i {
        font-size: 1.1rem;
    }

    a.auth-btn-index {
        font-size: 0.78rem !important;
        padding: 7px 10px !important;
    }
}

@media (max-width: 576px) {
    .top-menu {
        padding: 0 10px;
        gap: 8px;
        min-height: 56px;
    }

    #navHeader .nav-item a {
        padding: 5px 6px !important;
    }

    .count-item {
        width: 14px !important;
        height: 14px !important;
        line-height: 14px !important;
        font-size: 8px !important;
    }
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub {
    height: 100%;
    min-width: 200px;
    background: #161616 !important;
    position: absolute;
    top: 0;
    right: 250px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    transition: 0.4s all ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out
}


.top-menu-menu ul.main-menu > li > ul.main-menu-sub li {
    max-width: 150px;
    padding: 0;
    margin-top: 4px;
    padding: 5px 0;
    display: contents;
}

.top-menu-menu ul.main-menu > li a i {
    float: none
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a {
    font-size: 14px
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a:hover {
    color: #eaaf00
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title {
    font-size: 16px;
    font-weight: 700
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title i {
    font-weight: bolder;
    font-size: 14px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li > a.title::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2.5px;
    height: 100%;
    /* background: #F7CB2D */
}

.top-menu-menu ul.main-menu > li > ul.main-menu-sub li:hover {
    background: none
}
#mainHeaderDown{padding-top: 15px}
.price-large{font-size:22px !important;}
.text-gray{color:#999}


/* =============================================
   MOBILE HEADER - RESPONSIVE 2026
   ============================================= */

/* ── موبایل: مخفی کردن سرچ دسکتاپ ── */
@media (max-width: 991px) {

    /* سرچ دسکتاپ مخفی */
    .col-lg-6.text-center.d-none.d-lg-block {
        display: none !important;
    }

    /* header row فشرده */
    .top-menu {
        min-height: 60px !important;
        padding: 0 0px !important;
        gap: 0px !important;
    }

    /* لوگو کوچک‌تر */
    .top-menu-logo img {
        height: 32px !important;
    }

    /* آیکون‌های راست */
    #navHeader {
        height: 60px !important;
        gap: 0 !important;
        color: #ffffff !important;
    }

    #navHeader .nav-item a {
        padding: 5px 7px !important;
        font-size: 0.78rem !important;
    }

    #navHeader .nav-item a i {
        font-size: 1.1rem !important;
    }

    /* دکمه ورود — فقط آیکون در موبایل */
    a.auth-btn-index {
        padding: 6px 8px !important;
        font-size: 0 !important; /* متن مخفی */
        min-width: 36px;
        justify-content: center;
       
    }

    a.auth-btn-index i {
        font-size: 1.1rem !important;
        color: #FFFFFF !important;
    }

 /* سرچ منوی همبرگری */
.rm-item-search .top-menu-search{
    width:100%;
}

.rm-item-search .input-group{
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.rm-item-search .search-txt{
    width: 100% !important;
    height: 48px !important;
    border: 2px solid #f42c37 !important;
    border-radius: 999px !important;
    padding: 0 16px 0 56px !important; /* جا برای آیکون */
    box-sizing: border-box !important;
}

.rm-item-search .search-btn{
    position: absolute !important;
    left: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 38px !important;
    height: 38px !important;

    border: none !important;
    border-radius: 50% !important;
    background: #ef394e !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;
    z-index: 100 !important;
}

.rm-item-search .search-btn i{
    color: #fff !important;
    font-size: 18px !important;
}
    /* ── همبرگر ── */
    .responsive-menu-icon span {
        width: 38px !important;
        height: 38px !important;
        /* background: rgba(255,255,255,0.08) !important;
        border: 1px solid rgba(255,255,255,0.12) !important; */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.2s !important;
    }

    .responsive-menu-icon span i {
        font-size: 1.4rem !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        color: #fff !important;
        line-height: 1 !important;
        border-radius: 10px !important;
    }

    .responsive-menu-icon span:hover {
        background: rgba(255,255,255,0.15) !important;
    }

    /* ── drawer موبایل ── */
    .rm-items {
        background: #11161C !important;
        width: 280px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        position: fixed !important;
        top: 0 !important;
        right: -300px !important;
        z-index: 99999 !important;
        transition: right 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .rm-items.open {
        right: 0 !important;
    }

    /* لوگو داخل drawer */
    .rm-item-img {
        padding: 20px 16px 12px !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    }

    .rm-item-img img {
        height: 40px !important;
        /* filter: brightness(0) invert(1) !important; */
    }
    .bg-mobile-menu{
        background: #11161C !important;
    }

    /* دکمه بستن */
    .rm-item-close {
        position: absolute !important;
        top: 16px !important;
        left: 16px !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        border-radius: 50% !important;
        background: rgba(255,255,255,0.08) !important;
        transition: all 0.2s !important;
    }

    .rm-item-close:hover {
        background: rgba(255,255,255,0.15) !important;
    }

    .rm-item-close i {
        color: rgba(255,255,255,0.7) !important;
        font-size: 1.1rem !important;
    }

    /* منوی drawer */
    .rm-item-menu {
        flex: 1 !important;
        padding: 8px 0 !important;
    }
    #showResponsiveMenu i:before {
        color: #FFFFFF;
    }

    .rm-item-menu .nav-link {
        display: flex !important;
        align-items: center !important;
        gap: 0px !important;
        color: rgba(255,255,255,0.8) !important;
        padding: 2px 2px !important;
        font-size: 1.3rem !important;
        font-weight: 600 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
        transition: all 0.2s !important;
        text-decoration: none !important;
    }

    .rm-item-menu .nav-link i {
        font-size: 1rem !important;
        color: rgba(255,255,255,0.4) !important;
        width: 20px !important;
        flex-shrink: 0 !important;
    }

    .rm-item-menu .nav-link:hover {
        color: #fff !important;
        background: rgba(255,255,255,0.05) !important;
        padding-right: 26px !important;
    }

    .rm-item-menu .nav-link:hover i {
        color: #E53935 !important;
    }

    /* overlay */
    .rm-overlay {
        background: rgba(0,0,0,0.6) !important;
        backdrop-filter: blur(2px) !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 99998 !important;
        display: none !important;
    }

    .rm-overlay.show {
        display: block !important;
    }

    /* منوی دوم مخفی در موبایل */
    .top-menu-menu {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .top-menu {
        padding: 0 8px !important;
        gap: 0px !important;
        min-height: 56px !important;
    }

    #navHeader .nav-item a {
        padding: 4px 5px !important;
    }

    .count-item {
        width: 14px !important;
        height: 14px !important;
        line-height: 14px !important;
        font-size: 8px !important;
    }
}


/* =====================
   MOBILE SEARCH BAR
   ===================== */
   .mobile-header-search {
    position: sticky !important;
    top: 60px !important; /* ارتفاع header */
    z-index: 100002 !important;
    background: #11161C !important;
    padding: 10px 16px 12px !important;
    border-bottom: 1px solid rgba(158, 154, 154, 0.07) !important;
}

.mobile-header-search form > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    padding: 3px 3px 3px 8px;
}


.mobile-header-search .w-100.mt-2 {
    flex: 1 !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    border-radius: 50px !important;
}

.mobile-header-search .search-txt {
    background: transparent !important;
    border: none !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    font-size: 1.3rem !important;
    color: #111 !important;
    padding: 8px 10px !important;
    height: 42px !important;
    width: 100% !important;
}

.mobile-header-search .search-txt::placeholder {
    color: #FFFFFF !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.search-txt, .top-menu-search .search-txt {
    font-size: 1rem !important;
    color: #111 !important;
}



.mobile-header-search form > div::after {
    content: '';
    display: none;
}

.mobile-header-search .btn.btn-primary {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f42c37 !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    font-size: 0 !important;
    box-shadow: none !important;
    transition: background 0.2s !important;
}

.mobile-header-search .btn.btn-primary i {
    font-size: 1rem !important;
    color: #fff !important;
    margin: 0 !important;
}

.mobile-header-search .btn.btn-primary:hover {
    background: #94070e !important;
}









/* =============================================
   PRODUCTS SECTION - TAB + CAROUSEL
   Color system from UX: #f42c37 #111827 #6B7280
   ============================================= */

   .products-section {
    background: #fff;
    padding: 48px 0 56px;
    margin-top: 50px !important;
}

/* هدر */
.ps-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
}

.ps-title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px;
}

.ps-title p {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
}

/* تب‌ها */
.ps-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.ps-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 50px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.22s;
    font-family: inherit;
}

.ps-tab i {
    font-size: 0.95rem;
}

.ps-tab:hover {
    border-color: #f42c37;
    color: #f42c37;
}

.ps-tab.active {
    background: #f42c37;
    border-color: #f42c37;
    color: #fff;
    box-shadow: 0 4px 14px rgba(229,57,53,0.3);
}

/* search filter tabs */
.filter-tabs{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.filter-tab{

    display:inline-flex;
    align-items:center;
    gap:6px;

    padding:10px 18px;

    border-radius:50px;

    border:1.5px solid #e5e7eb;

    background:#fff;

    color:#6B7280;

    transition:.25s;

    cursor:pointer;
}

.filter-tab:hover{

    border-color:#f42c37;
    color:#f42c37;
}

.filter-tab.active{

    background:#f42c37;
    color:#fff;
    border-color:#f42c37;
}
#stockTop {
    overflow-x: auto;
    width: 100%;
    background-color: transparent !important;
    z-index: 10;
    padding: 10px 0 0;
}

/* loading spinner */
.ps-ajax-wrapper {
    position: relative;
}

.ps-loading {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.ps-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #f0f0f0;
    border-top-color: #E53935;
    border-radius: 50%;
    animation: psSpin 0.7s linear infinite;
}

@keyframes psSpin {
    to { transform: rotate(360deg); }
}

/* tab content */
.ps-tab-content {
    display: none;
}
.ps-tab-content.active {
    display: block;
}

/* swiper nav */
.ps-next, .ps-prev,
.ps-next-2, .ps-prev-2,
.ps-next-3, .ps-prev-3,
.ps-next-4, .ps-prev-4 {
    width: 36px !important;
    height: 36px !important;
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    top: 40% !important;
}

.ps-next::after, .ps-prev::after,
.ps-next-2::after, .ps-prev-2::after,
.ps-next-3::after, .ps-prev-3::after,
.ps-next-4::after, .ps-prev-4::after {
    font-size: 12px !important;
    color: #374151 !important;
    font-weight: 700;
}

/* کارت */
.ps-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #f3f4f6;
    overflow: hidden;
    transition: all 0.25s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ps-card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 8px 28px rgba(0,0,0,0.09);
    transform: translateY(-4px);
}

/* badge */
.ps-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
}

.ps-badge-new {
    background: #111827;
    color: #fff;
}

.ps-badge-discount {
    background: #f42c37;
    color: #fff;
}

.ps-badge-out {
    background: #6B7280;
    color: #fff;
}

/* عکس */
.ps-card-img {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    flex-shrink: 0;
}

.ps-card-img img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 12px;
    transition: transform 0.3s;
    display: block;
}

.ps-card:hover .ps-card-img img {
    transform: scale(1.05);
}

/* overlay */
.ps-card-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.22s;
}

.ps-card:hover .ps-card-overlay {
    opacity: 1;
}

.ps-overlay-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6B7280;
    font-size: 0.85rem;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
}

.ps-overlay-btn:hover {
    background: #f42c37;
    color: #fff;
    border-color: #f42c37;
}

/* body کارت */
.ps-card-body {
    background-color: #edeff1 !important;
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ps-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.ps-card-brand {
    font-size: 0.72rem;
    color: #9CA3AF;
    font-weight: 500;
}

.ps-card-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.72rem;
    color: #374151;
}

.ps-card-rating i {
    color: #FBBF24;
    font-size: 0.7rem;
}

.ps-rating-count {
    color: #9CA3AF;
    font-size: 0.7rem;
}

/* تایتل */
.ps-card-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827 !important;
    line-height: 1.5;
    text-decoration: none !important;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(0.85rem * 1.5 * 2);
    flex-shrink: 0;
}

.ps-card-title:hover { color: #f42c37 !important; }

/* قیمت */
.ps-card-price-row {
    margin-bottom: 12px;
    margin-top: auto;
}

.ps-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    direction: rtl;
    flex-wrap: wrap;
}

.ps-price {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}

.ps-price-red { color: #f42c37; }

.ps-price-old {
    font-size: 0.78rem;
    color: #9CA3AF;
    text-decoration: line-through;
}

.ps-price-unit {
    font-size: 0.72rem;
    color: #9CA3AF;
    font-weight: 400;
}

/* اکشن */
.ps-cart-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.ps-qty-input {
    width: fit-content !important;
    height: 38px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e5e7eb !important;
    text-align: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    padding: 0px !important;
    background: #f9fafb !important;
}

.ps-add-btn {
    flex: 1;
    height: 38px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    font-family: inherit;
}

.ps-add-btn:hover { background: #f42c37; }


/* وضعیت‌ها */
.ps-status-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 38px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s;
    width: 100%;
}

.ps-details-btn  { background:#f3f4f6; color:#374151 !important; border:1.5px solid #e5e7eb; }
.ps-details-btn:hover { background:#111827; color:#fff !important; }
.ps-contact-btn  { background:#fffbeb; color:#D97706 !important; border:1.5px solid #FDE68A; }
.ps-contact-btn:hover { background:#D97706; color:#fff !important; }
.ps-unavailable-btn { background:#fef2f2; color:#EF4444 !important; border:1.5px solid #FECACA; cursor:default; }




/* responsive */
@media (max-width: 768px) {
    .ps-card-img img { height: 150px; }
    .ps-tabs { gap: 6px; }
    .ps-tab { padding: 7px 14px; font-size: 0.8rem; }
}

@media (max-width: 480px) {
    .ps-tab { padding: 6px 10px; font-size: 0.75rem; }
    .ps-card-img img { height: 130px; }
}








/* ====================================================
=================partner============================ */

.partner-parrent,
.partner-section > div > div {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-top: 50px !important;
}

/* فاصله و استایل داخلی */
.partner-section {
    padding: 0;
    margin: 0px !important;
    padding: 0px !important;
    /* background: #f8f5f0;   */
}

.partner-title {
    margin-bottom: 4px !important;
    padding: 30px !important;
}



/* .partner-parrent {
    height: 150px;
   
} */

.partner-parrent-title h4 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
   
}

.partner-parrent-button {
    background: #f42c37;
    padding: 8px 12px;
    font-size: 16px;
    color: #FFFFFF !important;
    border: 2px solid #f42c37 !important;
    border-radius: 50px !important;
}
.partner-parrent-button:hover {
    background: #8d0a0a;
    color: #fff !important;
    border-color: #8d0a0a;
    border-radius: 50px !important;
    border: 2px solid #8d0a0a !important;
}
.partner-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px 12px;
    height: 80px;          
    display: flex;
    align-items: center;    
    justify-content: center; 
    transition: all 0.3s ease;
    width: 200px !important;
    filter: grayscale(30%) brightness(0.90);
}
.partner-card:hover {
    transform: translateY(-6px);
    filter: grayscale(0);
}
.partner-card img {
    max-height: 48px;
    width: auto;
    filter: grayscale(60%);
    transition: all 0.3s ease;
    
}

.partner-card:hover img {
    filter: grayscale(0);
    transform: scale(1.08);
}

/* Swiper Navigation */
.swiper-button-next, .swiper-button-prev {
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1) !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    color: #333 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
}



/* =====================
   CARS SECTION
   ===================== */
   .cars-section {
    background: #F5F4F0;
    padding: 52px 0;
    margin-top: 100px !important;
}

/* هدر */
.cars-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
    padding: 0 8px;
}

.cars-header-left h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.cars-header-left p {
    font-size: 0.9rem;
    color: #6B7280;
    margin: 0;
    max-width: 320px;
    line-height: 1.6;
}

.cars-header-right {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* دکمه‌های nav */
.cars-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111;
    border: none;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.cars-nav-btn:hover {
    background: #f42c37;
    transform: scale(1.05);
}

/* کارت ماشین */
.car-card {
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px 0;
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    transition: all 0.28s;
    border: 1.5px solid #ececec;
}

.car-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    transform: translateY(-4px);
    border-color: #e0e0e0;
}

/* اطلاعات */
.car-card-info {
    flex-shrink: 0;
    margin-bottom: 16px;
}
.search-card-info{
    flex-shrink: 0;
    margin-bottom: 16px;  
    padding: 9px 18px;
    border-radius: 20px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6B7280;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.22s;
    font-family: inherit;
    font-size: 0.95rem;
    border-color: #f42c37;
    /* color: #f42c37; */
}
.search-card-info a{
    color: #f42c37; 
}

.car-card-info h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}

.car-card-info p {
    font-size: 0.8rem;
    color: #9CA3AF;
    margin: 0;
}
.product-card-info label {
    font-size: 0.8rem;
    color: #9CA3AF;
    margin: 0;
}
.product-card-span {
    font-size: 1.5rem !important;
    color:#0e9144 !important;
    font-weight:bold !important; 
    margin: 0;
}


/* عکس ماشین */
.car-card-img {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
}

.car-card-img img {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    transition: transform 0.3s;
    /* filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12)); */
}

.car-card:hover .car-card-img img {
    transform: scale(1.04) translateY(-4px);
}

/* دکمه لینک */
.car-card-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1.5px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151 !important;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.2s;
}

.car-card:hover .car-card-link {
    background: #111;
    color: #fff !important;
    border-color: #111;
}

/* pagination */
.cars-section .swiper-pagination {
    position: relative !important;
    margin-top: 28px;
    bottom: auto !important;
}

.cars-section .swiper-pagination-bullet {
    width: 28px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background: #ccc !important;
    opacity: 1 !important;
}

.cars-section .swiper-pagination-bullet-active {
    background: #111 !important;
    width: 40px !important;
}

/* موبایل */
@media (max-width: 768px) {
    .cars-header-left h2 {
        font-size: 1.8rem;
    }

    .car-card {
        min-height: 220px;
        padding: 18px 18px 0;
    }

    .car-card-img img {
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .cars-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cars-header-left h2 {
        font-size: 1.5rem;
    }
}

.car-card-banner{
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 100px;
    padding: 10px 40px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    background: transparent;
    border-radius: 20px;
    border: 1.5px solid #ececec;
}
.car-card-banner .car-card-img{
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
}
.car-card-banner .car-card-img img{
    height: 100px;
    width: auto;
    display: block;
    border-radius: 20px;
}

#filterShow .modal-dialog{
    margin-top:120px !important;
}
/* ==========================================================
===============article=====================================
=========================================================== */

.article-latest { padding: 25px 0; }

.al-featured {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    height: 380px;
    max-height: 380px;
    border-radius: 20px;
}
.article-card{
    background: #e5e7e9;
    border-radius: 20px;
    padding: 0px !important;
    box-shadow: 0 5px 10px rgba(179, 179, 179, 0.6);
    border: 1px solid #afafaf;
    height: fit-content !important;
}
.al-img-large { height: 100%; }
.al-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.al-overlay-large {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
}

.al-content-large {
    position: absolute;
    bottom: 20px; left: 20px; right: 20px;
    /* color: white; */
    z-index: 2;
    border-radius: 20px;
}

.al-title-large {color: #FFFFFF; font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.al-excerpt { font-size: 0.92rem; line-height: 1.5; }

.al-date-large {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(255,255,255,0.95);
    color: #222;
    padding: 5px 13px;
    font-size: 0.8rem;
    z-index: 2;
}

/* Small Cards */
.al-small-wrapper {
    height: 350px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.al-small-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    flex: 1;
    height: 80%;
    max-height: 80%;
}

.al-small-img {
    width: 135px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.al-small-img img {
    width: 100%; height: 100%; object-fit: cover;
}
.al-small-content{
    margin-top: 5px !important;
    justify-content: center !important;   
    align-items: center !important;
}
.al-date-small { 
font-size: 0.8rem;
color: #777;
justify-content: center !important;   
align-items: center !important;
 }
.al-title-small { 
margin-top: 10px;
font-size: 0.96rem;
justify-content: center !important;
font-weight: 600;
line-height: 1.35; 
}

/* Responsive */
@media (max-width: 992px) {
    .al-featured, .al-small-wrapper { height: 310px; max-height: 310px; }
}

@media (max-width: 768px) {
    .al-featured, .al-small-wrapper { height: auto; max-height: none; }
    .al-small-item { height: 110px; }
}

/* ============================================
   بک‌گراند اصلی با گرادیانت ظریف
   ============================================ */
body {
    background:#FFFFFF !important;
    /* background: linear-gradient(135deg, #F8F4F0 0%, #F0EBE5 50%, #f5f5f5 100%) !important; */
    /* background: linear-gradient(
    160deg,
    #FCFCFC 0%,
    #F7F7F7 20%,
    #F1F1F1 40%,
    #ECECEC 55%,
    #E9E9E9 70%,
    #F0F0F0 85%,
    #F9F9F9 100%
) !important; */
   
}

/* ============================================
   فوتر مدرن
   ============================================ */
footer,

.footer-redesign{
    background: #11161C !important;
    color: #FFFFFF !important;
    position: relative;
    overflow: hidden;
}


footer a,
.footer-dark a {
    color: #FFFFFF !important;
    transition: var(--transition-smooth);
}

footer a:hover,
.footer-dark a:hover {
    color: #E76F51 !important;
    transform: translateX(-4px);
}

.footer-item h5 {
    color: #FFFFFF !important;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-item h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #C1121F, #E76F51);
    border-radius: 2px;
}

.copy-right {
    background: rgba(0, 0, 0, 0.3) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}




 /* =====================
   CATEGORY - CARD STYLE 2026
   ===================== */
/* ==================== MAIN CATEGORIES - OVERLAP ==================== */
.main-categories-section {
    position: relative;
    margin-top: -150px;
    z-index: 20;
    padding-bottom: 0px;
}

.main-categories-wrapper {
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
    background: #e5e7e9;
    border-radius: 20px;
    padding: 32px 24px 40px;
    box-shadow: 0 5px 10px rgba(104, 104, 104, 0.6);
    border: 1px solid #929292;
}

/* Header فقط با دکمه */
.categories-header {
    padding: 0 8px;
}

.see-all {
    color: #131212;
    background: #dfdcdc;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    padding: 6px 10px;
    white-space: nowrap !important;
    box-shadow:  #a09d9d;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.see-all:hover {
    background: #dfdcdc;
    color: rgb(51, 46, 46);
    transform: translateY(-2px);
}

/* Grid - 8 in One Row */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px #9e9e9e;
    border-color: #b3b3b3;
}

.category-image {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-title {
    padding: 14px 8px 18px;
    text-align: center;
    color: #131414;
    font-weight: 600;
    font-size: 0.93rem;
    line-height: 1.35;
}

/* Responsive */
@media (max-width: 1200px) {
    .categories-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
    .categories-grid { 
        grid-template-columns: repeat(4, 1fr); 
        gap: 12px;
    }
    .main-categories-section { margin-top: -75px; }
}

@media (max-width: 480px) {
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
}
   


/* ============================================
   بخش همکاران مدرن
   ============================================ */

.partner-item a {
    backdrop-filter: blur(10px);
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.partner-item a:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px #9e9e9e;
    border-color: #b3b3b3;
}

.partner-item img {
    transition: var(--transition-smooth);
    filter: grayscale(100%) brightness(0.65);
}

.partner-item a:hover img {
    transform: scale(1.10);
    filter: none;
}

/* ============================================
   دکمه‌های ناوبری اسلایدر مدرن
   ============================================ */
.prodcut-box-one-slider .swiper-button-next,
.prodcut-box-one-slider .swiper-button-prev,
.sb2 {
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(193, 18, 31, 0.15) !important;
    color: #C1121F !important;
    box-shadow: var(--shadow-soft) !important;
    transition: var(--transition-smooth);
    width: 44px !important;
    height: 44px !important;
}

.prodcut-box-one-slider .swiper-button-next:hover,
.prodcut-box-one-slider .swiper-button-prev:hover,
.sb2:hover {
    background: linear-gradient(135deg, #C1121F, #8B0000) !important;
    color: #FFFFFF !important;
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(193, 18, 31, 0.3) !important;
}






/* =====================
   HERO SECTION - REDESIGN
   ===================== */



   .hero-modern {
    position: relative;
    margin-top: 120px !important;
}
@media (max-width: 991.98px){
    .hero-modern{
        margin-top: 0 !important;
    }
}

.heroSwiper {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    height: 500px !important;
}

.hero-slide {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    height: 500px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

/* .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(0,0,0,0.7) 0%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0.1) 100%
    );
} */

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 80px;
    text-align: right;
    direction: rtl;
    margin-bottom: 200px;
    justify-content: center;
    align-items: center;
    margin-top: 50px !important;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bolder !important;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.hero-content p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 28px;
}


/* دکمه‌های nav */
.hero-swiper-next,
.hero-swiper-prev {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 20 !important;
    
    background: rgba(255,255,255,0.18) !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 1rem !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.hero-swiper-prev {
    left: 25px !important;  
}

.hero-swiper-next {
    right: 25px !important;    
    
}

.hero-swiper-next:hover,
.hero-swiper-prev:hover {
    background: rgba(255,255,255,0.35) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* pagination */
.hero-pagination {
    bottom: 35px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 15 !important;
}

.hero-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5) !important;
    width: 8px !important;
    height: 8px !important;
    transition: all 0.2s;  
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 24px !important;
    border-radius: 4px !important;
}



@media (max-width: 991px) {
    .heroSwiper {
        height: 90vh;
    }

    .hero-content {
        padding: 0 24px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-swiper-next,
    .hero-swiper-prev {
        display: none;
    }
}


/* .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(7, 9, 13, 0.92) 0%,
        rgba(17, 22, 28, 0.85) 35%,
        rgba(23, 29, 37, 0.75) 55%,
        rgba(0, 0, 0, 0.65) 100%
    );
    z-index: 2;
} */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.25) 35%,
       
        rgba(23, 29, 37, 0.65) 55%,
        rgba(0, 0, 0, 0.85) 100%
    );
   
    z-index: 2;
}

.hero-buttons{
    row-gap: 2px !important;
    display: flex;
    align-items: center;
    gap: 10px !important;
 
}

/* Buttons */
.btn-primary-red {
    background: #f42c37;
    color: white;
    border: 2px solid #f42c37;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s ease;
}

.btn-primary-red:hover {
    background: #c62828;
    border-color: #c62828;
    transform: translateY(-4px);
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.75);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s ease;
}

.btn-outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
    color: white;
}
.hero-visual {
    position: absolute;
    right: 6%;
    bottom: 12%;
    z-index: 3;
    max-width: 680px;
    pointer-events: none;
}

.hero-car {
    width: 100%;
    /* filter: drop-shadow(0 40px 80px rgba(0,0,0,0.7)); */
}
/* Trust Bar */
.trust-bar {
    background: rgba(63, 62, 62, 0.18) !important;
    backdrop-filter: blur(50px);
    filter: drop-shadow(0 40px 80px rgba(0,0,0,0.7));
    border-bottom: 2px solid #40454d;
    padding: 20px !important;
    position: relative;
    z-index: 10;
}

.trust-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #F7F8FA;
    font-size: 1rem;
}

.trust-item i {
    font-size: 2rem;
    color: #E53935;
}
.copy-right{
    background: #FFFFFF !important;
}
/* Swiper Controls */
.hero-nav-next,
.hero-nav-prev {
    width: 54px;
    height: 54px;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: white !important;
    border-radius: 50% !important;
}
.hero-nav-next:hover,
.hero-nav-prev:hover {
    background: #f42c37 !important;
    border-color: #f42c37 !important;
}

.hero-pagination {
    bottom: 40px !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #f42c37 !important;
    width: 28px;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-visual { display: none; }
    .hero-content { padding: 0 5%; }
    .hero-slide { min-height: 620px; }
}
/* ===================== LUXURY SHADOW & HOVER ===================== */

.luxury-card,
.partner-card,
.product-box,
.main-category-item,
.al-featured {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    position: relative;
    overflow: hidden;
}

/* افکت نور مخملی (خیلی لطیف) */
.luxury-card::before,
.partner-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25) 0%,
        rgba(255,255,255,0) 50%,
        rgba(0,0,0,0.03) 100%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.luxury-card:hover::before,
.partner-card:hover::before {
    opacity: 1;
}

/* Border Glow خیلی ملایم */
.luxury-card:hover,
.partner-card:hover {
    border-color: rgba(0, 0, 0, 0.18);
}



/* =====================
   SEARCH PAGE - اضافه بر ps-card
   ===================== */

/* barcod */
.ps-search-barcode {
    font-size: 0.72rem;
    color: #9CA3AF;
    margin-bottom: 4px;
    direction: ltr;
    text-align: right;
}

/* تماس inline */
.ps-contact-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.82rem;
    color: #D97706 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* فرم خبرم کن */
.ps-alert-form {
    width: 100%;
}

.ps-alert-label {
    font-size: 0.75rem;
    color: #6B7280;
    margin-bottom: 6px;
}

.ps-alert-inputs {
    display: flex;
    gap: 4px;
    align-items: center;
}

.ps-alert-phone {
    flex: 1;
    height: 38px;
    border-radius: 8px;
    border: 1.5px solid #e5e7eb;
    padding: 0 8px;
    font-size: 0.8rem;
    background: #f9fafb;
    font-family: inherit;
}

/* ── LIST VIEW ── */
.ps-list-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #f3f4f6;
    padding: 14px 16px;
    transition: all 0.22s;
}

.ps-list-card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.ps-list-img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-list-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.ps-list-info {
    flex: 1;
    min-width: 0;
}

.ps-list-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827 !important;
    text-decoration: none !important;
    line-height: 1.5;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-list-title:hover { color: #E53935 !important; }

.ps-list-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.ps-list-btns {
    display: flex;
    gap: 6px;
}

@media (max-width: 576px) {
    .ps-list-card {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ps-list-action {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}




/* =============================================
   PRODUCT PAGE - REDESIGN 2026
   کلاس‌های موجود: summary, se-title, se-body,
   se-desc, se-cart, product-gallery, btn-cart
   ============================================= */

   .product-meta {
    background: #F9FAFB;
    padding: 32px 0 48px;
    min-height: 80vh;
}

/* ── کارت اصلی ── */
.summary {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1.5px solid #F3F4F6 !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
    padding: 28px !important;
    position: relative;
}

/* ── دکمه بازگشت ── */
.btn-back {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #F3F4F6 !important;
    border: none !important;
    border-radius: 10px !important;
    color: #374151 !important;
    font-size: 0.82rem !important;
    padding: 7px 14px !important;
    margin-bottom: 20px !important;
    transition: all 0.2s !important;
}

.btn-back:hover {
    background: #111 !important;
    color: #fff !important;
}

/* ── badge موجودی ── */
.summary-offer {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
}

.summary-offer span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
}

.summary-offer span:not(.text-less-exists):not(.text-not-exists) {
    background: #E53935;
    color: #fff;
}

.text-less-exists {
    background: #FEF3C7;
    color: #D97706;
}

.text-not-exists {
    background: #FEE2E2;
    color: #DC2626;
}

/* ── گالری عکس ── */
.product-gallery {
    border-radius: 16px;
    overflow: hidden;
    background: #F9FAFB;
    border: 1.5px solid #F3F4F6;
    margin-bottom: 12px;
}

.product-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    background: #F9FAFB;
}

.product-gallery .swiper-slide img {
    max-height: 340px;
    object-fit: contain;
    padding: 16px;
}

/* thumbnail */
.product-gallery-thumb {
    margin-top: 10px;
}

.product-gallery-thumb .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #F3F4F6;
    cursor: pointer;
    transition: all 0.2s;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9FAFB;
}

.product-gallery-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: #E53935 !important;
}

/* ── عنوان محصول ── */
.se-title h1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.5;
    margin-bottom: 16px;
}

/* ── مشخصات محصول ── */
.border-right-product {
    border-right: 1.5px solid #F3F4F6 !important;
    padding-right: 24px !important;
}

.se-desc h6 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
}

.se-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.se-desc ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 0.84rem;
}

.se-desc ul li:last-child {
    border-bottom: none;
}

.se-desc ul li .title {
    color: #6B7280;
    font-weight: 400;
}

.se-desc ul li .desc {
    color: #111827;
    font-weight: 600 !important;
}

/* ── کارت خرید ── */
.se-cart {
    background: #F9FAFB !important;
    border-radius: 16px !important;
    border: 1.5px solid #F3F4F6 !important;
    box-shadow: none !important;
    padding: 20px !important;
}

/* قیمت */
.se-cart-price {
    margin-bottom: 16px;
}

.se-cart-price-new {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #111827;
    direction: rtl;
    cursor: default;
}

.se-cart-price-new::after {
    content: ' ریال';
    font-size: 0.85rem;
    font-weight: 400;
    color: #9CA3AF;
}

/* تماس بگیرید */
.text-less-exists.d-inline-block {
    display: flex !important;
    align-items: center;
    gap: 6px;
    background: #FEF3C7 !important;
    border: 1.5px solid #FDE68A !important;
    border-radius: 10px !important;
    color: #D97706 !important;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 10px 16px !important;
    text-decoration: none !important;
    transition: all 0.2s;
}

.text-less-exists.d-inline-block:hover {
    background: #D97706 !important;
    color: #fff !important;
    border-color: #D97706 !important;
}

.ps-cart-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.ps-qty-input {
    width: fit-content !important;
    height: 38px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e5e7eb !important;
    text-align: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    padding: 0px !important;
    background: #f9fafb !important;
}

.ps-add-btn {
    flex: 1;
    height: 38px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    font-family: inherit;
}

.ps-add-btn:hover { background: #f42c37; }














.ps-cart-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.ps-qty-input {
    width: fit-content !important;
    height: 38px !important;
    border-radius: 8px !important;
    border: 1.5px solid #e5e7eb !important;
    text-align: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    padding: 0px !important;
    background: #f9fafb !important;
}

.ps-add-btn {
    flex: 1;
    height: 38px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    font-family: inherit;
}

.ps-add-btn:hover { background: #f42c37; }













.form-product-page{
justify-content: space-between !important; 
}
/* counter تعداد */
.cart-counter {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.cart-counter .counter {
    flex: 1;
    border: none !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    padding: 10px;
    background: transparent;
    outline: none;
}

/* دکمه افزودن */
.btn-add-to-cart,
.btn-cart {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #111827 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 13px 20px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.22s !important;
    box-shadow: none !important;
}

.btn-add-to-cart:hover,
.btn-cart:hover {
    background: #E53935 !important;
    transform: translateY(-1px);
}

/* ── تب‌های پایین صفحه (توضیحات، نظرات و...) ── */
.product-desc-tabs {
    margin-top: 32px;
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #F3F4F6;
    overflow: hidden;
}

.nav-product-tab {
    display: flex;
    border-bottom: 1.5px solid #F3F4F6;
    background: #F9FAFB;
    padding: 0 16px;
    gap: 4px;
}

.nav-product-tab .nav-link {
    font-size: 0.88rem;
    font-weight: 500;
    color: #6B7280 !important;
    padding: 12px 16px !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all 0.2s;
}

.nav-product-tab .nav-link:hover {
    color: #111827 !important;
}

.nav-product-tab .nav-link.active {
    color: #E53935 !important;
    border-bottom-color: #E53935 !important;
    background: transparent !important;
}

.tab-product-content {
    padding: 24px;
}

/* ── محصولات مشابه ── */
.similar-products-section {
    margin-top: 40px;
}

.similar-products-section h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F3F4F6;
    position: relative;
}

.similar-products-section h5::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 48px;
    height: 2px;
    background: #E53935;
}

/* ── فرم خبرم کن ── */
.alert-me-form {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 16px;
    border: 1.5px solid #F3F4F6;
}

.alert-me-form p {
    font-size: 0.82rem;
    color: #6B7280;
    margin-bottom: 10px;
}

.alert-me-form .form-control {
    border-radius: 8px !important;
    border: 1.5px solid #E5E7EB !important;
    font-size: 0.85rem;
    height: 40px;
    background: #fff !important;
}

.alert-me-form .btn-submit-alert {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.alert-me-form .btn-submit-alert:hover {
    background: #E53935;
}

/* ── موبایل ── */
@media (max-width: 991px) {
    .summary {
        padding: 16px !important;
    }

    .border-right-product {
        border-right: none !important;
        border-top: 1.5px solid #F3F4F6 !important;
        padding-right: 0 !important;
        padding-top: 20px !important;
        margin-top: 20px;
    }

    .se-title h1 {
        font-size: 1.1rem;
    }

    .se-cart-price-new {
        font-size: 1.3rem;
    }

    .product-gallery .swiper-slide {
        min-height: 240px;
    }

    .product-gallery .swiper-slide img {
        max-height: 240px;
    }
}

@media (max-width: 576px) {
    .product-meta {
        padding: 16px 0 32px;
    }

    .summary {
        border-radius: 12px !important;
        padding: 12px !important;
    }

    .se-cart {
        padding: 14px !important;
    }
}

/* =============================================
   WHY CARSTUN SECTION
   ============================================= */
   .why-section {
    background: #fff;
    padding: 80px 0;
}

.why-inner {
    display: flex;
    align-items: center;
    gap: 64px;
    direction: rtl;
}

/* ستون عکس */
.why-img-col {
    flex: 0 0 42%;
}

.why-img-wrapper {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #111;
}

.why-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

/* ستون محتوا */
.why-content-col {
    flex: 1;
    text-align: right;
}

/* eyebrow */
.why-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #E53935;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    direction: ltr;
    justify-content: flex-end;
}

.why-eyebrow-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #E53935;
    flex-shrink: 0;
}

/* عنوان */
.why-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.why-title-red {
    color: #E53935;
}

/* توضیح */
.why-desc {
    font-size: 0.95rem;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 36px;
}

/* گرید آمار */
.why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.why-stat-card {
    background: #F9FAFB;
    border: 1.5px solid #F3F4F6;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.25s;
}

.why-stat-card:hover {
    border-color: #FECACA;
    box-shadow: 0 4px 20px rgba(229,57,53,0.08);
}

.why-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E53935;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.1rem;
}

.why-stat-body {
    text-align: right;
}

.why-stat-number {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 2px;
    letter-spacing: -0.02em;
}

.why-stat-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
}

.why-stat-desc {
    font-size: 0.76rem;
    color: #9CA3AF;
    line-height: 1.6;
}

/* دکمه */
.why-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #E53935;
    color: #fff !important;
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s;
    letter-spacing: 0.02em;
}

.why-cta:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229,57,53,0.3);
}

/* موبایل */
@media (max-width: 991px) {
    .why-inner {
        flex-direction: column;
        gap: 36px;
    }

    .why-img-col {
        flex: none;
        width: 100%;
    }

    .why-img-wrapper {
        aspect-ratio: 16/9;
    }

    .why-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .why-section {
        padding: 48px 0;
    }

    .why-stats {
        grid-template-columns: 1fr;
    }

    .why-title {
        font-size: 1.5rem;
    }

    .why-stat-card {
        padding: 16px;
    }
}

/* =============================================
   PRODUCT SHOWCASE SECTION
   ============================================= */
   .showcase-section {
    background: #fff;
    overflow: hidden;
}

/* ── hero ── */
.showcase-hero {
    background: linear-gradient(135deg, #fff 0%, #F9FAFB 60%, #F3F4F6 100%);
    padding: 64px 0 48px;
    position: relative;
}

.showcase-hero-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    direction: rtl;
}

/* محتوا */
.showcase-content {
    flex: 0 0 45%;
    text-align: right;
}

.showcase-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E53935;
    color: #fff;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.showcase-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.showcase-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 16px;
    line-height: 1.4;
}

.showcase-desc {
    font-size: 0.88rem;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 28px;
}

/* ویژگی‌ها */
.showcase-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.showcase-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 3px;
}

.showcase-feature i {
    font-size: 1.4rem;
    color: #E53935;
    margin-bottom: 4px;
}

.sf-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111827;
}

.sf-desc {
    font-size: 0.75rem;
    color: #9CA3AF;
    line-height: 1.4;
}

/* دکمه‌ها */
.showcase-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.showcase-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E53935;
    color: #fff !important;
    border-radius: 50px;
    padding: 13px 28px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.22s;
}

.showcase-btn-primary:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229,57,53,0.3);
}

.showcase-brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 0.82rem;
    color: #374151;
    font-weight: 500;
}

.showcase-brand-badge img {
    height: 22px;
    width: auto;
    object-fit: contain;
}

/* ستون عکس */
.showcase-img-col {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-img-wrapper {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.15));
    display: block;
}

.showcase-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 16px;
}

/* تگ‌های کنار عکس */
.showcase-img-tags {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
}

.showcase-img-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #F3F4F6;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.75rem;
    color: #374151;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: right;
    direction: rtl;
    white-space: nowrap;
}

.showcase-img-tag i {
    color: #E53935;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── stats bar ── */
.showcase-stats-bar {
    background: #11161C;
    padding: 28px 0;
}

.showcase-stats-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    direction: rtl;
    flex-wrap: wrap;
}

.showcase-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 160px;
}

.showcase-stat-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: right;
}

.showcase-stat-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: #E53935;
    line-height: 1;
}

.showcase-stat-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
}

.showcase-stat-sub {
    font-size: 0.72rem;
    color: #9CA3AF;
    line-height: 1.5;
}

.showcase-stat-cars {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    color: #fff;
}

.showcase-stat-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #FBBF24;
    font-size: 0.9rem;
}

.showcase-stat-rating {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 4px;
}

.showcase-stat-avatars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    flex-wrap: wrap;
}

.showcase-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #374151;
    border: 2px solid #1a1a1a;
    margin-right: -8px;
}

.showcase-avatar:first-child { margin-right: 0; }

.showcase-avatar-more {
    background: #E53935;
    color: #fff;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    margin-right: 8px;
}

.showcase-stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.08);
    flex-shrink: 0;
}

/* ── دسته‌بندی پایین ── */
.showcase-cats {
    background: #fff;
    border-top: 1.5px solid #F3F4F6;
    padding: 16px 0;
}

.showcase-cats-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
    flex-wrap: wrap;
}

.showcase-cats-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #374151;
    flex-shrink: 0;
}

.showcase-cat-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1.5px solid #E5E7EB;
    font-size: 0.82rem;
    color: #6B7280 !important;
    text-decoration: none !important;
    transition: all 0.2s;
    font-weight: 500;
}

.showcase-cat-item:hover {
    border-color: #E53935;
    color: #E53935 !important;
}

.showcase-cat-item.active {
    background: transparent;
    border-color: #E53935;
    color: #E53935 !important;
    font-weight: 600;
}

/* موبایل */
@media (max-width: 991px) {
    .showcase-hero-inner {
        flex-direction: column;
        gap: 32px;
    }

    .showcase-content {
        flex: none;
        width: 100%;
    }

    .showcase-title { font-size: 1.8rem; }
    .showcase-subtitle { font-size: 1rem; }

    .showcase-img-tags {
        position: static;
        transform: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 16px;
    }

    .showcase-stats-inner {
        gap: 16px;
    }

    .showcase-stat {
        min-width: calc(50% - 8px);
    }

    .showcase-stat-divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .showcase-hero { padding: 36px 0 28px; }
    .showcase-title { font-size: 1.5rem; }
    .showcase-features { grid-template-columns: 1fr; }
    .showcase-stat { min-width: 100%; }
    .showcase-cats-inner { gap: 6px; }
    .showcase-cat-item { padding: 6px 12px; font-size: 0.78rem; }
}