.elementor-4220 .elementor-element.elementor-element-b0f48c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-e694dd2 *//* پدافند استراتژیک ضدگسستگی فونت فارسی و پایداری ۱۰۰٪ سایدبار قالب */
.vs-cbi-hero-container, 
.vs-cbi-hero-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-hero-container {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    border: 1px solid rgba(10, 31, 68, 0.08);
    margin-bottom: 25px;
    max-width: 100%;
}

.vs-cbi-hero-title {
    font-size: 26px;
    font-weight: 800;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق بیزینسی */
    line-height: 1.5;
    margin-bottom: 18px;
    margin-top: 0;
}

.vs-cbi-hero-lead {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 25px;
}

/* مهندسی دکمه‌های Micro-CTA با کنتراست فوق‌العاده بالا جهت مهار فوری سرمایه‌گذاران */
.vs-cbi-btn-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.vs-cbi-btn-primary, 
.vs-cbi-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 14px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 280px;
    flex: 1;
}

.vs-cbi-btn-primary {
    background-color: #014C1E; /* رنگ اول برند - سبز لوکس */
    color: #ffffff !important;
    border: 2px solid #014C1E;
    box-shadow: 0 4px 12px rgba(1, 76, 30, 0.2);
}

.vs-cbi-btn-primary:hover {
    background-color: #003314;
    border-color: #003314;
    transform: translateY(-1px);
}

.vs-cbi-btn-secondary {
    background-color: transparent;
    color: #0A1F44 !important;
    border: 2px solid #0A1F44;
}

.vs-cbi-btn-secondary:hover {
    background-color: #0A1F44;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* مدیریت فوق‌پایدار ریسپانسیو موبایل و تبلت بدون درهم‌ریختگی حروف چسبان */
@media (max-width: 992px) {
    .vs-cbi-btn-wrapper {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .vs-cbi-hero-container {
        padding: 20px 15px;
    }
    .vs-cbi-hero-title {
        font-size: 20px;
        line-height: 1.4;
    }
    .vs-cbi-hero-lead {
        font-size: 14px;
        line-height: 1.7;
    }
    .vs-cbi-btn-primary, 
    .vs-cbi-btn-secondary {
        width: 100%;
        min-width: 100%;
        padding: 12px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a548004 *//* پدافند استراتژیک ضدگسستگی فونت فارسی در ریسپانسیو و حفظ ثبات سایدبار */
.vs-cbi-table-container, 
.vs-cbi-table-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-table-container {
    background-color: #ffffff;
    padding: 25px 0;
    margin-bottom: 30px;
    max-width: 100%;
}

.vs-cbi-table-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق بیزینسی */
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 0;
}

/* ساختار جدول فلت و مینی‌مال جهت شکار فوری Featured Snippet گوگل */
.vs-cbi-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 25px;
    border: 1px solid rgba(10, 31, 68, 0.1);
    border-radius: 8px;
}

.vs-cbi-data-table {
    width: 100%;
    border-collapse: collapse;
}

.vs-cbi-data-table th {
    background-color: #0A1F44;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 16px;
}

.vs-cbi-data-table td {
    padding: 14px 16px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    border-bottom: 1px solid rgba(10, 31, 68, 0.06);
}

.vs-cbi-data-table tbody tr:nth-child(even) {
    background-color: rgba(10, 31, 68, 0.02);
}

.vs-cbi-data-table tbody tr:last-child td {
    border-bottom: none;
}

/* طراحی بنر مینی‌مال ثابت Micro-CTA دقیقا زیر جدول */
.vs-cbi-banner-cta {
    background-color: rgba(1, 76, 30, 0.04); /* ۴٪ از رنگ اولیه برند */
    border-right: 4px solid #014C1E; /* خط تاکید رنگ اصلی ویزاساز */
    padding: 15px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.vs-cbi-banner-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: #0A1F44;
    margin: 0;
    font-weight: 600;
}

.vs-cbi-banner-btn {
    background-color: #014C1E; /* رنگ اول برند */
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.vs-cbi-banner-btn:hover {
    background-color: #003314;
}

/* رندرسازی فوق‌پایدار ریسپانسیو موبایل و تبلت */
@media (max-width: 768px) {
    .vs-cbi-table-title {
        font-size: 18px;
    }
    
    .vs-cbi-data-table th, 
    .vs-cbi-data-table td {
        padding: 12px 10px;
        font-size: 13px;
    }
    
    .vs-cbi-banner-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 15px;
    }
    
    .vs-cbi-banner-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a6a7c69 *//* پدافند استراتژیک ضدگسستگی فونت فارسی و حفظ پایداری ۱۰۰٪ سایدبار */
.vs-cbi-channels-container, 
.vs-cbi-channels-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-channels-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 30px;
    max-width: 100%;
}

.vs-cbi-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق بیزینسی */
    line-height: 1.6;
    margin-bottom: 25px;
    margin-top: 0;
}

/* ساختار مینی‌مال آکاردئون استاتیک بدون سنگین کردن لود سایت */
.vs-cbi-accordion-item {
    border: 1px solid rgba(10, 31, 68, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #ffffff;
}

.vs-cbi-accordion-header {
    background-color: rgba(10, 31, 68, 0.02);
    color: #0A1F44;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 20px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(10, 31, 68, 0.05);
}

/* فلش مینی‌مال راهنما در سمت چپ هدر آکاردئون */
.vs-cbi-accordion-header::after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #014C1E; /* رنگ اول برند - سبز لوکس */
    opacity: 0.7;
}

.vs-cbi-accordion-content {
    padding: 20px;
    background-color: #ffffff;
}

/* مهندسی بولت‌پوینت‌های ضربه‌ای و سئو شده */
.vs-cbi-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-cbi-bullet-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 12px;
    position: relative;
    padding-right: 18px;
}

/* طراحی نشانه مینی‌مال با کد رنگ اول ویزاساز */
.vs-cbi-bullet-list li::before {
    content: "■";
    color: #014C1E;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -1px;
}

.vs-cbi-bullet-list li:last-child {
    margin-bottom: 0;
}

/* باکس دعوت به اقدام پایانی (CRO-Focused) */
.vs-cbi-bottom-anchor {
    margin-top: 25px;
    padding: 18px;
    background-color: rgba(1, 76, 30, 0.03);
    border-radius: 8px;
    border: 1px dashed rgba(1, 76, 30, 0.2);
    text-align: center;
}

.vs-cbi-anchor-note {
    font-size: 13.5px;
    color: #0A1F44;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}

.vs-cbi-anchor-link {
    display: inline-block;
    color: #014C1E !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline !important;
    transition: color 0.3s ease;
}

.vs-cbi-anchor-link:hover {
    color: #003314 !important;
}

/* بهینه‌سازی ریسپانسیو فوق‌پایدار موبایل جهت مهار چسبندگی حروف */
@media (max-width: 768px) {
    .vs-cbi-section-title {
        font-size: 18px;
    }
    .vs-cbi-accordion-header {
        font-size: 13.5px;
        padding: 14px 15px;
        padding-left: 35px;
    }
    .vs-cbi-accordion-header::after {
        left: 15px;
    }
    .vs-cbi-accordion-content {
        padding: 15px;
    }
    .vs-cbi-bullet-list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .vs-cbi-bottom-anchor {
        padding: 15px;
    }
    .vs-cbi-anchor-link {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b5c484d *//* پدافند استراتژیک ضدگسستگی فونت فارسی و حفظ ثبات کامل سایدبار المنتور */
.vs-cbi-trust-container, 
.vs-cbi-trust-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-trust-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 35px;
    max-width: 100%;
}

.vs-cbi-trust-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق */
    line-height: 1.6;
    margin-bottom: 12px;
    margin-top: 0;
}

.vs-cbi-trust-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 25px;
}

/* معماری نمودار مقایسه‌ای دو ستونه T-Shape کاملا ایستا و فوق‌العاده سبک */
.vs-cbi-t-chart {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.vs-cbi-chart-col {
    flex: 1;
    border: 1px solid rgba(10, 31, 68, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.vs-cbi-col-header {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
}

/* مهندسی رنگی ستون‌ها متناسب با پالت هویت بصری بیزینس ویزاساز */
.vs-cbi-col-pros .vs-cbi-col-header {
    background-color: #014C1E; /* رنگ اول برند - سبز لوکس */
}

.vs-cbi-col-cons .vs-cbi-col-header {
    background-color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق */
}

.vs-cbi-col-body {
    padding: 20px;
}

.vs-cbi-trust-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vs-cbi-trust-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    padding-right: 18px;
}

.vs-cbi-trust-list li::before {
    content: "•";
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 1;
}

.vs-cbi-col-pros .vs-cbi-trust-list li::before {
    color: #014C1E;
}

.vs-cbi-col-cons .vs-cbi-trust-list li::before {
    color: #0A1F44;
}

.vs-cbi-trust-list li:last-child {
    margin-bottom: 0;
}

/* هایلایت طلایی-سبز راهکار و پشتیبانی ویزاساز بر روی چالش‌ها */
.vs-cbi-solution-highlight {
    background-color: rgba(1, 76, 30, 0.05);
    padding: 12px;
    border-radius: 6px;
    border-right: 3px solid #014C1E;
    font-weight: 600;
    color: #014C1E !important;
}

.vs-cbi-solution-highlight::before {
    display: none !important;
}

/* باکس بهینه‌سازی نرخ تبدیل نهایی بخش (CRO) */
.vs-cbi-trust-cta {
    background-color: rgba(10, 31, 68, 0.02);
    border: 1px solid rgba(10, 31, 68, 0.06);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.vs-cbi-cta-badge {
    display: inline-block;
    background-color: #014C1E;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.vs-cbi-cta-lead {
    font-size: 15px;
    font-weight: 600;
    color: #0A1F44;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 20px;
}

.vs-cbi-cta-button {
    display: inline-block;
    background-color: #0A1F44;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.vs-cbi-cta-button:hover {
    background-color: #142d5a;
    transform: translateY(-1px);
}

/* مدیریت ۱۰۰٪ پایدار ریسپانسیو موبایل و جلوگیری از به هم ریختن حروف فارسی */
@media (max-width: 768px) {
    .vs-cbi-trust-title {
        font-size: 18px;
    }
    .vs-cbi-trust-lead {
        font-size: 13.5px;
    }
    .vs-cbi-t-chart {
        flex-direction: column;
        gap: 15px;
    }
    .vs-cbi-col-body {
        padding: 15px;
    }
    .vs-cbi-trust-list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .vs-cbi-cta-lead {
        font-size: 13.5px;
    }
    .vs-cbi-cta-button {
        width: 100%;
        text-align: center;
        padding: 12px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bf42d2f *//* پدافند استراتژیک ضدگسستگی فونت فارسی و حفظ ثبات کامل سایدبار المنتور */
.vs-cbi-sectors-container, 
.vs-cbi-sectors-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-sectors-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 35px;
    max-width: 100%;
}

.vs-sectors-main-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق */
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}

.vs-sectors-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 25px;
}

/* معماری گرید کارت‌های گرافیکی فلت، لوکس و مینی‌مال */
.vs-sectors-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.vs-sector-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid rgba(10, 31, 68, 0.08);
    border-top: 4px solid #014C1E; /* خط تاکید رنگ اصلی ویزاساز - سبز لوکس */
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(10, 31, 68, 0.01);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vs-sector-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(10, 31, 68, 0.04);
}

.vs-sector-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
}

.vs-sector-desc {
    font-size: 13.5px;
    line-height: 1.75;
    color: #555555;
    margin: 0;
}

/* المان بهینه‌سازی نرخ تبدیل (CRO) انتهای بخش */
.vs-sectors-footer {
    background-color: rgba(10, 31, 68, 0.02);
    border: 1px solid rgba(10, 31, 68, 0.05);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vs-sectors-footer-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #0A1F44;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.vs-sectors-footer-btn {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.vs-sectors-footer-btn:hover {
    background-color: #003314;
}

/* مدیریت فوق‌پایدار ریسپانسیو در دستگاه‌های موبایل و تبلت */
@media (max-width: 992px) {
    .vs-sectors-grid {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .vs-sectors-main-title {
        font-size: 18px;
    }
    .vs-sectors-lead {
        font-size: 13.5px;
    }
    .vs-sector-card {
        padding: 15px;
    }
    .vs-sector-title {
        font-size: 14.5px;
    }
    .vs-sector-desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .vs-sectors-footer-text {
        font-size: 13px;
    }
    .vs-sectors-footer-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ff2e8d4 *//* پدافند استراتژیک ضدگسستگی فونت فارسی و حفظ ثبات ۱۰۰٪ سایدبار لندینگ */
.vs-cbi-cost-container, 
.vs-cbi-cost-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-cost-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 35px;
    max-width: 100%;
}

.vs-cbi-cost-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق */
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}

.vs-cbi-cost-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 30px;
}

/* معماری اینفوگرافیک خطی و متنی تفکیک هزینه‌ها */
.vs-cbi-cost-timeline {
    position: relative;
    border-right: 3px solid rgba(1, 76, 30, 0.2); /* خط راهنمای رنگ اول برند */
    margin-right: 15px;
    margin-bottom: 35px;
    padding: 10px 0;
}

.vs-cbi-timeline-step {
    position: relative;
    margin-bottom: 25px;
    padding-right: 30px;
}

.vs-cbi-timeline-step:last-child {
    margin-bottom: 0;
}

/* طراحی دایره‌های شماره‌دار روی خط فرآیند */
.vs-cbi-step-number {
    position: absolute;
    right: -16px;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: #014C1E; /* رنگ اول برند - سبز لوکس */
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(10, 31, 68, 0.15);
}

.vs-cbi-step-content {
    background-color: rgba(10, 31, 68, 0.01);
    border: 1px solid rgba(10, 31, 68, 0.04);
    padding: 15px 20px;
    border-radius: 6px;
}

.vs-cbi-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}

.vs-cbi-step-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}

/* المان دعوت به اقدام انتهای بخش (CRO-Focused) */
.vs-cbi-cost-footer {
    background-color: rgba(1, 76, 30, 0.03);
    border: 1px solid rgba(1, 76, 30, 0.08);
    border-right: 4px solid #014C1E;
    padding: 22px;
    border-radius: 8px;
    text-align: center;
}

.vs-cbi-footer-badge {
    display: inline-block;
    background-color: #0A1F44; /* رنگ دوم برند */
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.vs-cbi-footer-lead {
    font-size: 14px;
    font-weight: 600;
    color: #0A1F44;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 18px;
}

.vs-cbi-footer-btn {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.vs-cbi-footer-btn:hover {
    background-color: #003314;
}

/* مدیریت فوق‌پایدار ریسپانسیو مهار چسبندگی حروف در موبایل و تبلت */
@media (max-width: 768px) {
    .vs-cbi-cost-title {
        font-size: 18px;
    }
    .vs-cbi-cost-lead {
        font-size: 13.5px;
    }
    .vs-cbi-cost-timeline {
        margin-right: 10px;
    }
    .vs-cbi-timeline-step {
        padding-right: 22px;
        margin-bottom: 20px;
    }
    .vs-cbi-step-number {
        right: -14px;
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .vs-cbi-step-content {
        padding: 12px 15px;
    }
    .vs-cbi-step-title {
        font-size: 14px;
    }
    .vs-cbi-step-desc {
        font-size: 12.5px;
    }
    .vs-cbi-cost-footer {
        padding: 15px;
    }
    .vs-cbi-footer-lead {
        font-size: 13px;
    }
    .vs-cbi-footer-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-59d435a *//* پدافند استراتژیک ضدگسستگی فونت فارسی در ریسپانسیو و بیمه ثبات سایدبار */
.vs-cbi-roadmap-container, 
.vs-cbi-roadmap-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-roadmap-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 35px;
    max-width: 100%;
}

.vs-cbi-roadmap-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق بیزینسی */
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}

.vs-cbi-roadmap-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 35px;
}

/* مهندسی نمودار خط فرآیند عمودی ثابت و سبک */
.vs-cbi-flow-chart {
    position: relative;
    padding-right: 40px;
    margin-bottom: 35px;
}

/* خط مرکزی راهنما */
.vs-cbi-flow-chart::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background-color: rgba(10, 31, 68, 0.08);
}

.vs-cbi-flow-step {
    position: relative;
    margin-bottom: 30px;
}

.vs-cbi-flow-step:last-child {
    margin-bottom: 0;
}

/* نشانگرهای عددی فلت لوکس با هویت بصری ویزاساز */
.vs-cbi-flow-badge {
    position: absolute;
    right: -40px;
    top: 0;
    width: 34px;
    height: 34px;
    background-color: #0A1F44; /* رنگ دوم */
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 8px rgba(10, 31, 68, 0.1);
    z-index: 2;
}

/* متمایز کردن گام پنجم (خدمات خاک ویزاساز) به عنوان نقطه اوج ارزش افزوده */
.vs-cbi-badge-gold {
    background-color: #014C1E !important; /* رنگ اول برند - سبز لوکس */
}

.vs-cbi-flow-content {
    background-color: #ffffff;
    border: 1px solid rgba(10, 31, 68, 0.06);
    padding: 18px 22px;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.vs-cbi-flow-step:hover .vs-cbi-flow-content {
    border-color: rgba(1, 76, 30, 0.3);
}

/* استایل VIP گام پنجم جهت قفل کردن چشم سرمایه گذار */
.vs-cbi-premium-step .vs-cbi-flow-content {
    background-color: rgba(1, 76, 30, 0.02);
    border: 1px dashed rgba(1, 76, 30, 0.2);
    border-right: 4px solid #014C1E;
}

.vs-cbi-flow-h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}

.vs-cbi-premium-step .vs-cbi-flow-h3 {
    color: #014C1E;
}

.vs-cbi-flow-p {
    font-size: 13.5px;
    line-height: 1.65;
    color: #555555;
    margin: 0;
}

/* باکس دکمه نهایی بخش (CRO-Driven) */
.vs-cbi-roadmap-cta {
    background-color: rgba(10, 31, 68, 0.02);
    border: 1px solid rgba(10, 31, 68, 0.05);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.vs-cbi-roadmap-cta-text {
    font-size: 14px;
    font-weight: 600;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 15px;
}

.vs-cbi-roadmap-btn {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.vs-cbi-roadmap-btn:hover {
    background-color: #003314;
}

/* مدیریت فوق‌پایدار ریسپانسیو در دستگاه‌های موبایل و تبلت جهت مهار چسبندگی حروف */
@media (max-width: 768px) {
    .vs-cbi-roadmap-main-title {
        font-size: 18px;
    }
    .vs-cbi-roadmap-lead {
        font-size: 13.5px;
    }
    .vs-cbi-flow-chart {
        padding-right: 30px;
    }
    .vs-cbi-flow-chart::before {
        right: 11px;
    }
    .vs-cbi-flow-badge {
        right: -30px;
        width: 24px;
        height: 24px;
        font-size: 11px;
        border: 2px solid #ffffff;
    }
    .vs-cbi-flow-content {
        padding: 15px;
    }
    .vs-cbi-flow-h3 {
        font-size: 14px;
    }
    .vs-cbi-flow-p {
        font-size: 12.5px;
    }
    .vs-cbi-roadmap-cta-text {
        font-size: 13px;
    }
    .vs-cbi-roadmap-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-68cc796 *//* پدافند استراتژیک ضدگسستگی فونت فارسی در ریسپانسیو و حفظ پایداری سایدبار */
.vs-cbi-docs-container, 
.vs-cbi-docs-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-docs-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 35px;
    max-width: 100%;
}

.vs-cbi-docs-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند ویزاساز - سرمه‌ای عمیق */
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
}

.vs-cbi-docs-lead {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 25px;
}

/* ساختار چک‌لیست فلت، لوکس و مینی‌مال بدون تداخل با هسته قالب */
.vs-cbi-checklist-box {
    background-color: rgba(10, 31, 68, 0.01);
    border: 1px solid rgba(10, 31, 68, 0.05);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.vs-cbi-check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    cursor: pointer;
}

.vs-cbi-check-item:last-child {
    margin-bottom: 0;
}

/* مهندسی ظاهر چک‌باکس با رنگ اختصاصی بیزینس ویزاساز */
.vs-cbi-check-input {
    margin-top: 5px;
    margin-left: 15px;
    width: 18px;
    height: 18px;
    accent-color: #014C1E; /* رنگ اول برند - سبز لوکس */
    cursor: pointer;
    flex-shrink: 0;
}

.vs-cbi-check-label {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    cursor: pointer;
    user-select: none;
}

/* باکس هدایت به دکمه تبدیل (CRO-Driven) */
.vs-cbi-docs-banner {
    background-color: rgba(1, 76, 30, 0.03); /* رنگ اول با شفافیت پایین */
    border-right: 4px solid #014C1E;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.vs-cbi-docs-banner-text {
    font-size: 14px;
    line-height: 1.6;
    color: #0A1F44;
    font-weight: 600;
    margin: 0;
}

.vs-cbi-docs-banner-btn {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند برای جذب کلیک */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.vs-cbi-docs-banner-btn:hover {
    background-color: #003314;
}

/* بهینه‌سازی دقیق ریسپانسیو موبایل و مهار چسبندگی حروف */
@media (max-width: 768px) {
    .vs-cbi-docs-title {
        font-size: 18px;
    }
    .vs-cbi-docs-lead {
        font-size: 13.5px;
    }
    .vs-cbi-checklist-box {
        padding: 15px;
    }
    .vs-cbi-check-label {
        font-size: 13px;
        line-height: 1.6;
    }
    .vs-cbi-check-input {
        width: 16px;
        height: 16px;
        margin-left: 10px;
    }
    .vs-cbi-docs-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 15px;
    }
    .vs-cbi-docs-banner-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2f41e73 *//* پدافند استراتژیک ضدگسستگی فونت فارسی در ریسپانسیو و بیمه پایداری سایدبار */
.vs-cbi-faq-container, 
.vs-cbi-faq-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-faq-container {
    background-color: #ffffff;
    padding: 20px 0;
    margin-bottom: 20px;
    max-width: 100%;
}

.vs-cbi-faq-main-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1F44; /* رنگ دوم برند ویزاساز - سرمه‌ای عمیق */
    line-height: 1.6;
    margin-bottom: 25px;
    margin-top: 0;
}

/* ساختار باکس‌های سوال و جواب فلت و شیک بدون کد تعاملی سنگین */
.vs-cbi-faq-wrapper {
    margin-bottom: 35px;
}

.vs-cbi-faq-item {
    background-color: rgba(10, 31, 68, 0.01);
    border: 1px solid rgba(10, 31, 68, 0.05);
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 15px;
}

.vs-cbi-faq-question {
    font-size: 14.5px;
    font-weight: 700;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.vs-cbi-faq-answer p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
}

/* باکس نهایی‌سازی دکمه کلوزر (Ultimate Closer CTA) جهت ایجاد کنتراست شدید پایانی */
.vs-cbi-faq-closer {
    background-color: #0A1F44; /* رنگ دوم برند جهت ایجاد شوک بصری در فوتر */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(10, 31, 68, 0.15);
}

.vs-cbi-closer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.vs-cbi-closer-lead {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 22px;
    margin-top: 0;
}

.vs-cbi-closer-btn {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند - سبز لوکس برای شکار کلیک */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid #014C1E;
}

.vs-cbi-closer-btn:hover {
    background-color: #003314;
    border-color: #003314;
    transform: translateY(-2px);
}

/* مدیریت فوق‌پایدار ریسپانسیو و عدم شکستگی متون در موبایل و تبلت */
@media (max-width: 768px) {
    .vs-cbi-faq-main-title {
        font-size: 18px;
    }
    .vs-cbi-faq-item {
        padding: 12px 15px;
    }
    .vs-cbi-faq-question {
        font-size: 13.5px;
        line-height: 1.4;
    }
    .vs-cbi-faq-answer p {
        font-size: 12.5px;
        line-height: 1.6;
    }
    .vs-cbi-faq-closer {
        padding: 20px 15px;
    }
    .vs-cbi-closer-heading {
        font-size: 16px;
    }
    .vs-cbi-closer-lead {
        font-size: 13px;
        line-height: 1.5;
    }
    .vs-cbi-closer-btn {
        width: 100%;
        text-align: center;
        padding: 12px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5febda0 *//* پدافند استراتژیک ضدگسستگی فونت فارسی و بیمه ۱۰۰٪ ثبات سایدبار المنتور */
.vs-cbi-final-container, 
.vs-cbi-final-container * {
    word-break: keep-all !important;
    text-align: right !important;
    word-spacing: 0 !important;
    direction: rtl !important;
    box-sizing: border-box !important;
}

.vs-cbi-final-container {
    background-color: #ffffff;
    padding: 25px 0;
    margin-bottom: 20px;
    max-width: 100%;
}

/* باکس داخلی با عمق بصری لوکس جهت شکستن گارد کاربر در پایان اسکرول */
.vs-cbi-inner-box {
    background-color: #0A1F44; /* رنگ دوم برند - سرمه‌ای عمیق بیزینسی */
    border: 2px solid rgba(1, 76, 30, 0.2);
    border-top: 5px solid #014C1E; /* رنگ اول برند - سبز لوکس */
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(10, 31, 68, 0.2);
}

.vs-cbi-urgency-badge {
    display: inline-block;
    background-color: #014C1E; /* رنگ اول برند */
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.vs-cbi-final-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
}

.vs-cbi-final-desc {
    font-size: 14.5px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 30px;
}

/* مهندسی دکمه‌های فرود با کنتراست رنگی شدید جهت جذب حداکثری کلیک */
.vs-cbi-ultimate-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.vs-cbi-btn-main, 
.vs-cbi-btn-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 16px 28px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    min-width: 320px;
    flex: 1;
}

.vs-cbi-btn-main {
    background-color: #014C1E; /* سبز ویزاساز */
    color: #ffffff !important;
    border: 2px solid #014C1E;
    box-shadow: 0 4px 12px rgba(1, 76, 30, 0.3);
}

.vs-cbi-btn-main:hover {
    background-color: #003314;
    border-color: #003314;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 76, 30, 0.4);
}

.vs-cbi-btn-sub {
    background-color: #ffffff;
    color: #0A1F44 !important;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.vs-cbi-btn-sub:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* رندرسازی فوق‌پایدار ریسپانسیو موبایل و تبلت بدون درهم‌ریختگی المان‌ها */
@media (max-width: 992px) {
    .vs-cbi-ultimate-btns {
        flex-direction: column;
        gap: 15px;
    }
    .vs-cbi-btn-main, 
    .vs-cbi-btn-sub {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .vs-cta-inner-box {
        padding: 25px 20px;
    }
    .vs-cbi-final-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .vs-cbi-final-desc {
        font-size: 13px;
        line-height: 1.7;
    }
    .vs-cbi-btn-main, 
    .vs-cbi-btn-sub {
        font-size: 13.5px;
        padding: 14px 16px;
    }
}/* End custom CSS */