.elementor-2309 .elementor-element.elementor-element-5cb3361{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2309 .elementor-element.elementor-element-e3bce87{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-af18ebb{--display:flex;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-4bc9ab9{--display:flex;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-77a5826{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-f901a6f{--display:flex;}.elementor-2309 .elementor-element.elementor-element-36ed0b8{--display:flex;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-d892263{--display:flex;--margin-top:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-f513ad9{--display:flex;--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-f8b7eed{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2309 .elementor-element.elementor-element-e3bce87{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-af18ebb{--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-4bc9ab9{--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-77a5826{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-36ed0b8{--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-d892263{--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-f513ad9{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2309 .elementor-element.elementor-element-f8b7eed{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-92226b2 *//* ==========================================
   SECTION 1: HERO SECTION PREMIUM CSS
   AGENCY: RAHKAR GASHT
   ========================================== */
.rg-hero-wrapper {
    padding: 70px 20px;
    background-color: #ffffff;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    gap: 50px;
}
.rg-hero-content {
    flex: 1.2;
}
.rg-hero-image-box {
    flex: 0.8;
    display: flex;
    justify-content: center;
}
.rg-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(6, 59, 102, 0.06);
    border: 1px solid rgba(6, 59, 102, 0.05);
}

/* استایل تخصصی متون بر اساس لحن مقاله */
.rg-hero-title {
    font-size: 28px;
    font-weight: 800;
    color: #063B66;
    line-height: 1.5 !important;
    margin-bottom: 25px;
}
.rg-hero-highlight {
    font-size: 16px;
    font-weight: 700;
    color: #FF5B1F;
    line-height: 1.8;
    margin-bottom: 15px;
}
.rg-hero-desc {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.rg-hero-notice {
    font-size: 14px;
    color: #64748B;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
    background-color: #F8FAFC;
    padding: 15px 20px;
    border-right: 4px solid #063B66;
    border-radius: 4px 12px 12px 4px;
}

/* طراحی دکمه تماس با هویت بصری راهکارگشت */
.rg-hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #FF5B1F 0%, #D4430C 100%);
    color: #ffffff !important;
    padding: 16px 35px;
    border-radius: 14px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(255, 91, 31, 0.2);
    transition: all 0.3s ease;
}
.rg-hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(6, 59, 102, 0.2);
    background: linear-gradient(135deg, #063B66 0%, #042949 100%);
}
.rg-btn-phone {
    background-color: rgba(0, 0, 0, 0.12);
    padding: 4px 14px;
    border-radius: 8px;
    font-size: 16px;
    direction: ltr;
    display: inline-block;
    font-weight: 800;
}

/* ریسپانسیو پیشرفته موبایل و تبلت (بدون باگ اسکرول) */
@media (max-width: 992px) {
    .rg-hero-container {
        flex-direction: column-reverse;
        gap: 35px;
    }
    .rg-hero-title {
        font-size: 22px;
        text-align: center;
    }
    .rg-hero-highlight {
        text-align: center;
        font-size: 15px;
    }
    .rg-hero-desc, .rg-hero-notice {
        font-size: 14px;
        text-align: justify;
    }
    .rg-hero-notice {
        border-right: none;
        border-top: 4px solid #063B66;
        border-radius: 4px 4px 12px 12px;
    }
    .rg-hero-cta-btn {
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        gap: 6px;
        border-radius: 12px;
        font-size: 15px;
    }
    .rg-btn-phone {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .rg-hero-wrapper {
        padding: 30px 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-296a8fb *//* ==========================================
   SECTION 2: TYPES & COMPARISON TABLE CSS (CARD TITLE CENTERED)
   ========================================== */
.rg-types-wrapper {
    padding: 40px 20px;
    background-color: #F8FAFC;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-types-container {
    max-width: 1150px;
    margin: 0 auto;
}
.rg-types-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 25px auto;
}
.rg-types-main-title {
    font-size: 26px;
    font-weight: 800;
    color: #063B66;
    margin-bottom: 12px;
    line-height: 1.4 !important;
}
.rg-types-desc {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.7;
}
.rg-types-desc strong {
    color: #FF5B1F;
}

/* استایل‌های جدول دسکتاپ */
.rg-table-responsive-wrapper {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(6, 59, 102, 0.04);
    border: 1px solid rgba(6, 59, 102, 0.05);
}
.rg-table-title {
    font-size: 18px;
    font-weight: 700;
    color: #063B66;
    margin-bottom: 15px;
    border-right: 3px solid #FF5B1F;
    padding-right: 8px;
    line-height: 1.4 !important;
}
.rg-comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    font-size: 14px;
}
.rg-comparison-table th {
    background-color: #063B66;
    color: #ffffff;
    padding: 12px 14px;
    font-weight: 700;
}
.rg-comparison-table th:first-child { border-radius: 0 10px 10px 0; }
.rg-comparison-table th:last-child { border-radius: 10px 0 0 10px; }

.rg-comparison-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #E2E8F0;
    color: #4A5568;
    line-height: 1.5;
}
.rg-comparison-table tbody tr:hover { background-color: #F8FAFC; }
.rg-td-highlight { font-weight: 700; color: #063B66 !important; }
.rg-row-permanent { background-color: #FFF5F2; }
.rg-row-permanent td { border-bottom: none; }

/* چیدمان کارت‌های موبایل */
@media (max-width: 768px) {
    .rg-types-wrapper {
        padding: 20px 8px !important;
    }
    .rg-types-header {
        margin-bottom: 15px !important;
    }
    .rg-types-main-title {
        font-size: 21px !important;
    }
    .rg-types-desc {
        font-size: 13.5px !important;
        line-height: 1.6;
    }
    .rg-table-responsive-wrapper {
        padding: 8px !important;
        border-radius: 10px;
    }
    .rg-table-title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }
    
    .rg-comparison-table, 
    .rg-comparison-table thead, 
    .rg-comparison-table tbody, 
    .rg-comparison-table th, 
    .rg-comparison-table td, 
    .rg-comparison-table tr { 
        display: block; 
    }
    .rg-comparison-table thead tr { 
        position: absolute; top: -9999px; left: -9999px;
    }
    .rg-comparison-table tr { 
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        margin-bottom: 10px;
        background: #ffffff;
        overflow: hidden;
    }
    .rg-comparison-table td { 
        border: none;
        border-bottom: 1px solid #EDF2F7; 
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 12px !important; 
        font-size: 13px;
        line-height: 1.5;
        text-align: left !important;
    }
    .rg-comparison-table td:last-child {
        border-bottom: none;
    }
    .rg-comparison-table td:before { 
        content: attr(data-label);
        font-weight: 700;
        color: #063B66;
        text-align: right;
        min-width: 110px;
        margin-left: 10px;
        display: inline-block;
    }
    
    /* وسط‌چین کردن کامل عنوان کارت در موبایل */
    .rg-td-highlight {
        background-color: #F1F5F9;
        display: flex !important;
        justify-content: center !important; /* وسط‌چین افقی */
        align-items: center !important;
        text-align: center !important;
        padding: 10px 12px !important;
        font-size: 14px !important;
        font-weight: 800;
    }
    .rg-td-highlight:before {
        display: none !important;
    }
    .rg-row-permanent {
        border: 1px solid #FF5B1F;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab73a8a *//* ==========================================
   SECTION 3: LAW ALERT & GENERAL CONDITIONS (FINAL FIXED)
   ========================================== */
.rg-law-wrapper {
    padding: 40px 20px;
    background: #ffffff;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-law-container {
    max-width: 1150px;
    margin: 0 auto;
}

/* باکس هشدار راهکارگشت */
.rg-alert-box {
    background: linear-gradient(135deg, #F4F8FA 0%, #EBF3F7 100%);
    border-right: 5px solid #063B66;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 35px;
    box-shadow: 0 8px 20px rgba(6, 59, 102, 0.04);
}
.rg-alert-title {
    font-size: 22px;
    font-weight: 800;
    color: #063B66;
    margin-bottom: 18px;
    line-height: 1.4 !important;
    text-align: center; /* تایتل اصلی کاملاً وسط‌چین شد */
}
.rg-alert-desc {
    font-size: 15px;
    color: #2D3748;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: justify;
}
.rg-alert-desc strong {
    color: #FF5B1F;
}
.rg-alert-footer {
    font-size: 14px;
    color: #4A5568;
    line-height: 1.7;
    padding-top: 12px;
    border-top: 1px dashed rgba(6, 59, 102, 0.2);
    text-align: justify;
}

/* تایتل ساده و شیک شرایط عمومی */
.rg-conditions-title {
    font-size: 24px;
    font-weight: 800;
    color: #063B66;
    margin-bottom: 10px;
    line-height: 1.4 !important;
    text-align: center;
}
.rg-conditions-subtitle {
    font-size: 14.5px;
    color: #64748B;
    margin-bottom: 25px;
    text-align: center;
}

/* گرید کارت‌ها */
.rg-conditions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.rg-condition-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.2s ease;
}
.rg-condition-card:hover {
    border-color: #FF5B1F;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(6, 59, 102, 0.04);
}

/* هدر داخل کارت: قرارگیری ایموجی و متن کاملاً در یک خط */
.rg-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0 !important;
    padding: 0;
}
.rg-card-emoji {
    font-size: 24px;
    line-height: 1;
}
.rg-card-text-title {
    font-size: 16px;
    font-weight: 700;
    color: #063B66;
    line-height: 1.4 !important;
}
.rg-card-body-text {
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* ریسپانسیو کاملاً متراکم برای موبایل */
@media (max-width: 992px) {
    .rg-conditions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .rg-law-wrapper {
        padding: 20px 8px !important;
    }
    .rg-alert-box {
        padding: 16px !important;
        margin-bottom: 20px;
    }
    .rg-alert-title {
        font-size: 18px !important;
        text-align: center; /* اطمینان از وسط‌چین بودن در موبایل */
    }
    .rg-conditions-title {
        font-size: 20px !important;
    }
    .rg-conditions-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .rg-condition-card {
        padding: 12px !important;
        border-radius: 8px;
    }
    .rg-card-header {
        margin-bottom: 6px !important;
    }
    .rg-card-emoji {
        font-size: 20px;
    }
    .rg-card-text-title {
        font-size: 14.5px !important;
    }
    .rg-card-body-text {
        font-size: 12.5px !important;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a72bf51 *//* ==========================================
   SECTION 4: SPAIN RESIDENCY METHODS CSS
   ========================================== */
.rg-methods-wrapper {
    padding: 50px 20px;
    background-color: #F8FAFC;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-methods-container {
    max-width: 1150px;
    margin: 0 auto;
}
.rg-methods-main-title {
    font-size: 26px;
    font-weight: 800;
    color: #063B66;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.4 !important;
}

/* ساختار گرید دو ستونه برای دسکتاپ */
.rg-methods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.rg-method-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 20px rgba(6, 59, 102, 0.02);
    transition: all 0.3s ease;
}
.rg-method-card:hover {
    transform: translateY(-3px);
    border-color: #063B66;
    box-shadow: 0 12px 30px rgba(6, 59, 102, 0.06);
}

/* استایل تایتل کارت‌ها */
.rg-method-title {
    font-size: 19px;
    font-weight: 800;
    color: #063B66;
    margin: 0 0 15px 0 !important;
    line-height: 1.4 !important;
    border-bottom: 2px solid #F1F5F9;
    padding-bottom: 10px;
}

/* متن بدنه کارت - کاملاً جاستیفای */
.rg-method-desc {
    font-size: 14.5px;
    color: #4A5568;
    line-height: 1.7;
    text-align: justify;
    margin: 0 0 15px 0;
}

/* بخش مناسب برای */
.rg-method-meta {
    background: #F8FAFC;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}
.rg-method-meta strong {
    color: #063B66;
}

/* باکس‌های هشدار یا مزیت کلیدی داخل کارت */
.rg-method-badge {
    background: #FFF5F2;
    border-right: 3px solid #FF5B1F;
    border-radius: 4px 8px 8px 4px;
    padding: 10px 14px;
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

/* دکمه‌های استاندارد کارت با رنگ سازمانی */
.rg-method-btn {
    display: block;
    text-align: center;
    background-color: #063B66;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: auto; /* چسبیدن به کف کارت */
    transition: all 0.2s ease;
}
.rg-method-btn:hover {
    background-color: #FF5B1F;
    box-shadow: 0 5px 15px rgba(255, 91, 31, 0.2);
}

/* استایل متمایز کارت ویژه اقامت دائم */
.rg-card-permanent-special {
    background: linear-gradient(135deg, #F4F8FA 0%, #EBF3F7 100%);
    border: 1px dashed #063B66;
}
.rg-method-btn-special {
    display: block;
    text-align: center;
    background-color: #FF5B1F;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: auto;
    transition: all 0.2s ease;
}
.rg-method-btn-special:hover {
    background-color: #063B66;
    box-shadow: 0 5px 15px rgba(6, 59, 102, 0.2);
}

/* بهینه‌سازی و فشرده‌سازی نسخه موبایل */
@media (max-width: 768px) {
    .rg-methods-wrapper {
        padding: 25px 8px !important;
    }
    .rg-methods-main-title {
        font-size: 21px !important;
        margin-bottom: 20px !important;
    }
    .rg-methods-grid {
        grid-template-columns: 1fr; /* تک ستونه شدن در موبایل */
        gap: 14px;
    }
    .rg-method-card {
        padding: 15px !important;
        border-radius: 10px;
    }
    .rg-method-title {
        font-size: 16.5px !important;
        margin-bottom: 10px !important;
        padding-bottom: 6px;
    }
    .rg-method-desc {
        font-size: 13.5px !important;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .rg-method-meta, .rg-method-badge {
        padding: 8px 10px !important;
        font-size: 12.5px !important;
        margin-bottom: 12px;
    }
    .rg-method-btn, .rg-method-btn-special {
        padding: 9px 15px !important;
        font-size: 13px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93c8c65 *//* ==========================================
   SECTION 5: PREMIUM CTA SECTION CSS
   ========================================== */
.rg-cta-wrapper {
    padding: 60px 20px;
    background: linear-gradient(135deg, #063B66 0%, #03233D 100%);
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #ffffff;
}
.rg-cta-container {
    max-width: 1100px;
    margin: 0 auto;
}
.rg-cta-main-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}
.rg-cta-subtitle {
    font-size: 15px;
    color: #CBD5E1;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* ساختار دو ستونه دسکتاپ */
.rg-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.rg-cta-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}
.rg-cta-box:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 91, 31, 0.4);
    background: rgba(255, 255, 255, 0.08);
}
.rg-cta-icon-box {
    font-size: 32px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rg-cta-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0 !important;
}
.rg-cta-desc {
    font-size: 14px;
    color: #E2E8F0;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

/* بخش آدرس اختصاصی */
.rg-cta-address {
    background: rgba(6, 59, 102, 0.4);
    border: 1px solid rgba(255, 91, 31, 0.2);
    border-radius: 8px;
    padding: 12px;
    font-size: 13.5px;
    color: #F8FAFC;
    line-height: 1.6;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.rg-cta-address strong {
    color: #FF5B1F;
}

/* استایل دکمه‌ها */
.rg-cta-btn-phone, .rg-cta-btn-visit {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    padding: 12px 24px;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    margin-top: auto; /* هم‌تراز شدن دکمه‌ها در کف باکس */
}
.rg-cta-btn-phone {
    background-color: #FF5B1F;
    color: #ffffff !important;
}
.rg-cta-btn-phone:hover {
    background-color: #e04a15;
    box-shadow: 0 5px 15px rgba(255, 91, 31, 0.3);
}
.rg-cta-btn-visit {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}
.rg-cta-btn-visit:hover {
    background-color: #ffffff;
    color: #063B66 !important;
}

/* ریسپانسیو فوق‌العاده متراکم برای موبایل */
@media (max-width: 768px) {
    .rg-cta-wrapper {
        padding: 35px 10px !important;
    }
    .rg-cta-main-title {
        font-size: 20px !important;
    }
    .rg-cta-subtitle {
        font-size: 13.5px !important;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    .rg-cta-grid {
        grid-template-columns: 1fr; /* تک ستونه در موبایل */
        gap: 16px;
    }
    .rg-cta-box {
        padding: 20px 15px !important;
        border-radius: 12px;
    }
    .rg-cta-icon-box {
        width: 50px;
        height: 50px;
        font-size: 26px;
        margin-bottom: 10px;
    }
    .rg-cta-box h3 {
        font-size: 17px !important;
        margin-bottom: 8px !important;
    }
    .rg-cta-desc {
        font-size: 13px !important;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .rg-cta-address {
        font-size: 12.5px !important;
        padding: 10px !important;
        margin-bottom: 15px;
    }
    .rg-cta-btn-phone, .rg-cta-btn-visit {
        padding: 10px 20px !important;
        font-size: 13.5px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5dee83 *//* ==========================================
   SECTION 6: DOCUMENTS & STEPS TIMELINE
   ========================================== */
.rg-docs-steps-wrapper {
    padding: 50px 20px;
    background-color: #ffffff;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-docs-steps-container {
    max-width: 1100px;
    margin: 0 auto;
}
.rg-section-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #063B66;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}
.rg-section-subtitle {
    font-size: 15px;
    color: #64748B;
    text-align: center;
    margin-bottom: 30px;
}

/* استایل لیست مدارک (گرید ۲ ستونه) */
.rg-docs-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 25px;
}
.rg-doc-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.rg-doc-bullet {
    color: #FF5B1F;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}
.rg-doc-item p {
    font-size: 14px;
    color: #334155;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* نوت ترجمه مدارک */
.rg-translation-note {
    background: #FFF5F2;
    border: 1px dashed #FF5B1F;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    color: #4A5568;
    text-align: center;
}

/* خط جداکننده دو بخش */
.rg-section-divider {
    border: 0;
    height: 1px;
    background: #E2E8F0;
    margin: 45px 0;
}

/* باکس تصویر */
.rg-steps-image-container {
    text-align: center;
    margin-bottom: 40px;
}
.rg-steps-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(6, 59, 102, 0.06);
}

/* ساختار تایم‌لاین شیک مراحل */
.rg-timeline {
    position: relative;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 850px;
}
.rg-timeline::before {
    content: '';
    position: absolute;
    right: 14px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #E2E8F0;
}
.rg-timeline-item {
    position: relative;
    margin-bottom: 25px;
}
.rg-timeline-item:last-child {
    margin-bottom: 0;
}
.rg-timeline-number {
    position: absolute;
    right: -30px;
    top: 2px;
    background: #063B66;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #063B66;
    transition: background 0.2s ease;
}
.rg-timeline-item:hover .rg-timeline-number {
    background: #FF5B1F;
    box-shadow: 0 0 0 2px #FF5B1F;
}
.rg-timeline-content {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 18px 20px;
    transition: all 0.2s ease;
}
.rg-timeline-content:hover {
    border-color: #063B66;
    background: #ffffff;
}
.rg-timeline-content h3 {
    font-size: 16.5px;
    font-weight: 700;
    color: #063B66;
    margin: 0 0 8px 0 !important;
}
.rg-timeline-content p {
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو کاملاً متراکم برای موبایل */
@media (max-width: 768px) {
    .rg-docs-steps-wrapper {
        padding: 25px 8px !important;
    }
    .rg-section-main-title {
        font-size: 20px !important;
    }
    .rg-section-subtitle {
        font-size: 13.5px !important;
        margin-bottom: 20px;
    }
    .rg-docs-list-grid {
        grid-template-columns: 1fr; /* تک ستونه در موبایل */
        gap: 10px;
    }
    .rg-doc-item {
        padding: 10px 14px !important;
    }
    .rg-doc-item p {
        font-size: 13px !important;
    }
    .rg-translation-note {
        font-size: 12.5px !important;
        padding: 10px !important;
    }
    .rg-steps-image-container {
        margin-bottom: 25px;
    }
    .rg-timeline {
        padding-right: 25px;
    }
    .rg-timeline::before {
        right: 9px;
    }
    .rg-timeline-number {
        right: -25px;
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .rg-timeline-content {
        padding: 12px 14px !important;
    }
    .rg-timeline-content h3 {
        font-size: 14.5px !important;
    }
    .rg-timeline-content p {
        font-size: 12.5px !important;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6573ea3 *//* ==========================================
   SECTION 7: PREMIUM PRICING & BENEFITS CSS
   ========================================== */
.rg-pricing-benefits-wrapper {
    padding: 60px 20px;
    background-color: #F8FAFC;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-pricing-benefits-container {
    max-width: 1100px;
    margin: 0 auto;
}
.rg-p-b-title {
    font-size: 25px;
    font-weight: 800;
    color: #063B66;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}
.rg-p-b-subtitle {
    font-size: 15px;
    color: #64748B;
    text-align: center;
    margin-bottom: 35px;
}

/* استایل فوق‌العاده مدرن جدول هزینه‌ها */
.rg-table-responsive {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(6, 59, 102, 0.03);
    border: 1px solid #E2E8F0;
    margin-bottom: 20px;
}
.rg-custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}
.rg-custom-table th {
    background-color: #063B66;
    color: #ffffff;
    font-weight: 800;
    padding: 16px 24px;
    font-size: 15px;
}
.rg-custom-table td {
    padding: 16px 24px;
    border-bottom: 1px solid #F1F5F9;
    color: #334155;
    font-size: 14.5px;
}
.rg-custom-table tr:last-child td {
    border-bottom: none;
}
.rg-custom-table tr:nth-child(even) {
    background-color: #F8FAFC;
}

/* استایل برچسب مبالغ */
.rg-price-tag {
    background: #EBF3F7;
    color: #063B66;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13.5px;
}
.rg-price-free {
    background: #E6F4EA;
    color: #137333;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13.5px;
}
.rg-price-variable {
    background: #FFF5F2;
    color: #FF5B1F;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13.5px;
}

.rg-pricing-notice {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 13.5px;
    color: #64748B;
    text-align: justify;
    line-height: 1.6;
}

/* خط جداکننده */
.rg-section-divider {
    border: 0;
    height: 1px;
    background: #E2E8F0;
    margin: 50px 0;
}

/* گرید لوکس ۳ ستونه مزایا */
.rg-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.rg-benefit-card {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 22px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.rg-benefit-card:hover {
    transform: translateY(-3px);
    border-color: #FF5B1F;
    box-shadow: 0 10px 25px rgba(6, 59, 102, 0.05);
}

/* کارت تمام عرض برای آیتم آخر جهت زیبایی چیدمان */
.rg-b-card-full {
    grid-column: span 3;
    background: linear-gradient(135deg, #ffffff 0%, #F4F8FA 100%);
    border: 1px dashed #063B66;
}

/* هدر هم‌خط آیکون و تایتل */
.rg-b-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.rg-b-icon {
    font-size: 24px;
    line-height: 1;
}
.rg-benefit-card h3 {
    font-size: 16.5px;
    font-weight: 800;
    color: #063B66;
    margin: 0 !important;
}
.rg-benefit-card p {
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* ریسپانسیو فوق‌العاده متراکم برای موبایل */
@media (max-width: 992px) {
    .rg-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rg-b-card-full {
        grid-column: span 2;
    }
}
@media (max-width: 768px) {
    .rg-pricing-benefits-wrapper {
        padding: 30px 8px !important;
    }
    .rg-p-b-title {
        font-size: 20px !important;
    }
    .rg-p-b-subtitle {
        font-size: 13.5px !important;
        margin-bottom: 20px;
    }
    .rg-custom-table th, .rg-custom-table td {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }
    .rg-price-tag, .rg-price-free, .rg-price-variable {
        font-size: 12px !important;
        padding: 2px 8px !important;
        display: inline-block;
    }
    .rg-pricing-notice {
        font-size: 12.5px !important;
        padding: 10px !important;
    }
    .rg-benefits-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .rg-b-card-full {
        grid-column: span 1;
    }
    .rg-benefit-card {
        padding: 14px !important;
        border-radius: 10px;
    }
    .rg-b-card-header {
        margin-bottom: 8px;
    }
    .rg-b-icon {
        font-size: 20px;
    }
    .rg-benefit-card h3 {
        font-size: 15px !important;
    }
    .rg-benefit-card p {
        font-size: 12.5px !important;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc1a842 *//* ==========================================
   SECTION 8: RESIDENCY MAINTENANCE CSS
   ========================================== */
.rg-maintenance-wrapper {
    padding: 60px 20px;
    background-color: #ffffff;
    direction: rtl;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.rg-maintenance-container {
    max-width: 1100px;
    margin: 0 auto;
}
.rg-m-title {
    font-size: 25px;
    font-weight: 800;
    color: #063B66;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4 !important;
}
.rg-m-subtitle {
    font-size: 15px;
    color: #64748B;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ساختار گرید دو ستونه لوکس */
.rg-m-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.rg-m-card {
    background: #FFF5F2; /* تم لایت نارنجی سازمانی برای جلب توجه */
    border: 1px solid rgba(255, 91, 31, 0.15);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}
.rg-m-card:hover {
    transform: translateY(-3px);
    border-color: #FF5B1F;
    box-shadow: 0 10px 30px rgba(255, 91, 31, 0.06);
    background: #ffffff;
}
.rg-m-card-icon {
    font-size: 28px;
    background: #ffffff;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
}
.rg-m-card-body {
    flex-grow: 1;
}
.rg-m-card-body h3 {
    font-size: 17px;
    font-weight: 800;
    color: #063B66;
    margin: 0 0 10px 0 !important;
}
.rg-m-card-body p {
    font-size: 13.5px;
    color: #4A5568;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو فوق‌العاده متراکم برای موبایل */
@media (max-width: 768px) {
    .rg-maintenance-wrapper {
        padding: 30px 8px !important;
    }
    .rg-m-title {
        font-size: 20px !important;
    }
    .rg-m-subtitle {
        font-size: 13.5px !important;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    .rg-m-grid {
        grid-template-columns: 1fr; /* تک ستونه روی موبایل */
        gap: 12px;
    }
    .rg-m-card {
        padding: 16px !important;
        gap: 14px;
        border-radius: 12px;
    }
    .rg-m-card-icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
        border-radius: 10px;
    }
    .rg-m-card-body h3 {
        font-size: 15px !important;
        margin-bottom: 6px !important;
    }
    .rg-m-card-body p {
        font-size: 12.5px !important;
        line-height: 1.6;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54d8739 *//* ==========================================================================
   PREMIUM FAQ & CTA SECTION - ANTI OVERFLOW & ANIMATED
   ========================================================================== */
.rg-faq-footer-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #ffffff;
    padding: 60px 20px;
    direction: rtl !important;
    box-sizing: border-box !important;
    overflow-x: clip !important; /* مهار قوی اورفلو بدون اثر منفی */
}

.rg-faq-footer-wrapper * {
    box-sizing: border-box !important;
}

.rg-faq-footer-container {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.rg-faq-main-title {
    font-size: 26px;
    font-weight: 800;
    color: #063B66;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.4 !important;
}

/* ساختار آکاردئون مدرن هوشمند */
.rg-accordion-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 55px;
    width: 100% !important;
}

.rg-accordion-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s, box-shadow 0.3s;
    width: 100% !important;
}

.rg-accordion-item:hover {
    transform: translateY(-2px);
    border-color: #CBD5E1;
}

.rg-accordion-item[open] {
    background: #ffffff;
    border-color: #063B66;
    box-shadow: 0 10px 25px rgba(6, 59, 102, 0.05);
    transform: translateY(0);
}

.rg-accordion-header {
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #063B66;
    cursor: pointer;
    list-style: none;
    position: relative;
    outline: none;
    user-select: none;
    transition: color 0.2s ease;
}

.rg-accordion-header::-webkit-details-marker {
    display: none;
}

/* آیکون سفارشی انیمیشنی */
.rg-accordion-header::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #64748B;
    border-bottom: 2px solid #64748B;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s;
}

.rg-accordion-item[open] .rg-accordion-header {
    color: #FF5B1F;
}

.rg-accordion-item[open] .rg-accordion-header::after {
    transform: translateY(-30%) rotate(-135deg);
    border-color: #FF5B1F;
}

/* بدنه آکاردئون با انیمیشن ورود نرم متن */
.rg-accordion-body {
    padding: 0 24px 20px 24px;
    border-top: 1px solid #F1F5F9;
    animation: rgSlideDown 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.rg-accordion-body p {
    font-size: 14.5px;
    color: #4A5568;
    line-height: 1.75;
    margin: 14px 0 0 0;
    text-align: justify;
}

/* انکر تکست‌های سئو شده داخل متن */
.rg-in-text-link {
    color: #FF5B1F !important;
    text-decoration: none !important;
    font-weight: 800;
    border-bottom: 1px dashed rgba(255, 91, 31, 0.4);
    padding-bottom: 1px;
    transition: all 0.2s ease;
}

.rg-in-text-link:hover {
    color: #063B66 !important;
    border-bottom-color: #063B66;
    background-color: rgba(6, 59, 102, 0.03);
}

/* باکس طلایی نهایی پرمیوم */
.rg-final-cta-box {
    background: linear-gradient(135deg, #F4F8FA 0%, #EBF3F7 100%);
    border-top: 4px solid #FF5B1F;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(6, 59, 102, 0.04);
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

/* افکت نوری پس‌زمینه بنر برای پرستیژ بیشتر */
.rg-final-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
    pointer-events: none;
}

.rg-final-title {
    font-size: 24px;
    font-weight: 800;
    color: #063B66;
    margin: 0 0 22px 0 !important;
    line-height: 1.4 !important;
}

.rg-final-desc {
    font-size: 15px;
    color: #334155;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 16px 0;
}

.rg-final-desc:last-of-type {
    margin-bottom: 30px;
}

/* دکمه انیمیشنی فوق‌العاده جذاب */
.rg-final-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.rg-final-btn {
    display: inline-block;
    background-color: #FF5B1F;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 14px 40px;
    font-size: 15.5px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 6px 20px rgba(255, 91, 31, 0.25);
    position: relative;
    overflow: hidden;
}

.rg-final-btn span {
    position: relative;
    z-index: 2;
}

.rg-final-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #063B66;
    transition: width 0.3s ease;
    z-index: 1;
}

.rg-final-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(6, 59, 102, 0.3);
}

.rg-final-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

/* کی‌فریم انیمیشن باز شدن آکاردئون */
@keyframes rgSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   RESPONSIVE DESIGN (ANTI-OVERFLOW MOBILES)
   ========================================================================== */
@media (max-width: 768px) {
    .rg-faq-footer-wrapper {
        padding: 35px 12px !important;
    }
    
    .rg-faq-main-title {
        font-size: 21px !important;
        margin-bottom: 25px !important;
    }
    
    .rg-accordion-header {
        padding: 14px 16px !important;
        font-size: 14px !important;
        padding-left: 40px !important;
    }
    
    .rg-accordion-header::after {
        left: 16px;
    }
    
    .rg-accordion-body {
        padding: 0 16px 16px 16px !important;
    }
    
    .rg-accordion-body p {
        font-size: 13px !important;
        line-height: 1.7;
    }
    
    .rg-final-cta-box {
        padding: 25px 16px !important;
        border-radius: 14px;
    }
    
    .rg-final-title {
        font-size: 18px !important;
    }
    
    .rg-final-desc {
        font-size: 13px !important;
        line-height: 1.7;
    }
    
    .rg-final-btn {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 14.5px !important;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42c681a *//*=====================================================
  MAIN CONTAINER & BG GRADIENT
======================================================*/
.rk-premium-cta, .rk-premium-cta * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}

.rk-premium-cta {
    direction: rtl;
    position: relative;
    overflow: hidden;
    padding: 40px 16px;
    margin: 24px auto;
    border-radius: 24px; /* فلت و شیک هماهنگ با لندینگ */
    background: linear-gradient(135deg, #063B66 0%, #08497A 45%, #0B5A8F 100%);
    box-shadow: 0 20px 50px rgba(6, 59, 102, 0.15);
    isolation: isolate;
}

/* افکت‌های نئونی پس‌زمینه بدون ایجاد اسکرول خراب */
.rk-premium-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.rk-premium-bg:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -100px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 31, 0.22), transparent 70%);
    filter: blur(40px);
}
.rk-premium-bg:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -100px;
    bottom: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
    filter: blur(40px);
}

.rk-premium-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

/*=====================================================
  HEADER STYLES (رعایت خطوط ۱.۴ مد نظر شما)
======================================================*/
.rk-premium-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.rk-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
    color: #FFD2A8;
}

.rk-premium-header h2 {
    margin: 16px 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4 !important;
    color: #ffffff;
}

.rk-premium-header p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
    margin-bottom: 12px;
}

/*=====================================================
  CONTACT CARDS GRID (۳ ستونه دسکتاپ)
======================================================*/
.rk-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.rk-contact-card {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* خط نئونی بالای کارت در حالت هاور */
.rk-contact-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff5b1f, #ff9645);
    opacity: 0;
    border-radius: 16px 16px 0 0;
}

.rk-contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.rk-contact-card:hover:before {
    opacity: 1;
}

.rk-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rk-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: linear-gradient(135deg, #ff5b1f, #ff9448);
    box-shadow: 0 8px 20px rgba(255, 91, 31, 0.25);
    color: #ffffff;
    flex-shrink: 0;
}

.rk-contact-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.4 !important;
}

.rk-contact-card p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
}

.rk-contact-card a {
    font-size: 15px;
    font-weight: 700;
    color: #FFD2A8;
    text-decoration: none;
    margin-top: auto;
    width: max-content;
}

.rk-contact-card a:hover {
    color: #ffffff;
    transform: translateX(-4px);
}

/* افکت کارتهای سوشال */
.rk-contact-card.social {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
}
.rk-contact-card.social a {
    font-size: 12.5px;
    border-bottom: 1px solid #FFD2A8;
    padding-bottom: 2px;
}

/*=====================================================
  CTA BUTTONS AREA (استایل دوتکه جدید دکمه ها)
======================================================*/
.rk-cta-area {
    text-align: center;
    margin: 40px auto;
}

.rk-cta-area h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.4 !important;
}

.rk-cta-area p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.rk-buttons {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.rk-card-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 12px; /* فلت و متناسب */
    text-decoration: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.rk-card-btn:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* دکمه اصلی تمایز رنگی */
.rk-card-btn.primary {
    background: linear-gradient(135deg, #ff5b1f, #ff8c38);
    border: none;
    box-shadow: 0 10px 25px rgba(255, 91, 31, 0.3);
}

.rk-card-btn .btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    flex-shrink: 0;
}

.btn-text {
    text-align: right;
}
.btn-text h4 {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}
.btn-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.btn-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: auto; /* هدایت به چپ ترین نقطه کارت */
}

.rk-card-btn:hover .btn-arrow {
    transform: translateX(-4px);
    background: #ffffff;
    color: #063B66;
}

/*=====================================================
  FORM REMINDER
======================================================*/
.rk-form-reminder {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    margin-top: 32px;
}

.rk-form-icon {
    color: #ff9448;
    font-size: 20px;
    animation: rkPulse 2s infinite ease-in-out;
}

.rk-form-txt-box h4 {
    font-size: 14.5px;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.4 !important;
}

.rk-form-txt-box p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
}

@keyframes rkPulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

/*=====================================================
  RESPONSIVE MOBILE (اعمال مهار و فشرده‌سازی فواصل)
======================================================*/
@media (max-width: 992px) {
    .rk-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rk-buttons {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .rk-premium-cta {
        padding: 24px 8px;
    }
    
    .rk-premium-header h2 {
        font-size: 20px;
    }
    
    .rk-premium-header p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* اعمال فشرده‌سازی ۵ پیکسلی نادر جهت مهار اسکرول سنگین موبایل */
    .rk-contact-grid {
        grid-template-columns: 1fr;
        gap: 5px !important;
        margin-bottom: 24px;
    }
    
    .rk-contact-card {
        padding: 12px;
        gap: 6px;
    }
    .rk-contact-card h3 { font-size: 14px; }
    .rk-contact-card p { font-size: 12.5px; }
    
    .rk-cta-area h3 { font-size: 16px; }
    
    /* فاصله فشرده ۵ پیکسلی دکمه‌های اکشن تلفن همراه */
    .rk-buttons {
        gap: 5px !important;
    }
    
    .rk-card-btn {
        padding: 12px;
    }
    
    .rk-form-reminder {
        padding: 12px;
        flex-direction: row; /* جلوگیری از ستونی شدن بیهوده و اشغال فضا */
        align-items: flex-start;
    }
    .rk-form-txt-box h4 { font-size: 13px; }
    .rk-form-txt-box p { font-size: 12px; }
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}
#page, .site, .elementor {
    overflow: hidden !important;
}/* End custom CSS */