.elementor-7460 .elementor-element.elementor-element-70da556{--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-7460 .elementor-element.elementor-element-953cc00{--display:flex;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-7460 .elementor-element.elementor-element-953cc00:not(.elementor-motion-effects-element-type-background), .elementor-7460 .elementor-element.elementor-element-953cc00 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7460 .elementor-element.elementor-element-24b4b8d{--display:flex;}.elementor-7460 .elementor-element.elementor-element-d826e99 .price, .elementor-7460 .elementor-element.elementor-element-d826e99 .price ins{font-family:"BonyadeKoodakFaNum", Sans-serif;}.elementor-7460 .elementor-element.elementor-element-e2da547{--display:flex;}.elementor-7460 .elementor-element.elementor-element-4b20150 .price, .elementor-7460 .elementor-element.elementor-element-4b20150 .price ins{font-family:"BonyadeKoodakFaNum", Sans-serif;}.elementor-7460 .elementor-element.elementor-element-0f8cade{--display:flex;}.elementor-7460 .elementor-element.elementor-element-dd9a044 .price, .elementor-7460 .elementor-element.elementor-element-dd9a044 .price ins{font-family:"BonyadeKoodakFaNum", Sans-serif;}.elementor-7460 .elementor-element.elementor-element-7150d3a{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-border-radius:15px 15px 15px 15px;}.elementor-7460 .elementor-element.elementor-element-7150d3a > .elementor-widget-container{border-radius:11px 11px 11px 11px;}.elementor-7460 .elementor-element.elementor-element-7150d3a.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ){box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}@media(max-width:767px){.elementor-7460 .elementor-element.elementor-element-953cc00{--border-radius:20px 20px 20px 20px;}.elementor-7460 .elementor-element.elementor-element-d826e99 > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-7460 .elementor-element.elementor-element-d826e99.elementor-element{--align-self:center;}.elementor-7460 .elementor-element.elementor-element-7150d3a{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-gap:5px;--n-tabs-gap:0px;--n-tabs-title-border-radius:20px 20px 20px 20px;}}/* Start custom CSS for avan_products_grid, class: .elementor-element-d826e99 *//* استایل اصلی برای Nested Tabs */
.e-n-tabs {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* استایل هدر تب‌ها */
.e-n-tabs-heading {
    display: flex;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 8px;
    border-radius: 12px;
    margin: 15px;
    gap: 8px;
    flex-wrap: wrap;
}

.e-n-tab-title {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 18px 24px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-n-tab-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.e-n-tab-title:hover {
    color: #334155;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.e-n-tab-title:hover::before {
    width: 40%;
}

/* تب فعال */
.e-n-tab-title[aria-selected="true"] {
    background: white;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.e-n-tab-title[aria-selected="true"]::before {
    width: 80%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

/* استایل برای متن و تصویر داخل تب */
.e-n-tab-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse; /* برای راست‌چین شدن */
}

.title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse; /* متن سمت راست، تصویر سمت چپ */
}

/* استایل تصاویر داخل تب */
.title-with-image img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.e-n-tab-title:hover .title-with-image img {
    transform: scale(1.1) rotate(5deg);
}

.e-n-tab-title[aria-selected="true"] .title-with-image img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    filter: brightness(1.1);
}

/* محتوای تب‌ها */
.e-n-tabs-content {
    padding: 25px;
    background: white;
    border-radius: 12px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل شیشه‌ای (اختیاری) */
.e-n-tabs.glass-tabs {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tabs-heading.glass-headers {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tab-title.glass-tab {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.e-n-tab-title.glass-tab[aria-selected="true"] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* استایل دایره‌ای (اختیاری) */
.e-n-tabs-heading.rounded-tabs {
    background: #f8fafc;
    border-radius: 50px;
    padding: 6px;
}

.e-n-tab-title.rounded-tab {
    border-radius: 50px;
    padding: 16px 32px;
}

.e-n-tab-title.rounded-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .e-n-tabs-heading {
        flex-direction: column;
        gap: 6px;
    }
    
    .e-n-tab-title {
        width: 100%;
        text-align: right;
        padding: 16px 20px;
        justify-content: flex-end;
    }
    
    .e-n-tabs-content {
        padding: 20px;
    }
    
    .e-n-tab-title::before {
        display: none;
    }
    
    .e-n-tab-title[aria-selected="true"] {
        transform: none;
        box-shadow: inset 3px 0 0 #3b82f6;
    }
    
    .title-with-image img {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .e-n-tab-title {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .e-n-tabs-content {
        padding: 15px;
    }
    
    .title-with-image {
        gap: 8px;
    }
    
    .title-with-image img {
        width: 30px !important;
        height: 30px !important;
    }
}

/* رنگ‌بندی‌های مختلف */
.e-n-tabs.color-scheme-1 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
}

.e-n-tabs.color-scheme-2 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
}

.e-n-tabs.color-scheme-3 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
}

.e-n-tabs.color-scheme-4 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: white;
}

/* افکت‌های اضافی */
.e-n-tab-title.animated-tab {
    position: relative;
    overflow: hidden;
}

.e-n-tab-title.animated-tab::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.e-n-tab-title.animated-tab:hover::after {
    width: 200px;
    height: 200px;
}

/* انیمیشن محتوا */
.e-n-tabs-content.animated-content {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for avan_products_grid, class: .elementor-element-d826e99 *//* استایل اصلی برای Nested Tabs */
.e-n-tabs {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* استایل هدر تب‌ها */
.e-n-tabs-heading {
    display: flex;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 8px;
    border-radius: 12px;
    margin: 15px;
    gap: 8px;
    flex-wrap: wrap;
}

.e-n-tab-title {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 18px 24px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-n-tab-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.e-n-tab-title:hover {
    color: #334155;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.e-n-tab-title:hover::before {
    width: 40%;
}

/* تب فعال */
.e-n-tab-title[aria-selected="true"] {
    background: white;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.e-n-tab-title[aria-selected="true"]::before {
    width: 80%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

/* استایل برای متن و تصویر داخل تب */
.e-n-tab-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse; /* برای راست‌چین شدن */
}

.title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse; /* متن سمت راست، تصویر سمت چپ */
}

/* استایل تصاویر داخل تب */
.title-with-image img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.e-n-tab-title:hover .title-with-image img {
    transform: scale(1.1) rotate(5deg);
}

.e-n-tab-title[aria-selected="true"] .title-with-image img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    filter: brightness(1.1);
}

/* محتوای تب‌ها */
.e-n-tabs-content {
    padding: 25px;
    background: white;
    border-radius: 12px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل شیشه‌ای (اختیاری) */
.e-n-tabs.glass-tabs {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tabs-heading.glass-headers {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tab-title.glass-tab {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.e-n-tab-title.glass-tab[aria-selected="true"] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* استایل دایره‌ای (اختیاری) */
.e-n-tabs-heading.rounded-tabs {
    background: #f8fafc;
    border-radius: 50px;
    padding: 6px;
}

.e-n-tab-title.rounded-tab {
    border-radius: 50px;
    padding: 16px 32px;
}

.e-n-tab-title.rounded-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .e-n-tabs-heading {
        flex-direction: column;
        gap: 6px;
    }
    
    .e-n-tab-title {
        width: 100%;
        text-align: right;
        padding: 16px 20px;
        justify-content: flex-end;
    }
    
    .e-n-tabs-content {
        padding: 20px;
    }
    
    .e-n-tab-title::before {
        display: none;
    }
    
    .e-n-tab-title[aria-selected="true"] {
        transform: none;
        box-shadow: inset 3px 0 0 #3b82f6;
    }
    
    .title-with-image img {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .e-n-tab-title {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .e-n-tabs-content {
        padding: 15px;
    }
    
    .title-with-image {
        gap: 8px;
    }
    
    .title-with-image img {
        width: 30px !important;
        height: 30px !important;
    }
}

/* رنگ‌بندی‌های مختلف */
.e-n-tabs.color-scheme-1 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
}

.e-n-tabs.color-scheme-2 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
}

.e-n-tabs.color-scheme-3 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
}

.e-n-tabs.color-scheme-4 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: white;
}

/* افکت‌های اضافی */
.e-n-tab-title.animated-tab {
    position: relative;
    overflow: hidden;
}

.e-n-tab-title.animated-tab::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.e-n-tab-title.animated-tab:hover::after {
    width: 200px;
    height: 200px;
}

/* انیمیشن محتوا */
.e-n-tabs-content.animated-content {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for avan_products_grid, class: .elementor-element-d826e99 *//* استایل اصلی برای Nested Tabs */
.e-n-tabs {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* استایل هدر تب‌ها */
.e-n-tabs-heading {
    display: flex;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 8px;
    border-radius: 12px;
    margin: 15px;
    gap: 8px;
    flex-wrap: wrap;
}

.e-n-tab-title {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 18px 24px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-n-tab-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.e-n-tab-title:hover {
    color: #334155;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.e-n-tab-title:hover::before {
    width: 40%;
}

/* تب فعال */
.e-n-tab-title[aria-selected="true"] {
    background: white;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.e-n-tab-title[aria-selected="true"]::before {
    width: 80%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

/* استایل برای متن و تصویر داخل تب */
.e-n-tab-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse; /* برای راست‌چین شدن */
}

.title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse; /* متن سمت راست، تصویر سمت چپ */
}

/* استایل تصاویر داخل تب */
.title-with-image img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.e-n-tab-title:hover .title-with-image img {
    transform: scale(1.1) rotate(5deg);
}

.e-n-tab-title[aria-selected="true"] .title-with-image img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    filter: brightness(1.1);
}

/* محتوای تب‌ها */
.e-n-tabs-content {
    padding: 25px;
    background: white;
    border-radius: 12px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل شیشه‌ای (اختیاری) */
.e-n-tabs.glass-tabs {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tabs-heading.glass-headers {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tab-title.glass-tab {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.e-n-tab-title.glass-tab[aria-selected="true"] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* استایل دایره‌ای (اختیاری) */
.e-n-tabs-heading.rounded-tabs {
    background: #f8fafc;
    border-radius: 50px;
    padding: 6px;
}

.e-n-tab-title.rounded-tab {
    border-radius: 50px;
    padding: 16px 32px;
}

.e-n-tab-title.rounded-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .e-n-tabs-heading {
        flex-direction: column;
        gap: 6px;
    }
    
    .e-n-tab-title {
        width: 100%;
        text-align: right;
        padding: 16px 20px;
        justify-content: flex-end;
    }
    
    .e-n-tabs-content {
        padding: 20px;
    }
    
    .e-n-tab-title::before {
        display: none;
    }
    
    .e-n-tab-title[aria-selected="true"] {
        transform: none;
        box-shadow: inset 3px 0 0 #3b82f6;
    }
    
    .title-with-image img {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .e-n-tab-title {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .e-n-tabs-content {
        padding: 15px;
    }
    
    .title-with-image {
        gap: 8px;
    }
    
    .title-with-image img {
        width: 30px !important;
        height: 30px !important;
    }
}

/* رنگ‌بندی‌های مختلف */
.e-n-tabs.color-scheme-1 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
}

.e-n-tabs.color-scheme-2 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
}

.e-n-tabs.color-scheme-3 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
}

.e-n-tabs.color-scheme-4 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: white;
}

/* افکت‌های اضافی */
.e-n-tab-title.animated-tab {
    position: relative;
    overflow: hidden;
}

.e-n-tab-title.animated-tab::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.e-n-tab-title.animated-tab:hover::after {
    width: 200px;
    height: 200px;
}

/* انیمیشن محتوا */
.e-n-tabs-content.animated-content {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for avan_products_grid, class: .elementor-element-d826e99 *//* استایل اصلی برای Nested Tabs */
.e-n-tabs {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

/* استایل هدر تب‌ها */
.e-n-tabs-heading {
    display: flex;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 8px;
    border-radius: 12px;
    margin: 15px;
    gap: 8px;
    flex-wrap: wrap;
}

.e-n-tab-title {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 18px 24px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-n-tab-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.e-n-tab-title:hover {
    color: #334155;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.e-n-tab-title:hover::before {
    width: 40%;
}

/* تب فعال */
.e-n-tab-title[aria-selected="true"] {
    background: white;
    color: #1e293b;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
    transform: translateY(-2px);
}

.e-n-tab-title[aria-selected="true"]::before {
    width: 80%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

/* استایل برای متن و تصویر داخل تب */
.e-n-tab-title-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row-reverse; /* برای راست‌چین شدن */
}

.title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse; /* متن سمت راست، تصویر سمت چپ */
}

/* استایل تصاویر داخل تب */
.title-with-image img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.e-n-tab-title:hover .title-with-image img {
    transform: scale(1.1) rotate(5deg);
}

.e-n-tab-title[aria-selected="true"] .title-with-image img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    filter: brightness(1.1);
}

/* محتوای تب‌ها */
.e-n-tabs-content {
    padding: 25px;
    background: white;
    border-radius: 12px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل شیشه‌ای (اختیاری) */
.e-n-tabs.glass-tabs {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tabs-heading.glass-headers {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.e-n-tab-title.glass-tab {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.e-n-tab-title.glass-tab[aria-selected="true"] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* استایل دایره‌ای (اختیاری) */
.e-n-tabs-heading.rounded-tabs {
    background: #f8fafc;
    border-radius: 50px;
    padding: 6px;
}

.e-n-tab-title.rounded-tab {
    border-radius: 50px;
    padding: 16px 32px;
}

.e-n-tab-title.rounded-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

/* استایل واکنش‌گرا */
@media (max-width: 768px) {
    .e-n-tabs-heading {
        flex-direction: column;
        gap: 6px;
    }
    
    .e-n-tab-title {
        width: 100%;
        text-align: right;
        padding: 16px 20px;
        justify-content: flex-end;
    }
    
    .e-n-tabs-content {
        padding: 20px;
    }
    
    .e-n-tab-title::before {
        display: none;
    }
    
    .e-n-tab-title[aria-selected="true"] {
        transform: none;
        box-shadow: inset 3px 0 0 #3b82f6;
    }
    
    .title-with-image img {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 480px) {
    .e-n-tab-title {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .e-n-tabs-content {
        padding: 15px;
    }
    
    .title-with-image {
        gap: 8px;
    }
    
    .title-with-image img {
        width: 30px !important;
        height: 30px !important;
    }
}

/* رنگ‌بندی‌های مختلف */
.e-n-tabs.color-scheme-1 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
}

.e-n-tabs.color-scheme-2 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: white;
}

.e-n-tabs.color-scheme-3 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: white;
}

.e-n-tabs.color-scheme-4 .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(135deg, #ef4444, #f87171);
    color: white;
}

/* افکت‌های اضافی */
.e-n-tab-title.animated-tab {
    position: relative;
    overflow: hidden;
}

.e-n-tab-title.animated-tab::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1), transparent);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.e-n-tab-title.animated-tab:hover::after {
    width: 200px;
    height: 200px;
}

/* انیمیشن محتوا */
.e-n-tabs-content.animated-content {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-7150d3a *//* راه‌حل کاملاً جدید - بدون تکیه بر flex-wrap */
.elementor-element-7150d3a .e-n-tabs .e-n-tabs-heading {
    display: block !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    padding: 15px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    margin: 15px 0 !important;
}

/* تب‌ها رو inline-block می‌کنیم */
.elementor-element-7150d3a .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    display: inline-block !important;
    white-space: nowrap !important;
    padding: 18px 30px !important;
    margin: 0 5px !important;
    background: white !important;
    color: #64748b !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    vertical-align: middle !important;
    text-align: center !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-70da556 */.flex.flex-wrap.items-center {
    display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'BonyadeKoodakFaNum';
	font-display: auto;
	src: url('https://barekatrestaurant.ir/wp-content/uploads/2025/08/BonyadeKoodakFaNum-VF.ttf') format('truetype');
}
/* End Custom Fonts CSS */