.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-20565 .elementor-element.elementor-element-0b9adad{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-20565 .elementor-element.elementor-element-0b9adad .elementor-divider-separator{width:100%;}.elementor-20565 .elementor-element.elementor-element-0b9adad .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-bc-flex-widget .elementor-20565 .elementor-element.elementor-element-03d225f.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-20565 .elementor-element.elementor-element-03d225f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-20565 .elementor-element.elementor-element-51d4014{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-20565 .elementor-element.elementor-element-51d4014 .elementor-divider-separator{width:100%;}.elementor-20565 .elementor-element.elementor-element-51d4014 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-20565 .elementor-element.elementor-element-f8dd36e{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-20565 .elementor-element.elementor-element-f8dd36e .elementor-divider-separator{width:100%;}.elementor-20565 .elementor-element.elementor-element-f8dd36e .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(min-width:769px){.elementor-20565 .elementor-element.elementor-element-3cc28c7{width:49.336%;}.elementor-20565 .elementor-element.elementor-element-dfd1323{width:49.995%;}.elementor-20565 .elementor-element.elementor-element-3bd07ee{width:28.377%;}.elementor-20565 .elementor-element.elementor-element-03d225f{width:71.212%;}}/* Start custom CSS for html, class: .elementor-element-a0a92fe *//* کانتینر اصلی با رنگ سرمه‌ای/بنفش تیره جهت پیوستگی با بنر کهکشانی قبلی */
.icdl-reg-banner {
    background: linear-gradient(135deg, #1e1b4b 0%, #311042 100%);
    padding: 50px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* باکس شیشه‌ای داخلی با انحنای مدرن */
.icdl-reg-container {
    max-width: 850px;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* استایل برچسب ظرفیت محدود */
.reg-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* تیتر اصلی باکس ثبت نام */
.icdl-reg-title {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
}

/* زیرعنوان توضیحات */
.icdl-reg-subtitle {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

/* کانتینر ردیف دکمه و تلفن (دو ستونه در دسکتاپ) */
.icdl-reg-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* دکمه پرانرژی و درخشان ثبت نام */
.icdl-reg-btn {
    background: linear-gradient(90deg, #ccff00 0%, #a3e635 100%);
    color: #1e1b4b;
    font-size: 17px;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(204, 255, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    max-width: 280px;
    justify-content: center;
}

.icdl-reg-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(204, 255, 0, 0.5);
    background: #ffffff;
    color: #4c1d95;
}

/* باکس شیک و تعاملی شماره تلفن مشاوره */
.icdl-phone-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 280px;
    justify-content: flex-start;
}

.icdl-phone-box:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #38bdf8;
    transform: translateY(-4px);
}

/* آیکون دایره‌ای تلفن */
.phone-icon {
    font-size: 20px;
    background: #38bdf8;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(56, 189, 248, 0.3);
}

/* جزییات متنی تلفن */
.phone-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}

.phone-label {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
}

.phone-number {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* بهینه‌سازی ریسپانسیو فوق‌العاده برای موبایل */
@media (max-width: 640px) {
    .icdl-reg-container {
        padding: 25px 20px;
        border-radius: 20px;
    }
    .icdl-reg-title {
        font-size: 20px;
    }
    .icdl-reg-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .icdl-reg-actions {
        flex-direction: column; /* المان‌ها در موبایل زیر هم قرار می‌گیرند */
        gap: 15px;
    }
    .icdl-reg-btn, .icdl-phone-box {
        width: 100%;
        max-width: 100%;
    }
    .icdl-phone-box {
        justify-content: center; /* تراز شدن بخش تلفن در وسط صفحه موبایل */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d85653 *//* ============================================================ */
/* استایل‌های کانتر: نماینده رسمی آموزش سپیدار                  */
/* ============================================================ */

/* ---------- کانتینر اصلی ---------- */
.official-representative-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    border-radius: 24px;
    padding: 50px 30px;
    max-width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    border: 2px solid #e0e8f5;
}

/* ---------- هدر بخش ---------- */
.rep-header {
    text-align: center;
    margin-bottom: 40px;
}

.rep-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f5a623, #f7c948);
    color: #ffffff;
    padding: 6px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(245, 166, 35, 0.3);
}

.rep-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a1e3c;
    margin: 0 0 10px 0;
}

.rep-title span {
    color: #f5a623;
    position: relative;
}

.rep-title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f5a623, #f7c948);
    border-radius: 4px;
}

.rep-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f5a623, #f7c948);
    margin: 10px auto 0;
    border-radius: 4px;
}

.rep-subtitle {
    font-size: 17px;
    line-height: 1.9;
    color: #2a3a5e;
    max-width: 750px;
    margin: 16px auto 0;
    background: #ffffff;
    padding: 16px 24px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border-right: 5px solid #f5a623;
}

.rep-subtitle strong {
    color: #f5a623;
    font-weight: 700;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.rep-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rep-main-content {
    flex: 1.6;
    min-width: 300px;
}

.rep-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- مزایا ---------- */
.rep-benefits h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rep-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rep-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.rep-benefits-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 166, 35, 0.12);
    border-color: #f5dca8;
}

.rep-icon {
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.rep-benefits-list li strong {
    display: block;
    font-size: 16px;
    color: #0a1e3c;
    margin-bottom: 2px;
}

.rep-benefits-list li p {
    font-size: 14px;
    color: #3a4a6e;
    margin: 0;
    line-height: 1.5;
}

/* ---------- دکمه اقدام ---------- */
.rep-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
}

.rep-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f5a623, #f7c948);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.35);
    border: none;
    cursor: pointer;
}

.rep-cta-button:hover {
    background: linear-gradient(135deg, #d48e1a, #f5a623);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 166, 35, 0.45);
    color: #ffffff;
}

.rep-cta-button .cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rep-cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.rep-cta-note {
    font-size: 14px;
    color: #3a4a6e;
    font-weight: 500;
}

/* ---------- سایدبار ---------- */
/* باکس شناسه نمایندگی */
.rep-info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf5;
    margin-bottom: 22px;
    border-top: 5px solid #f5a623;
}

.rep-info-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.rep-info-icon {
    font-size: 26px;
}

.rep-info-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0;
}

.rep-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.rep-info-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f3f8;
    font-size: 15px;
    color: #1a2a4e;
    line-height: 1.6;
}

.rep-info-list li:last-child {
    border-bottom: none;
}

.rep-info-list li strong {
    color: #0a1e3c;
}

.rep-info-footer {
    background: #f8faff;
    padding: 12px 16px;
    border-radius: 10px;
    text-align: center;
}

.rep-official-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #f5a623;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rep-official-link:hover {
    color: #d48e1a;
    text-decoration: underline;
}

/* ---------- باکس معرفی سپیدار ---------- */
.rep-about-box {
    background: linear-gradient(135deg, #fafff5, #f8fce8);
    border-radius: 16px;
    padding: 20px 22px;
    border-right: 5px solid #f5a623;
}

.rep-about-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.rep-about-box h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0 0 10px 0;
}

.rep-about-box p {
    font-size: 14px;
    line-height: 1.8;
    color: #1a2a4e;
    margin: 0 0 10px 0;
}

.rep-about-box p strong {
    color: #f5a623;
}

.rep-about-link {
    margin-top: 10px;
}

.rep-about-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0a1e3c;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e8edf5;
}

.rep-about-link a:hover {
    color: #f5a623;
    border-color: #f5a623;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.15);
}

/* ---------- ریسپانسیو ---------- */
@media screen and (max-width: 768px) {
    .official-representative-section {
        padding: 30px 16px;
    }

    .rep-title {
        font-size: 24px;
    }

    .rep-subtitle {
        font-size: 15px;
        padding: 14px 16px;
    }

    .rep-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .rep-main-content {
        flex: 1;
        min-width: 0;
    }

    .rep-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .rep-benefits-list li {
        padding: 14px 16px;
    }

    .rep-benefits-list li strong {
        font-size: 15px;
    }

    .rep-benefits-list li p {
        font-size: 13px;
    }

    .rep-cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .rep-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .rep-cta-note {
        text-align: center;
    }

    .rep-info-box {
        padding: 18px 16px;
    }

    .rep-about-box {
        padding: 16px 18px;
    }
}

@media screen and (max-width: 480px) {
    .rep-badge {
        font-size: 12px;
        padding: 4px 16px;
    }

    .rep-title {
        font-size: 20px;
    }

    .rep-title span::after {
        height: 3px;
    }

    .rep-info-list li {
        font-size: 14px;
    }

    .rep-about-box p {
        font-size: 13px;
    }

    .rep-about-link a {
        font-size: 13px;
        padding: 6px 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c71648 */.step-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 25px;
    background: linear-gradient(135deg, #f8f9fe 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* ---------- هدر بخش ---------- */
.step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-number {
    display: inline-block;
    background: #1a3a6b;
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.step-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a1e3c;
    margin: 0 0 10px 0;
    position: relative;
}

.step-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #1a3a6b, #4a90d9);
    margin: 10px auto 0;
    border-radius: 4px;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.step-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-main-content {
    flex: 2;
    min-width: 300px;
}

.step-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- متن معرفی ---------- */
.step-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #2d3a4a;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    border-right: 5px solid #1a3a6b;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.step-intro strong {
    color: #1a3a6b;
    font-weight: 700;
}

/* ---------- گرید ویژگی‌ها ---------- */
.step-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 58, 107, 0.10);
    border-color: #c5d5e8;
}

.feature-icon {
    font-size: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0 0 4px 0;
}

.feature-text p {
    font-size: 14px;
    color: #55657a;
    margin: 0;
    line-height: 1.6;
}

/* ---------- دکمه اقدام ---------- */
.step-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1a3a6b, #2a5a9a);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 58, 107, 0.30);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background: linear-gradient(135deg, #0f2a4f, #1a3a6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(26, 58, 107, 0.40);
    color: #ffffff;
}

.cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.cta-note {
    font-size: 14px;
    color: #7a8a9e;
    font-weight: 500;
}

/* ---------- باکس سایدبار (اطلاعات تکمیلی) ---------- */
.info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2f7;
    margin-bottom: 22px;
}

.info-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.info-icon {
    font-size: 26px;
}

.info-box-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.info-list li {
    padding: 8px 0 8px 28px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%231a3a6b" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') right center no-repeat;
    background-size: 18px;
    border-bottom: 1px solid #f0f3f8;
    font-size: 15px;
    color: #2d3a4a;
    line-height: 1.6;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-box-footer {
    background: #f4f7fc;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.highlight-text {
    font-weight: 600;
    color: #2d3a4a;
}

.highlight-value {
    font-weight: 700;
    color: #1a3a6b;
    background: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 14px;
}

/* ---------- باکس نظر دانش‌پذیر ---------- */
.testimonial-box {
    background: linear-gradient(135deg, #f0f5ff, #e8edf8);
    border-radius: 16px;
    padding: 22px 24px;
    border-right: 4px solid #1a3a6b;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #1a2a3e;
    font-style: italic;
    margin-bottom: 14px;
}

.testimonial-text::before {
    content: '"';
    font-size: 28px;
    color: #1a3a6b;
    opacity: 0.3;
    margin-left: 4px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    color: #0a1e3c;
    font-size: 15px;
}

.author-desc {
    font-size: 13px;
    color: #5a6f87;
}

/* ---------- ریسپانسیو (موبایل و تبلت) ---------- */
@media screen and (max-width: 768px) {
    .step-container {
        padding: 30px 16px;
    }

    .step-title {
        font-size: 24px;
    }

    .step-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .step-main-content {
        flex: 1;
        min-width: 0;
    }

    .step-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .step-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .step-intro {
        font-size: 16px;
        padding: 16px 18px;
    }

    .feature-item {
        padding: 14px 16px;
    }

    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .step-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cta-note {
        text-align: center;
    }

    .info-box {
        padding: 18px 16px;
    }

    .info-box-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media screen and (max-width: 480px) {
    .step-number {
        font-size: 12px;
        padding: 4px 16px;
    }

    .step-title {
        font-size: 20px;
    }

    .feature-icon {
        font-size: 22px;
    }

    .feature-text h4 {
        font-size: 14px;
    }

    .feature-text p {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bbf9fc */.step-two {
    background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 50px 25px;
    max-width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* ---------- هدر بخش ---------- */
.step-two .step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-two .step-number {
    display: inline-block;
    background: linear-gradient(135deg, #0f5c6b, #1a8a9e);
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.step-two .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #08323a;
    margin: 0 0 10px 0;
}

.step-two .step-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #0f5c6b, #2bb0c9);
    margin: 10px auto 0;
    border-radius: 4px;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.step-two .step-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-two .step-main-content {
    flex: 2;
    min-width: 300px;
}

.step-two .step-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- متن معرفی ---------- */
.step-two .step-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #1e3a4a;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    border-right: 5px solid #0f5c6b;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.step-two .step-intro strong {
    color: #0f5c6b;
    font-weight: 700;
}

/* ---------- عنوان زیربخش ---------- */
.subsection-title {
    font-size: 20px;
    font-weight: 700;
    color: #08323a;
    margin: 30px 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- جدول ماژول‌های نرمافزار ---------- */
.software-modules-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf3;
    margin-bottom: 30px;
}

.table-row {
    display: grid;
    grid-template-columns: 1.3fr 2.5fr 1fr;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #f0f3f8;
    align-items: center;
    transition: background 0.2s ease;
}

.table-row:last-child {
    border-bottom: none;
}

.header-row {
    background: #08323a;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 18px;
    border-bottom: none;
}

.header-row .col-module,
.header-row .col-desc,
.header-row .col-importance {
    color: #ffffff;
}

.table-row:not(.header-row):hover {
    background: #f4f9fc;
}

.col-module {
    font-weight: 600;
    color: #08323a;
    font-size: 15px;
}

.col-desc {
    font-size: 14px;
    color: #2e4a5a;
    line-height: 1.5;
}

/* ---------- نشان‌های درجه اهمیت ---------- */
.badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    min-width: 70px;
}

.badge.critical {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.badge.high {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffe0b2;
}

.badge.medium {
    background: #e3f2fd;
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

/* ---------- گرید تعاریف ---------- */
.definitions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 35px;
}

.def-card {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    border-right: 4px solid #2bb0c9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.def-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(15, 92, 107, 0.10);
}

.def-term {
    font-size: 16px;
    font-weight: 700;
    color: #08323a;
    margin-bottom: 6px;
}

.def-desc {
    font-size: 14px;
    color: #3a5a6a;
    line-height: 1.6;
}

/* ---------- دکمه اقدام ---------- */
.step-two .step-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.step-two .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f5c6b, #1a8a9e);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(15, 92, 107, 0.30);
    border: none;
    cursor: pointer;
}

.step-two .cta-button:hover {
    background: linear-gradient(135deg, #08323a, #0f5c6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(15, 92, 107, 0.40);
}

.step-two .cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.step-two .cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.step-two .cta-note {
    font-size: 14px;
    color: #5a7a8a;
    font-weight: 500;
}

/* ---------- سایدبار ---------- */
.step-two .info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf3;
    margin-bottom: 22px;
}

.step-two .info-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.step-two .info-icon {
    font-size: 26px;
}

.step-two .info-box-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #08323a;
    margin: 0;
}

/* ---------- لیست مراحل راه‌اندازی ---------- */
.steps-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    counter-reset: step-counter;
}

.steps-list li {
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid #f0f3f8;
    font-size: 15px;
    color: #1e3a4a;
    line-height: 1.6;
    counter-increment: step-counter;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    right: 0;
    top: 8px;
    width: 22px;
    height: 22px;
    background: #0f5c6b;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-list li:last-child {
    border-bottom: none;
}

.step-two .info-box-footer {
    background: #eef6f9;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.step-two .highlight-text {
    font-weight: 600;
    color: #1e3a4a;
}

.step-two .highlight-value {
    font-weight: 700;
    color: #0f5c6b;
    background: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 14px;
}

/* ---------- باکس نکته طلایی ---------- */
.tip-box {
    background: linear-gradient(135deg, #e0f2f5, #d4eaf0);
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-right: 5px solid #0f5c6b;
    margin-bottom: 22px;
}

.tip-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 2px;
}

.tip-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #08323a;
    margin: 0 0 6px 0;
}

.tip-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #1a3a4a;
    margin: 0;
}

.tip-content strong {
    color: #0f5c6b;
}

/* ---------- باکس نظر دانش‌پذیر ---------- */
.step-two .testimonial-box {
    background: linear-gradient(135deg, #f0f7fa, #e4eef3);
    border-radius: 16px;
    padding: 22px 24px;
    border-right: 4px solid #0f5c6b;
}

.step-two .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #0a2a3a;
    font-style: italic;
    margin-bottom: 14px;
}

.step-two .testimonial-text::before {
    content: '"';
    font-size: 28px;
    color: #0f5c6b;
    opacity: 0.3;
    margin-left: 4px;
}

.step-two .testimonial-author {
    display: flex;
    flex-direction: column;
}

.step-two .author-name {
    font-weight: 700;
    color: #08323a;
    font-size: 15px;
}

.step-two .author-desc {
    font-size: 13px;
    color: #3a6a7a;
}

/* ---------- ریسپانسیو ---------- */
@media screen and (max-width: 992px) {
    .table-row {
        grid-template-columns: 1.2fr 2fr 0.9fr;
        gap: 8px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .header-row {
        font-size: 13px;
        padding: 12px 14px;
    }

    .definitions-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
    .step-two {
        padding: 30px 16px;
    }

    .step-two .step-title {
        font-size: 24px;
    }

    .step-two .step-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .step-two .step-main-content {
        flex: 1;
        min-width: 0;
    }

    .step-two .step-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .step-two .step-intro {
        font-size: 16px;
        padding: 16px 18px;
    }

    .table-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
        border-bottom: 1px solid #f0f3f8;
    }

    .header-row {
        display: none;
    }

    .table-row:not(.header-row) {
        border: 1px solid #e8edf3;
        border-radius: 10px;
        margin-bottom: 8px;
        padding: 14px 16px;
        background: #ffffff;
    }

    .table-row:not(.header-row):hover {
        background: #f8fafc;
    }

    .col-module {
        font-size: 15px;
    }

    .col-desc {
        font-size: 13px;
        color: #3a5a6a;
    }

    .col-importance {
        justify-self: start;
    }

    .definitions-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .step-two .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .step-two .step-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .step-two .cta-note {
        text-align: center;
    }

    .step-two .info-box {
        padding: 18px 16px;
    }

    .step-two .info-box-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tip-box {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 18px;
    }

    .tip-icon {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .step-two .step-number {
        font-size: 12px;
        padding: 4px 16px;
    }

    .step-two .step-title {
        font-size: 20px;
    }

    .def-card {
        padding: 14px 16px;
    }

    .def-term {
        font-size: 14px;
    }

    .def-desc {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a9732 *//* ============================================ */
/* استایل‌های بخش گام سوم: عملیات روزمره مالی   */
/* ============================================ */

/* ---------- کانتینر اصلی ---------- */
.step-three {
    background: linear-gradient(135deg, #f8f4f0 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 50px 25px;
    max-width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* ---------- هدر بخش ---------- */
.step-three .step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-three .step-number {
    display: inline-block;
    background: linear-gradient(135deg, #6b3f1f, #a8632c);
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.step-three .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #3a2210;
    margin: 0 0 10px 0;
}

.step-three .step-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #6b3f1f, #c47a3a);
    margin: 10px auto 0;
    border-radius: 4px;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.step-three .step-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-three .step-main-content {
    flex: 2;
    min-width: 300px;
}

.step-three .step-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- متن معرفی ---------- */
.step-three .step-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #3a2a1a;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    border-right: 5px solid #a8632c;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.step-three .step-intro strong {
    color: #6b3f1f;
    font-weight: 700;
}

/* ---------- عنوان زیربخش ---------- */
.step-three .subsection-title {
    font-size: 20px;
    font-weight: 700;
    color: #3a2210;
    margin: 30px 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- جدول عملیات روزمره ---------- */
.operations-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e0d8;
    margin-bottom: 30px;
}

.operations-table .table-row {
    display: grid;
    grid-template-columns: 1.2fr 2.5fr 1.2fr;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #f0e8e0;
    align-items: center;
    transition: background 0.2s ease;
}

.operations-table .table-row:last-child {
    border-bottom: none;
}

.operations-table .header-row {
    background: #3a2210;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 18px;
    border-bottom: none;
}

.operations-table .header-row .col-operation,
.operations-table .header-row .col-desc,
.operations-table .header-row .col-frequency {
    color: #ffffff;
}

.operations-table .table-row:not(.header-row):hover {
    background: #faf6f0;
}

.col-operation {
    font-weight: 600;
    color: #3a2210;
    font-size: 15px;
}

.col-desc {
    font-size: 14px;
    color: #4a3a2a;
    line-height: 1.5;
}

.col-frequency {
    text-align: center;
}

/* ---------- نشان‌های تکرار ---------- */
.freq-badge {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    min-width: 60px;
}

.freq-badge.daily {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.freq-badge.weekly {
    background: #fff8e1;
    color: #e65100;
    border: 1px solid #ffe0b2;
}

.freq-badge.monthly {
    background: #e3f2fd;
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

/* ---------- فلوس ثبت سند ---------- */
.steps-flow {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e0d8;
    margin-bottom: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.flow-step {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #faf6f0;
    padding: 12px 18px;
    border-radius: 12px;
    flex: 1;
    min-width: 140px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.flow-step:hover {
    border-color: #c47a3a;
    background: #f5ede5;
    transform: translateY(-2px);
}

.flow-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #6b3f1f, #a8632c);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.flow-content h4 {
    font-size: 14px;
    font-weight: 700;
    color: #3a2210;
    margin: 0 0 2px 0;
}

.flow-content p {
    font-size: 12px;
    color: #5a4a3a;
    margin: 0;
    line-height: 1.4;
}

.flow-arrow {
    font-size: 22px;
    color: #a8632c;
    font-weight: 700;
    flex-shrink: 0;
}

/* ---------- دکمه اقدام ---------- */
.step-three .step-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.step-three .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #6b3f1f, #a8632c);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(107, 63, 31, 0.30);
    border: none;
    cursor: pointer;
}

.step-three .cta-button:hover {
    background: linear-gradient(135deg, #3a2210, #6b3f1f);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(107, 63, 31, 0.40);
}

.step-three .cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.step-three .cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.step-three .cta-note {
    font-size: 14px;
    color: #5a4a3a;
    font-weight: 500;
}

/* ---------- سایدبار ---------- */
.step-three .info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e0d8;
    margin-bottom: 22px;
}

.step-three .info-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.step-three .info-icon {
    font-size: 26px;
}

.step-three .info-box-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3a2210;
    margin: 0;
}

/* ---------- لیست مهارت‌ها ---------- */
.skills-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.skills-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f0e8e0;
    font-size: 15px;
    color: #3a2a1a;
    line-height: 1.5;
}

.skills-list li:last-child {
    border-bottom: none;
}

.skill-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.step-three .info-box-footer {
    background: #f5ede5;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.step-three .highlight-text {
    font-weight: 600;
    color: #3a2a1a;
}

.step-three .highlight-value {
    font-weight: 700;
    color: #6b3f1f;
    background: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 14px;
}

/* ---------- باکس هشدار (خطاهای رایج) ---------- */
.warning-box {
    background: linear-gradient(135deg, #fff8f0, #fdf0e8);
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-right: 5px solid #c47a3a;
    margin-bottom: 22px;
}

.warning-icon {
    font-size: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.warning-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #3a2210;
    margin: 0 0 8px 0;
}

.warning-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-content ul li {
    padding: 4px 0;
    font-size: 14px;
    color: #4a3a2a;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 6px;
}

.warning-content ul li::before {
    content: "•";
    color: #c47a3a;
    font-weight: 700;
    font-size: 18px;
}

/* ---------- باکس نظر دانش‌پذیر ---------- */
.step-three .testimonial-box {
    background: linear-gradient(135deg, #f5ede5, #efe5da);
    border-radius: 16px;
    padding: 22px 24px;
    border-right: 4px solid #a8632c;
}

.step-three .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #2a1a0a;
    font-style: italic;
    margin-bottom: 14px;
}

.step-three .testimonial-text::before {
    content: '"';
    font-size: 28px;
    color: #a8632c;
    opacity: 0.3;
    margin-left: 4px;
}

.step-three .testimonial-author {
    display: flex;
    flex-direction: column;
}

.step-three .author-name {
    font-weight: 700;
    color: #3a2210;
    font-size: 15px;
}

.step-three .author-desc {
    font-size: 13px;
    color: #5a4a3a;
}

/* ---------- ریسپانسیو ---------- */
@media screen and (max-width: 992px) {
    .operations-table .table-row {
        grid-template-columns: 1.2fr 2fr 1.1fr;
        gap: 8px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .operations-table .header-row {
        font-size: 13px;
        padding: 12px 14px;
    }

    .steps-flow {
        flex-direction: column;
        gap: 6px;
        padding: 16px;
    }

    .flow-arrow {
        transform: rotate(90deg);
        font-size: 18px;
    }

    .flow-step {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .step-three {
        padding: 30px 16px;
    }

    .step-three .step-title {
        font-size: 24px;
    }

    .step-three .step-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .step-three .step-main-content {
        flex: 1;
        min-width: 0;
    }

    .step-three .step-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .step-three .step-intro {
        font-size: 16px;
        padding: 16px 18px;
    }

    .operations-table .table-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
        border-bottom: 1px solid #f0e8e0;
    }

    .operations-table .header-row {
        display: none;
    }

    .operations-table .table-row:not(.header-row) {
        border: 1px solid #e8e0d8;
        border-radius: 10px;
        margin-bottom: 8px;
        padding: 14px 16px;
        background: #ffffff;
    }

    .operations-table .table-row:not(.header-row):hover {
        background: #faf6f0;
    }

    .col-operation {
        font-size: 15px;
    }

    .col-desc {
        font-size: 13px;
        color: #4a3a2a;
    }

    .col-frequency {
        text-align: right;
    }

    .step-three .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .step-three .step-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .step-three .cta-note {
        text-align: center;
    }

    .step-three .info-box {
        padding: 18px 16px;
    }

    .step-three .info-box-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .warning-box {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 18px;
    }

    .warning-icon {
        font-size: 24px;
    }

    .flow-step {
        padding: 10px 14px;
    }
}

@media screen and (max-width: 480px) {
    .step-three .step-number {
        font-size: 12px;
        padding: 4px 16px;
    }

    .step-three .step-title {
        font-size: 20px;
    }

    .flow-step {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .flow-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .flow-content h4 {
        font-size: 13px;
    }

    .flow-content p {
        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dcb9cf *//* ============================================ */
/* استایل‌های بخش گام چهارم: گزارش‌گیری و تحلیل  */
/* ============================================ */

/* ---------- کانتینر اصلی ---------- */
.step-four {
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 50px 25px;
    max-width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* ---------- هدر بخش ---------- */
.step-four .step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-four .step-number {
    display: inline-block;
    background: linear-gradient(135deg, #1a3a6b, #2a5a9a);
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.step-four .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a1e3c;
    margin: 0 0 10px 0;
}

.step-four .step-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #1a3a6b, #4a90d9);
    margin: 10px auto 0;
    border-radius: 4px;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.step-four .step-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-four .step-main-content {
    flex: 2;
    min-width: 300px;
}

.step-four .step-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- متن معرفی ---------- */
.step-four .step-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #1a2a3e;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    border-right: 5px solid #2a5a9a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.step-four .step-intro strong {
    color: #1a3a6b;
    font-weight: 700;
}

/* ---------- عنوان زیربخش ---------- */
.step-four .subsection-title {
    font-size: 20px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 30px 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- جدول گزارش‌ها ---------- */
.reports-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e8f0;
    margin-bottom: 30px;
}

.reports-table .table-row {
    display: grid;
    grid-template-columns: 1.2fr 2.5fr 1.2fr;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #eef2f7;
    align-items: center;
    transition: background 0.2s ease;
}

.reports-table .table-row:last-child {
    border-bottom: none;
}

.reports-table .header-row {
    background: #0a1e3c;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 18px;
    border-bottom: none;
}

.reports-table .header-row .col-report,
.reports-table .header-row .col-desc,
.reports-table .header-row .col-frequency {
    color: #ffffff;
}

.reports-table .table-row:not(.header-row):hover {
    background: #f4f8fc;
}

.col-report {
    font-weight: 600;
    color: #0a1e3c;
    font-size: 15px;
}

.col-desc {
    font-size: 14px;
    color: #2a3a4e;
    line-height: 1.5;
}

.col-frequency {
    text-align: center;
}

/* ---------- نشان‌های دوره ---------- */
.freq-badge {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    min-width: 70px;
}

.freq-badge.monthly {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.freq-badge.weekly {
    background: #fff8e1;
    color: #e65100;
    border: 1px solid #ffe0b2;
}

.freq-badge.quarterly {
    background: #e3f2fd;
    color: #0d47a1;
    border: 1px solid #bbdefb;
}

/* ---------- کارت‌های تحلیل ---------- */
.analysis-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 35px;
}

.analysis-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #e8edf3;
    transition: all 0.3s ease;
}

.analysis-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 58, 107, 0.10);
    border-color: #b0c8e0;
}

.analysis-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #1a3a6b, #2a5a9a);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.analysis-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0 0 3px 0;
}

.analysis-content p {
    font-size: 13px;
    color: #3a4a5e;
    margin: 0;
    line-height: 1.4;
}

/* ---------- دکمه اقدام ---------- */
.step-four .step-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.step-four .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1a3a6b, #2a5a9a);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 58, 107, 0.30);
    border: none;
    cursor: pointer;
}

.step-four .cta-button:hover {
    background: linear-gradient(135deg, #0a1e3c, #1a3a6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(26, 58, 107, 0.40);
}

.step-four .cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.step-four .cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.step-four .cta-note {
    font-size: 14px;
    color: #3a4a5e;
    font-weight: 500;
}

/* ---------- سایدبار ---------- */
.step-four .info-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8edf3;
    margin-bottom: 22px;
}

.step-four .info-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.step-four .info-icon {
    font-size: 26px;
}

.step-four .info-box-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0;
}

/* ---------- لیست مهارت‌ها ---------- */
.step-four .skills-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.step-four .skills-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 15px;
    color: #1a2a3e;
    line-height: 1.5;
}

.step-four .skills-list li:last-child {
    border-bottom: none;
}

.step-four .skill-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.step-four .info-box-footer {
    background: #f4f8fc;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.step-four .highlight-text {
    font-weight: 600;
    color: #1a2a3e;
}

.step-four .highlight-value {
    font-weight: 700;
    color: #1a3a6b;
    background: #ffffff;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 14px;
}

/* ---------- باکس مالیاتی ---------- */
.tax-box {
    background: linear-gradient(135deg, #eef6ff, #e0ecf9);
    border-radius: 16px;
    padding: 20px 22px;
    border-right: 5px solid #1a3a6b;
    margin-bottom: 22px;
}

.tax-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.tax-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0a1e3c;
    margin: 0 0 10px 0;
}

.tax-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #1a2a3e;
    margin: 0 0 10px 0;
}

.tax-content strong {
    color: #1a3a6b;
}

.tax-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-content ul li {
    padding: 4px 0 4px 20px;
    font-size: 14px;
    color: #1a2a3e;
    line-height: 1.6;
    position: relative;
}

.tax-content ul li::before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #1a3a6b;
    font-weight: 700;
    font-size: 16px;
}

/* ---------- باکس نظر دانش‌پذیر ---------- */
.step-four .testimonial-box {
    background: linear-gradient(135deg, #f0f5ff, #e4ecf8);
    border-radius: 16px;
    padding: 22px 24px;
    border-right: 4px solid #2a5a9a;
}

.step-four .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #0a1e3c;
    font-style: italic;
    margin-bottom: 14px;
}

.step-four .testimonial-text::before {
    content: '"';
    font-size: 28px;
    color: #2a5a9a;
    opacity: 0.3;
    margin-left: 4px;
}

.step-four .testimonial-author {
    display: flex;
    flex-direction: column;
}

.step-four .author-name {
    font-weight: 700;
    color: #0a1e3c;
    font-size: 15px;
}

.step-four .author-desc {
    font-size: 13px;
    color: #3a4a5e;
}

/* ---------- ریسپانسیو ---------- */
@media screen and (max-width: 992px) {
    .reports-table .table-row {
        grid-template-columns: 1.2fr 2fr 1.1fr;
        gap: 8px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .reports-table .header-row {
        font-size: 13px;
        padding: 12px 14px;
    }

    .analysis-steps {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
    .step-four {
        padding: 30px 16px;
    }

    .step-four .step-title {
        font-size: 24px;
    }

    .step-four .step-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .step-four .step-main-content {
        flex: 1;
        min-width: 0;
    }

    .step-four .step-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .step-four .step-intro {
        font-size: 16px;
        padding: 16px 18px;
    }

    .reports-table .table-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
        border-bottom: 1px solid #eef2f7;
    }

    .reports-table .header-row {
        display: none;
    }

    .reports-table .table-row:not(.header-row) {
        border: 1px solid #e8edf3;
        border-radius: 10px;
        margin-bottom: 8px;
        padding: 14px 16px;
        background: #ffffff;
    }

    .reports-table .table-row:not(.header-row):hover {
        background: #f8fafc;
    }

    .col-report {
        font-size: 15px;
    }

    .col-desc {
        font-size: 13px;
        color: #2a3a4e;
    }

    .col-frequency {
        text-align: right;
    }

    .analysis-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .analysis-card {
        padding: 14px 16px;
    }

    .step-four .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .step-four .step-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .step-four .cta-note {
        text-align: center;
    }

    .step-four .info-box {
        padding: 18px 16px;
    }

    .step-four .info-box-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tax-box {
        padding: 16px 18px;
    }
}

@media screen and (max-width: 480px) {
    .step-four .step-number {
        font-size: 12px;
        padding: 4px 16px;
    }

    .step-four .step-title {
        font-size: 20px;
    }

    .analysis-number {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .analysis-content h4 {
        font-size: 14px;
    }

    .analysis-content p {
        font-size: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f29458 *//* ============================================ */
/* استایل‌های بخش گام پنجم: پشتیبانی و مشاوره   */
/* ============================================ */

/* ---------- کانتینر اصلی ---------- */
.step-five {
    background: linear-gradient(135deg, #f5f0f8 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 50px 25px;
    max-width: 1200px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

/* ---------- هدر بخش ---------- */
.step-five .step-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-five .step-number {
    display: inline-block;
    background: linear-gradient(135deg, #4a1a6b, #7a2a9a);
    color: #ffffff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.step-five .step-title {
    font-size: 32px;
    font-weight: 800;
    color: #2a0a3c;
    margin: 0 0 10px 0;
}

.step-five .step-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #4a1a6b, #9a4ac9);
    margin: 10px auto 0;
    border-radius: 4px;
}

/* ---------- محتوای اصلی (دو ستونه) ---------- */
.step-five .step-content-wrapper {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step-five .step-main-content {
    flex: 2;
    min-width: 300px;
}

.step-five .step-sidebar {
    flex: 1;
    min-width: 250px;
}

/* ---------- متن معرفی ---------- */
.step-five .step-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #2a1a3e;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    border-right: 5px solid #7a2a9a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.step-five .step-intro strong {
    color: #4a1a6b;
    font-weight: 700;
}

/* ---------- عنوان زیربخش ---------- */
.step-five .subsection-title {
    font-size: 20px;
    font-weight: 700;
    color: #2a0a3c;
    margin: 30px 0 18px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ---------- گرید خدمات پشتیبانی ---------- */
.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.support-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee8f2;
    transition: all 0.3s ease;
}

.support-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(74, 26, 107, 0.10);
    border-color: #c8b0d8;
}

.support-icon {
    font-size: 32px;
    flex-shrink: 0;
    margin-top: 2px;
}

.support-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2a0a3c;
    margin: 0 0 6px 0;
}

.support-content p {
    font-size: 14px;
    color: #3a2a4e;
    margin: 0;
    line-height: 1.6;
}

/* ---------- جدول مزایا ---------- */
.benefits-table {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee8f2;
    margin-bottom: 35px;
}

.benefits-table .table-row {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1.2fr;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid #f0e8f2;
    align-items: center;
    transition: background 0.2s ease;
}

.benefits-table .table-row:last-child {
    border-bottom: none;
}

.benefits-table .header-row {
    background: #2a0a3c;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 18px;
    border-bottom: none;
}

.benefits-table .header-row .col-service,
.benefits-table .header-row .col-sib,
.benefits-table .header-row .col-other {
    color: #ffffff;
}

.benefits-table .table-row:not(.header-row):hover {
    background: #f8f0fa;
}

.col-service {
    font-weight: 600;
    color: #2a0a3c;
    font-size: 15px;
}

.col-sib {
    font-size: 14px;
    color: #2a0a3c;
    font-weight: 500;
}

.col-other {
    font-size: 14px;
    color: #5a4a6e;
}

.check-mark {
    color: #2e7d32;
    font-weight: 700;
    margin-left: 6px;
}

.cross-mark {
    color: #c62828;
    font-weight: 700;
    margin-left: 6px;
}

/* ---------- دکمه اقدام ---------- */
.step-five .step-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 8px;
}

.step-five .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #4a1a6b, #7a2a9a);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 26, 107, 0.30);
    border: none;
    cursor: pointer;
}

.step-five .cta-button:hover {
    background: linear-gradient(135deg, #2a0a3c, #4a1a6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(74, 26, 107, 0.40);
}

.step-five .cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.step-five .cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

.step-five .cta-note {
    font-size: 14px;
    color: #3a2a4e;
    font-weight: 500;
}

/* ---------- سایدبار ---------- */
/* ---------- باکس تماس ---------- */
.contact-box {
    background: linear-gradient(135deg, #4a1a6b, #6a2a8a);
    color: #ffffff;
    border-radius: 16px;
    padding: 24px 22px;
    margin-bottom: 22px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(74, 26, 107, 0.20);
}

.contact-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.contact-box p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 16px 0;
    opacity: 0.95;
}

.contact-box strong {
    color: #e8c0ff;
}

.contact-numbers {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.phone-number {
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}

.contact-button {
    display: inline-block;
    background: #ffffff;
    color: #4a1a6b;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background: #e8c0ff;
    transform: scale(1.03);
}

/* ---------- باکس آمار ---------- */
.stats-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee8f2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 22px;
}

.stat-item {
    text-align: center;
    padding: 8px 4px;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #4a1a6b;
    line-height: 1.2;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #5a4a6e;
    font-weight: 500;
}

/* ---------- باکس نظر دانش‌پذیر ---------- */
.step-five .testimonial-box {
    background: linear-gradient(135deg, #f8f0fa, #f0e4f8);
    border-radius: 16px;
    padding: 22px 24px;
    border-right: 4px solid #7a2a9a;
}

.step-five .testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: #1a0a2a;
    font-style: italic;
    margin-bottom: 14px;
}

.step-five .testimonial-text::before {
    content: '"';
    font-size: 28px;
    color: #7a2a9a;
    opacity: 0.3;
    margin-left: 4px;
}

.step-five .testimonial-author {
    display: flex;
    flex-direction: column;
}

.step-five .author-name {
    font-weight: 700;
    color: #2a0a3c;
    font-size: 15px;
}

.step-five .author-desc {
    font-size: 13px;
    color: #3a2a4e;
}

/* ---------- ریسپانسیو ---------- */
@media screen and (max-width: 992px) {
    .support-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .benefits-table .table-row {
        grid-template-columns: 1.2fr 1.1fr 1.1fr;
        gap: 8px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .benefits-table .header-row {
        font-size: 13px;
        padding: 12px 14px;
    }

    .stats-box {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
        padding: 16px;
    }
}

@media screen and (max-width: 768px) {
    .step-five {
        padding: 30px 16px;
    }

    .step-five .step-title {
        font-size: 24px;
    }

    .step-five .step-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .step-five .step-main-content {
        flex: 1;
        min-width: 0;
    }

    .step-five .step-sidebar {
        flex: 1;
        min-width: 0;
        width: 100%;
    }

    .step-five .step-intro {
        font-size: 16px;
        padding: 16px 18px;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .support-card {
        padding: 14px 16px;
    }

    .benefits-table .table-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px 14px;
        border-bottom: 1px solid #f0e8f2;
    }

    .benefits-table .header-row {
        display: none;
    }

    .benefits-table .table-row:not(.header-row) {
        border: 1px solid #eee8f2;
        border-radius: 10px;
        margin-bottom: 8px;
        padding: 14px 16px;
        background: #ffffff;
    }

    .benefits-table .table-row:not(.header-row):hover {
        background: #f8f0fa;
    }

    .col-service {
        font-size: 15px;
        font-weight: 700;
    }

    .col-sib {
        font-size: 14px;
        color: #2a0a3c;
    }

    .col-other {
        font-size: 14px;
        color: #5a4a6e;
    }

    .step-five .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .step-five .step-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .step-five .cta-note {
        text-align: center;
    }

    .contact-box {
        padding: 20px 18px;
    }

    .stats-box {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
        padding: 14px 12px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 11px;
    }

    .contact-numbers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .phone-number {
        font-size: 13px;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 480px) {
    .step-five .step-number {
        font-size: 12px;
        padding: 4px 16px;
    }

    .step-five .step-title {
        font-size: 20px;
    }

    .support-icon {
        font-size: 26px;
    }

    .support-content h4 {
        font-size: 14px;
    }

    .support-content p {
        font-size: 13px;
    }

    .stats-box {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 12px;
    }

    .stat-item {
        padding: 4px 0;
        border-bottom: 1px solid #f0e8f2;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-number {
        font-size: 22px;
        display: inline;
        margin-left: 8px;
    }

    .stat-label {
        display: inline;
        font-size: 13px;
    }

    .contact-box h3 {
        font-size: 18px;
    }

    .phone-number {
        font-size: 12px;
        padding: 4px 8px;
    }

    .contact-button {
        padding: 10px 24px;
        font-size: 14px;
    }
}/* End custom CSS */