.elementor-2469 .elementor-element.elementor-element-dc68913{--display:flex;}.elementor-2469 .elementor-element.elementor-element-db1c61a{--display:flex;}.elementor-2469 .elementor-element.elementor-element-a1af7d3{--display:flex;}.elementor-2469 .elementor-element.elementor-element-735e2b0{--display:flex;}.elementor-2469 .elementor-element.elementor-element-7a5e34c{--display:flex;}.elementor-2469 .elementor-element.elementor-element-e5dbb0d{--display:flex;}.elementor-2469 .elementor-element.elementor-element-cf93ff3{--display:flex;}.elementor-2469 .elementor-element.elementor-element-5bf0167{--display:flex;}.elementor-2469 .elementor-element.elementor-element-d5423e2{--display:flex;}.elementor-2469 .elementor-element.elementor-element-b90f611{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2469 .elementor-element.elementor-element-735e2b0{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-7a5e34c{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-e5dbb0d{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-cf93ff3{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-5bf0167{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-d5423e2{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2469 .elementor-element.elementor-element-b90f611{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4e866ed *//* --- استایل بخش هدر لندینگ راهکار گشت --- */
.rg-hero-section {
    direction: rtl;
    width: 100%;
    padding: 1px; /* رعایت دقیق ۱ پیکسل فاصله جهت چسبیدن کاملاً لوکس به لبه‌ها */
    box-sizing: border-box;
    background: transparent;
}

/* عنوان اصلی هدر */
.rg-hero-title {
    font-size: 24px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.5; /* فاصله خطوط استاندارد برای جلوگیری از تداخل کلمات */
    margin: 15px 1px 20px 1px;
    text-align: justify;
}

/* کانتینر و استایل تصویر شاخص */
.rg-hero-img-wrapper {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(12, 42, 70, 0.08);
}

.rg-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* متن‌های مقدمه */
.rg-hero-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
    margin: 0 1px 14px 1px;
    text-align: justify;
    text-justify: inter-word;
}

/* چیدمان دکمه‌ها */
.rg-hero-btns-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
}

/* دکمه اصلی (مشاوره رایگان / شماره تماس) */
.rg-btn-primary {
    background-color: #ff5a00; /* نارنجی برند */
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.2);
}

.rg-btn-primary:hover {
    background-color: #e04f00;
    transform: translateY(-2px);
}

/* دکمه ثانویه (لینک معرفی اسپانیا) */
.rg-btn-secondary {
    background-color: #ffffff;
    color: #0c2a46 !important;
    border: 1.5px solid #0c2a46;
}

.rg-btn-secondary:hover {
    background-color: #0c2a46;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* --- تنظیمات اختصاصی و وسواسی موبایل --- */
@media (max-width: 768px) {
    .rg-hero-section {
        padding: 1px; /* پدینگ کاملاً ۱ پیکسل برای فیت شدن به لبه موبایل */
    }

    .rg-hero-title {
        font-size: 18px; /* سایز متناسب برای موبایل */
        line-height: 1.6; /* افزایش ارتفاع خطوط تا موقع ۲ خطی شدن متن‌ها روی هم نیفتن */
        text-align: center; /* وسط‌چین شدن تایتل در موبایل */
        margin: 10px 1px 16px 1px;
    }

    .rg-hero-content p {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .rg-hero-btns-wrapper {
        flex-direction: column; /* زیر هم قرار گرفتن دکمه‌ها در موبایل */
        gap: 10px;
    }

    .rg-btn {
        width: 100%; /* دکمه‌های تمام‌عرض برای راحت‌تر بودن کلیک توی موبایل */
        box-sizing: border-box;
        font-size: 14px;
        padding: 11px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d4ad7e *//* --- استایل کانتینر اصلی بخش‌ها --- */
.rg-section-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* پدینگ دقیق ۱ پیکسلی جهت چسبیدن به لبه‌ها */
    box-sizing: border-box;
    background: transparent;
    margin-top: 35px;
}

/* عناوین اصلی بخش‌ها */
.rg-section-title {
    font-size: 20px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.5;
    margin: 15px 1px 16px 1px;
    text-align: justify;
    line-height: 1.4 !important; /* فاصله خطوط بازتر برای جلوگیری از هم‌پوشانی فونت‌های فارسی */
}

.rg-title-spacing {
    margin-top: 35px;
}

/* بلوک متون معمولی */
.rg-text-block p {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
    margin: 0 1px 14px 1px;
    text-align: justify;
    text-justify: inter-word;
}

/* --- باکس نکته مهم ۲۰۲۶ --- */
.rg-highlight-box {
    background-color: #fef8f4; /* پس‌زمینه کرم-نارنجی بسیار ملایم */
    border-right: 4px solid #ff5a00; /* خط شاخص نارنجی */
    border-radius: 8px;
    padding: 16px;
    margin: 22px 1px;
}

.rg-highlight-title {
    font-size: 15px;
    font-weight: 800;
    color: #ff5a00;
    margin-bottom: 6px;
}

.rg-highlight-text {
    font-size: 14px;
    line-height: 1.8;
    color: #0c2a46;
    margin: 0;
    text-align: justify;
}

/* --- کارت و لیست نکات قانون اولویت --- */
.rg-key-points-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    margin: 20px 1px;
    box-shadow: 0 4px 12px rgba(12, 42, 70, 0.03);
}

.rg-points-header {
    font-size: 15px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 14px 0;
}

.rg-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-points-list li {
    font-size: 14px;
    line-height: 1.75;
    color: #334155;
    position: relative;
    padding-right: 22px;
    margin-bottom: 10px;
    text-align: justify;
}

.rg-points-list li:last-child {
    margin-bottom: 0;
}

/* آیکون تیک نارنجی قبل از هر مورد */
.rg-points-list li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    color: #ff5a00;
    font-weight: 800;
    font-size: 15px;
}

/* متن پایانی و لینک */
.rg-footer-text {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
    margin-top: 20px;
    text-align: justify;
}

.rg-inline-link {
    color: #ff5a00 !important;
    text-decoration: none !important;
    font-weight: 800;
    border-bottom: 2px dashed #ff5a00;
    padding-bottom: 1px;
    transition: all 0.2s ease;
}

.rg-inline-link:hover {
    color: #0c2a46 !important;
    border-bottom-color: #0c2a46;
}

/* --- تنظیمات اختصاصی موبایل --- */
@media (max-width: 768px) {
    .rg-section-container {
        padding: 1px; /* حفظ فاصله ۱ پیکسل از لبه‌ها */
    }

    .rg-section-title {
        font-size: 18px;
        line-height: 1.6; /* جلوگیری از تداخل حروف در عنوان دوخطی */
        text-align: center; /* وسط‌چین شدن عناوین در موبایل */
        margin: 10px 1px 14px 1px;
    }

    .rg-text-block p,
    .rg-footer-text {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .rg-highlight-box,
    .rg-key-points-card {
        padding: 14px 12px;
    }

    .rg-highlight-text,
    .rg-points-list li {
        font-size: 13px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-509fa1e *//* --- استایل بخش انواع ویزای کاری --- */
.rg-intro-text {
    font-size: 15px;
    line-height: 1.85;
    color: #334155;
    margin: 0 1px 18px 1px;
    text-align: justify;
}

.rg-section-img-wrapper {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(12, 42, 70, 0.06);
}

.rg-section-img {
    width: 100%;
    height: auto;
    display: block;
}

/* کارت‌های اختصاصی ویزا */
.rg-visa-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0c2a46; /* خط سرمه‌ای در بالای هر کارت */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 22px;
    box-shadow: 0 4px 12px rgba(12, 42, 70, 0.03);
}

/* عناوین داخل کارت‌ها با کنترل کامل فاصله خطوط */
.rg-visa-title {
    font-size: 18px;
    font-weight: 800;
    color: #0c2a46;
    line-height: 2.1 !important; /* جلوگیری قطعی از چسبیدن خطوط روی هم */
    margin: 0 0 12px 0;
    text-align: justify;
}

.rg-visa-desc {
    font-size: 14.5px;
    line-height: 1.8;
    color: #334155;
    margin: 0 0 12px 0;
    text-align: justify;
}

/* نشان مخاطبان هدف */
.rg-badge-target {
    background-color: #f1f5f9;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 13.5px;
    color: #0c2a46;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: justify;
}

.rg-cond-header {
    font-size: 15px;
    font-weight: 800;
    color: #ff5a00; /* رنگ نارنجی برای سرتیتر شرایط */
    line-height: 1.8 !important;
    margin: 12px 0 8px 0;
}

.rg-cond-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.rg-cond-list li {
    font-size: 14px;
    line-height: 1.8;
    color: #4a5568;
    position: relative;
    padding-right: 18px;
    margin-bottom: 8px;
    text-align: justify;
}

.rg-cond-list li::before {
    content: "•";
    position: absolute;
    right: 0;
    top: -1px;
    color: #ff5a00;
    font-size: 18px;
    font-weight: bold;
}

/* هشدار و نکات داخل کارت‌ها */
.rg-card-note {
    background-color: #fff7ed;
    border-right: 3px solid #ea580c;
    padding: 10px 12px;
    font-size: 13.5px;
    line-height: 1.75;
    color: #9a3412;
    border-radius: 4px;
    margin-top: 10px;
    text-align: justify;
}

.rg-blue-note {
    background-color: #eff6ff;
    border-right-color: #2563eb;
    color: #1e40af;
}

/* --- تنظیمات موبایل --- */
@media (max-width: 768px) {
    .rg-visa-card {
        padding: 14px 12px;
    }

    .rg-visa-title {
        font-size: 16px !important;
        line-height: 2.2 !important; /* فاصله عریض‌تر خطوط برای موبایل */
        text-align: right;
    }

    .rg-intro-text,
    .rg-visa-desc,
    .rg-badge-target,
    .rg-cond-list li,
    .rg-card-note {
        font-size: 13px;
        line-height: 1.75;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1076492 *//* --- استایل جدول مقایسه و شرایط عمومی --- */
.rg-table-wrapper {
    width: 100%;
    overflow-x: auto; /* امکان اسکرول افقی در موبایل */
    margin: 20px 1px 30px 1px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(12, 42, 70, 0.03);
}

.rg-compare-table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    min-width: 600px; /* حداقل عرض جدول برای حفظ ساختار */
}

.rg-compare-table thead {
    background-color: #0c2a46; /* سرمه‌ای برند */
    color: #ffffff;
}

.rg-compare-table th {
    padding: 14px 10px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #0c2a46;
}

.rg-compare-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #edf2f7;
    color: #334155;
    line-height: 1.6;
}

.rg-compare-table tbody tr:nth-child(even) {
    background-color: #f8fafc; /* یکی در میان رنگی */
}

.rg-compare-table tbody tr:hover {
    background-color: #fff7ed; /* هاور ملایم نارنجی */
}

/* کارت شرایط عمومی */
.rg-general-cond-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-right: 4px solid #ff5a00; /* نوار نارنجی سمت راست */
    border-radius: 8px;
    padding: 20px;
    margin: 20px 1px;
    box-shadow: 0 4px 12px rgba(12, 42, 70, 0.03);
}

.rg-general-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-general-list li {
    font-size: 14px;
    line-height: 1.85;
    color: #334155;
    position: relative;
    padding-right: 20px;
    margin-bottom: 12px;
    text-align: justify;
}

.rg-general-list li:last-child {
    margin-bottom: 0;
}

.rg-general-list li::before {
    content: "■";
    position: absolute;
    right: 0;
    top: 0;
    color: #ff5a00;
    font-size: 10px;
}

/* --- تنظیمات موبایل --- */
@media (max-width: 768px) {
    .rg-compare-table th, 
    .rg-compare-table td {
        padding: 10px 8px;
        font-size: 12.5px;
    }

    .rg-general-cond-card {
        padding: 14px 12px;
    }

    .rg-general-list li {
        font-size: 13px;
        line-height: 1.75;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebb8606 *//* --- استایل اختصاصی بخش مدارک --- */
.rg-process-alert {
    background-color: #f8fafc;
    border: 1px dashed #0c2a46;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13.5px;
    line-height: 1.4;
    color: #0c2a46;
    margin-bottom: 16px;
    text-align: justify;
}

.rg-process-alert strong {
    color: #ff5a00;
}

/* تنظیمات اختصاصی عناوین کارت‌های مدارک */
.rg-visa-card .rg-visa-title {
    font-size: 17.5px;
    font-weight: 800;
    color: #0c2a46;
    line-height: 1.4 !important; /* رعایت فاصله عریض برای جلوگیری از چسبیدن کلمات در موبایل */
    margin: 0 0 12px 0;
}

/* --- تنظیمات موبایل --- */
@media (max-width: 768px) {
    .rg-process-alert {
        font-size: 12.5px;
        line-height: 1.75;
        padding: 10px 12px;
    }

    .rg-visa-card .rg-visa-title {
        font-size: 15.5px !important;
        line-height: 2.2 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d5e46b *//* --- استایل تایم‌لاین مراحل اخذ ویزا --- */
.rg-steps-timeline {
    position: relative;
    margin: 25px 1px;
    padding-right: 15px;
}

/* خط عمودی تایم‌لاین */
.rg-steps-timeline::before {
    content: '';
    position: absolute;
    right: 28px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background-color: #e2e8f0;
}

.rg-step-item {
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.rg-step-item:last-child {
    margin-bottom: 0;
}

/* شماره گام‌ها */
.rg-step-number {
    width: 30px;
    height: 30px;
    background-color: #ff5a00; /* نارنجی برند */
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 0 0 0 4px #ffffff;
}

/* باکس محتوای هر گام */
.rg-step-content {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    flex-grow: 1;
    box-shadow: 0 4px 12px rgba(12, 42, 70, 0.03);
}

/* عناوین گام‌ها - تنظیم دقیق line-height روی 1.4rem */
.rg-step-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #0c2a46;
    line-height: 1.4rem !important; /* رعایت دقیق ارتفاع سفارش داده شده */
    margin: 0 0 10px 0;
    text-align: justify;
}

.rg-step-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #334155;
    margin: 0;
    text-align: justify;
}

.rg-step-time {
    background-color: #f8fafc;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    color: #0c2a46;
    margin-top: 10px;
}

/* --- تنظیمات اختصاصی موبایل --- */
@media (max-width: 768px) {
    .rg-steps-timeline {
        padding-right: 0;
    }

    .rg-steps-timeline::before {
        right: 14px;
    }

    .rg-step-item {
        gap: 10px;
    }

    .rg-step-number {
        width: 28px;
        height: 28px;
        font-size: 13.5px;
    }

    .rg-step-content {
        padding: 12px;
    }

    .rg-step-title {
        font-size: 15px !important;
        line-height: 1.4rem !important; /* حفظ دقیق 1.4rem در موبایل */
    }

    .rg-step-content p,
    .rg-step-time {
        font-size: 13px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa145b1 *//* --- استایل بخش هزینه‌های ویزای کاری --- */
.rg-compare-table td strong {
    color: #0c2a46;
}

/* رعایت دقیق ارتفاع خطوط عنوان روی 1.4rem */
.rg-section-container .rg-section-title {
    line-height: 1.4rem !important;
}

@media (max-width: 768px) {
    .rg-section-container .rg-section-title {
        line-height: 1.4rem !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33ae6ff *//* --- استایل چالش‌ها و مسیر اقامت --- */
.rg-challenge-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(12, 42, 70, 0.02);
}

.rg-challenge-title {
    font-size: 15px;
    font-weight: 700;
    color: #991b1b;
    margin-bottom: 8px;
    line-height: 2.1 !important;
}

.rg-solution-text {
    font-size: 14px;
    line-height: 1.8;
    color: #166534;
    text-align: justify;
}

/* مسیر اقامت دائم */
.rg-residency-path {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 1px;
}

.rg-path-step {
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-right: 4px solid #0c2a46;
    border-radius: 6px;
    padding: 10px 14px;
}

.rg-path-year {
    font-weight: 800;
    color: #ff5a00;
    font-size: 14px;
    min-width: 110px;
}

.rg-path-desc {
    font-size: 13.5px;
    color: #334155;
}

/* لینک‌های داخلی متن */
.rg-inline-link {
    color: #ff5a00;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.rg-inline-link:hover {
    color: #0c2a46;
}

.rg-footer-text {
    font-size: 14.5px;
    line-height: 1.85;
    color: #334155;
    margin-top: 25px;
    text-align: justify;
}

/* اصلاح کلی فاصله خطوط عناوین اصلی و فرعی (جلوگیری از هم‌پوشانی) */
.rg-section-title,
.rg-visa-title,
.rg-step-title {
    line-height: 2.1 !important;
    margin-bottom: 12px !important;
}

/* --- تنظیمات اختصاصی موبایل --- */
@media (max-width: 768px) {
    .rg-section-title,
    .rg-visa-title,
    .rg-step-title {
        line-height: 2.2 !important;
        font-size: 18px !important;
    }

    .rg-challenge-title {
        font-size: 14px;
        line-height: 2.2 !important;
    }

    .rg-solution-text,
    .rg-footer-text {
        font-size: 13px;
        line-height: 1.75;
    }

    .rg-path-step {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .rg-path-year {
        font-size: 13px;
    }

    .rg-path-desc {
        font-size: 12.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30c11e8 *//* --- استایل بخش سوالات متداول (FAQ) --- */
.rg-faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.rg-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.rg-faq-item[open] {
    border-color: #ff5a00;
    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.08);
}

.rg-faq-question {
    font-size: 15.5px;
    font-weight: 700;
    color: #0c2a46;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    position: relative;
    user-select: none;
    line-height: 2.1 !important; /* فاصله استاندارد برای جلوگیری از هم‌پوشانی */
}

/* علامت فلش باز و بسته‌شدن */
.rg-faq-question::-webkit-details-marker {
    display: none;
}

.rg-faq-question::after {
    content: '❮';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 12px;
    color: #ff5a00;
    transition: transform 0.3s ease;
}

.rg-faq-item[open] .rg-faq-question::after {
    transform: translateY(-50%) rotate(90deg);
}

.rg-faq-answer {
    padding: 0 16px 14px 16px;
    border-top: 1px dashed #f1f5f9;
}

.rg-faq-answer p {
    font-size: 14px;
    line-height: 1.85;
    color: #334155;
    margin: 12px 0 0 0;
    text-align: justify;
}

/* --- تنظیمات موبایل --- */
@media (max-width: 768px) {
    .rg-faq-question {
        font-size: 14.5px;
        line-height: 2.2 !important;
        padding-left: 32px; /* فضا برای فلش سمت چپ */
    }

    .rg-faq-answer p {
        font-size: 13px;
        line-height: 1.75;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07f2b43 *//* --- استایل بخش جمع‌بندی نهایی --- */
.rg-final-cta-container {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px;
}

.rg-final-cta-container .rg-section-title {
    color: #0c2a46;
    line-height: 2.1 !important;
    margin-bottom: 16px !important;
}

.rg-final-cta-container .rg-footer-text {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .rg-final-cta-container {
        padding: 16px;
    }
    
    .rg-final-cta-container .rg-section-title {
        line-height: 2.2 !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* ایجاد فاصله ۲۰ پیکسلی از لبه‌های صفحه در دسکتاپ */
@media (min-width: 769px) {
    .elementor-page,
    .elementor-section-wrap,
    .entry-content {
        padding-left: 50px !important;
        padding-right: 50px !important;
        box-sizing: border-box !important;
    }
}/* End custom CSS */