.elementor-2352 .elementor-element.elementor-element-46def57{--display:flex;}.elementor-2352 .elementor-element.elementor-element-e75cd39{--display:flex;}.elementor-2352 .elementor-element.elementor-element-eb3e8b8{--display:flex;}.elementor-2352 .elementor-element.elementor-element-1113c67{--display:flex;}.elementor-2352 .elementor-element.elementor-element-ddf236e{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2352 .elementor-element.elementor-element-6dfc0d7{--display:flex;}.elementor-2352 .elementor-element.elementor-element-33ecebf{--display:flex;}.elementor-2352 .elementor-element.elementor-element-82062c1{--display:flex;}.elementor-2352 .elementor-element.elementor-element-f9c6e09{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-bd2abd0 *//* تنظیمات پایه کانتینر با پدینگ حداقلی ۱ پیکسلی جهت صرفه‌جویی در فضا */
.rg-hero-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    font-family: inherit;
    background: transparent;
    overflow: hidden;
}

/* ساختار دو ستونه منعطف بدون flex سنگین برای لایه‌بندی بهینه */
.rg-hero-wrapper {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.rg-hero-content, .rg-hero-image-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 1px;
    box-sizing: border-box;
}

/* استایل عنوان اصلی با تنظیم دقیق ارتفاع خط جهت جلوگیری از تداخل متن */
.rg-hero-title {
    font-size: 28px;
    font-weight: 800;
    color: #222222;
    line-height: 1.5;
    margin: 0 0 12px 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* استایل پاراگراف‌ها - کاملاً جاستیفای شده با فشرده‌سازی فضا */
.rg-hero-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin: 0 0 10px 0;
    text-align: justify;
    text-justify: inter-word;
}

/* باکس دکمه‌ها بدون فضای اضافی */
.rg-hero-buttons {
    display: block;
    margin-top: 15px;
    padding: 1px;
}

/* استایل کلی دکمه‌ها هوشمند و بهینه */
.rg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
    margin-left: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.rg-btn svg {
    margin-right: 6px;
    transition: transform 0.2s ease;
}

/* دکمه سالید: بک‌گراند نارنجی با متن سفید (جهت حفظ کنتراست و رفع تداخل رنگ متنی) */
.rg-btn-solid {
    background-color: #ff6f00;
    color: #ffffff !important;
    border: 2px solid #ff6f00;
}

.rg-btn-solid:hover {
    background-color: #e65100;
    border-color: #e65100;
}

/* دکمه اوت‌لاین: خط دور نارنجی و متن نارنجی جذاب */
.rg-btn-outline {
    background-color: transparent;
    color: #ff6f00 !important;
    border: 2px solid #ff6f00;
}

.rg-btn-outline:hover {
    background-color: rgba(255, 111, 0, 0.05);
    transform: translateY(-2px);
}

.rg-btn:hover svg {
    transform: translateX(-3px);
}

/* بخش تصویر شاخص کاملاً رسپانسیو */
.rg-hero-image-box {
    text-align: center;
}

.rg-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: inline-block;
    /* انیمیشن شناور بسیار سبک بدون استفاده از جاوااسکریپت و بدون فشار به پردازنده (GPU Accelerated) */
    animation: rgFloatAnimation 4s ease-in-out infinite;
    transform: translateZ(0);
    will-change: transform;
}

/* انیمیشن شناور نرم و بهینه برای سئو */
@keyframes rgFloatAnimation {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* دستورات رسپانسیو هوشمند مخصوص موبایل و تبلت */
@media (max-width: 768px) {
    .rg-hero-wrapper {
        display: block;
    }
    
    .rg-hero-content, .rg-hero-image-box {
        display: block;
        width: 100%;
        padding: 1px;
    }
    
    .rg-hero-image-box {
        margin-top: 20px;
    }
    
    .rg-hero-title {
        font-size: 22px;
        line-height: 1.4;
        text-align: justify;
    }
    
    .rg-hero-desc {
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    
    .rg-hero-buttons {
        text-align: center;
    }
    
    .rg-btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51058b4 *//* کانتینر اصلی بخش دوم با پدینگ ۱ پیکسلی جهت فشرده‌سازی حداکثری فضا */
.rg-sec-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
}

.rg-block {
    margin-bottom: 15px;
    padding: 1px;
}

/* ساختار دو ستونه خطی بهینه جهت ترکیب متن و تصویر */
.rg-flex-wrapper {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.rg-flex-cell {
    display: table-cell;
    vertical-align: top;
    padding: 1px;
    box-sizing: border-box;
}

.rg-text-cell {
    width: 60%;
}

.rg-image-cell {
    width: 40%;
    text-align: center;
    vertical-align: middle;
}

/* استایل عناوین بخش‌ها با تنظیم دقیق line-height جهت جلوگیری از هم‌پوشانی */
.rg-block-title {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    line-height: 1.4;
    margin: 0 0 10px 0;
    text-align: justify;
}

.rg-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    margin: 12px 0 8px 0;
    text-align: justify;
}

.rg-block-intro {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin: 0 0 12px 0;
    text-align: justify;
    text-justify: inter-word;
}

/* گرید کارت‌های فکت فشرده */
.rg-fact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 1px;
}

/* کارت فکت با پدینگ حداقلی و انیمیشن بسیار سبک هاور */
.rg-fact-card {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 6px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rg-fact-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

/* تراز شدن ایموجی دقیقاً در کنار تایتل جهت جلوگیری از ایجاد فضای خالی مرده */
.rg-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.rg-fact-icon {
    font-size: 16px;
    margin-left: 6px;
    display: inline-block;
    line-height: 1;
}

.rg-card-title {
    font-size: 14px;
    color: #ff6f00; /* رنگ سازمانی نارنجی طبق هویت برند شما */
    font-weight: 700;
}

.rg-card-desc {
    font-size: 13.5px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* استایل تصویر دوم رسپانسیو و بهینه برای سئو با افکت محو شدگی ملایم زمان لود */
.rg-sec-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    animation: rgFadeIn 1s ease-in-out;
}

@keyframes rgFadeIn {
    from { opacity: 0.8; transform: scale(0.99); }
    to { opacity: 1; transform: scale(1); }
}

/* خط جداکننده بهینه و بسیار باریک */
.rg-divider {
    border: 0;
    height: 1px;
    background: #eeeeee;
    margin: 15px 0;
}

/* لیست شرایط عمومی - تراز شدن عدد در کنار تایتل */
.rg-requirement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 1px;
}

.rg-req-item {
    background: #ffffff;
    border-right: 3px solid #ff6f00; /* خط نارنجی کناری */
    padding: 6px;
    box-sizing: border-box;
}

.rg-req-header {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

/* استایل عدد در کنار تایتل */
.rg-req-badge {
    background: #ff6f00;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    flex-shrink: 0;
}

.rg-req-title {
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.2;
}

.rg-req-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* دستورات رسپانسیو پیشرفته برای دستگاه‌های موبایل */
@media (max-width: 768px) {
    .rg-flex-wrapper {
        display: block;
    }
    
    .rg-flex-cell {
        display: block;
        width: 100%;
    }
    
    .rg-image-cell {
        margin-top: 15px;
    }
    
    .rg-requirement-list {
        grid-template-columns: 1fr; /* تک ستونه شدن در موبایل */
        gap: 6px;
    }
    
    .rg-block-title {
        font-size: 20px;
    }
    
    .rg-sub-title {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35700c9 *//* --- استایل بهینه‌سازی شده دو ستونه راهکار گشت --- */
.rg-comparison-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* پدینگ حداقل ۱ پیکسلی دیواره سایت */
    box-sizing: border-box;
    background: transparent;
}

.rg-comp-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #0c2a46;
    line-height: 1.4 !important;
    margin: 15px 1px 25px 1px;
    text-align: justify;
}

/* گرید دو ستونه دسکتاپ کاملاً پایدار */
.rg-comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
    padding: 1px;
}

.rg-comp-col {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 1px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* هم‌ارتفاع شدن دو ستون برای حذف فضای مرده */
}

.rg-col-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px 12px 15px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 15px;
}

.rg-pros-col .rg-col-header { border-bottom-color: #10b981; }
.rg-cons-col .rg-col-header { border-bottom-color: #ff5a00; }

.rg-header-icon { font-size: 20px; }
.rg-col-title { font-size: 18px; font-weight: 800; color: #0c2a46; margin: 0; }

.rg-comp-list { display: flex; flex-direction: column; gap: 12px; padding: 0 10px; flex-grow: 1; }

.rg-comp-item {
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 14px;
    transition: background 0.25s ease;
}
.rg-comp-item:hover { background: #f1f5f9; }

.rg-item-top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }

.rg-item-badge {
    font-size: 11px;
    font-weight: 800;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pro-item .rg-item-badge { background-color: #10b981; color: #ffffff; }
.con-item .rg-item-badge { background-color: #ff5a00; color: #ffffff; }

.rg-item-title { font-size: 14.5px; font-weight: 700; color: #0c2a46; margin: 0; line-height: 1.3; }

.rg-item-desc {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    padding-right: 28px;
    text-align: justify;
    text-justify: inter-word;
}

/* باکس تصویر تعبیه شده در ستون چپ با پدینگ حداقلی ۱ پیکسلی */
.rg-embedded-image-box {
    margin-top: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* گوشه‌های فوق‌العاده مدرن و گرد شده تصویر با افکت ملایم */
.rg-comp-img {
    width: 100%;
    height: auto;
    border-radius: 16px; /* گوشه‌های گرد و زیبا طبق درخواست شما */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: block;
    transition: transform 0.3s ease;
}
.rg-comp-img:hover {
    transform: translateY(-2px);
}

/* --- لایه‌بندی و واکنش‌گرایی موبایل (هدایت تصویر به بالا) --- */
@media (max-width: 768px) {
    .rg-comp-grid {
        display: flex;
        flex-direction: column; /* تبدیل گرید به فلکس ستونی در موبایل */
        gap: 16px;
    }

    .rg-comp-main-title,
    .rg-col-title {
        text-align: center;
        line-height: 1.4;
    }
    
    .rg-col-header { justify-content: center; }
    .rg-comp-col { padding: 12px 1px; }
    .rg-item-top { justify-content: flex-start; }
    .rg-item-desc { padding-right: 0; }

    /* تکنیک انتقال تصویر به بالای کل سکشن در نسخه موبایل */
    .rg-pros-col { order: 2; }
    .rg-cons-col { order: 3; }
    
    .rg-embedded-image-box {
        order: 1; /* تصویر در فلکس باکس موبایل اول از همه نمایش داده می‌شود */
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0 2px;
    }
    
    .rg-comp-img {
        border-radius: 12px; /* کمی لبه‌های نرم‌تر مناسب اسکرین موبایل */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aad4f9a *//* --- استایل اختصاصی قانون اولویت راهکار گشت --- */
.rg-priority-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* پدینگ حداقل ۱ پیکسلی جهت چسبیدن به دیواره سایت */
    box-sizing: border-box;
    background: transparent;
}

/* عنوان اصلی بخش */
.rg-priority-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.4 !important;
    margin: 15px 1px 20px 1px;
    text-align: justify;
}

/* باکس طلایی تاکید */
.rg-golden-rule-card {
    background: #fffbeb; /* پس‌زمینه کرم/طلایی بسیار ملایم */
    border: 1px solid #fef08a;
    border-right: 4px solid #ff5a00; /* حاشیه نارنجی شاخص */
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 20px;
}

.rg-rule-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: #b45309; /* قهوه‌ای تیره هماهنگ با تم طلایی */
    font-size: 14.5px;
}

.rg-badge-icon {
    font-size: 16px;
}

.rg-rule-text {
    font-size: 13.8px;
    color: #451a03;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* گرید کارت‌های تصمیم‌گیری */
.rg-scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

/* کارت‌های سناریو */
.rg-scenario-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.rg-scenario-card:hover {
    border-color: #ff5a00; /* هاور نارنجی برند */
    transform: translateY(-2px);
}

/* هدر سناریو بدون اتلاف فضا */
.rg-scenario-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 6px;
}

.rg-scenario-emoji {
    font-size: 18px;
}

.rg-scenario-name {
    font-size: 14px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0;
}

.rg-scenario-desc {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* باکس مشاوره نهایی راهکارگشت */
.rg-assessment-box {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 12px 15px;
    border-right: 4px solid #0c2a46; /* خط سرمه‌ای تیره برند جهت تعادل بصری */
}

.rg-assessment-text {
    font-size: 13.8px;
    color: #334155;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* --- تنظیمات اختصاصی موبایل --- */
@media (max-width: 768px) {
    /* وسط‌چین شدن عنوان اصلی در موبایل */
    .rg-priority-title {
        text-align: center;
        line-height: 1.4;
    }
    
    .rg-scenario-grid {
        grid-template-columns: 1fr; /* تک‌ستونه شدن در موبایل */
        gap: 10px;
    }

    .rg-scenario-card {
        padding: 10px 12px;
    }

    .rg-scenario-header {
        justify-content: flex-start; /* هدر کارت‌ها در موبایل راست‌چین می‌ماند */
    }

    .rg-scenario-desc,
    .rg-rule-text,
    .rg-assessment-text {
        font-size: 12.8px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-233a79e *//* --- استایل اختصاصی روش‌های مهاجرت راهکار گشت --- */
.rg-methods-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* حفظ فاصله حداقل برای چسبیدن به دیواره‌ها */
    box-sizing: border-box;
    background: transparent;
}

/* عنوان اصلی و زیرعنوان */
.rg-methods-main-title {
    font-size: 24px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.4 !important;
    margin: 15px 1px 8px 1px;
    text-align: justify;
}

.rg-methods-subtitle {
    font-size: 14.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 1px 25px 1px;
    text-align: justify;
}

/* ساختار گرید کارت‌ها */
.rg-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

/* کارت‌های معرفی روش‌ها */
.rg-method-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 1px; /* پدینگ ۱ پیکسلی دیواره‌های چپ و راست کارت */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* هاور کارت‌ها با رنگ برند */
.rg-method-card:hover {
    border-color: #ff5a00; /* نارنجی برند */
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(12, 42, 70, 0.06);
}

/* کارت تمام‌عرض برای تعادل و زیبایی ردیف آخر */
.rg-card-full {
    grid-column: 1 / -1;
}

/* هدر کارت‌ها */
.rg-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px 12px 15px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 12px;
}

.rg-card-emoji {
    font-size: 20px;
}

.rg-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای تیره برند */
    margin: 0;
}

/* بدنه کارت */
.rg-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
}

/* توضیحات کارت‌ها */
.rg-card-desc {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 0 12px 0;
    text-align: justify;
    text-justify: inter-word;
}

/* باکس "مناسب برای" */
.rg-suitable-box {
    background: #f8fafc;
    border-right: 3px solid #0c2a46; /* خط شاخص سرمه‌ای */
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.rg-suitable-box strong {
    color: #0c2a46;
}

/* دکمه اختصاصی ارجاع (CTA) */
.rg-card-btn {
    display: block;
    text-align: center;
    background-color: #ff5a00; /* نارنجی برند */
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: auto; /* چسبیدن دکمه به کف کارت جهت توازن */
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.rg-card-btn:hover {
    background-color: #e04f00;
    transform: translateY(-1px);
}

/* --- بهینه‌سازی نسخه موبایل --- */
@media (max-width: 768px) {
    /* وسط‌چین کردن عناوین طبق اصول طراحی موبایل */
    .rg-methods-main-title,
    .rg-card-title {
        text-align: center;
        line-height: 1.4;
    }
    
    .rg-methods-subtitle {
        text-align: justify;
    }

    .rg-card-head {
        justify-content: center; /* وسط‌چین کردن المان‌های هدر کارت در موبایل */
    }

    .rg-methods-grid {
        grid-template-columns: 1fr; /* تک ستونه شدن تمامی کارت‌ها روی موبایل */
        gap: 14px;
    }

    .rg-method-card {
        padding: 12px 1px;
    }

    .rg-card-desc,
    .rg-suitable-box {
        font-size: 12.8px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ee390c *//* --- استایل اختصاصی جدول‌های راهکار گشت --- */
.rg-tables-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* پدینگ حداقل ۱ پیکسل جهت نچسبیدن کامل به لبه‌ها */
    box-sizing: border-box;
    background: transparent;
}

/* عناوین اصلی بخش جدول‌ها */
.rg-table-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.4 !important;
    margin: 20px 1px 15px 1px;
    text-align: justify;
}

.rg-table-margin-top {
    margin-top: 35px;
}

.rg-table-sub-title {
    font-size: 16px;
    font-weight: 800;
    color: #0c2a46;
    margin: 20px 1px 12px 1px;
}

.rg-table-subtitle {
    font-size: 14.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 1px 18px 1px;
    text-align: justify;
}

/* کانتینر اسکرول افقی هوشمند برای موبایل */
.rg-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

/* استایل مادر جدول‌ها */
.rg-custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: right;
}

/* طراحی هدر جدول */
.rg-custom-table th {
    background-color: #0c2a46; /* سرمه‌ای برند */
    color: #ffffff;
    font-weight: 700;
    padding: 14px 16px;
    white-space: nowrap;
}

/* طراحی سلول‌های جدول */
.rg-custom-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    white-space: nowrap;
}

/* ردیف‌های یک در میان برای خوانایی بهتر */
.rg-custom-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

/* هاور ردیف‌ها */
.rg-custom-table tbody tr:hover {
    background-color: #f1f5f9;
}

.rg-bold-col {
    font-weight: 700;
    color: #0c2a46 !important;
}

/* استایل نشان‌های رنگی (Badges) */
.rg-tbl-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11.5px;
    font-weight: 700;
    border-radius: 6px;
}

.badge-green {
    background-color: #ecfdf5;
    color: #059669;
}

.badge-red {
    background-color: #fef2f2;
    color: #dc2626;
}

.badge-blue {
    background-color: #eff6ff;
    color: #2563eb;
}

/* --- استایل باکس هزینه‌های ثابت و متغیر --- */
.rg-costs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 25px;
}

.rg-cost-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    box-sizing: border-box;
}

.rg-cost-card-title {
    font-size: 14.5px;
    font-weight: 800;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid;
}

.fixed-title {
    color: #0c2a46;
    border-bottom-color: #e2e8f0;
}

.variable-title {
    color: #ff5a00; /* نارنجی برند */
    border-bottom-color: #fee2e2;
}

.rg-cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-cost-list li {
    font-size: 13.5px;
    color: #4a5568;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #f1f5f9;
}

.rg-cost-list li:last-child {
    border-bottom: none;
}

.rg-cost-list li strong {
    color: #0c2a46;
}

/* جدول هزینه زندگی اختصاصی */
.rg-cost-life-table td {
    white-space: normal; /* اجازه شکست متن برای فیت شدن کامل */
}

.rg-price-col {
    font-weight: 700;
    color: #ff5a00 !important; /* نارنجی برند برای هزینه‌ها */
}

/* --- بهینه‌سازی و واکنش‌گرایی موبایل --- */
@media (max-width: 768px) {
    /* وسط‌چین شدن تمام تایتل‌ها در موبایل */
    .rg-table-main-title,
    .rg-table-sub-title {
        text-align: center;
        line-height: 1.4;
    }
    
    .rg-table-subtitle {
        text-align: justify;
    }

    .rg-costs-grid {
        grid-template-columns: 1fr; /* کارت‌های هزینه‌ها در موبایل زیر هم می‌روند */
        gap: 12px;
    }

    .rg-cost-card {
        padding: 12px;
    }

    .rg-cost-list li {
        font-size: 12.5px;
        flex-direction: column; /* تغییر چیدمان هزینه‌ها به عمودی در موبایل برای خوانایی عالی */
        align-items: flex-start;
        gap: 4px;
    }
    
    .rg-cost-list li strong {
        align-self: flex-end;
    }

    .rg-custom-table th,
    .rg-custom-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0dd376 *//* --- استایل نقشه راه و پروفایل‌های مناسب راهکار گشت --- */
.rg-roadmap-container {
    direction: rtl;
    width: 100%;
    padding: 1px; /* پدینگ حداقل ۱ پیکسلی جهت چسبیدن به دیواره‌ها */
    box-sizing: border-box;
    background: transparent;
}

/* عناوین و زیرعنوان‌ها */
.rg-roadmap-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46; /* سرمه‌ای تیره برند */
    line-height: 1.4 !important;
    margin: 20px 1px 8px 1px;
    text-align: justify;
}

.rg-section-spacing {
    margin-top: 40px;
}

.rg-roadmap-subtitle {
    font-size: 14.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 1px 25px 1px;
    text-align: justify;
}

/* --- ساختار تایم‌لاین مراحل --- */
.rg-timeline {
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

/* خط عمودی تایم‌لاین */
.rg-timeline::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #ff5a00; /* خط نارنجی برند */
}

/* تک گام‌های نقشه راه */
.rg-timeline-step {
    position: relative;
    margin-bottom: 24px;
    padding-right: 15px;
}

.rg-timeline-step:last-child {
    margin-bottom: 0;
}

/* دایره شماره‌های گام */
.rg-step-number {
    position: absolute;
    right: -31px;
    top: 2px;
    width: 24px;
    height: 24px;
    background-color: #0c2a46; /* سرمه‌ای برند */
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #ff5a00;
    z-index: 2;
}

/* محتوای متنی گام */
.rg-step-content {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
}

.rg-step-title {
    font-size: 14.5px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 6px 0;
}

.rg-step-desc {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* --- گرید کارت‌های پروفایل مناسب --- */
.rg-profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
    margin-bottom: 35px;
}

.rg-profile-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.rg-profile-card:hover {
    border-color: #ff5a00; /* هاور نارنجی برند */
    transform: translateY(-2px);
}

.rg-profile-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.rg-profile-name {
    font-size: 14.5px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 6px 0;
}

.rg-profile-text {
    font-size: 13px;
    color: #4a5568;
    line-height: 1.65;
    margin: 0;
    text-align: justify;
}
/* --- باکس فراخوان نهایی (CTA) با کنتراست ارتقایافته --- */
.rg-final-cta-box {
    background: linear-gradient(135deg, #0c2a46 0%, #061523 100%); /* گرادیانت سرمه‌ای لوکس */
    border-right: 4px solid #ff5a00; /* نوار نارنجی شاخص در سمت راست */
    border-radius: 12px;
    padding: 24px 20px;
    color: #ffffff !important;
    text-align: right; /* راست‌چین برای خوانایی بهتر متن طولانی */
    box-shadow: 0 10px 20px rgba(12, 42, 70, 0.15);
    margin-top: 25px;
}

.rg-cta-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff !important;
    line-height: 1.4;
}

/* بهبود روشنایی متن برای خوانایی کامل در موبایل */
.rg-cta-desc {
    font-size: 14.5px;
    line-height: 1.8;
    margin: 0;
    color: #f1f5f9; /* رنگ روشن‌تر برای کنتراست عالی با پس‌زمینه تیره */
    text-align: justify;
    text-justify: inter-word;
}

/* استایل سئویی و جذاب لینک داخلی در دل متن */
.rg-inline-link {
    color: #ff5a00 !important; /* استفاده از رنگ نارنجی برند برای جلب توجه روی لینک */
    text-decoration: none !important;
    font-weight: 800;
    border-bottom: 2px dashed #ff5a00; /* خط‌چین زیر انکر تکست */
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.rg-inline-link:hover {
    color: #ffa166 !important;
    border-bottom-style: solid;
}

/* --- بهینه‌سازی نسخه موبایل --- */
@media (max-width: 768px) {
    .rg-final-cta-box {
        padding: 18px 15px;
    }
    
    .rg-cta-title {
        text-align: center;
    }
    
    .rg-cta-desc {
        font-size: 13.5px;
        line-height: 1.75;
    }
}
/* --- بهینه‌سازی نسخه موبایل --- */
@media (max-width: 768px) {
    /* وسط‌چین کردن عناوین اصلی در موبایل */
    .rg-roadmap-main-title,
    .rg-cta-title,
    .rg-profile-name {
        text-align: center;
        line-height: 1.4;
    }
    
    .rg-roadmap-subtitle {
        text-align: justify;
    }

    .rg-profile-card {
        align-items: center; /* تراز وسط برای محتوای کارت‌های پروفایل در موبایل */
    }

    .rg-profiles-grid {
        grid-template-columns: 1fr; /* تک ستونه شدن در موبایل */
        gap: 12px;
    }

    .rg-step-title {
        text-align: right; /* همراستایی عنوان مراحل با آیکون و کانتینر تایم‌لاین */
    }

    .rg-step-desc,
    .rg-profile-text,
    .rg-cta-desc {
        font-size: 12.8px;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c242d91 *//* --- استایل بخش سوالات متداول و گام بعدی راهکار گشت --- */
.rg-faq-section-container {
    direction: rtl;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 40px;
}

/* عناوین بخش */
.rg-faq-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46;
    line-height: 1.4 !important;
    margin: 20px 1px 8px 1px;
    text-align: justify;
}

.rg-faq-subtitle {
    font-size: 14.5px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 1px 25px 1px;
    text-align: justify;
}

/* --- ساختار آکاردئون --- */
.rg-accordion-wrapper {
    margin-bottom: 40px;
}

.rg-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

.rg-faq-item[open] {
    border-color: #ff5a00;
    box-shadow: 0 4px 12px rgba(255, 90, 0, 0.05);
}

/* سربرگ آکاردئون */
.rg-faq-question {
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #0c2a46;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
}

.rg-faq-question::-webkit-details-marker {
    display: none;
}

/* آیکون سفارشی مثبت/منفی */
.rg-faq-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}

.rg-faq-icon::before,
.rg-faq-icon::after {
    content: '';
    position: absolute;
    background-color: #0c2a46;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.rg-faq-icon::before {
    top: 7px;
    left: 0;
    width: 16px;
    height: 2px;
}

.rg-faq-icon::after {
    top: 0;
    left: 7px;
    width: 2px;
    height: 16px;
}

/* تغییر آیکون هنگام باز شدن */
.rg-faq-item[open] .rg-faq-icon::after {
    transform: rotate(90deg);
    background-color: #ff5a00;
}

.rg-faq-item[open] .rg-faq-icon::before {
    background-color: #ff5a00;
}

.rg-faq-item[open] .rg-faq-question {
    border-bottom: 1px solid #f1f5f9;
    color: #ff5a00;
}

/* پاسخ */
.rg-faq-answer {
    padding: 16px;
    background-color: #fbfbfb;
}

.rg-faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
    text-align: justify;
}

/* --- باکس جذاب گام بعدی --- */
.rg-step-next-box {
    background-color: #fdfaf7;
    border: 1px solid #fee2e2;
    border-top: 4px solid #ff5a00;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px;
}

.rg-step-next-title {
    font-size: 18px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.rg-step-next-desc {
    font-size: 14.5px;
    line-height: 1.8;
    color: #334155;
    margin: 0 0 12px 0;
    text-align: justify;
}

.rg-step-next-subdesc {
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
    text-align: justify;
}

/* --- واکنش‌گرایی موبایل --- */
@media (max-width: 768px) {
    .rg-faq-main-title,
    .rg-step-next-title {
        text-align: center;
        line-height: 1.4;
    }

    .rg-faq-subtitle {
        text-align: justify;
    }

    .rg-faq-question {
        font-size: 14px;
        padding: 14px 12px;
    }

    .rg-faq-answer {
        padding: 14px 12px;
    }

    .rg-faq-answer p,
    .rg-step-next-desc,
    .rg-step-next-subdesc {
        font-size: 13px;
        line-height: 1.7;
    }

    .rg-step-next-box {
        padding: 18px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26a2887 *//* ===========================
   RAHKARGASHT PREMIUM CTA
   PART 1
=========================== */

.rk-premium-cta{

direction:rtl;

position:relative;

overflow:hidden;

padding:20px 10px;

margin:0 auto 100px;

border-radius:38px;

background:
linear-gradient(135deg,#063B66 0%,#08497A 45%,#0B5A8F 100%);

box-shadow:
0 30px 80px rgba(6,59,102,.20);

isolation:isolate;

}


/* -------------------- */

.rk-premium-bg{

position:absolute;

inset:0;

pointer-events:none;

z-index:0;

}

.rk-premium-bg:before{

content:"";

position:absolute;

width:520px;

height:520px;

right:-180px;

top:-220px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(255,91,31,.30),
transparent 70%);

filter:blur(10px);

}

.rk-premium-bg:after{

content:"";

position:absolute;

width:420px;

height:420px;

left:-140px;

bottom:-180px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(255,255,255,.08),
transparent 70%);

filter:blur(15px);

}



/* -------------------- */

.rk-premium-container{

position:relative;

z-index:5;

max-width:1280px;

margin:auto;

}



/* ===========================
HEADER
=========================== */

.rk-premium-header{

text-align:center;

max-width:900px;

margin:0 auto 70px;

}

.rk-label{

display:inline-flex;

align-items:center;
margin-top:-10px;

gap:10px;

padding:12px 24px;

border-radius:100px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.12);

font-size:14px;

font-weight:700;

color:#FFD2A8;

letter-spacing:.5px;

}

.rk-premium-header h2{

margin:30px 0 25px;

font-size:52px;

font-weight:900;

line-height:1.25;

color:#fff;

}

.rk-premium-header p{
    font-size:15px;
    line-height:2.2;
    color:rgba(255,255,255,.85);

    text-align:justify;
    text-align-last:center;

    max-width:760px;
    margin:0 auto;
}


/* ===========================
GRID
=========================== */

.rk-contact-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:10px;

margin-top:60px;

margin-bottom:70px;

}



/* ===========================
CARDS
=========================== */

.rk-contact-card{

position:relative;

padding:12px;

border-radius:28px;

background:
rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

backdrop-filter:blur(20px);

overflow:hidden;

transition:.45s;
display:flex;
flex-direction:column;
}

.rk-contact-card:before{

content:"";

position:absolute;

top:0;

right:0;

width:100%;

height:4px;

background:
linear-gradient(90deg,
#ff5b1f,
#ff9645);

opacity:0;

transition:.45s;

}

.rk-contact-card:hover{

transform:translateY(-12px);

border-color:rgba(255,255,255,.25);

box-shadow:

0 25px 60px rgba(0,0,0,.18),

0 0 40px rgba(255,91,31,.18);

}

.rk-contact-card:hover:before{

opacity:1;

}

.rk-card-icon{

width:70px;

height:70px;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

margin-bottom:25px;

background:

linear-gradient(135deg,

#ff5b1f,

#ff9448);

box-shadow:

0 18px 35px rgba(255,91,31,.35);

}

.rk-contact-card h3{

margin:-10px;
font-size:23px;

margin-bottom:18px;

font-weight:800;

color:#fff;

}
.rk-card-top{

display:flex;
align-items:center;
gap:18px;

}
.rk-contact-card p{

font-size:15px;
line-height:2.1;
color:rgba(255,255,255,.82);
text-align:justify;
text-align-last:right;

margin:0;

}
.rk-contact-card a{

display:inline-block;
margin-top:12px;
align-items:center;
gap:8px;
margin-top:18px;
font-size:17px;
font-weight:700;
color:#FFD39D;

text-decoration:none;

transition:.35s;

}

.rk-contact-card a:hover{

color:#fff;

transform:translateX(-6px);

}



/* ===========================
SOCIAL CARD
=========================== */

.rk-contact-card.social{

background:

linear-gradient(

180deg,

rgba(255,255,255,.09),

rgba(255,255,255,.05)

);

}



/* ===========================
FORM REMINDER
=========================== */

.rk-form-reminder{

display:flex;

align-items:center;

gap:8px;

padding:30px 35px;

border-radius:30px;

background:

rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.10);

backdrop-filter:blur(20px);

margin-top:70px;

}

.rk-form-icon{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:bold;

background:

linear-gradient(135deg,

#ff5b1f,

#ff9448);

color:#fff;

box-shadow:

0 18px 35px rgba(255,91,31,.30);

}

.rk-form-reminder h4{

font-size:24px;

color:#fff;

margin-bottom:10px;

}

.rk-form-reminder p{

margin:0;

font-size:15px;

line-height:2.1;

color:rgba(255,255,255,.82);

}



/* ===========================
RESPONSIVE
=========================== */

@media(max-width:1100px){

.rk-contact-grid{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:768px){


.rk-premium-header h2{

font-size:34px;

}

.rk-contact-grid{

grid-template-columns:1fr;

}

.rk-form-reminder{

flex-direction:column;

text-align:center;

}

}
/*=====================================
PREMIUM CTA BUTTONS
======================================*/

.rk-cta-area{

text-align:center;

max-width:1100px;

margin:70px auto;

}

.rk-cta-area h3{

font-size:40px;

font-weight:900;

color:#fff;

margin-bottom:18px;

line-height:1.4;

}

.rk-cta-area p{

font-size:17px;

line-height:2;

color:rgba(255,255,255,.82);

max-width:760px;

margin:auto auto 45px;

}



/*============================*/

.rk-buttons{

display:flex;

justify-content:center;

align-items:center;

gap:8px;

flex-wrap:wrap;

}

/* نور متحرک */

.rk-btn-main:before{

content:"";

position:absolute;

top:0;

left:-120%;

width:60%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.45),

transparent

);

transform:skewX(-25deg);

transition:.8s;

}



.rk-btn-main:hover:before{

left:160%;

}



.rk-btn-main:hover{

transform:

translateY(-8px)

scale(1.03);

box-shadow:

0 30px 70px rgba(255,91,31,.45);

}



/* Glow */

.rk-btn-main:after{

content:"";

position:absolute;

inset:-2px;

border-radius:24px;

padding:2px;

background:

linear-gradient(

135deg,

#ffb26b,

transparent,

#ff5b1f

);

opacity:0;

transition:.4s;

mask:

linear-gradient(#fff 0 0) content-box,

linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;

mask-composite:exclude;

}



.rk-btn-main:hover:after{

opacity:1;

}



/*=====================================
TEXT
======================================*/

.rk-btn span{

font-size:28px;

margin-bottom:10px;

transition:.35s;

}



.rk-btn:hover span{

transform:

translateY(-4px)

scale(1.15);

}



.rk-btn small{

display:block;

margin-top:8px;

font-size:13px;

opacity:.75;

font-weight:500;

}



/*=====================================
PULSE
======================================*/

.rk-btn-main{

animation:pulseGlow 4s infinite;

}

@keyframes pulseGlow{

0%{

box-shadow:

0 0 0 rgba(255,91,31,.35),

0 20px 45px rgba(255,91,31,.35);

}

50%{

box-shadow:

0 0 35px rgba(255,91,31,.45),

0 25px 55px rgba(255,91,31,.40);

}

100%{

box-shadow:

0 0 0 rgba(255,91,31,.35),

0 20px 45px rgba(255,91,31,.35);

}

}



/*=====================================
ARROW MOVE
======================================*/

.rk-btn-main span{

animation:floatIcon 2.5s ease infinite;

}

@keyframes floatIcon{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0);

}

}



/*=====================================
RESPONSIVE
======================================*/

@media(max-width:900px){

.rk-buttons{

flex-direction:column;

}

.rk-btn-main,

.rk-btn-call,

.rk-btn-whatsapp{

width:100%;

max-width:420px;

}

}
/*==========================
Smooth Animation
===========================*/

.rk-contact-card,
.rk-btn,
.rk-form-reminder,
.rk-label{
    transition: all .45s cubic-bezier(.19,1,.22,1);
}


/*==========================
Selection
===========================*/

.rk-premium-cta *::selection{
    background:#ff5b1f;
    color:#fff;
}


/*==========================
Scrollbar
===========================*/

.rk-premium-cta ::-webkit-scrollbar{

width:8px;

height:8px;

}

.rk-premium-cta ::-webkit-scrollbar-thumb{

background:#ff5b1f;

border-radius:50px;

}

.rk-premium-cta ::-webkit-scrollbar-track{

background:transparent;

}



/*==========================
Floating Glow
===========================*/

.rk-premium-container:before{

content:"";

position:absolute;

width:180px;

height:180px;

right:8%;

top:8%;

border-radius:50%;

background:

radial-gradient(circle,

rgba(255,91,31,.18),

transparent);

filter:blur(35px);

animation:rkFloat1 8s ease-in-out infinite;

pointer-events:none;

}



.rk-premium-container:after{

content:"";

position:absolute;

width:220px;

height:220px;

left:5%;

bottom:8%;

border-radius:50%;

background:

radial-gradient(circle,

rgba(255,255,255,.07),

transparent);

filter:blur(45px);

animation:rkFloat2 11s ease-in-out infinite;

pointer-events:none;

}



@keyframes rkFloat1{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}



@keyframes rkFloat2{

0%{

transform:translateY(0);

}

50%{

transform:translateY(20px);

}

100%{

transform:translateY(0);

}

}



/*==========================
Cards Shine
===========================*/


.rk-contact-card:after{

content:"";

position:absolute;

top:0;

left:-120%;

width:70%;

height:100%;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.12),

transparent

);

transform:skewX(-25deg);

transition:1s;

pointer-events:none;

}

.rk-contact-card:hover:after{

left:170%;

}



/*==========================
Button Active
===========================*/

.rk-btn:active{

transform:scale(.97);

}



/*==========================
Focus
===========================*/

.rk-btn:focus,

.rk-contact-card a:focus{

outline:none;

box-shadow:

0 0 0 4px rgba(255,91,31,.25);

}



/*==========================
Social Hover
===========================*/

.rk-contact-card.social:hover{

background:

linear-gradient(

135deg,

rgba(255,91,31,.18),

rgba(255,255,255,.08)

);

}



/*==========================
Phone Hover
===========================*/

.rk-contact-card a{

word-break:break-word;

}

.rk-contact-card a:hover{

letter-spacing:.5px;

}



/*==========================
Form Reminder Hover
===========================*/

.rk-form-reminder:hover{

transform:translateY(-8px);

box-shadow:

0 25px 55px rgba(0,0,0,.15);

}



/*==========================
Responsive
===========================*/

@media(max-width:992px){

.rk-premium-header h2{

font-size:42px;

}

}



@media(max-width:768px){

.rk-premium-header{

margin-bottom:40px;

}

.rk-premium-header h2{

font-size:30px;

}

.rk-card-icon{

width:58px;

height:58px;

font-size:26px;

}



.rk-form-reminder{

padding:22px;

}

.rk-form-reminder h4{

font-size:20px;

}

.rk-form-reminder p{

font-size:14px;

}

}



/*==========================
Large Desktop
===========================*/

@media(min-width:1600px){

.rk-premium-container{

max-width:1450px;

}

}
/*==============================
PREMIUM BUTTONS V2
==============================*/

.rk-buttons{

display:grid;

grid-template-columns:1.35fr 1fr 1fr;

gap:22px;

margin-top:55px;

align-items:stretch;

}

.rk-card-btn{

position:relative;

display:flex;

align-items:center;

gap:22px;

padding:28px;

border-radius:26px;

text-decoration:none;

overflow:hidden;

background:rgba(255,255,255,.08);

backdrop-filter:blur(22px);

border:1px solid rgba(255,255,255,.14);

transition:.45s cubic-bezier(.2,.8,.2,1);

min-height:125px;

}

.rk-card-btn:hover{

transform:translateY(-10px);

border-color:rgba(255,255,255,.28);

box-shadow:

0 30px 70px rgba(0,0,0,.18);

}



/*==============================
PRIMARY
==============================*/

.rk-card-btn.primary{

background:

linear-gradient(135deg,#ff5b1f,#ff8c38);

border:none;

box-shadow:

0 20px 45px rgba(255,91,31,.35);

}



/*==============================
ICON
==============================*/

.btn-icon{

width:66px;

height:66px;

flex:none;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

background:rgba(255,255,255,.16);

color:#fff;

}

.rk-card-btn.primary .btn-icon{

background:rgba(255,255,255,.20);

}



/*==============================
TEXT
==============================*/

.btn-text{

flex:1;

}

.btn-text h4{

margin:0 0 8px;

font-size:23px;

font-weight:800;

color:#fff;

}

.btn-text p{

margin:0;

font-size:15px;

opacity:.82;

color:#fff;

line-height:1.8;

}



/*==============================
ARROW
==============================*/

.btn-arrow{

width:46px;

height:46px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

background:rgba(255,255,255,.12);

color:#fff;

transition:.4s;

}

.rk-card-btn:hover .btn-arrow{

transform:translateX(-8px);

background:#fff;

color:#063B66;

}



/*==============================
MOBILE
==============================*/

@media(max-width:992px){

.rk-buttons{

grid-template-columns:1fr;

}

}/* End custom CSS */