.elementor-10 .elementor-element.elementor-element-a95d1da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a0c4329 *//* فونت وزیر */
@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/Vazir-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* هدر اصلی - بزرگتر */
.header-section {
    width: 100%;
    background: #0B1017;
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 51, 0, 0.2);
}

/* کانتینر داخلی */
.header-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* لوگو - بزرگتر */
.header-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
}

.header-logo img {
    height: 55px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.logo-title span {
    color: #FF3300;
}

.logo-sub {
    font-size: 0.7rem;
    color: #8A9BB0;
    letter-spacing: 0.5px;
}

/* منوی اصلی - بزرگتر */
.header-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.2rem;
    color: #E8EDF2;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-link svg {
    width: 20px;
    height: 20px;
    stroke: #8A9BB0;
    stroke-width: 1.5;
    fill: none;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #FF3300;
    background: rgba(255, 51, 0, 0.08);
}

.nav-link:hover svg {
    stroke: #FF3300;
}

.nav-item.active .nav-link {
    color: #FF3300;
    background: rgba(255, 51, 0, 0.08);
}

.nav-item.active .nav-link svg {
    stroke: #FF3300;
}

/* فلش منوها */
.nav-item.has-megamenu .nav-link::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.4rem;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.3s ease;
}

.nav-item.has-megamenu:hover .nav-link::after {
    transform: rotate(180deg);
}

/* ========== مگا منو - بزرگتر ========== */
.nav-item.has-megamenu {
    position: static;
}

.megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #151E28;
    border-radius: 20px;
    padding: 1.8rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 51, 0, 0.2);
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.4);
    z-index: 100;
}

.nav-item.has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.megamenu-container {
    display: flex;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* ستون لینک‌ها */
.megamenu-links {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.megamenu-col h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #FF3300;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 51, 0, 0.2);
}

.megamenu-col ul {
    list-style: none;
}

.megamenu-col ul li {
    margin-bottom: 0.6rem;
}

.megamenu-col ul li a {
    color: #E8EDF2;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    display: block;
    padding: 0.2rem 0;
}

.megamenu-col ul li a:hover {
    color: #FF3300;
    padding-right: 5px;
}

/* ستون تصویر */
.megamenu-image {
    flex: 0.6;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    max-width: 220px;
}

.megamenu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.megamenu-image:hover img {
    transform: scale(1.03);
}

.megamenu-image .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 0.7rem;
    text-align: center;
}

.megamenu-image .image-caption span {
    color: white;
    font-size: 0.7rem;
    font-weight: 500;
}

/* ========== دکمه‌های سمت راست - بزرگتر ========== */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.6rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.action-btn svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background: rgba(255, 51, 0, 0.1);
    transform: scale(1.05);
}

.cart-count {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #FF3300;
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

/* منوی همبرگر موبایل - بزرگتر */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.6rem;
}

.menu-toggle span {
    width: 26px;
    height: 2.5px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
    .megamenu-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .megamenu-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0.8rem 1.2rem;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .header-nav {
        position: fixed;
        top: 72px;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: calc(100vh - 72px);
        background: #0B1017;
        border-left: 1px solid rgba(255, 51, 0, 0.2);
        transition: right 0.3s ease;
        z-index: 999;
        overflow-y: auto;
    }
    
    .header-nav.active {
        right: 0;
    }
    
    .nav-list {
        flex-direction: column;
        padding: 1rem;
        gap: 0.3rem;
    }
    
    .nav-link {
        padding: 0.8rem 1rem;
        justify-content: space-between;
        font-size: 0.95rem;
    }
    
    .megamenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.03);
        margin-top: 0.5rem;
        margin-right: 0.5rem;
        display: none;
        padding: 1rem;
        border-radius: 12px;
    }
    
    .megamenu-container {
        flex-direction: column;
    }
    
    .megamenu-links {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .nav-item.has-megamenu.active .megamenu {
        display: block;
    }
    
    .header-actions {
        gap: 0.3rem;
    }
    
    .action-btn {
        padding: 0.5rem;
    }
    
    .action-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .header-container {
        padding: 0.6rem 1rem;
    }
    
    .header-logo img {
        height: 42px;
    }
    
    .logo-title {
        font-size: 1.1rem;
    }
    
    .logo-sub {
        font-size: 0.55rem;
    }
    
    .nav-link {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }
}/* End custom CSS */