.elementor-2287 .elementor-element.elementor-element-87b5640{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-87b5640:not(.elementor-motion-effects-element-type-background), .elementor-2287 .elementor-element.elementor-element-87b5640 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2287 .elementor-element.elementor-element-c36d942{--display:flex;}.elementor-2287 .elementor-element.elementor-element-01c5b72{--display:flex;}.elementor-2287 .elementor-element.elementor-element-d764ee3{--display:flex;}.elementor-2287 .elementor-element.elementor-element-52246a3{--display:flex;}.elementor-2287 .elementor-element.elementor-element-d59af2a{--display:flex;}.elementor-2287 .elementor-element.elementor-element-219cf59{--display:flex;}.elementor-2287 .elementor-element.elementor-element-6e109d8{--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;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-d3e1a8d{--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-2287 .elementor-element.elementor-element-87b5640{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-c36d942{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-01c5b72{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-d764ee3{--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-52246a3{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-d59af2a{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-219cf59{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-6e109d8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2287 .elementor-element.elementor-element-d3e1a8d{--margin-top:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-97a4b02 *//* تمام فونت‌ها بر اساس فونت جاری بدنه قالب شما رندر می‌شوند */

.rg-sec2-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec2-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* رعایت قانون خط طلایی نادر روی تمام تایتل‌ها */
.rg-sec2-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 20px;
}

.rg-sec2-sub-title {
    color: #063B66;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4 !important;
    margin: 40px 0 25px 0;
    border-right: 4px solid #FF5B1F;
    padding-right: 12px;
}

.rg-sec2-intro-text {
    color: #4A5568;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    max-width: 850px;
    margin: 0 auto 30px auto;
}

/* انکر لینک سئوشده به هوم‌پیج */
.rg-sec2-anchor-link {
    color: #FF5B1F;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px dotted #FF5B1F;
    transition: all 0.2s ease;
}

.rg-sec2-anchor-link:hover {
    color: #063B66;
    border-bottom-color: #063B66;
}

/* گرید فکت شیت */
.rg-sec2-facts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 50px;
}

.rg-sec2-fact-card {
    display: flex;
    gap: 20px;
    background: #F8FAFC;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(6, 59, 102, 0.04);
    transition: all 0.3s ease;
}

.rg-sec2-fact-card:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(6, 59, 102, 0.06);
    transform: translateY(-3px);
}

.rg-sec2-icon-box {
    width: 55px;
    height: 55px;
    background-color: #063B66;
    color: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(6, 59, 102, 0.15);
}

.rg-sec2-fact-content h4 {
    color: #063B66;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4 !important;
}

.rg-sec2-fact-content p {
    color: #64748B;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* باکس استراتژیک قانون اولویت استخدام */
.rg-sec2-law-box {
    background: linear-gradient(135deg, #063B66 0%, #032139 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(6, 59, 102, 0.15);
}

.rg-sec2-law-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rg-sec2-law-header i {
    font-size: 28px;
    color: #FF5B1F;
}

.rg-sec2-law-title {
    color: #ffffff !important; 
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 1.4 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.rg-sec2-law-desc {
    color: #E2E8F0;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}

.rg-sec2-law-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.rg-sec2-step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255, 255, 255, 0.06);
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.rg-sec2-step-num {
    width: 30px;
    height: 30px;
    background-color: #FF5B1F;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.rg-sec2-step-item p {
    color: #F1F5F9;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* ==========================================
   ریسبانسیو و مهار اسکرول موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 768px) {
    .rg-sec2-facts-grid {
        grid-template-columns: 1fr;
    }
    .rg-sec2-law-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .rg-sec2-wrapper {
        padding: 30px 10px;
    }
    .rg-sec2-main-title {
        font-size: 22px;
    }
    .rg-sec2-sub-title {
        font-size: 17px;
    }
    .rg-sec2-intro-text {
        font-size: 14px;
    }
    
    /* ضابطه قفل ۵ پیکسلی برای کارت‌های فکت شیت در موبایل */
    .rg-sec2-facts-grid {
        gap: 5px !important;
        margin-bottom: 30px !important;
    }
    
    .rg-sec2-fact-card {
        padding: 12px 10px !important;
        border-radius: 8px !important;
        gap: 10px !important;
    }
    
    .rg-sec2-icon-box {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border-radius: 8px;
    }
    
    .rg-sec2-fact-content h4 {
        font-size: 15px !important;
        margin-bottom: 4px;
    }
    
    .rg-sec2-fact-content p {
        font-size: 12px !important;
    }

    /* ضابطه قفل ۵ پیکسلی برای استپ‌های قانون در موبایل */
    .rg-sec2-law-box {
        padding: 20px 12px !important;
        border-radius: 16px !important;
    }
    
    .rg-sec2-law-title {
        font-size: 16px !important;
    }
    
    .rg-sec2-law-desc {
        font-size: 13px;
    }
    
    .rg-sec2-law-steps {
        gap: 5px !important;
    }
    
    .rg-sec2-step-item {
        padding: 12px 10px !important;
        border-radius: 8px !important;
        gap: 10px !important;
    }
    
    .rg-sec2-step-num {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .rg-sec2-step-item p {
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-874514e *//* تمام فونت‌ها به صورت بومی از بدنه سایت شما ارث‌بری می‌کنند */

.rg-sec3-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec3-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* رعایت قانون خط طلایی نادر روی عنوان اصلی */
.rg-sec3-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 40px;
}

/* پنهان کردن رادیو باتن‌های کنترلی سیستم تب */
.rg-tabs-wrapper input[type="radio"] {
    display: none;
}

/* منوی تب‌ها */
.rg-tabs-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    background-color: #F8FAFC;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid rgba(6, 59, 102, 0.05);
    gap: 10px;
}

.rg-tab-nav-item {
    flex: 1;
}

.rg-tab-nav-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    background-color: transparent;
    color: #64748B;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.4 !important;
}

.rg-tab-nav-item label i {
    font-size: 18px;
}

.rg-tab-nav-item label:hover {
    color: #063B66;
    background-color: rgba(6, 59, 102, 0.03);
}

/* محفظه نگهدارنده محتوا */
.rg-tabs-content-container {
    background: #ffffff;
    border: 1px solid rgba(6, 59, 102, 0.08);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(6, 59, 102, 0.04);
}

.rg-tab-content {
    display: none;
    animation: rgFadeIn 0.4s ease forwards;
}

/* پدیدار شدن محتوای تب متناظر با کلیک رادیو باتن */
#rg-tab-medical:checked ~ .rg-tabs-menu .rg-tab-nav-item:nth-child(1) label { background-color: #063B66; color: #ffffff; box-shadow: 0 8px 16px rgba(6, 59, 102, 0.15); }
#rg-tab-it:checked ~ .rg-tabs-menu .rg-tab-nav-item:nth-child(2) label { background-color: #063B66; color: #ffffff; box-shadow: 0 8px 16px rgba(6, 59, 102, 0.15); }
#rg-tab-engineering:checked ~ .rg-tabs-menu .rg-tab-nav-item:nth-child(3) label { background-color: #063B66; color: #ffffff; box-shadow: 0 8px 16px rgba(6, 59, 102, 0.15); }
#rg-tab-tourism:checked ~ .rg-tabs-menu .rg-tab-nav-item:nth-child(4) label { background-color: #063B66; color: #ffffff; box-shadow: 0 8px 16px rgba(6, 59, 102, 0.15); }

#rg-tab-medical:checked ~ .rg-tabs-content-container .content-medical { display: block; }
#rg-tab-it:checked ~ .rg-tabs-content-container .content-it { display: block; }
#rg-tab-engineering:checked ~ .rg-tabs-content-container .content-engineering { display: block; }
#rg-tab-tourism:checked ~ .rg-tabs-content-container .content-tourism { display: block; }

/* استایل داخلی بلاک‌های محتوا */
.rg-content-block {
    margin-bottom: 35px;
}
.rg-content-block:last-child {
    margin-bottom: 0;
}

.rg-content-block h3 {
    color: #063B66;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.4 !important;
}
.rg-content-block h3 i {
    color: #FF5B1F;
}

.rg-content-block p {
    color: #4A5568;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

/* باکس درآمد داخل تب */
.rg-sec3-income-box {
    background-color: #FFF5F5;
    border-right: 4px solid #B22222;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.rg-sec3-income-lbl { color: #063B66; font-weight: 700; font-size: 16px; }
.rg-sec3-income-val { color: #B22222; font-weight: 800; font-size: 22px; }
.rg-sec3-income-sub { color: #718096; font-size: 13px; }

/* ساختار ستون‌های داخل تب */
.rg-sec3-split-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    margin-bottom: 25px;
}

.rg-sec3-split-col h4 {
    color: #063B66;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4 !important;
}

.rg-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rg-bullet-list li {
    position: relative;
    padding-right: 20px;
    color: #4A5568;
    font-size: 15px;
    margin-bottom: 10px;
}
.rg-bullet-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    color: #063B66;
    font-size: 14px;
}

/* جعبه‌های شرط و مزیت */
.rg-condition-box, .rg-advantage-box {
    background-color: #F8FAFC;
    padding: 20px;
    border-radius: 14px;
    border: 1px dashed rgba(6, 59, 102, 0.15);
}
.rg-condition-box h4 { color: #B22222 !important; }
.rg-advantage-box h4 i { color: #FF5B1F; margin-left: 5px; }

/* گرید لیست مهندسی */
.rg-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
}

/* بلاک دوم (پرستاری) */
.rg-secondary-block {
    border-top: 1px dashed rgba(6, 59, 102, 0.15);
    padding-top: 35px;
    margin-top: 35px;
}

/* زون دکمه اکشن تب‌ها */
.rg-tab-action-zone {
    margin-top: 20px;
}

.rg-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.rg-btn-blue {
    background-color: #063B66;
    color: #ffffff !important;
    box-shadow: 0 6px 15px rgba(6, 59, 102, 0.15);
}
.rg-btn-blue:hover {
    background-color: #FF5B1F;
    box-shadow: 0 8px 20px rgba(255, 91, 31, 0.25);
    transform: translateY(-2px);
}

.rg-btn-orange {
    background-color: #FF5B1F;
    color: #ffffff !important;
    box-shadow: 0 6px 15px rgba(255, 91, 31, 0.15);
}
.rg-btn-orange:hover {
    background-color: #063B66;
    box-shadow: 0 8px 20px rgba(6, 59, 102, 0.25);
    transform: translateY(-2px);
}

/* انیمیشن پدیدار شدن محتوا */
@keyframes rgFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   ریسبانسیو و مهار اسکرول موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 992px) {
    .rg-tabs-menu {
        flex-direction: column;
        gap: 5px !important; /* قفل اولیه فاصله دکمه‌ها */
    }
    .rg-sec3-split-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .rg-sec3-wrapper {
        padding: 30px 10px;
    }
    .rg-sec3-main-title {
        font-size: 22px;
    }
    
    /* ضابطه قفل ۵ پیکسلی نادر روی دکمه‌های ناوبری تب در موبایل */
    .rg-tabs-menu {
        gap: 5px !important;
        padding: 6px !important;
        border-radius: 10px !important;
    }
    
    .rg-tab-nav-item label {
        padding: 10px 6px !important;
        font-size: 13px !important;
        border-radius: 8px !important;
    }

    .rg-tab-nav-item label i {
        font-size: 15px !important;
    }

    .rg-tabs-content-container {
        padding: 20px 12px !important;
        border-radius: 16px !important;
    }

    .rg-content-block h3 {
        font-size: 18px !important;
    }

    .rg-content-block p {
        font-size: 14px !important;
        line-height: 1.7;
    }

    .rg-sec3-income-box {
        padding: 12px 10px !important;
        gap: 5px !important;
    }
    .rg-sec3-income-lbl { font-size: 13px; }
    .rg-sec3-income-val { font-size: 18px !important; }

    /* ضابطه قفل ۵ پیکسلی برای آیتم‌های لیست */
    .rg-grid-list {
        grid-template-columns: 1fr;
        gap: 5px !important;
    }
    .rg-bullet-list li {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }

    .rg-tab-btn {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8979703 *//* استفاده از فونت‌های بومی قالب سایت جهت بهینه‌سازی سرعت لود */

.rg-sec4-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec4-container {
    max-width: 900px;
    margin: 0 auto;
}

/* رعایت قانون خط طلایی نادر روی عنوان اصلی */
.rg-sec4-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 35px;
}

/* استایل جدول در دسکتاپ */
.rg-table-responsive-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(6, 59, 102, 0.05);
    border: 1px solid rgba(6, 59, 102, 0.08);
}

.rg-income-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

.rg-income-table th {
    background-color: #063B66;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 24px;
    line-height: 1.4 !important;
}

.rg-income-table td {
    padding: 16px 24px;
    color: #4A5568;
    font-size: 15px;
    border-bottom: 1px solid rgba(6, 59, 102, 0.05);
}

/* ردیف‌های راه‌راه برای خوانایی بی‌نظیر دیتای جدول */
.rg-income-table tbody tr:nth-child(even) {
    background-color: #F8FAFC;
}

.rg-income-table tbody tr:hover {
    background-color: rgba(255, 91, 31, 0.03);
}

.rg-td-job {
    color: #063B66 !important;
    font-weight: 700;
}

.rg-td-year {
    color: #FF5B1F !important;
    font-weight: 700;
}

/* استایل باکس پی‌نوشت */
.rg-table-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: #F0F4F8;
    padding: 15px 20px;
    border-radius: 12px;
    margin-top: 25px;
    border-right: 4px solid #063B66;
}

.rg-table-note i {
    color: #063B66;
    font-size: 18px;
    margin-top: 2px;
}

.rg-table-note p {
    color: #64748B;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* ==========================================
   ریسبانسیو و دگرگونی ساختار جدول در موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 600px) {
    
    /* از بین بردن ساختار تگ‌های جدول و تبدیل به حالت کارتی ماتریکسی */
    .rg-income-table, 
    .rg-income-table thead, 
    .rg-income-table tbody, 
    .rg-income-table th, 
    .rg-income-table tr, 
    .rg-income-table td { 
        display: block; 
    }
    
    /* مخفی کردن هدر اصلی جدول در موبایل */
    .rg-income-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .rg-table-responsive-wrapper {
        border: none;
        box-shadow: none;
        overflow: visible;
    }
    
    /* اعمال ضابطه قفل ۵ پیکسلی روی فواصل کارت‌ها در موبایل برای جلوگیری از شلختگی */
    .rg-income-table tbody {
        display: flex;
        flex-direction: column;
        gap: 5px !important;
    }

    .rg-income-table tr {
        background: #F8FAFC !important;
        border: 1px solid rgba(6, 59, 102, 0.08) !important;
        border-radius: 12px !important;
        padding: 10px 12px !important;
        box-shadow: 0 4px 10px rgba(6, 59, 102, 0.02);
    }
    
    /* استایل‌دهی ردیف‌های داخلی کارت بر اساس دیتا لِیبل‌ها */
    .rg-income-table td { 
        border: none !important;
        padding: 6px 0 !important;
        position: relative;
        padding-right: 50% !important; /* ایجاد فضای دو ستونه مجازی */
        text-align: left !important;
        font-size: 13px !important;
    }
    
    .rg-income-table td::before { 
        content: attr(data-label);
        position: absolute;
        right: 0;
        width: 45%; 
        padding-right: 5px;
        font-weight: 700;
        color: #64748B;
        text-align: right;
    }

    /* شخصی‌سازی فیلدهای خاص در کارت موبایل */
    .rg-td-job {
        font-size: 15px !important;
        border-bottom: 1px dashed rgba(6, 59, 102, 0.1) !important;
        padding-bottom: 8px !important;
        margin-bottom: 4px;
        color: #063B66 !important;
    }
    .rg-td-job::before {
        color: #063B66 !important;
    }
}

@media (max-width: 480px) {
    .rg-sec4-wrapper {
        padding: 30px 10px;
    }
    .rg-sec4-main-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .rg-table-note {
        padding: 12px 15px !important;
        margin-top: 15px !important;
    }
    .rg-table-note p {
        font-size: 12px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c10b54d *//* تمام استایل‌ها بر اساس فونت پایه و لود شده در المنتور شما رندر می‌شوند */

.rg-sec5-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec5-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* قانون خط طلایی نادر روی عنوان‌های اصلی */
.rg-sec5-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 15px;
}

.rg-sec5-sub-title {
    color: #063B66;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin: 50px 0 15px 0;
}

.rg-sec5-main-desc {
    color: #4A5568;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px auto;
}

/* گرید چالش‌ها */
.rg-sec5-challenges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 20px;
}

.rg-sec5-challenge-card {
    display: flex;
    gap: 20px;
    background-color: #FFF5F5; /* پس‌زمینه ملایم اخطار برای چالش‌ها */
    border: 1px solid rgba(178, 34, 34, 0.05);
    padding: 24px;
    border-radius: 16px;
    border-right: 4px solid #B22222; /* مرز قرمز جهت اهمیت چالش */
}

.rg-sec5-ch-icon {
    width: 50px;
    height: 50px;
    background-color: #B22222;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 6px 12px rgba(178, 34, 34, 0.15);
}

.rg-sec5-ch-content h4 {
    color: #063B66;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4 !important;
}

.rg-sec5-ch-content p {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* گرید راه‌های پیدا کردن کار */
.rg-sec5-methods-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.rg-sec5-method-card {
    background-color: #F8FAFC;
    border: 1px solid rgba(6, 59, 102, 0.05);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(6, 59, 102, 0.02);
}

.rg-sec5-method-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(6, 59, 102, 0.06);
    padding-bottom: 12px;
}

.rg-sec5-method-header i {
    font-size: 22px;
    color: #FF5B1F;
}

.rg-sec5-method-header h4 {
    color: #063B66;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4 !important;
}

/* لیست پلتفرم‌ها */
.rg-sec5-platforms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-sec5-platforms-list li {
    position: relative;
    padding-right: 22px;
    color: #4A5568;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.rg-sec5-platforms-list li:last-child {
    margin-bottom: 0;
}

.rg-sec5-platforms-list li::before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    color: #FF5B1F;
    font-size: 14px;
}

/* استایل داخلی کارت دوم */
.rg-sec5-method-body h5 {
    color: #063B66;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4 !important;
}

.rg-sec5-method-body h5 i {
    color: #063B66;
    font-size: 14px;
}

.rg-sec5-method-body p {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

.rg-mt-20 {
    margin-top: 20px !important;
}

/* انکر لینک سئوشده راهکارگشت */
.rg-sec5-anchor {
    color: #063B66;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px dotted #063B66;
    transition: all 0.2s ease;
}

.rg-sec5-anchor:hover {
    color: #FF5B1F;
    border-bottom-color: #FF5B1F;
}

/* بخش دکمه نهایی جاب‌آفر */
.rg-sec5-action-zone {
    text-align: center;
    margin-top: 40px;
}

.rg-sec5-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #FF5B1F; /* استفاده از نارنجی برند برای دکمه اصلی جهت بالاترین بازدهی نرخ کلیک */
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 35px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 91, 31, 0.2);
}

.rg-sec5-action-btn:hover {
    background-color: #063B66;
    box-shadow: 0 10px 25px rgba(6, 59, 102, 0.2);
    transform: translateY(-2px);
}

/* ==========================================
   ریسبانسیو و مهار اسکرول موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 768px) {
    .rg-sec5-challenges-grid,
    .rg-sec5-methods-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .rg-sec5-wrapper {
        padding: 30px 10px;
    }
    .rg-sec5-main-title {
        font-size: 22px;
    }
    .rg-sec5-sub-title {
        font-size: 19px;
    }
    .rg-sec5-main-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    /* ضابطه قفل ۵ پیکسلی نادر روی گرید چالش‌ها در موبایل */
    .rg-sec5-challenges-grid {
        gap: 5px !important;
        margin-bottom: 30px !important;
    }

    .rg-sec5-challenge-card {
        padding: 15px 12px !important;
        border-radius: 10px !important;
        gap: 12px !important;
    }

    .rg-sec5-ch-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 8px;
    }

    .rg-sec5-ch-content h4 {
        font-size: 15px !important;
    }

    .rg-sec5-ch-content p {
        font-size: 12px !important;
        line-height: 1.6;
    }

    /* ضابطه قفل ۵ پیکسلی روی گرید روش‌های کاریابی در موبایل */
    .rg-sec5-methods-grid {
        gap: 5px !important;
    }

    .rg-sec5-method-card {
        padding: 20px 12px !important;
        border-radius: 12px !important;
    }

    .rg-sec5-method-header {
        margin-bottom: 15px !important;
    }

    .rg-sec5-method-header h4 {
        font-size: 15px !important;
    }

    .rg-sec5-platforms-list li {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }

    .rg-sec5-method-body h5 {
        font-size: 13px !important;
    }

    .rg-sec5-method-body p {
        font-size: 12px !important;
    }

    .rg-sec5-action-btn {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-446c3bb *//* رندرینگ کاملاً بومی بر اساس تنظیمات فونت قالب شما در المنتور */

.rg-sec6-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec6-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* رعایت قانون خط طلایی نادر روی تایتل‌ها */
.rg-sec6-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 15px;
}

.rg-sec6-sub-title {
    color: #063B66;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin: 60px 0 15px 0;
}

.rg-sec6-main-desc {
    color: #4A5568;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px auto;
}

/* معماری بخش تایم‌لاین گام‌ها */
.rg-sec6-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto 50px auto;
    position: relative;
}

.rg-sec6-timeline::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background-color: rgba(6, 59, 102, 0.1);
}

.rg-sec6-time-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    background-color: #F8FAFC;
    padding: 20px 25px;
    border-radius: 16px;
    border: 1px solid rgba(6, 59, 102, 0.04);
}

.rg-sec6-time-num {
    width: 50px;
    height: 50px;
    background-color: #063B66;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 6px 12px rgba(6, 59, 102, 0.15);
    z-index: 2;
}

.rg-sec6-time-content h4 {
    color: #063B66;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.4 !important;
}

.rg-sec6-time-content p {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* گرید کارت‌های شهرها */
.rg-sec6-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.rg-sec6-city-card {
    background-color: #ffffff;
    border: 1px solid rgba(6, 59, 102, 0.08);
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(6, 59, 102, 0.02);
    position: relative;
    transition: all 0.3s ease;
}

.rg-sec6-city-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(6, 59, 102, 0.06);
    border-color: rgba(255, 91, 31, 0.2);
}

.rg-sec6-city-badge {
    display: inline-block;
    background-color: rgba(6, 59, 102, 0.06);
    color: #063B66;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

.rg-sec6-city-card p {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

/* باکس کلید کلاسترها در پایان */
.rg-sec6-cluster-box {
    background: linear-gradient(135deg, rgba(6, 59, 102, 0.02) 0%, rgba(6, 59, 102, 0.08) 100%);
    border: 1px solid rgba(6, 59, 102, 0.08);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.rg-sec6-cluster-box h4 {
    color: #063B66;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.4 !important;
}

.rg-sec6-cluster-box h4 i {
    color: #FF5B1F;
}

.rg-sec6-cluster-box p {
    color: #4A5568;
    font-size: 15px;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto 30px auto;
    text-align: justify;
}

/* بخش دکمه لینک بیرونی پیشنهادی */
.rg-sec6-action-zone {
    text-align: center;
}

.rg-sec6-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #063B66;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 35px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(6, 59, 102, 0.15);
}

.rg-sec6-action-btn:hover {
    background-color: #FF5B1F; /* سوییچ به نارنجی در هاور جهت همبستگی هویت بصری */
    box-shadow: 0 10px 25px rgba(255, 91, 31, 0.25);
    transform: translateY(-2px);
}

/* ==========================================
   ریسبانسیو و مهار اسکرول موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 768px) {
    .rg-sec6-timeline::before {
        right: 15px;
    }
    .rg-sec6-time-item {
        gap: 15px;
        padding: 15px;
    }
    .rg-sec6-time-num {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rg-sec6-wrapper {
        padding: 30px 10px;
    }
    .rg-sec6-main-title {
        font-size: 22px;
    }
    .rg-sec6-sub-title {
        font-size: 20px;
        margin-top: 40px;
    }
    .rg-sec6-main-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    /* ضابطه قفل ۵ پیکسلی نادر روی گام‌های زمانی در موبایل */
    .rg-sec6-timeline {
        gap: 5px !important;
        margin-bottom: 35px !important;
    }
    .rg-sec6-time-item {
        border-radius: 10px !important;
        padding: 12px 10px !important;
    }
    .rg-sec6-time-content h4 {
        font-size: 15px !important;
    }
    .rg-sec6-time-content p {
        font-size: 12px !important;
    }

    /* ضابطه قفل ۵ پیکسلی روی گرید شهرهای اسپانیا در موبایل */
    .rg-sec6-cities-grid {
        gap: 5px !important;
        margin-bottom: 35px !important;
    }
    .rg-sec6-city-card {
        padding: 15px 12px !important;
        border-radius: 12px !important;
    }
    .rg-sec6-city-badge {
        font-size: 12px !important;
        padding: 4px 12px !important;
        margin-bottom: 10px !important;
    }
    .rg-sec6-city-card p {
        font-size: 12px !important;
    }

    /* مهار باکس کلوزینگ کلاستر در موبایل */
    .rg-sec6-cluster-box {
        padding: 20px 12px !important;
        border-radius: 16px !important;
    }
    .rg-sec6-cluster-box h4 {
        font-size: 16px !important;
    }
    .rg-sec6-cluster-box p {
        font-size: 13px !important;
        line-height: 1.7;
    }
    .rg-sec6-action-btn {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-146652c *//* ارث‌بری کاملاً بومی و مهار ماتریکسی کدهای استایل روی فونت لود شده در بدنه سایت شما */

.rg-sec7-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 20px;
    box-sizing: border-box;
    direction: rtl;
}

.rg-sec7-container {
    max-width: 850px;
    margin: 0 auto;
}

/* قانون خط طلایی نادر روی عنوان اصلی */
.rg-sec7-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 40px;
}

/* ساختار آکاردئون بدون جاوااسکریپت */
.rg-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
}

.rg-faq-item {
    background-color: #F8FAFC;
    border: 1px solid rgba(6, 59, 102, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rg-faq-toggle {
    display: none; /* پنهان کردن چک‌باکس کنترلی */
}

.rg-faq-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    color: #063B66;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    line-height: 1.5 !important;
}

.rg-faq-trigger .rg-arrow {
    font-size: 14px;
    color: #64748B;
    transition: transform 0.3s ease;
}

/* محتوای مخفی که با ترفند مکس-هایت باز میشه */
.rg-faq-target {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
}

.rg-faq-target p {
    color: #4A5568;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 25px 20px 25px;
    margin: 0;
    text-align: justify;
    border-top: 1px dashed rgba(6, 59, 102, 0.05);
    padding-top: 15px;
}

/* استایل‌های وضعیت کلیک شده (Open Status) */
.rg-faq-toggle:checked ~ .rg-faq-trigger {
    background-color: rgba(6, 59, 102, 0.02);
    color: #FF5B1F;
}

.rg-faq-toggle:checked ~ .rg-faq-trigger .rg-arrow {
    transform: rotate(180deg);
    color: #FF5B1F;
}

.rg-faq-toggle:checked ~ .rg-faq-target {
    max-height: 300px; /* حداکثر ارتفاع باز شدن سقف پاسخ */
}

/* ==========================================
   دیزاین بنر نهایی نرخ تبدیل (CTA)
   ========================================== */
.rg-sec7-cta-banner {
    background: linear-gradient(135deg, #052E50 0%, #0B4775 100%);
    border-radius: 28px;
    padding: 45px 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(6, 59, 102, 0.15);
    position: relative;
    overflow: hidden;
}

/* افکت نوری دکوراتیو در پس‌زمینه بنر نهایی */
.rg-sec7-cta-banner::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
    pointer-events: none;
}

.rg-sec7-cta-badge {
    display: inline-block;
    background-color: rgba(255, 91, 31, 0.15);
    color: #FF8454;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 91, 31, 0.2);
}

.rg-sec7-cta-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4 !important;
    margin: 0 0 20px 0;
}

.rg-sec7-cta-desc {
    color: #E2E8F0;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 15px 0;
}

.rg-sec7-cta-subdesc {
    color: #CBD5E1;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 35px 0;
}

.rg-sec7-action-zone {
    text-align: center;
}

/* دکمه طلایی لوکس با بالاترین تضاد رنگی ممکن جهت جلب توجه */
.rg-sec7-gold-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #052E50 !important;
    text-decoration: none !important;
    padding: 16px 40px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.rg-sec7-gold-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.45);
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

/* ==========================================
   ریسبانسیو و مهار اسکرول موبایل (ضابطه قفل ۵ پیکسلی)
   ========================================== */
@media (max-width: 480px) {
    .rg-sec7-wrapper {
        padding: 30px 10px;
    }
    .rg-sec7-main-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    /* ضابطه قفل ۵ پیکسلی روی فواصل آکاردئون متداول در موبایل */
    .rg-faq-accordion {
        gap: 5px !important;
        margin-bottom: 40px !important;
    }

    .rg-faq-trigger {
        padding: 15px 12px !important;
        font-size: 14px !important;
    }

    .rg-faq-target p {
        padding: 0 12px 15px 12px !important;
        font-size: 13px !important;
        line-height: 1.7;
    }

    /* مهار باکس بنر پایانی در موبایل */
    .rg-sec7-cta-banner {
        padding: 30px 15px !important;
        border-radius: 18px !important;
    }

    .rg-sec7-cta-title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .rg-sec7-cta-desc, 
    .rg-sec7-cta-subdesc {
        font-size: 13px !important;
        line-height: 1.7;
        margin-bottom: 15px !important;
    }

    .rg-sec7-cta-subdesc {
        margin-bottom: 25px !important;
    }

    .rg-sec7-gold-btn {
        width: 100%;
        justify-content: center;
        font-size: 15px;
        padding: 14px 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2e238f *//*=====================================================
  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 {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* مهار کردن کانتینرهای اصلی المنتور که ممکنه بیرون زده باشن */
.elementor-section-wrap, 
.elementor-section, 
.elementor-container,
.elementor-widget-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}
/* ==========================================================================
   FIXED PREMIUM CSS - ALL SECTIONS
   AGENCY: RAHKAR GASHT
   DEVELOPER: NADER (BUG-FREE MOBILE GRID)
   ========================================================================== */

/* رفع مشکل اسکرول افقی در بدنه اصلی کل سکشن‌ها */
.rg-sec4-wrapper,
.rg-sec5-wrapper,
.rg-sec6-wrapper,
.rg-sec7-wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; /* جلوگیری قاطع از هرگونه اسکرول افقی زاید */
}

/* ==========================================
   SECTION 4: INCOME TABLE FIXED CSS
   ========================================== */
.rg-sec4-wrapper {
    background-color: #ffffff;
    padding: 60px 20px;
    direction: rtl;
}
.rg-sec4-container {
    max-width: 900px;
    margin: 0 auto;
}
.rg-sec4-main-title {
    color: #063B66;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4 !important;
    text-align: center;
    margin-bottom: 35px;
}
.rg-table-responsive-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(6, 59, 102, 0.05);
    border: 1px solid rgba(6, 59, 102, 0.08);
}
.rg-income-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}
.rg-income-table th {
    background-color: #063B66;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 24px;
    line-height: 1.4 !important;
}
.rg-income-table td {
    padding: 16px 24px;
    color: #4A5568;
    font-size: 15px;
    border-bottom: 1px solid rgba(6, 59, 102, 0.05);
}
.rg-income-table tbody tr:nth-child(even) { background-color: #F8FAFC; }
.rg-income-table tbody tr:hover { background-color: rgba(255, 91, 31, 0.03); }
.rg-td-job { color: #063B66 !important; font-weight: 700; }
.rg-td-year { color: #FF5B1F !important; font-weight: 700; }
.rg-table-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: #F0F4F8;
    padding: 15px 20px;
    border-radius: 12px;
    margin-top: 25px;
    border-right: 4px solid #063B66;
}
.rg-table-note i { color: #063B66; font-size: 18px; margin-top: 2px; }
.rg-table-note p { color: #64748B; font-size: 13px; line-height: 1.6; margin: 0; text-align: justify; }

@media (max-width: 600px) {
    .rg-income-table, .rg-income-table thead, .rg-income-table tbody, .rg-income-table th, .rg-income-table tr, .rg-income-table td { 
        display: block; 
    }
    /* حل مشکل اسکرول افقی ناشی از left: -9999px قدیمی */
    .rg-income-table thead tr { 
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    .rg-table-responsive-wrapper { border: none; box-shadow: none; overflow: visible; }
    .rg-income-table tbody { display: flex; flex-direction: column; gap: 5px !important; }
    .rg-income-table tr {
        background: #F8FAFC !important;
        border: 1px solid rgba(6, 59, 102, 0.08) !important;
        border-radius: 12px !important;
        padding: 10px 12px !important;
        box-shadow: 0 4px 10px rgba(6, 59, 102, 0.02);
    }
    .rg-income-table td { 
        border: none !important;
        padding: 6px 0 !important;
        position: relative;
        padding-right: 45% !important;
        text-align: left !important;
        font-size: 13px !important;
    }
    .rg-income-table td::before { 
        content: attr(data-label);
        position: absolute;
        right: 0;
        width: 40%; 
        padding-right: 5px;
        font-weight: 700;
        color: #64748B;
        text-align: right;
    }
    .rg-td-job {
        font-size: 15px !important;
        border-bottom: 1px dashed rgba(6, 59, 102, 0.1) !important;
        padding-bottom: 8px !important;
        margin-bottom: 4px;
        color: #063B66 !important;
    }
}
@media (max-width: 480px) {
    .rg-sec4-wrapper { padding: 30px 10px; }
    .rg-sec4-main-title { font-size: 22px; margin-bottom: 25px; }
    .rg-table-note { padding: 12px 15px !important; margin-top: 15px !important; }
    .rg-table-note p { font-size: 12px !important; }
}

/* ==========================================
   SECTION 5: CHALLENGES & METHODS FIXED CSS
   ========================================== */
.rg-sec5-wrapper { background-color: #ffffff; padding: 60px 20px; direction: rtl; }
.rg-sec5-container { max-width: 1100px; margin: 0 auto; }
.rg-sec5-main-title { color: #063B66; font-size: 30px; font-weight: 800; line-height: 1.4 !important; text-align: center; margin-bottom: 15px; }
.rg-sec5-sub-title { color: #063B66; font-size: 24px; font-weight: 800; line-height: 1.4 !important; text-align: center; margin: 50px 0 15px 0; }
.rg-sec5-main-desc { color: #4A5568; font-size: 16px; line-height: 1.7; text-align: center; max-width: 800px; margin: 0 auto 35px auto; }
.rg-sec5-challenges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 20px; }
.rg-sec5-challenge-card { display: flex; gap: 20px; background-color: #FFF5F5; border: 1px solid rgba(178, 34, 34, 0.05); padding: 24px; border-radius: 16px; border-right: 4px solid #B22222; }
.rg-sec5-ch-icon { width: 50px; height: 50px; background-color: #B22222; color: #ffffff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; box-shadow: 0 6px 12px rgba(178, 34, 34, 0.15); }
.rg-sec5-ch-content h4 { color: #063B66; font-size: 17px; font-weight: 700; margin-bottom: 8px; line-height: 1.4 !important; }
.rg-sec5-ch-content p { color: #4A5568; font-size: 14px; line-height: 1.6; text-align: justify; margin: 0; }
.rg-sec5-methods-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.rg-sec5-method-card { background-color: #F8FAFC; border: 1px solid rgba(6, 59, 102, 0.05); border-radius: 20px; padding: 30px; box-shadow: 0 10px 30px rgba(6, 59, 102, 0.02); }
.rg-sec5-method-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; border-bottom: 2px solid rgba(6, 59, 102, 0.06); padding-bottom: 12px; }
.rg-sec5-method-header i { font-size: 22px; color: #FF5B1F; }
.rg-sec5-method-header h4 { color: #063B66; font-size: 18px; font-weight: 700; margin: 0; line-height: 1.4 !important; }
.rg-sec5-platforms-list { list-style: none; padding: 0; margin: 0; }
.rg-sec5-platforms-list li { position: relative; padding-right: 22px; color: #4A5568; font-size: 14px; line-height: 1.7; margin-bottom: 15px; }
.rg-sec5-platforms-list li::before { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 0; top: 2px; color: #FF5B1F; font-size: 14px; }
.rg-sec5-method-body h5 { color: #063B66; font-size: 15px; font-weight: 700; margin: 0 0 8px 0; display: flex; align-items: center; gap: 8px; line-height: 1.4 !important; }
.rg-sec5-method-body p { color: #4A5568; font-size: 14px; line-height: 1.6; text-align: justify; margin: 0; }
.rg-mt-20 { margin-top: 20px !important; }
.rg-sec5-anchor { color: #063B66; text-decoration: none; font-weight: 700; border-bottom: 2px dotted #063B66; transition: all 0.2s ease; }
.rg-sec5-anchor:hover { color: #FF5B1F; border-bottom-color: #FF5B1F; }
.rg-sec5-action-zone { text-align: center; margin-top: 40px; }
.rg-sec5-action-btn { display: inline-flex; align-items: center; gap: 10px; background-color: #FF5B1F; color: #ffffff !important; text-decoration: none !important; padding: 15px 35px; border-radius: 12px; font-size: 17px; font-weight: 700; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(255, 91, 31, 0.2); }
.rg-sec5-action-btn:hover { background-color: #063B66; box-shadow: 0 10px 25px rgba(6, 59, 102, 0.2); transform: translateY(-2px); }

@media (max-width: 768px) {
    .rg-sec5-challenges-grid, .rg-sec5-methods-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .rg-sec5-wrapper { padding: 30px 10px; }
    .rg-sec5-main-title { font-size: 22px; }
    .rg-sec5-sub-title { font-size: 19px; }
    .rg-sec5-main-desc { font-size: 14px; margin-bottom: 25px; }
    .rg-sec5-challenges-grid { gap: 5px !important; margin-bottom: 30px !important; }
    .rg-sec5-challenge-card { padding: 15px 12px !important; border-radius: 10px !important; gap: 12px !important; }
    .rg-sec5-ch-icon { width: 42px; height: 42px; font-size: 18px; border-radius: 8px; }
    .rg-sec5-ch-content h4 { font-size: 15px !important; }
    .rg-sec5-ch-content p { font-size: 12px !important; }
    .rg-sec5-methods-grid { gap: 5px !important; }
    .rg-sec5-method-card { padding: 20px 12px !important; border-radius: 12px !important; }
    .rg-sec5-method-header { margin-bottom: 15px !important; }
    .rg-sec5-method-header h4 { font-size: 15px !important; }
    .rg-sec5-platforms-list li { font-size: 12px !important; margin-bottom: 10px !important; }
    .rg-sec5-method-body h5 { font-size: 13px !important; }
    .rg-sec5-method-body p { font-size: 12px !important; }
    .rg-sec5-action-btn { width: 100%; justify-content: center; font-size: 15px; }
}

/* ==========================================
   SECTION 6: LEGAL STEPS & CITIES FIXED CSS
   ========================================== */
.rg-sec6-wrapper { background-color: #ffffff; padding: 60px 20px; direction: rtl; }
.rg-sec6-container { max-width: 1100px; margin: 0 auto; }
.rg-sec6-main-title { color: #063B66; font-size: 30px; font-weight: 800; line-height: 1.4 !important; text-align: center; margin-bottom: 15px; }
.rg-sec6-sub-title { color: #063B66; font-size: 26px; font-weight: 800; line-height: 1.4 !important; text-align: center; margin: 60px 0 15px 0; }
.rg-sec6-main-desc { color: #4A5568; font-size: 16px; line-height: 1.7; text-align: center; max-width: 850px; margin: 0 auto 40px auto; }
.rg-sec6-timeline { display: flex; flex-direction: column; gap: 20px; max-width: 850px; margin: 0 auto 50px auto; position: relative; }
.rg-sec6-timeline::before { content: ''; position: absolute; right: 25px; top: 30px; bottom: 30px; width: 2px; background-color: rgba(6, 59, 102, 0.1); }
.rg-sec6-time-item { display: flex; align-items: flex-start; gap: 20px; position: relative; background-color: #F8FAFC; padding: 20px 25px; border-radius: 16px; border: 1px solid rgba(6, 59, 102, 0.04); }
.rg-sec6-time-num { width: 50px; height: 50px; background-color: #063B66; color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; flex-shrink: 0; box-shadow: 0 6px 12px rgba(6, 59, 102, 0.15); z-index: 2; }
.rg-sec6-time-content h4 { color: #063B66; font-size: 17px; font-weight: 700; margin: 0 0 6px 0; line-height: 1.4 !important; }
.rg-sec6-time-content p { color: #4A5568; font-size: 14px; line-height: 1.6; text-align: justify; margin: 0; }
.rg-sec6-cities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; }
.rg-sec6-city-card { background-color: #ffffff; border: 1px solid rgba(6, 59, 102, 0.08); padding: 25px; border-radius: 18px; box-shadow: 0 10px 30px rgba(6, 59, 102, 0.02); position: relative; transition: all 0.3s ease; }
.rg-sec6-city-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(6, 59, 102, 0.06); border-color: rgba(255, 91, 31, 0.2); }
.rg-sec6-city-badge { display: inline-block; background-color: rgba(6, 59, 102, 0.06); color: #063B66; padding: 6px 16px; border-radius: 8px; font-weight: 700; font-size: 14px; margin-bottom: 15px; }
.rg-sec6-city-card p { color: #4A5568; font-size: 14px; line-height: 1.7; text-align: justify; margin: 0; }
.rg-sec6-cluster-box { background: linear-gradient(135deg, rgba(6, 59, 102, 0.02) 0%, rgba(6, 59, 102, 0.08) 100%); border: 1px solid rgba(6, 59, 102, 0.08); border-radius: 24px; padding: 40px; text-align: center; max-width: 900px; margin: 0 auto; }
.rg-sec6-cluster-box h4 { color: #063B66; font-size: 20px; font-weight: 800; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; line-height: 1.4 !important; }
.rg-sec6-cluster-box h4 i { color: #FF5B1F; }
.rg-sec6-cluster-box p { color: #4A5568; font-size: 15px; line-height: 1.8; max-width: 750px; margin: 0 auto 30px auto; text-align: justify; }
.rg-sec6-action-zone { text-align: center; }
.rg-sec6-action-btn { display: inline-flex; align-items: center; gap: 10px; background-color: #063B66; color: #ffffff !important; text-decoration: none !important; padding: 15px 35px; border-radius: 12px; font-size: 16px; font-weight: 700; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(6, 59, 102, 0.15); }
.rg-sec6-action-btn:hover { background-color: #FF5B1F; box-shadow: 0 10px 25px rgba(255, 91, 31, 0.25); transform: translateY(-2px); }

@media (max-width: 768px) {
    .rg-sec6-timeline::before { right: 15px; }
    .rg-sec6-time-item { gap: 15px; padding: 15px; }
    .rg-sec6-time-num { width: 32px; height: 32px; font-size: 14px; }
}
@media (max-width: 480px) {
    .rg-sec6-wrapper { padding: 30px 10px; }
    .rg-sec6-main-title { font-size: 22px; }
    .rg-sec6-sub-title { font-size: 20px; margin-top: 40px; }
    .rg-sec6-main-desc { font-size: 14px; margin-bottom: 25px; }
    .rg-sec6-timeline { gap: 5px !important; margin-bottom: 35px !important; }
    .rg-sec6-time-item { border-radius: 10px !important; padding: 12px 10px !important; }
    .rg-sec6-time-content h4 { font-size: 15px !important; }
    .rg-sec6-time-content p { font-size: 12px !important; }
    .rg-sec6-cities-grid { gap: 5px !important; margin-bottom: 35px !important; }
    .rg-sec6-city-card { padding: 15px 12px !important; border-radius: 12px !important; }
    .rg-sec6-city-badge { font-size: 12px !important; padding: 4px 12px !important; margin-bottom: 10px !important; }
    .rg-sec6-city-card p { font-size: 12px !important; }
    .rg-sec6-cluster-box { padding: 20px 12px !important; border-radius: 16px !important; }
    .rg-sec6-cluster-box h4 { font-size: 16px !important; }
    .rg-sec6-cluster-box p { font-size: 13px !important; line-height: 1.7; }
    .rg-sec6-action-btn { width: 100%; justify-content: center; font-size: 15px; }
}

/* ==========================================
   SECTION 7: FAQ & CTA FIXED CSS
   ========================================== */
.rg-sec7-wrapper { background-color: #ffffff; padding: 60px 20px; direction: rtl; }
.rg-sec7-container { max-width: 850px; margin: 0 auto; }
.rg-sec7-main-title { color: #063B66; font-size: 30px; font-weight: 800; line-height: 1.4 !important; text-align: center; margin-bottom: 40px; }
.rg-faq-accordion { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.rg-faq-item { background-color: #F8FAFC; border: 1px solid rgba(6, 59, 102, 0.06); border-radius: 14px; overflow: hidden; transition: all 0.3s ease; }
.rg-faq-toggle { display: none; }
.rg-faq-trigger { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; color: #063B66; font-size: 16px; font-weight: 700; cursor: pointer; user-select: none; line-height: 1.5 !important; }
.rg-faq-trigger .rg-arrow { font-size: 14px; color: #64748B; transition: transform 0.3s ease; }
.rg-faq-target { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1); background-color: #ffffff; }
.rg-faq-target p { color: #4A5568; font-size: 14px; line-height: 1.8; padding: 0 25px 20px 25px; margin: 0; text-align: justify; border-top: 1px dashed rgba(6, 59, 102, 0.05); padding-top: 15px; }
.rg-faq-toggle:checked ~ .rg-faq-trigger { background-color: rgba(6, 59, 102, 0.02); color: #FF5B1F; }
.rg-faq-toggle:checked ~ .rg-faq-trigger .rg-arrow { transform: rotate(180deg); color: #FF5B1F; }
.rg-faq-toggle:checked ~ .rg-faq-target { max-height: 350px; }

.rg-sec7-cta-banner { background: linear-gradient(135deg, #052E50 0%, #0B4775 100%); border-radius: 28px; padding: 45px 40px; text-align: center; box-shadow: 0 20px 50px rgba(6, 59, 102, 0.15); position: relative; overflow: hidden; }
.rg-sec7-cta-banner::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%); pointer-events: none; }
.rg-sec7-cta-badge { display: inline-block; background-color: rgba(255, 91, 31, 0.15); color: #FF8454; padding: 6px 18px; border-radius: 50px; font-size: 13px; font-weight: 700; margin-bottom: 20px; border: 1px solid rgba(255, 91, 31, 0.2); }
.rg-sec7-cta-title { color: #ffffff; font-size: 24px; font-weight: 800; line-height: 1.4 !important; margin: 0 0 20px 0; }
.rg-sec7-cta-desc { color: #E2E8F0; font-size: 15px; line-height: 1.8; text-align: justify; margin: 0 0 15px 0; }
.rg-sec7-cta-subdesc { color: #CBD5E1; font-size: 14px; line-height: 1.8; text-align: justify; margin: 0 0 35px 0; }
.rg-sec7-gold-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); color: #052E50 !important; text-decoration: none !important; padding: 16px 40px; border-radius: 14px; font-size: 17px; font-weight: 800; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3); }
.rg-sec7-gold-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(255, 215, 0, 0.45); background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%); }

@media (max-width: 480px) {
    .rg-sec7-wrapper { padding: 30px 10px; }
    .rg-sec7-main-title { font-size: 22px; margin-bottom: 25px; }
    .rg-faq-accordion { gap: 5px !important; margin-bottom: 40px !important; }
    .rg-faq-trigger { padding: 15px 12px !important; font-size: 14px !important; }
    .rg-faq-target p { padding: 0 12px 15px 12px !important; font-size: 13px !important; line-height: 1.7; }
    .rg-sec7-cta-banner { padding: 30px 15px !important; border-radius: 18px !important; }
    .rg-sec7-cta-title { font-size: 18px !important; margin-bottom: 15px !important; }
    .rg-sec7-cta-desc, .rg-sec7-cta-subdesc { font-size: 13px !important; line-height: 1.7; margin-bottom: 15px !important; }
    .rg-sec7-cta-subdesc { margin-bottom: 25px !important; }
    .rg-sec7-gold-btn { width: 100%; justify-content: center; font-size: 15px; padding: 14px 20px !important; }
}/* End custom CSS */