.elementor-38 .elementor-element.elementor-element-012f8f8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-2a30c98{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-dc723d2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-429be40{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-b3630c6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-b7fd889{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-67a36d8{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38 .elementor-element.elementor-element-42a9eac{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1e33a4d *//* فونت وزیر */
@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;
}

/* سکشن اصلی */
.master-categories {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.master-categories::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ========== هدر بخش ========== */
.title-area {
    text-align: center;
    margin-bottom: 3rem;
}

.title-area h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -1.5px;
    margin-bottom: 0.5rem;
}

.title-area h2 span {
    color: #FF3300;
}

.title-area p {
    color: #9AAEBF;
    font-size: 0.9rem;
}

/* ========= ردیف ۶ تایی ========= */
.categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

/* کارت - بدون باکس */
.category-item {
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 240px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-item:hover {
    transform: translateY(-8px);
}

/* تصویر بزرگ */
.category-image {
    width: 100%;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-image img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.3));
}

.category-item:hover .category-image img {
    transform: scale(1.05);
    filter: drop-shadow(0 20px 35px rgba(255, 51, 0, 0.2));
}

/* عنوان فارسی */
.category-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
    font-family: 'Vazir', sans-serif;
    letter-spacing: -0.5px;
}

.category-item:hover .category-title {
    color: #FF3300;
}

/* نام انگلیسی - با رنگ توضیحات */
.category-en {
    font-size: 0.7rem;
    font-weight: 500;
    color: #8A9BB0;
    margin-bottom: 0.3rem;
    font-family: 'Vazir', sans-serif;
    letter-spacing: 0.5px;
}

/* خط تزئینی زیر عنوان */
.title-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #FF3300, #FF6633);
    margin: 0.4rem auto 0;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.category-item:hover .title-line {
    width: 65px;
}

/* ========= RESPONSIVE ========= */
@media (max-width: 1200px) {
    .category-item {
        flex: 1 1 180px;
        min-width: 160px;
    }
    .category-image img {
        width: 180px;
        height: 180px;
    }
    .category-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 900px) {
    .master-categories {
        padding: 2.5rem 1.5rem;
    }
    .title-area h2 {
        font-size: 2.2rem;
    }
    .category-item {
        flex: 1 1 160px;
        min-width: 140px;
    }
    .category-image img {
        width: 150px;
        height: 150px;
    }
    .category-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 700px) {
    .title-area h2 {
        font-size: 1.8rem;
    }
    .categories-row {
        gap: 1.2rem;
    }
    .category-item {
        flex: 1 1 130px;
        min-width: 110px;
    }
    .category-image img {
        width: 110px;
        height: 110px;
    }
    .category-title {
        font-size: 0.9rem;
    }
    .category-en {
        font-size: 0.55rem;
    }
}

@media (max-width: 550px) {
    .master-categories {
        padding: 1.5rem 1rem;
    }
    .title-area h2 {
        font-size: 1.4rem;
    }
    .category-item {
        flex: 1 1 100px;
        min-width: 90px;
    }
    .category-image img {
        width: 80px;
        height: 80px;
    }
    .category-title {
        font-size: 0.75rem;
    }
    .category-en {
        display: none;
    }
    .title-line {
        width: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3661c2f *//* فونت وزیر */
@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;
}

/* ریست کامل */
.search-section,
.search-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.search-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 4rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.search-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.search-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ========== هدر بخش ========== */
.search-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.search-header .search-badge {
    display: inline-block;
    background: rgba(255, 51, 0, 0.1);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.3rem 1.2rem;
    border-radius: 60px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #FF8866;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
}

.search-header h2 {
    font-size: 2.3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFFFFF 0%, #FFAA88 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
}

.search-header p {
    color: #9AAEBF;
    font-size: 0.9rem;
    font-weight: 400;
}

/* ========== باکس جستجوی بزرگ ========== */
.hero-search {
    background: linear-gradient(145deg, #151E28, #111A24);
    border-radius: 80px;
    padding: 8px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 51, 0, 0.25);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.hero-search:focus-within {
    border-color: #FF3300;
    box-shadow: 0 0 0 4px rgba(255, 51, 0, 0.15), 0 20px 35px -12px black;
}

/* ردیف داخلی باکس جستجو */
.search-big-row {
    display: flex;
    align-items: center;
    background: #0E141C;
    border-radius: 74px;
    overflow: hidden;
    padding: 0.2rem;
}

/* آیکون جستجو */
.search-icon-area {
    padding: 0 1.5rem;
}

.search-icon-area svg {
    width: 28px;
    height: 28px;
    stroke: #FF8866;
    stroke-width: 1.8;
    fill: none;
}

/* فیلد ورودی بزرگ */
.mega-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    color: #FFFFFF;
    font-family: 'Vazir', sans-serif;
    outline: none;
}

.mega-input::placeholder {
    color: #5A6E82;
    font-size: 1rem;
    font-weight: 400;
}

/* جداکننده عمودی */
.split-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
}

/* انتخاب دسته‌بندی */
.big-category {
    position: relative;
    min-width: 160px;
}

.big-select {
    background: transparent;
    border: none;
    padding: 1.2rem 1.5rem 1.2rem 2rem;
    font-size: 0.9rem;
    color: #FF8866;
    font-weight: 500;
    font-family: 'Vazir', sans-serif;
    cursor: pointer;
    width: 100%;
    appearance: none;
    outline: none;
}

.big-select option {
    background: #151E28;
    color: #FFFFFF;
}

.big-category::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FF8866;
    pointer-events: none;
    transition: all 0.3s ease;
}

.hero-search:focus-within .big-category::after {
    border-top-color: #FF3300;
}

/* دکمه جستجو */
.cta-big {
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border: none;
    color: white;
    padding: 1rem 2.2rem;
    border-radius: 60px;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0.2rem;
    letter-spacing: 0.5px;
    font-family: 'Vazir', sans-serif;
}

.cta-big svg {
    width: 20px;
    height: 20px;
    stroke: white;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.cta-big:hover {
    background: linear-gradient(135deg, #E62E00, #CC2900);
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 51, 0, 0.3);
}

.cta-big:hover svg {
    transform: translateX(-3px);
}

/* ========== پنل پیشنهادات ========== */
.search-suggestions {
    background: #151E28;
    border-radius: 28px;
    margin-top: 0.8rem;
    border: 1px solid rgba(255, 51, 0, 0.2);
    backdrop-filter: blur(12px);
    overflow: hidden;
    display: none;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4);
}

.search-suggestions.show {
    display: block;
    animation: dropFade 0.2s ease;
}

@keyframes dropFade {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* لیست پیشنهادات */
.sugg-list {
    max-height: 280px;
    overflow-y: auto;
}

.sugg-list::-webkit-scrollbar {
    width: 4px;
}

.sugg-list::-webkit-scrollbar-track {
    background: #1E2A36;
    border-radius: 10px;
}

.sugg-list::-webkit-scrollbar-thumb {
    background: #FF3300;
    border-radius: 10px;
}

.sugg-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.sugg-item:last-child {
    border-bottom: none;
}

.sugg-item:hover {
    background: rgba(255, 51, 0, 0.08);
}

.sugg-item svg {
    width: 16px;
    height: 16px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.sugg-text {
    flex: 1;
    font-size: 0.85rem;
    color: #FFFFFF;
}

.sugg-cat {
    font-size: 0.65rem;
    color: #FF8866;
}

/* ========== جستجوهای محبوب ========== */
.popular-section {
    text-align: center;
    margin-top: 1rem;
}

.popular-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.popular-title svg {
    width: 20px;
    height: 20px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.popular-title span {
    font-size: 0.8rem;
    font-weight: 500;
    color: #9AAEBF;
}

.popular-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.popular-tag {
    background: rgba(255, 51, 0, 0.06);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.45rem 1.2rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FF8866;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popular-tag:hover {
    background: rgba(255, 51, 0, 0.15);
    border-color: #FF3300;
    color: #FF3300;
    transform: translateY(-2px);
}

.popular-tag.hot::before {
    content: '🔥';
    margin-left: 5px;
    font-size: 0.7rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 800px) {
    .search-section {
        padding: 2rem 1rem;
    }
    
    .search-header h2 {
        font-size: 1.6rem;
    }
    
    .search-header p {
        font-size: 0.8rem;
    }
    
    .hero-search {
        border-radius: 50px;
    }
    
    .search-big-row {
        flex-wrap: wrap;
        border-radius: 48px;
    }
    
    .search-icon-area {
        width: 100%;
        text-align: center;
        padding: 1rem 0 0;
    }
    
    .mega-input {
        width: 100%;
        text-align: center;
        padding: 0.8rem 1rem;
    }
    
    .split-divider {
        display: none;
    }
    
    .big-category {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 0.3rem;
    }
    
    .big-select {
        text-align: center;
        padding: 0.8rem;
    }
    
    .big-category::after {
        left: 25px;
    }
    
    .cta-big {
        width: calc(100% - 0.4rem);
        justify-content: center;
        margin: 0.5rem auto;
    }
    
    .popular-tag {
        padding: 0.35rem 1rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .search-section {
        padding: 1.5rem 1rem;
    }
    
    .search-header h2 {
        font-size: 1.3rem;
    }
    
    .search-header .search-badge {
        font-size: 0.6rem;
    }
    
    .cta-big {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c7558b *//* فونت وزیر */
@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;
}

/* ریست کامل */
.products-section,
.products-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.products-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

.products-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

.products-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ========== هدر ========== */
.products-header {
    text-align: center;
    margin-bottom: 2rem;
}

.products-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.products-header h2 span {
    color: #FF3300;
    border-bottom: 2px solid #FF3300;
    padding-bottom: 3px;
}

.products-header p {
    color: #8A9BB0;
    font-size: 0.85rem;
}

/* ========== هر ردیف ========== */
.category-row {
    margin-bottom: 2rem;
}

.category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.category-head h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-head h3 svg {
    width: 20px;
    height: 20px;
    stroke: #FF8866;
    fill: none;
}

.category-head a {
    color: #8A9BB0;
    font-size: 0.7rem;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.category-head a svg {
    width: 12px;
    height: 12px;
    stroke: #8A9BB0;
}

.category-head a:hover {
    color: #FF3300;
}

.category-head a:hover svg {
    stroke: #FF3300;
}

/* ========== گرید ۳ ستونه ========== */
.compact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

/* کارت فشرده */
.compact-card {
    background: #151E28;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 51, 0, 0.1);
}

.compact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 51, 0, 0.4);
    background: #1A2532;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.3);
}

/* تصویر */
.card-img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #0E141C;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.compact-card:hover .card-img img {
    transform: scale(1.05);
}

/* محتوای کارت */
.card-info {
    flex: 1;
}

.card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* قیمت‌ها */
.card-price {
    margin-bottom: 0.3rem;
}

.price-old {
    font-size: 0.65rem;
    color: #6A7B8E;
    text-decoration: line-through;
    margin-left: 0.3rem;
}

.price-current {
    font-size: 0.9rem;
    font-weight: 800;
    color: #FF3300;
}

.price-current span {
    font-size: 0.6rem;
    font-weight: 400;
    color: #8A9BB0;
}

/* متا اطلاعات */
.card-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.card-meta .badge {
    background: rgba(255, 51, 0, 0.12);
    color: #FF8866;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
}

/* دکمه سبد خرید */
.card-btn {
    background: rgba(255, 51, 0, 0.1);
    border: 1px solid rgba(255, 51, 0, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.card-btn svg {
    width: 18px;
    height: 18px;
    stroke: #FF8866;
    stroke-width: 1.8;
    fill: none;
}

.card-btn:hover {
    background: #FF3300;
    border-color: #FF3300;
    transform: scale(1.05);
}

.card-btn:hover svg {
    stroke: white;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1000px) {
    .compact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 700px) {
    .products-section {
        padding: 2rem 1rem;
    }
    .products-header h2 {
        font-size: 1.4rem;
    }
    .compact-grid {
        grid-template-columns: 1fr;
    }
    .card-img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 550px) {
    .products-header h2 {
        font-size: 1.2rem;
    }
    .category-head h3 {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05ea972 *//* فونت وزیر */
@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;
}

/* ریست کامل */
.about-partners-section,
.about-partners-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.about-partners-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3.5rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.about-partners-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.about-partners-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.about-partners-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.about-partners-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.about-partners-header h2 span {
    color: #FF3300;
    position: relative;
}

.about-partners-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FF3300;
    border-radius: 2px;
}

.about-partners-header p {
    color: #9AAEBF;
    font-size: 0.85rem;
    font-weight: 400;
}

/* چیدمان اصلی */
.about-partners-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

/* سمت راست - محتوای متنی */
.about-content {
    flex: 1;
    min-width: 280px;
}

/* عنوان */
.about-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.about-title span {
    color: #FF3300;
    position: relative;
}

.about-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FF3300;
    border-radius: 2px;
}

/* توضیحات کامل */
.about-description {
    color: #9AAEBF;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-description p {
    margin-bottom: 0.8rem;
    font-size: 0.85rem;
    text-align: justify;
}

.about-description strong {
    color: #FF8866;
}

/* تگ‌های ویژگی */
.about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.tag-item {
    background: rgba(255, 51, 0, 0.08);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 500;
    color: #FF8866;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background: rgba(255, 51, 0, 0.15);
    border-color: #FF3300;
    transform: translateY(-2px);
}

/* آمارها */
.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

.stat-item {
    flex: 1;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 0.8rem 0.5rem;
    border: 1px solid rgba(255, 51, 0, 0.1);
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FF3300;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.stat-label {
    font-size: 0.6rem;
    color: #8A9BB0;
}

/* دکمه CTA */
.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border: none;
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Vazir', sans-serif;
    text-decoration: none;
    width: 100%;
}

.about-btn svg {
    width: 18px;
    height: 18px;
    stroke: white;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.about-btn:hover {
    background: linear-gradient(135deg, #E62E00, #CC2900);
    transform: translateX(-3px);
    box-shadow: 0 5px 15px rgba(255, 51, 0, 0.3);
}

.about-btn:hover svg {
    transform: translateX(-4px);
}

/* سمت چپ - ویدیو مربعی */
.about-video {
    flex: 0.8;
    min-width: 280px;
}

.video-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.video-title svg {
    width: 20px;
    height: 20px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.video-title span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #E8EDF2;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    background: #0B1017;
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.video-wrapper:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 51, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.play-btn-overlay svg {
    width: 28px;
    height: 28px;
    stroke: white;
    stroke-width: 2;
    fill: none;
    margin-right: 3px;
}

.video-wrapper:hover .play-btn-overlay {
    transform: translate(-50%, -50%) scale(1.1);
    background: #FF3300;
}

.video-player {
    display: none;
    width: 100%;
    height: 100%;
}

.video-player iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper.active .video-thumbnail {
    display: none;
}

.video-wrapper.active .video-player {
    display: block;
}

.video-note {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.7rem;
    color: #6A7B8E;
}

/* ========== بخش همکاران - فقط لوگو، فول وید ========== */
.partners-wrapper {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.partners-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.partners-title h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.partners-title h3 span {
    color: #FF3300;
}

.partners-title p {
    font-size: 0.75rem;
    color: #8A9BB0;
}

/* اسلایدر همکاران - فول وید */
.partners-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 51, 0, 0.1);
    border: 1px solid rgba(255, 51, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.slider-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #FF8866;
    stroke-width: 2;
    fill: none;
}

.slider-arrow:hover {
    background: #FF3300;
    border-color: #FF3300;
}

.slider-arrow:hover svg {
    stroke: white;
}

.partners-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 2rem;
    padding: 0.5rem 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
}

.partners-row::-webkit-scrollbar {
    display: none;
}

/* کارت لوگو - فقط لوگو بدون متن */
.partner-card {
    flex: 0 0 auto;
    min-width: 120px;
    text-align: center;
    transition: all 0.35s ease;
    cursor: pointer;
    background: transparent;
    padding: 0.5rem;
}

.partner-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
    max-width: 100px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.7);
    transition: all 0.35s ease;
}

.partner-card:hover .partner-logo img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .about-partners-section {
        padding: 2.5rem 1.5rem;
    }
    .about-title {
        font-size: 1.3rem;
    }
    .stat-number {
        font-size: 1.5rem;
    }
    .partner-card {
        min-width: 100px;
    }
    .partner-logo img {
        max-width: 80px;
        max-height: 60px;
    }
}

@media (max-width: 768px) {
    .about-partners-section {
        padding: 2rem 1rem;
    }
    .about-partners-grid {
        flex-direction: column;
    }
    .about-content {
        order: 2;
    }
    .about-video {
        order: 1;
    }
    .about-title {
        font-size: 1.2rem;
    }
    .play-btn-overlay {
        width: 50px;
        height: 50px;
    }
    .play-btn-overlay svg {
        width: 24px;
        height: 24px;
    }
    .slider-arrow {
        width: 30px;
        height: 30px;
    }
    .slider-arrow svg {
        width: 16px;
        height: 16px;
    }
    .partner-card {
        min-width: 80px;
    }
    .partner-logo img {
        max-width: 65px;
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .about-partners-section {
        padding: 1.5rem 1rem;
    }
    .about-partners-header h2 {
        font-size: 1.2rem;
    }
    .about-partners-header p {
        font-size: 0.75rem;
    }
    .about-title {
        font-size: 1.1rem;
    }
    .about-description p {
        font-size: 0.75rem;
    }
    .stat-number {
        font-size: 1.2rem;
    }
    .slider-arrow {
        display: none;
    }
    .partner-card {
        min-width: 70px;
    }
    .partner-logo img {
        max-width: 55px;
        max-height: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11b3f15 *//* فونت وزیر */
@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;
}

/* ریست کامل */
.quote-reps-section,
.quote-reps-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.quote-reps-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3.5rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.quote-reps-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.quote-reps-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.quote-reps-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.quote-reps-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.quote-reps-header h2 span {
    color: #FF3300;
    position: relative;
}

.quote-reps-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FF3300;
    border-radius: 2px;
}

.quote-reps-header p {
    color: #9AAEBF;
    font-size: 0.85rem;
    font-weight: 400;
}

/* چیدمان اصلی - دو ستونه بدون باکس */
.quote-reps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: stretch;
}

/* سمت راست - فرم استعلام قیمت (بدون باکس) */
.quote-form-wrapper {
    flex: 1;
    min-width: 300px;
}

/* عنوان فرم */
.form-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.form-subtitle {
    font-size: 0.7rem;
    color: #8A9BB0;
    margin-bottom: 1.5rem;
    border-right: 2px solid #FF3300;
    padding-right: 0.8rem;
}

/* فیلدهای فرم */
.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: #8A9BB0;
    margin-bottom: 0.3rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 51, 0, 0.2);
    border-radius: 14px;
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    color: #FFFFFF;
    font-family: 'Vazir', sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FF8866' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    cursor: pointer;
}

.form-group select option {
    background: #151E28;
    color: #FFFFFF;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #FF3300;
    background: rgba(255, 51, 0, 0.05);
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row .form-group {
    flex: 1;
}

/* دکمه ارسال */
.submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border: none;
    color: white;
    padding: 0.85rem 1.5rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Vazir', sans-serif;
    margin-top: 0.5rem;
}

.submit-btn svg {
    width: 18px;
    height: 18px;
    stroke: white;
    stroke-width: 2;
    fill: none;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #E62E00, #CC2900);
    transform: translateX(-3px);
    box-shadow: 0 5px 15px rgba(255, 51, 0, 0.3);
}

.submit-btn:hover svg {
    transform: translateX(-4px);
}

/* راه‌های ارتباطی با آیکون‌های پیام‌رسان */
.contact-channels {
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.channels-title {
    font-size: 0.7rem;
    color: #8A9BB0;
    text-align: center;
    margin-bottom: 1rem;
}

.channels-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.channel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.channel-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.channel-icon.whatsapp svg {
    stroke: #25D366;
    fill: none;
}

.channel-icon.telegram svg {
    stroke: #26A5E4;
    fill: none;
}

.channel-icon.instagram svg {
    stroke: #E4405F;
    fill: none;
}

.channel-icon.phone svg {
    stroke: #00C851;
    fill: none;
}

.channel-icon.email svg {
    stroke: #FF9800;
    fill: none;
}

.channel-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
    fill: none;
}

.channel-item:hover .channel-icon {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
}

.channel-name {
    font-size: 0.55rem;
    color: #8A9BB0;
    transition: color 0.3s ease;
}

.channel-item:hover .channel-name {
    color: #FF8866;
}

/* سمت چپ - لیست نمایندگان (بدون باکس) */
.reps-list-wrapper {
    flex: 1.2;
    min-width: 380px;
}

/* عنوان لیست */
.reps-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.reps-subtitle {
    font-size: 0.7rem;
    color: #8A9BB0;
    margin-bottom: 1.5rem;
    border-right: 2px solid #FF3300;
    padding-right: 0.8rem;
}

/* جدول نمایندگان */
.reps-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.reps-table-header {
    display: grid;
    grid-template-columns: 50px 1fr 1.5fr 1.2fr 80px;
    background: rgba(255, 51, 0, 0.08);
    padding: 0.8rem 1rem;
    border-radius: 16px;
    margin-bottom: 0.5rem;
}

.header-cell {
    font-size: 0.7rem;
    font-weight: 700;
    color: #FF8866;
    letter-spacing: 0.5px;
}

.reps-table-row {
    display: grid;
    grid-template-columns: 50px 1fr 1.5fr 1.2fr 80px;
    padding: 0.8rem 1rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.reps-table-row:hover {
    background: rgba(255, 51, 0, 0.05);
    border-radius: 12px;
}

.reps-table-row:last-child {
    border-bottom: none;
}

.row-cell {
    font-size: 0.8rem;
    color: #E8EDF2;
}

.row-number {
    font-size: 0.8rem;
    font-weight: 700;
    color: #FF8866;
    font-family: monospace;
}

.row-name {
    font-weight: 700;
    color: #FFFFFF;
}

.row-region {
    font-size: 0.75rem;
    color: #8A9BB0;
}

.row-phone {
    direction: ltr;
    font-size: 0.8rem;
    font-weight: 600;
    color: #FF8866;
}

.row-phone a {
    color: #FF8866;
    text-decoration: none;
    transition: color 0.3s ease;
}

.row-phone a:hover {
    color: #FF3300;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background: rgba(255, 51, 0, 0.1);
    border: 1px solid rgba(255, 51, 0, 0.2);
    color: #FF8866;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.call-btn svg {
    width: 12px;
    height: 12px;
    stroke: #FF8866;
    stroke-width: 2;
    fill: none;
}

.call-btn:hover {
    background: #FF3300;
    border-color: #FF3300;
    color: white;
}

.call-btn:hover svg {
    stroke: white;
}

.reps-table-row.special {
    background: linear-gradient(90deg, rgba(255, 51, 0, 0.08), transparent);
    border-right: 3px solid #FF3300;
    border-radius: 12px;
}

.reps-table-row.special .row-name {
    color: #FF3300;
}

.special-badge-text {
    display: inline-block;
    background: linear-gradient(135deg, #FF3300, #E62E00);
    color: white;
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    margin-right: 0.5rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .quote-reps-section {
        padding: 2.5rem 1.5rem;
    }
    .quote-reps-header h2 {
        font-size: 1.5rem;
    }
    .reps-table-header,
    .reps-table-row {
        grid-template-columns: 40px 1fr 1.2fr 1fr 70px;
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .quote-reps-section {
        padding: 2rem 1rem;
    }
    .quote-reps-grid {
        flex-direction: column;
    }
    .quote-reps-header h2 {
        font-size: 1.3rem;
    }
    
    .reps-table-header {
        display: none;
    }
    
    .reps-table-row {
        display: block;
        padding: 1rem;
        margin-bottom: 0.8rem;
        border-radius: 16px;
        border: 1px solid rgba(255, 51, 0, 0.15);
    }
    
    .row-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.4rem 0;
        font-size: 0.75rem;
    }
    
    .row-cell::before {
        content: attr(data-label);
        font-weight: 700;
        color: #FF8866;
        font-size: 0.65rem;
    }
    
    .row-number {
        display: none;
    }
    
    .row-action {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .call-btn {
        width: 100%;
        justify-content: center;
        padding: 0.5rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .quote-reps-section {
        padding: 1.5rem 1rem;
    }
    .quote-reps-header h2 {
        font-size: 1.2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7455724 *//* فونت وزیر */
@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;
}

/* ریست کامل */
.process-section,
.process-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.process-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3.5rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.process-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.process-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.process-header {
    text-align: center;
    margin-bottom: 3rem;
}

.process-header .process-badge {
    display: inline-block;
    background: rgba(255, 51, 0, 0.12);
    border: 1px solid rgba(255, 51, 0, 0.3);
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #FF8866;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.process-header h2 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #FFFFFF 0%, #FF8866 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}

.process-header p {
    color: #9AAEBF;
    font-size: 0.85rem;
    font-weight: 400;
}

/* ========== طراحی مسیر پیشرفته ========== */
.process-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

/* خط اتصال بین مراحل */
.process-track::before {
    content: '';
    position: absolute;
    top: 45px;
    right: 10%;
    left: 10%;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 51, 0, 0.3),
        rgba(255, 51, 0, 0.3) 15px,
        transparent 15px,
        transparent 30px
    );
    z-index: 1;
}

/* مرحله */
.track-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    min-width: 180px;
    transition: all 0.3s ease;
}

/* دایره بیرونی */
.step-outer {
    width: 90px;
    height: 90px;
    background: rgba(255, 51, 0, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(255, 51, 0, 0.2);
}

.track-step:hover .step-outer {
    transform: scale(1.08);
    border-color: #FF3300;
    box-shadow: 0 0 20px rgba(255, 51, 0, 0.2);
}

/* دایره داخلی */
.step-inner {
    width: 70px;
    height: 70px;
    background: #151E28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 51, 0, 0.3);
}

.track-step:hover .step-inner {
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border-color: #FF3300;
}

/* شماره مرحله */
.step-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FF8866;
    transition: all 0.3s ease;
}

.track-step:hover .step-number {
    color: white;
}

/* عنوان */
.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.track-step:hover .step-title {
    color: #FF3300;
}

/* خط زیر عنوان */
.step-divider {
    width: 40px;
    height: 2px;
    background: rgba(255, 51, 0, 0.3);
    margin: 0.5rem auto;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.track-step:hover .step-divider {
    width: 60px;
    background: #FF3300;
}

/* توضیحات */
.step-description {
    font-size: 0.75rem;
    color: #8A9BB0;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    padding: 0 0.5rem;
}

/* برچسب */
.step-tag {
    display: inline-block;
    background: rgba(255, 51, 0, 0.08);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.2rem 0.7rem;
    border-radius: 30px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #FF8866;
    transition: all 0.3s ease;
}

.track-step:hover .step-tag {
    background: rgba(255, 51, 0, 0.15);
    border-color: #FF3300;
}

/* نشانگر فعال (اختیاری برای مرحله اول) */
.track-step.active .step-outer {
    border-color: #FF3300;
    box-shadow: 0 0 20px rgba(255, 51, 0, 0.3);
}

.track-step.active .step-inner {
    background: linear-gradient(135deg, #FF3300, #E62E00);
}

.track-step.active .step-number {
    color: white;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .process-section {
        padding: 2.5rem 1.5rem;
    }
    .process-header h2 {
        font-size: 1.6rem;
    }
    .step-outer {
        width: 80px;
        height: 80px;
    }
    .step-inner {
        width: 62px;
        height: 62px;
    }
    .step-number {
        font-size: 1.5rem;
    }
    .track-step {
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .process-section {
        padding: 2rem 1rem;
    }
    .process-header h2 {
        font-size: 1.4rem;
    }
    .process-track::before {
        display: none;
    }
    .process-track {
        flex-direction: column;
        align-items: stretch;
    }
    .track-step {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: right;
        min-width: auto;
        margin-bottom: 1rem;
        padding: 1rem;
        background: rgba(21, 30, 40, 0.5);
        border-radius: 20px;
        border: 1px solid rgba(255, 51, 0, 0.1);
    }
    .step-outer {
        width: 65px;
        height: 65px;
        margin: 0;
        flex-shrink: 0;
    }
    .step-inner {
        width: 50px;
        height: 50px;
    }
    .step-number {
        font-size: 1.3rem;
    }
    .track-step .step-content {
        flex: 1;
    }
    .step-title {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .step-divider {
        display: none;
    }
    .step-description {
        font-size: 0.7rem;
        margin-bottom: 0.3rem;
        padding: 0;
    }
    .step-tag {
        font-size: 0.55rem;
    }
}

@media (max-width: 576px) {
    .process-section {
        padding: 1.5rem 1rem;
    }
    .process-header h2 {
        font-size: 1.2rem;
    }
    .process-header p {
        font-size: 0.75rem;
    }
    .step-outer {
        width: 55px;
        height: 55px;
    }
    .step-inner {
        width: 42px;
        height: 42px;
    }
    .step-number {
        font-size: 1.1rem;
    }
    .step-title {
        font-size: 0.9rem;
    }
    .step-description {
        font-size: 0.65rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03b6f92 *//* فونت وزیر */
@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;
}

/* ریست کامل */
.repair-section,
.repair-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.repair-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3.5rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.repair-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.repair-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.repair-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.repair-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.repair-header h2 span {
    color: #FF3300;
    position: relative;
}

.repair-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FF3300;
    border-radius: 2px;
}

.repair-header p {
    color: #9AAEBF;
    font-size: 0.85rem;
    font-weight: 400;
}

/* چیدمان اصلی - دو ستونه با عکس */
.repair-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

/* سمت راست - عکس تعمیرات */
.repair-image {
    flex: 1;
    min-width: 280px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

.repair-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 32px;
    transition: transform 0.5s ease;
}

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

/* برچسب روی عکس */
.image-overlay-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.image-overlay-badge svg {
    width: 18px;
    height: 18px;
    stroke: #FF3300;
    stroke-width: 1.5;
    fill: none;
}

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

/* سمت چپ - محتوای تعمیرات */
.repair-content {
    flex: 1;
    min-width: 280px;
}

/* مزایا */
.repair-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.feature-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 51, 0, 0.08);
    border: 1px solid rgba(255, 51, 0, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.7rem;
    color: #FF8866;
    font-weight: 500;
}

.feature-chip svg {
    width: 14px;
    height: 14px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

/* لیست خدمات */
.services-list {
    margin-bottom: 2rem;
}

.service-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-row:last-child {
    border-bottom: none;
}

.service-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 51, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon svg {
    width: 18px;
    height: 18px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.service-info {
    flex: 1;
}

.service-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}

.service-desc {
    font-size: 0.65rem;
    color: #8A9BB0;
}

.service-badge {
    font-size: 0.6rem;
    color: #FF8866;
    background: rgba(255, 51, 0, 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
}

/* CTA بزرگ */
.repair-cta {
    background: linear-gradient(135deg, #151E28, #111A24);
    border-radius: 24px;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    border: 1px solid rgba(255, 51, 0, 0.2);
    margin-top: 0.5rem;
}

.cta-text {
    flex: 2;
}

.cta-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}

.cta-text h4 span {
    color: #FF3300;
}

.cta-text p {
    font-size: 0.7rem;
    color: #8A9BB0;
}

.cta-buttons {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.btn-repair {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #FF3300, #E62E00);
    border: none;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Vazir', sans-serif;
}

.btn-repair svg {
    width: 14px;
    height: 14px;
    stroke: white;
    stroke-width: 2;
    fill: none;
}

.btn-repair:hover {
    background: linear-gradient(135deg, #E62E00, #CC2900);
    transform: translateX(-3px);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: 1.5px solid rgba(255, 51, 0, 0.4);
    color: #FF8866;
    padding: 0.6rem 1.2rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Vazir', sans-serif;
}

.btn-outline svg {
    width: 14px;
    height: 14px;
    stroke: #FF8866;
    stroke-width: 1.8;
    fill: none;
}

.btn-outline:hover {
    border-color: #FF3300;
    color: #FF3300;
    transform: translateX(-3px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .repair-section {
        padding: 2.5rem 1.5rem;
    }
    .repair-header h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .repair-section {
        padding: 2rem 1rem;
    }
    .repair-grid {
        flex-direction: column;
    }
    .repair-image {
        order: 1;
    }
    .repair-content {
        order: 2;
    }
    .repair-header h2 {
        font-size: 1.3rem;
    }
    .repair-cta {
        flex-direction: column;
        text-align: center;
    }
    .cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .repair-section {
        padding: 1.5rem 1rem;
    }
    .repair-header h2 {
        font-size: 1.2rem;
    }
    .service-row {
        flex-wrap: wrap;
    }
    .service-badge {
        margin-right: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da12157 *//* فونت وزیر */
@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;
}

/* ریست کامل */
.blog-section,
.blog-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* کانتینر اصلی */
.blog-section {
    width: 100%;
    background: linear-gradient(145deg, #0B1017 0%, #12181F 100%);
    font-family: 'Vazir', 'Segoe UI', system-ui, sans-serif;
    padding: 3.5rem 2rem;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

/* دکوراسیون پس‌زمینه */
.blog-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255, 51, 0, 0.035) 0%, transparent 70%);
    pointer-events: none;
}

/* کانتینر داخلی */
.blog-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* هدر بخش */
.blog-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.blog-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.blog-header h2 span {
    color: #FF3300;
    position: relative;
}

.blog-header h2 span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FF3300;
    border-radius: 2px;
}

.blog-header p {
    color: #9AAEBF;
    font-size: 0.85rem;
    font-weight: 400;
}

/* چیدمان سه ستونه */
.blog-three-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

/* هر ستون */
.blog-column {
    flex: 1;
    min-width: 280px;
    background: rgba(21, 30, 40, 0.4);
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 51, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-column:hover {
    border-color: rgba(255, 51, 0, 0.3);
    background: rgba(26, 37, 50, 0.5);
}

/* هدر ستون */
.column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.column-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.column-title .title-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 51, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-title .title-icon svg {
    width: 16px;
    height: 16px;
    stroke: #FF8866;
    stroke-width: 1.5;
    fill: none;
}

.column-title h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFFFFF;
}

.column-title h3 span {
    color: #FF3300;
}

.column-view-all {
    color: #8A9BB0;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.3s ease;
}

.column-view-all svg {
    width: 12px;
    height: 12px;
    stroke: #8A9BB0;
    stroke-width: 2;
    fill: none;
}

.column-view-all:hover {
    color: #FF3300;
}

.column-view-all:hover svg {
    stroke: #FF3300;
    transform: translateX(-4px);
}

/* لیست مقالات در هر ستون */
.column-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* آیتم مقاله/خبر */
.column-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.column-item:first-child {
    padding-top: 0;
}

.column-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.column-item:hover {
    padding-right: 0.5rem;
    border-bottom-color: rgba(255, 51, 0, 0.3);
}

/* تصویر */
.item-thumb {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.column-item:hover .item-thumb img {
    transform: scale(1.05);
}

/* محتوای آیتم */
.item-info {
    flex: 1;
}

.item-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
}

.item-category {
    font-size: 0.55rem;
    font-weight: 600;
    color: #FF8866;
    background: rgba(255, 51, 0, 0.1);
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
}

.item-date {
    font-size: 0.55rem;
    color: #6A7B8E;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.item-date svg {
    width: 9px;
    height: 9px;
    stroke: #FF8866;
}

.item-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.column-item:hover .item-title {
    color: #FF3300;
}

.item-excerpt {
    font-size: 0.65rem;
    color: #8A9BB0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* لینک مطالعه */
.item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 51, 0, 0.08);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.item-link svg {
    width: 13px;
    height: 13px;
    stroke: #FF8866;
    stroke-width: 2;
    fill: none;
}

.item-link:hover {
    background: #FF3300;
}

.item-link:hover svg {
    stroke: white;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
    .blog-three-columns {
        flex-wrap: wrap;
    }
    .blog-column {
        flex: 1 1 calc(50% - 1rem);
        min-width: 260px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 2rem 1rem;
    }
    .blog-header h2 {
        font-size: 1.3rem;
    }
    .blog-three-columns {
        flex-direction: column;
    }
    .blog-column {
        width: 100%;
    }
    .item-thumb {
        width: 70px;
        height: 70px;
    }
    .item-title {
        font-size: 0.8rem;
    }
    .item-excerpt {
        display: none;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 1.5rem 1rem;
    }
    .blog-header h2 {
        font-size: 1.2rem;
    }
    .blog-column {
        padding: 1rem;
    }
    .item-thumb {
        width: 60px;
        height: 60px;
    }
    .item-meta {
        gap: 0.4rem;
    }
}/* End custom CSS */