.elementor-4192 .elementor-element.elementor-element-7902eca{--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-2f9b2aa */.visasaaz-hero-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 25px;
    background-color: #ffffff;
    border-right: 5px solid #014C1E; /* خط تاکید با سبز تیره برند */
    box-shadow: 0 4px 15px rgba(10, 31, 68, 0.05);
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.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: #014C1E;
    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;
}

/* Responsive Rules for Mobile and Tablet */
@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-028d36d */.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: 35%;
    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;
}

/* Responsive Rules for Mobile and Tablet */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }
    
    .visasaaz-table td {
        padding: 12px;
        font-size: 13px;
    }
    
    .visasaaz-table tr td:first-child {
        width: 45%;
    }

    .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-6d4063d */.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;
}

/* Responsive Rules for Mobile and Tablet */
@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-1e8dc26 */.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-trust-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-trust-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-43372c2 */.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-cards-grid {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.visasaaz-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-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-card-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: justify;
}

.visasaaz-meta-box {
    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-meta-label {
    color: #666666;
}

.visasaaz-meta-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;
    margin-top: 25px;
    box-sizing: border-box;
}

.visasaaz-notice-content {
    font-size: 13px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* Responsive Rules for Mobile and Tablet */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-cards-grid {
        flex-direction: column;
        gap: 15px;
    }

    .visasaaz-card {
        padding: 15px;
    }

    .visasaaz-h3 {
        font-size: 13px;
    }

    .visasaaz-card-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-b58306d */.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;
}

/* Responsive Rules for Mobile and Tablet */
@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-6db37cd */.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;
}

/* Responsive Rules for Mobile and Tablet */
@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-b1bab67 */.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: 15px;
    border-right: 4px solid #014C1E; /* رنگ سبز تیره برند */
    padding-right: 12px;
}

.visasaaz-section-desc {
    font-size: 13px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
}

.visasaaz-checklist {
    background-color: #fcfdfe;
    border: 1px solid #eef2f5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.visasaaz-check-item {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 14px 0;
    border-bottom: 1px solid #f4f7f9;
    user-select: none;
}

.visasaaz-check-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.visasaaz-check-item:first-child {
    padding-top: 0;
}

/* پنهان سازی اینپوت پیش‌فرض مروگر */
.visasaaz-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* ساخت باکس اختصاصی مینی‌مال با رنگ سرمه‌ای برند */
.visasaaz-custom-box {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid #0A1F44; 
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

/* تغییر رنگ اکشن به سبز تیره برند پس از کلیک کاربر */
.visasaaz-checkbox:checked ~ .visasaaz-custom-box {
    background-color: #014C1E; 
    border-color: #014C1E;
}

/* رسم تیک سفید داخل باکس سفارشی */
.visasaaz-custom-box::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.visasaaz-checkbox:checked ~ .visasaaz-custom-box::after {
    display: block;
}

.visasaaz-check-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    transition: color 0.2s ease;
}

/* بولد و متمایز شدن متن مدارک موجود کاربر */
.visasaaz-checkbox:checked ~ .visasaaz-check-text {
    color: #014C1E;
    font-weight: 700;
}

.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;
}

/* Responsive Rules for Mobile and Tablet */
@media (max-width: 768px) {
    .visasaaz-h2 {
        font-size: 16px;
    }

    .visasaaz-section-desc {
        font-size: 12px;
    }

    .visasaaz-checklist {
        padding: 15px;
    }

    .visasaaz-check-item {
        padding: 12px 0;
    }

    .visasaaz-check-text {
        font-size: 13px;
    }
    
    .visasaaz-custom-box {
        margin-left: 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-0848173 */.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;
}

/* Responsive Rules for Mobile and Tablet */
@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-4cd9da3 */.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 */