.elementor-4210 .elementor-element.elementor-element-8a805f0{--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-9aae75f */.visasaaz-hero-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 25px;
    background-color: #ffffff;
    border-right: 5px solid #014C1E; /* خط تاکید سبز تیره برند */
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}

.visasaaz-h1 {
    font-size: 22px;
    font-weight: 800;
    color: #0A1F44; /* رنگ سرمه‌ای لوکس برند */
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
}

.visasaaz-hook {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    text-align: justify;
    margin-bottom: 25px;
}

.visasaaz-cta-group {
    display: block;
}

.visasaaz-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: auto;
}

/* دکمه اصلی: سبز تیره برند */
.visasaaz-btn-primary {
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #014C1E;
    margin-left: 12px;
}

.visasaaz-btn-primary:hover {
    background-color: #0A1F44;
    border-color: #0A1F44;
}

/* دکمه ثانویه: سرمه‌ای مینی‌مال */
.visasaaz-btn-secondary {
    background-color: transparent;
    color: #0A1F44;
    border: 1px solid #0A1F44;
}

.visasaaz-btn-secondary:hover {
    background-color: #0A1F44;
    color: #ffffff;
}

/* بهینه‌سازی مطلق برای موبایل و تبلت (Mobile-First) */
@media (max-width: 768px) {
    .visasaaz-hero-container {
        padding: 20px;
        border-right: 4px solid #014C1E;
    }
    
    .visasaaz-h1 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .visasaaz-hook {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .visasaaz-btn {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
        font-size: 13px;
        padding: 11px;
    }
    
    .visasaaz-cta-group {
        margin-bottom: -10px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3abe82b */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 20px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.visasaaz-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #eef2f5;
}

.visasaaz-table tr {
    border-bottom: 1px solid #eef2f5;
    transition: background-color 0.2s ease;
}

.visasaaz-table tr:hover {
    background-color: #f9fbfd;
}

.visasaaz-table td {
    padding: 14px 18px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
}

.visasaaz-table tr td:first-child {
    width: 40%;
    color: #0A1F44;
    background-color: #fcfdfe;
    font-weight: 700;
}

.visasaaz-mini-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0A1F44; /* رنگ ثانویه سرمه‌ای برند */
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 25px;
    box-sizing: border-box;
}

.visasaaz-banner-text {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.visasaaz-banner-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #014C1E; /* رنگ اولیه سبز تیره برند جهت اکشن تبدیل */
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.visasaaz-banner-btn:hover {
    background-color: #016327;
}

/* بهینه‌سازی ریسپانسیو برای تبلت و موبایل (Mobile-First) */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }
    
    .visasaaz-table td {
        padding: 12px;
        font-size: 13px;
    }
    
    .visasaaz-table tr td:first-child {
        width: 50%;
    }

    .visasaaz-mini-banner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        padding: 15px;
    }

    .visasaaz-banner-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .visasaaz-banner-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5b3aa6e */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای لوکس برند */
    line-height: 1.6;
    margin-bottom: 25px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-accordion-group {
    width: 100%;
}

.visasaaz-acc-item {
    border: 1px solid #eef2f5;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.visasaaz-acc-item.active {
    border-color: #014C1E;
    box-shadow: 0 4px 12px rgba(1, 76, 30, 0.03);
}

.visasaaz-acc-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fcfdfe;
    border: none;
    padding: 18px 20px;
    cursor: pointer;
    text-align: right;
    outline: none;
    box-sizing: border-box;
}

.visasaaz-acc-item.active .visasaaz-acc-header {
    background: #ffffff;
}

.visasaaz-h3 {
    font-size: 14px;
    font-weight: 700;
    color: #0A1F44;
    margin: 0;
    line-height: 1.5;
}

.visasaaz-acc-item.active .visasaaz-h3 {
    color: #014C1E; /* تغییر رنگ عنوان ساختار فعال به سبز اصلی */
}

.visasaaz-acc-icon {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.visasaaz-acc-icon::before, .visasaaz-acc-icon::after {
    content: '';
    position: absolute;
    background-color: #0A1F44;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.visasaaz-acc-icon::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}

.visasaaz-acc-icon::after {
    left: 5px;
    top: 0;
    width: 2px;
    height: 12px;
}

.visasaaz-acc-item.active .visasaaz-acc-icon::before {
    background-color: #014C1E;
}

.visasaaz-acc-item.active .visasaaz-acc-icon::after {
    transform: rotate(90deg);
    background-color: transparent;
}

.visasaaz-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
}

.visasaaz-acc-item.active .visasaaz-acc-content {
    max-height: 500px; /* فضای منعطف متناسب با متن خلاصه بالت‌ها */
    padding-bottom: 20px;
}

.visasaaz-bullet-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.visasaaz-bullet-list li {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    padding-right: 15px;
    text-align: justify;
}

.visasaaz-bullet-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #014C1E;
    border-radius: 50%;
}

.visasaaz-bullet-list li:last-child {
    margin-bottom: 0;
}

.visasaaz-homeland-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    margin-top: 25px;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* قوانین ریسپانسیو و بهینه‌سازی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-acc-header {
        padding: 15px;
    }

    .visasaaz-h3 {
        font-size: 13px;
        padding-left: 10px;
    }

    .visasaaz-bullet-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    .visasaaz-homeland-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bb2ed00 */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 25px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-t-chart {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.visasaaz-chart-column {
    flex: 1;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.visasaaz-column-header {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

/* توزیع مهندسی‌شده کدهای رنگی ویزاساز بر روی ستون‌ها */
.visasaaz-pros .visasaaz-column-header {
    background-color: #014C1E; /* سبز اصلی برند */
}

.visasaaz-cons .visasaaz-column-header {
    background-color: #0A1F44; /* سرمه‌ای برند */
}

.visasaaz-column-body {
    padding: 20px;
}

.visasaaz-chart-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visasaaz-chart-list li {
    font-size: 13px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 14px;
    position: relative;
    padding-right: 15px;
    text-align: justify;
}

.visasaaz-chart-list li:last-child {
    margin-bottom: 0;
}

/* توازن بصری نشانگر بالت‌ها متناسب با ماهیت ستون‌ها */
.visasaaz-pros .visasaaz-chart-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #014C1E;
    border-radius: 50%;
}

.visasaaz-cons .visasaaz-chart-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #c0392b; /* رنگ قرمز مینی‌مال جهت نشان دادن هوشمندی چالش‌ها */
    border-radius: 50%;
}

.visasaaz-homeland-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو فوق پیشرفته و الگوبرداری Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-t-chart {
        flex-direction: column;
        gap: 15px;
    }

    .visasaaz-column-header {
        padding: 12px;
        font-size: 13px;
    }

    .visasaaz-column-body {
        padding: 15px;
    }

    .visasaaz-chart-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    .visasaaz-homeland-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3dd5b44 */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 25px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-cities-grid {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.visasaaz-city-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.visasaaz-city-card:hover {
    border-color: #014C1E;
    transform: translateY(-2px);
}

.visasaaz-h3 {
    font-size: 14px;
    font-weight: 800;
    color: #0A1F44;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.5;
}

.visasaaz-city-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: justify;
}

.visasaaz-city-meta {
    background-color: #fcfdfe;
    border-right: 3px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 10px 12px;
    border-radius: 0 4px 4px 0;
}

.visasaaz-meta-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.visasaaz-meta-item:last-child {
    margin-bottom: 0;
}

.visasaaz-label {
    color: #666666;
}

.visasaaz-value {
    font-weight: 700;
    color: #014C1E; /* رنگ مقادیر شاخص به سبز اصلی برند */
}

.visasaaz-homeland-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* بهینه‌سازی کامل ریسپانسیو و متدولوژی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-cities-grid {
        flex-direction: column;
        gap: 15px;
    }

    .visasaaz-city-card {
        padding: 15px;
    }

    .visasaaz-h3 {
        font-size: 13px;
    }

    .visasaaz-city-desc {
        font-size: 12px;
    }

    .visasaaz-homeland-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b4a70b7 */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 30px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-cost-timeline {
    position: relative;
    padding-right: 20px;
    margin-bottom: 35px;
}

/* خط عمودی رابط تایم‌لاین */
.visasaaz-cost-timeline::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #eef2f5;
}

.visasaaz-timeline-step {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.visasaaz-timeline-step:last-child {
    margin-bottom: 0;
}

.visasaaz-step-badge {
    position: absolute;
    right: -25px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #014C1E; /* رنگ اولیه سبز تیره */
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.visasaaz-timeline-step:nth-child(even) .visasaaz-step-badge {
    background-color: #0A1F44; /* رنگ ثانویه سرمه‌ای برای توازن بصری */
}

.visasaaz-step-main {
    padding-right: 15px;
}

.visasaaz-h3 {
    font-size: 14px;
    font-weight: 800;
    color: #0A1F44;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.visasaaz-step-desc {
    font-size: 13px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.visasaaz-homeland-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    margin-top: 25px;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* قوانین ریسپانسیو و بهینه‌سازی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-cost-timeline {
        padding-right: 15px;
    }

    .visasaaz-step-badge {
        right: -20px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .visasaaz-h3 {
        font-size: 13px;
    }

    .visasaaz-step-desc {
        font-size: 12px;
        line-height: 1.6;
    }

    .visasaaz-homeland-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-940fd0a */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای لوکس برند */
    line-height: 1.6;
    margin-bottom: 30px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-process-flow {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

/* خط رابط عمودی نمودار فرآیند مینی‌مال */
.visasaaz-process-flow::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background-color: #eef2f5;
    z-index: 1;
}

.visasaaz-flow-step {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    z-index: 2;
}

.visasaaz-flow-step:last-child {
    margin-bottom: 0;
}

.visasaaz-flow-number {
    position: absolute;
    right: -25px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #0A1F44; /* رنگ ثانویه سرمه‌ای */
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* متمایز کردن گام پنجم به عنوان مزیت رقابتی اصلی در خاک فرانسه */
.visasaaz-land-step .visasaaz-flow-number {
    background-color: #014C1E; /* سبز اصلی برند */
    box-shadow: 0 0 0 4px rgba(1, 76, 30, 0.15);
}

.visasaaz-flow-body {
    padding-right: 15px;
}

.visasaaz-h3 {
    font-size: 14px;
    font-weight: 800;
    color: #0A1F44;
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.visasaaz-land-step .visasaaz-h3 {
    color: #014C1E; /* تغییر رنگ عنوان مزیت رقابتی در خاک به سبز اصلی */
}

.visasaaz-flow-desc {
    font-size: 13px;
    color: #444444;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.visasaaz-support-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #014C1E; /* خط تاکید سبز برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    margin-top: 30px;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    text-align: justify;
}

/* قوانین ریسپانسیو و بهینه‌سازی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-process-flow {
        padding-right: 15px;
    }

    .visasaaz-flow-number {
        right: -20px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .visasaaz-h3 {
        font-size: 13px;
    }

    .visasaaz-flow-desc {
        font-size: 12px;
        line-height: 1.6;
    }

    .visasaaz-support-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0f3373c */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 25px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-checklist-wrapper {
    width: 100%;
    background-color: #fcfdfe;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.visasaaz-check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.visasaaz-check-item:last-child {
    margin-bottom: 0;
}

/* پنهان کردن چک‌باکس پیش‌فرض مرورگر */
.visasaaz-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* باکس مینی‌مال جانشین با استایل لوکس ویزاساز */
.visasaaz-check-box {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 2px solid #eef2f5;
    border-radius: 3px;
    margin-left: 12px;
    margin-top: 3px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

/* استایل باکس در حالت تیک‌خورده */
.visasaaz-checkbox:checked ~ .visasaaz-check-box {
    background-color: #014C1E; /* رنگ سبز اصلی برند */
    border-color: #014C1E;
}

/* ایجاد علامت تیک مینی‌مال با CSS خالص */
.visasaaz-check-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.visasaaz-checkbox:checked ~ .visasaaz-check-box::after {
    display: block;
}

.visasaaz-check-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
    transition: color 0.2s ease;
}

/* تغییر رنگ متن به لایه سرمه‌ای برند پس از تیک خوردن */
.visasaaz-checkbox:checked ~ .visasaaz-check-text {
    color: #0A1F44;
}

.visasaaz-homeland-notice {
    background-color: #ffffff;
    border: 1px solid #eef2f5;
    border-right: 4px solid #0A1F44; /* خط تاکید سرمه‌ای برند */
    padding: 18px 20px;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* بهینه‌سازی ریسپانسیو و متدولوژی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-checklist-wrapper {
        padding: 15px;
    }

    .visasaaz-check-box {
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-top: 2px;
    }

    .visasaaz-check-box::after {
        left: 4px;
        top: 1px;
        width: 3px;
        height: 7px;
    }

    .visasaaz-check-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .visasaaz-homeland-notice {
        padding: 15px;
    }

    .visasaaz-notice-content {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3568920 */.visasaaz-section-container {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    background-color: #ffffff;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-h2 {
    font-size: 19px;
    font-weight: 700;
    color: #0A1F44; /* رنگ سرمه‌ای برند */
    line-height: 1.6;
    margin-bottom: 25px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-faq-accordion {
    width: 100%;
}

.visasaaz-faq-item {
    border: 1px solid #eef2f5;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.visasaaz-faq-item.active {
    border-color: #014C1E;
    box-shadow: 0 4px 12px rgba(1, 76, 30, 0.03);
}

.visasaaz-faq-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fcfdfe;
    border: none;
    padding: 18px 20px;
    cursor: pointer;
    text-align: right;
    outline: none;
    box-sizing: border-box;
}

.visasaaz-faq-item.active .visasaaz-faq-header {
    background: #ffffff;
}

.visasaaz-faq-title {
    font-size: 14px;
    font-weight: 700;
    color: #0A1F44;
    margin: 0;
    line-height: 1.5;
}

.visasaaz-faq-item.active .visasaaz-faq-title {
    color: #014C1E; /* تغییر رنگ عنوان ساختار فعال به سبز اصلی */
}

.visasaaz-faq-icon {
    position: relative;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.visasaaz-faq-icon::before, .visasaaz-faq-icon::after {
    content: '';
    position: absolute;
    background-color: #0A1F44;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.visasaaz-faq-icon::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}

.visasaaz-faq-icon::after {
    left: 5px;
    top: 0;
    width: 2px;
    height: 12px;
}

.visasaaz-faq-item.active .visasaaz-faq-icon::before {
    background-color: #014C1E;
}

.visasaaz-faq-item.active .visasaaz-faq-icon::after {
    transform: rotate(90deg);
    background-color: transparent;
}

.visasaaz-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
}

.visasaaz-faq-item.active .visasaaz-faq-content {
    max-height: 300px; /* فضا متناسب با پاسخ‌های صریح دوخطی */
    padding-bottom: 20px;
}

.visasaaz-faq-text {
    font-size: 13px;
    color: #444444;
    line-height: 1.8;
    margin: 10px 0 0 0;
    text-align: justify;
}

/* قوانین ریسپانسیو Mobile-First */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-faq-header {
        padding: 15px;
    }

    .visasaaz-faq-title {
        font-size: 13px;
        padding-left: 10px;
    }

    .visasaaz-faq-text {
        font-size: 12px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2d72496 */.visasaaz-final-cta-container {
    width: 100%;
    max-width: 850px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fcfdfe;
    border: 1px solid #eef2f5;
    border-top: 5px solid #014C1E; /* خط تاکید با رنگ سبز اصلی برند جهت هدایت فوری چشم */
    border-radius: 4px;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.visasaaz-cta-h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0A1F44; /* رنگ سرمه‌ای لوکس برند */
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
}

.visasaaz-cta-lead {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    text-align: justify;
    margin-bottom: 30px;
}

.visasaaz-action-group {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}

.visasaaz-btn-final {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 14px 28px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* دکمه اول: فرم ارزیابی - فوکوس روی رنگ سبز اصلی برند */
.visasaaz-btn-eval {
    background-color: #014C1E;
    color: #ffffff;
    border: 1px solid #014C1E;
}

.visasaaz-btn-eval:hover {
    background-color: #0A1F44;
    border-color: #0A1F44;
}

/* دکمه دوم: تماس فوری - ایجاد بالاترین کنتراست با رنگ سرمه‌ای برند */
.visasaaz-btn-direct {
    background-color: #0A1F44;
    color: #ffffff;
    border: 1px solid #0A1F44;
}

.visasaaz-btn-direct:hover {
    background-color: #014C1E;
    border-color: #014C1E;
}

/* بهینه‌سازی مطلق ریسپانسیو و متدولوژی Mobile-First */
@media (max-width: 768px) {
    .visasaaz-final-cta-container {
        padding: 20px;
    }
    
    .visasaaz-cta-h2 {
        font-size: 17px;
    }
    
    .visasaaz-cta-lead {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .visasaaz-action-group {
        flex-direction: column;
        gap: 12px;
    }
    
    .visasaaz-btn-final {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 12px;
    }
}/* End custom CSS */