.elementor-2380 .elementor-element.elementor-element-0ae09fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-1c0e2d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-54ac75c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-a8d7fad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-3a77249{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-5adc319{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-5cad528{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-6cd864d{--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;}/* Start custom CSS for html, class: .elementor-element-0e860c8 *//* --- استایل لندینگ ویزای توریستی راهکار گشت --- */
.rg-tourist-container {
    width: 100%;
    direction: rtl;
    padding: 1px; /* رعایت پدینگ ۱ پیکسلی دیواره جهت جلوگیری از هدر رفتن فضا */
    box-sizing: border-box;
    background: transparent;
    overflow: hidden;
}

/* ساختار فلکس باکس منعطف و سریع بدون فشار به مرورگر */
.rg-tourist-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

/* ستون متنی */
.rg-tourist-content {
    flex: 1;
    padding: 1px;
    box-sizing: border-box;
}

/* استایل عنوان اصلی دو خطی بدون تداخل ارتفاع خطوط */
.rg-tourist-title {
    font-size: 32px;
    font-weight: 850;
    color: #0c2a46; /* سرمه‌ای برند */
    line-height: 1.4;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: justify;
}

.rg-tourist-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #ff6f00; /* نارنجی برند */
    display: inline-block;
    margin-top: 4px;
}

/* توضیحات پاراگراف‌ها کاملاً جاستیفای شده */
.rg-tourist-desc {
    font-size: 15.5px;
    color: #4a5568;
    line-height: 1.75;
    margin: 0 0 12px 0;
    text-align: justify;
    text-justify: inter-word;
}

/* باکس دکمه‌ها */
.rg-tourist-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding: 1px;
}

/* ساختار کلی استایل دکمه‌ها */
.rg-t-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.rg-t-btn svg {
    margin-right: 8px;
    transition: transform 0.2s ease;
}

/* دکمه اصلی نارنجی با متن سفید جهت وضوح و خوانایی کامل */
.rg-t-solid {
    background-color: #ff6f00;
    color: #ffffff !important;
    border: 2px solid #ff6f00;
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.15);
}

.rg-t-solid:hover {
    background-color: #e65100;
    border-color: #e65100;
    transform: translateY(-1px);
}

/* دکمه فرعی اوت‌لاین نارنجی */
.rg-t-outline {
    background-color: transparent;
    color: #ff6f00 !important;
    border: 2px solid #ff6f00;
}

.rg-t-outline:hover {
    background-color: rgba(255, 111, 0, 0.04);
    transform: translateY(-1px);
}

.rg-t-btn:hover svg {
    transform: translateX(-3px);
}

/* ستون تصویر گرافیکی */
.rg-tourist-image-box {
    flex: 0 0 42%;
    text-align: center;
    padding: 1px;
    box-sizing: border-box;
}

.rg-image-card-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* تصویر با لبه‌های کاملاً گرد و شیک ۱۶ پیکسلی و انیمیشن ملایم لود */
.rg-tourist-img {
    width: 100%;
    height: auto;
    border-radius: 16px; 
    box-shadow: 0 12px 30px rgba(12, 42, 70, 0.08);
    display: block;
    animation: rgFloat 5s ease-in-out infinite;
    will-change: transform;
}

/* نشان گرافیکی شناور روی عکس در دسکتاپ */
.rg-floating-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    animation: rgFloatBadge 5s ease-in-out infinite;
}

.rg-badge-icon { font-size: 16px; line-height: 1; }
.rg-badge-text { font-size: 12.5px; font-weight: 700; color: #0c2a46; }

/* انیمیشن‌های سبک و بهینه با شتاب‌دهنده گرافیکی کارت تصویر */
@keyframes rgFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes rgFloatBadge {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-3px) scale(1.02); }
}

/* --- بهینه‌سازی و واکنش‌گرایی همه‌جانبه نسخه موبایل --- */
@media (max-width: 768px) {
    .rg-tourist-wrapper {
        flex-direction: column; /* تغییر چیدمان به حالت عمودی در موبایل */
        gap: 15px;
    }
    
    .rg-tourist-content {
        order: 2; /* متن در موبایل بعد از تصویر نمایش داده می‌شود */
        width: 100%;
    }
    
    .rg-tourist-image-box {
        order: 1; /* تصویر در موبایل به بالاترین بخش لندینگ (زیر منو) منتقل می‌شود */
        width: 100%;
        margin-bottom: 5px;
    }
    
    .rg-tourist-title {
        font-size: 24px;
        text-align: center;
    }
    
    .rg-tourist-subtitle {
        font-size: 16px;
    }
    
    .rg-tourist-desc {
        font-size: 14px;
        line-height: 1.65;
        text-align: justify; /* حفظ ساختار جاستیفای در موبایل */
    }
    
    .rg-tourist-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    
    .rg-t-btn {
        width: 100%; /* تمام عرض شدن دکمه‌ها در موبایل برای تاچ راحت‌تر کاربر */
    }
    
    .rg-tourist-img {
        border-radius: 12px; /* لبه‌های گرد ظریف‌تر متناسب با اسکرین موبایل */
    }
    
    .rg-floating-badge {
        bottom: 10px;
        right: 10px;
        padding: 4px 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4aaa21a *//* ==========================================================================
   ۱. استایل بخش هیرو ویزای توریستی (بخش اول لندینگ) - راهکار گشت
   ========================================================================== */
.rg-tourist-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    overflow: hidden;
}

.rg-tourist-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.rg-tourist-content {
    flex: 1;
    padding: 1px;
    box-sizing: border-box;
}

/* عنوان اصلی در دسکتاپ */
.rg-tourist-title {
    font-size: 32px;
    font-weight: 850;
    color: #0c2a46;
    line-height: 1.45 !important; /* ارتفاع خط کاملاً ایمن در دسکتاپ */
    margin: 0 0 20px 0;
    padding: 0;
    text-align: justify;
}

.rg-tourist-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #ff6f00;
    display: block;
    margin-top: 8px;
    line-height: 1.4 !important;
}

.rg-tourist-desc {
    font-size: 15.5px;
    color: #4a5568;
    line-height: 1.8;
    margin: 0 0 14px 0;
    text-align: justify;
    text-justify: inter-word;
}

.rg-tourist-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    padding: 1px;
}

.rg-t-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.rg-t-btn svg {
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.rg-t-solid {
    background-color: #ff6f00;
    color: #ffffff !important;
    border: 2px solid #ff6f00;
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.15);
}

.rg-t-solid:hover {
    background-color: #e65100;
    border-color: #e65100;
    transform: translateY(-1px);
}

.rg-t-outline {
    background-color: transparent;
    color: #ff6f00 !important;
    border: 2px solid #ff6f00;
}

.rg-t-outline:hover {
    background-color: rgba(255, 111, 0, 0.04);
    transform: translateY(-1px);
}

.rg-tourist-image-box {
    flex: 0 0 42%;
    text-align: center;
    padding: 1px;
    box-sizing: border-box;
}

.rg-image-card-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.rg-tourist-img {
    width: 100%;
    height: auto;
    border-radius: 16px; 
    box-shadow: 0 12px 30px rgba(12, 42, 70, 0.08);
    display: block;
}

.rg-floating-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.rg-badge-text { font-size: 12.5px; font-weight: 700; color: #0c2a46; }

/* ==========================================================================
   ۲. استایل بخش چیستی و انواع ویزا (بخش دوم لندینگ) - راهکار گشت
   ========================================================================== */
.rg-visa-info-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 40px;
}

.rg-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
    box-shadow: 0 4px 15px rgba(12, 42, 70, 0.02);
}

/* عنوان بخش چیستی و انواع در دسکتاپ */
.rg-info-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 18px 0;
    line-height: 1.5 !important;
    text-align: justify;
}

.rg-info-text {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.85;
    margin: 0 0 20px 0;
    text-align: justify;
    text-justify: inter-word;
}

.rg-warning-box {
    background-color: #fff9f5;
    border-right: 4px solid #ff6f00;
    border-radius: 6px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 15px;
}

.rg-warning-content {
    font-size: 14px;
    color: #d84315;
    line-height: 1.65;
    text-align: justify;
}

.rg-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.rg-type-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    box-sizing: border-box;
}

.border-single { border-top: 3px solid #0c2a46; }
.border-double { border-top: 3px solid #ff6f00; }
.border-multi { border-top: 3px solid #10b981; }

.rg-type-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.rg-type-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    color: #ffffff;
}
.badge-single { background-color: #0c2a46; }
.badge-double { background-color: #ff6f00; }
.badge-multi { background-color: #10b981; }

.rg-type-title {
    font-size: 15px;
    font-weight: 700;
    color: #0c2a46;
    margin: 0;
    line-height: 1.4 !important;
}

.rg-type-desc {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

.rg-table-responsive {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.rg-custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    font-size: 14px;
}

.rg-custom-table th {
    background-color: #f8fafc;
    color: #0c2a46;
    font-weight: 800;
    padding: 14px 16px;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.rg-custom-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #4a5568;
    white-space: nowrap;
}

/* ==========================================================================
   ۳. بخش ریسپانسیو اختصاصی موبایل - رفع تداخل کامل تایتل‌ها
   ========================================================================== */
@media (max-width: 768px) {
    /* رفع روی هم افتادن خطوط تایتل هیرو اصلی */
    .rg-tourist-title {
        font-size: 23px !important; /* کوچک‌تر شدن متناسب تایتل */
        line-height: 1.6 !important; /* ایجاد فاصله کاملاً باز و ایمن بین دو خط */
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    
    /* رفع روی هم افتادن زیرعنوان هیرو */
    .rg-tourist-subtitle {
        font-size: 15.5px !important;
        line-height: 1.5 !important; /* ایجاد فاصله کاملاً باز */
        margin-top: 10px !important;
        display: block !important;
    }

    /* رفع روی هم افتادن خطوط عناوین بخش‌های داخلی */
    .rg-info-title {
        font-size: 19px !important;
        line-height: 1.6 !important; /* کاملاً باز برای جلوگیری از تداخل متن */
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .rg-type-title {
        font-size: 14.5px !important;
        line-height: 1.5 !important;
    }

    /* تنظیمات ساختاری گرید موبایل */
    .rg-tourist-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .rg-tourist-content {
        order: 2;
        width: 100%;
    }
    
    .rg-tourist-image-box {
        order: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .rg-tourist-desc {
        font-size: 14px;
        line-height: 1.75;
        text-align: justify;
    }
    
    .rg-tourist-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    
    .rg-t-btn {
        width: 100%;
    }
    
    .rg-types-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .rg-info-card {
        padding: 20px 14px;
    }
    
    .rg-warning-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 14px;
    }
    
    .rg-warning-content {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71864be *//* --- استایل بخش شرایط اختصاصی ویزا - راهکار گشت --- */
.rg-visa-conditions-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 35px;
}

/* استایل متنی لینک ابتدای سکشن */
.rg-section-link-wrapper {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
    padding: 0 10px;
}

.rg-inline-link {
    color: #ff6f00 !important;
    font-weight: 750;
    text-decoration: none;
    border-bottom: 1px dashed #ff6f00;
    transition: color 0.2s ease;
}

.rg-inline-link:hover {
    color: #0c2a46 !important;
    border-bottom-color: #0c2a46;
}

/* عنوان اصلی سکشن */
.rg-cond-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 1px 20px 1px;
    line-height: 1.5 !important;
    text-align: justify;
}

/* گرید کارت‌ها در دسکتاپ */
.rg-cond-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 1px;
}

/* استایل اختصاصی کارت‌ها */
.rg-cond-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.rg-cond-card:hover {
    box-shadow: 0 8px 20px rgba(12, 42, 70, 0.04);
}

/* کارت عریض انتهای گرید برای تمکن مالی */
.rg-cond-wide {
    grid-column: span 2;
    background: #f8fafc;
    border-left: 3px solid #0c2a46;
}

.rg-cond-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rg-cond-icon {
    font-size: 22px;
    line-height: 1;
}

.rg-cond-title {
    font-size: 16px;
    font-weight: 750;
    color: #0c2a46;
    margin: 0;
    line-height: 1.45 !important;
}

.rg-cond-desc {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* --- تنظیمات ریسپانسیو اختصاصی موبایل --- */
@media (max-width: 768px) {
    .rg-section-link-wrapper {
        text-align: justify;
        padding: 0 2px;
        font-size: 14px;
    }

    /* رفع روی هم افتادن خطوط تایتل اصلی در موبایل */
    .rg-cond-main-title {
        font-size: 19px !important;
        line-height: 1.6 !important; /* ارتفاع کاملاً باز برای جلوگیری از تداخل خطوط */
        text-align: center !important;
        margin-bottom: 18px !important;
    }

    /* تک ستونه شدن گرید در موبایل */
    .rg-cond-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* لغو حالت عریض کارت ۵ در موبایل */
    .rg-cond-wide {
        grid-column: span 1;
    }

    .rg-cond-card {
        padding: 16px 12px;
    }

    /* تنظیم ارتفاع خطوط عنوان کارت‌ها در موبایل */
    .rg-cond-title {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .rg-cond-desc {
        font-size: 13.5px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f1a62d *//* --- استایل ارتقایافته مدارک و نکات طلایی به همراه تصویر - راهکار گشت --- */
.rg-docs-gold-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 40px;
}

.rg-main-section-title {
    font-size: 24px;
    font-weight: 850;
    color: #0c2a46;
    margin: 0 1px 12px 1px;
    line-height: 1.5 !important;
    text-align: justify;
}

.text-gold-theme {
    color: #ff6f00;
    margin-top: 45px;
}

.rg-section-sub-desc {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0 0 20px 0;
    text-align: justify;
}

.rg-docs-checklist {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rg-check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.rg-check-icon { font-size: 18px; line-height: 1.2; flex-shrink: 0; }
.rg-check-text { font-size: 14.5px; color: #334155; line-height: 1.75; margin: 0; text-align: justify; }

.rg-sub-section-title {
    font-size: 17px;
    font-weight: 800;
    color: #0c2a46;
    margin: 25px 1px 15px 1px;
    line-height: 1.4 !important;
}

.rg-job-docs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.rg-job-card {
    background: #f8fafc;
    border-right: 3px solid #0c2a46;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.rg-job-card h4 { font-size: 14.5px; font-weight: 750; color: #0c2a46; margin: 0 0 8px 0; line-height: 1.4 !important; }
.rg-job-card p { font-size: 13.5px; color: #4a5568; line-height: 1.65; margin: 0; text-align: justify; }

/* ساختار چیدمان ترکیبی دسکتاپ (تصویر سمت راست/چپ و کارت‌ها در کنار آن) */
.rg-gold-layout-grid {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-top: 20px;
}

/* باکس تصویر شاخص جدید با لبه‌های فوق‌العاده زیبا و گرد */
.rg-gold-image-box {
    flex: 0 0 32%; /* اختصاص عرض بهینه به تصویر در دسکتاپ */
    box-sizing: border-box;
    padding: 1px;
}

.rg-gold-side-img {
    width: 100%;
    height: auto;
    border-radius: 16px; /* گوشه‌های کاملاً گرد و شیک ۱۶ پیکسلی */
    box-shadow: 0 10px 25px rgba(12, 42, 70, 0.05);
    display: block;
}

/* ساب‌گرید کارت‌های نکات در دسکتاپ */
.rg-gold-cards-subgrid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.rg-gold-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px 18px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.rg-gold-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255, 111, 0, 0.04); }

.rg-gold-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}

.rg-gold-num {
    font-size: 18px;
    font-weight: 900;
    color: #ff6f00;
    background: #fff5ed;
    padding: 2px 8px;
    border-radius: 6px;
}

.rg-gold-header h3 { font-size: 15.5px; font-weight: 750; color: #0c2a46; margin: 0; line-height: 1.45 !important; }
.rg-gold-card p { font-size: 13.5px; color: #4a5568; line-height: 1.8; margin: 0; text-align: justify; text-justify: inter-word; }

/* ==========================================================================
   بخش کاملاً هوشمند و تضمین‌شده رسپانسیو موبایل
   ========================================================================== */
@media (max-width: 991px) {
    /* تغییر جهت چیدمان به عمودی */
    .rg-gold-layout-grid {
        flex-direction: column;
        gap: 16px;
    }

    /* انتقال هوشمند تصویر به بالاترین بخش سکشن نکات در موبایل */
    .rg-gold-image-box {
        order: 1;
        width: 100%;
        flex: none;
        margin-bottom: 5px;
    }
    
    .rg-gold-cards-subgrid {
        order: 2;
        width: 100%;
        grid-template-columns: 1fr; /* تک ستونه شدن کارت‌ها */
        gap: 14px;
    }

    .rg-gold-side-img {
        border-radius: 12px; /* ظریف‌تر شدن لبه‌ها متناسب با صفحه موبایل */
    }

    /* جلوگیری قاطعانه از تداخل و روی هم افتادن خطوط تایتل‌ها */
    .rg-main-section-title {
        font-size: 20px !important;
        line-height: 1.6 !important; /* فاصله باز و فوق ایمن برای خطوط عنوان اصلی */
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .rg-sub-section-title {
        font-size: 15.5px !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }

    .rg-job-docs-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rg-docs-checklist,
    .rg-gold-card {
        padding: 16px 12px;
    }

    .rg-gold-header h3 {
        font-size: 14.5px !important;
        line-height: 1.5 !important;
    }

    .rg-check-text,
    .rg-gold-card p {
        font-size: 13.5px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11c9f24 *//* --- استایل پرمیوم و آژانسی بخش ویزای اسپانیا - راهکار گشت --- */
.rg-premium-landing-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 45px;
}

/* استایل عناوین بسیار لوکس و ایمن */
.rg-ultra-title {
    font-size: 24px;
    font-weight: 850;
    color: #0c2a46;
    margin: 0 1px 25px 1px;
    line-height: 1.5 !important;
    text-align: justify;
    position: relative;
}

.rg-ultra-sub-title {
    font-size: 18px;
    font-weight: 800;
    color: #0c2a46;
    margin: 40px 1px 20px 1px;
    line-height: 1.5 !important;
}

.margin-top-large { margin-top: 55px; }

/* طراحی کارتهای دعوتنامه شیشه‌ای */
.rg-invitation-flex {
    display: flex;
    gap: 20px;
    width: 100%;
}

.rg-invtext-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 24px 24px 24px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 10px 30px rgba(12, 42, 70, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rg-invtext-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(12, 42, 70, 0.06);
}

.card-with-inv { border-top: 4px solid #0c2a46; }
.card-no-inv { border-top: 4px solid #ff6f00; }

.rg-card-badge-top {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #0c2a46;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
}
.rg-card-badge-top.alternate { background: #ff6f00; }

.rg-card-header-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.rg-card-icon-main { font-size: 22px; }
.rg-invtext-card h3 { font-size: 16.5px; font-weight: 800; color: #0c2a46; margin: 0; line-height: 1.4 !important; }
.rg-invtext-card p { font-size: 14px; color: #4a5568; line-height: 1.8; margin: 0; text-align: justify; }

/* طراحی مدرن جدول پرمیوم */
.rg-premium-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}

.rg-modern-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    font-size: 14.5px;
}

.rg-modern-table th {
    background: linear-gradient(90deg, #0c2a46 0%, #1a3e61 100%);
    color: #ffffff;
    font-weight: 800;
    padding: 16px 20px;
    border-bottom: 3px solid #ff6f00;
    white-space: nowrap;
}

.rg-modern-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.rg-modern-table tr:nth-child(even) { background-color: #f8fafc; }
.rg-modern-table tr:last-child td { border-bottom: none; }

.font-medium { font-weight: 700; color: #0c2a46; }
.text-muted { font-size: 13.5px; color: #64748b; }

/* استایل بدج‌های رنگی داخل جدول */
.rg-tbl-badge {
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}
.hotel-bg { background: #eff6ff; color: #1d4ed8; }
.apt-bg { background: #faf5ff; color: #7e22ce; }
.home-bg { background: #fff7ed; color: #c2410c; }
.hostel-bg { background: #ecfdf5; color: #047857; }

/* طراحی بی نظیر تایم‌لاین مراحل */
.rg-timeline-wrapper {
    position: relative;
    padding: 10px 1px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rg-timeline-line {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    width: 3px;
    background: linear-gradient(180deg, #0c2a46 0%, #ff6f00 100%);
    border-radius: 10px;
    z-index: 1;
}

.rg-timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-right: 55px;
    z-index: 2;
}

.rg-timeline-number {
    position: absolute;
    right: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 3px solid #0c2a46;
    color: #0c2a46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(12, 42, 70, 0.1);
    transition: all 0.3s ease;
}

.rg-timeline-item:hover .rg-timeline-number {
    background: #ff6f00;
    border-color: #ff6f00;
    color: #ffffff;
    transform: scale(1.1);
}

.rg-timeline-content {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}

.rg-timeline-content h4 {
    font-size: 15.5px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 8px 0;
    line-height: 1.4 !important;
}

.rg-timeline-content p {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

/* ==========================================================================
   بخش کاملاً مهندسی‌شده و فوق‌امن رسپانسیو موبایل (بدون هیچگونه تداخل متنی)
   ========================================================================== */
@media (max-width: 768px) {
    /* تنظیم ارتفاع خطوط برای جلوگیری قاطع از روی هم افتادن تایتل‌ها */
    .rg-ultra-title {
        font-size: 19px !important;
        line-height: 1.6 !important; /* فاصله باز و فوق ایمن در موبایل */
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .rg-ultra-sub-title {
        font-size: 16px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        margin: 30px 1px 15px 1px !important;
    }

    /* عمودی شدن کارتهای دعوتنامه در موبایل */
    .rg-invitation-flex {
        flex-direction: column;
        gap: 25px;
    }

    .rg-invtext-card {
        padding: 24px 16px 16px 16px;
    }

    .rg-invtext-card h3 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    /* پدینگ‌های جدول در موبایل */
    .rg-modern-table th, 
    .rg-modern-table td {
        padding: 12px 14px;
        font-size: 13.5px;
    }

    /* تنظیم فواصل تایم‌لاین در موبایل */
    .rg-timeline-line {
        right: 15px;
    }

    .rg-timeline-item {
        padding-right: 45px;
    }

    .rg-timeline-number {
        width: 34px;
        height: 34px;
        font-size: 14px;
        top: 4px;
        right: 0px;
    }

    .rg-timeline-content {
        padding: 14px;
    }

    .rg-timeline-content h4 {
        font-size: 14.5px !important;
        line-height: 1.5 !important; /* باز شدن فواصل تایتل گام‌ها */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a361600 *//* --- استایل پرمیوم بخش خانواده و مقایسه ویزا - راهکار گشت --- */
.rg-luxury-landing-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 45px;
}

/* عناوین ایمن و مدرن */
.rg-premium-headline {
    font-size: 24px;
    font-weight: 850;
    color: #0c2a46;
    margin: 0 1px 25px 1px;
    line-height: 1.5 !important;
    text-align: justify;
}

.margin-top-xl { margin-top: 55px; }

/* ساختار کارت‌های بخش خانواده */
.rg-family-cards-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.rg-fam-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-right: 4px solid #0c2a46;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
    transition: transform 0.25s ease;
}

.rg-fam-card:hover {
    transform: translateX(-3px);
    box-shadow: 0 8px 25px rgba(12, 42, 70, 0.03);
}

.border-orange-theme { border-right-color: #ff6f00; }
.border-green-theme { border-right-color: #10b981; }

.rg-fam-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.text-orange { background: #fff5ed; }
.text-green { background: #ecfdf5; }

.rg-fam-body h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0c2a46;
    margin: 0 0 6px 0;
    line-height: 1.4 !important;
}

.rg-fam-body p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}

/* ساختار دو وجهی مقایسه توریستی و اقامتی */
.rg-compare-split-canvas {
    display: flex;
    gap: 24px;
    width: 100%;
}

.rg-split-column {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.col-tourist { border-top: 5px solid #0c2a46; }
.col-residence { border-top: 5px solid #ff6f00; }

.rg-split-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.rg-split-icon { font-size: 24px; }
.rg-split-header h3 { font-size: 17px; font-weight: 850; color: #0c2a46; margin: 0; line-height: 1.4 !important; }

.rg-status-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.badge-blue { background: #eff6ff; color: #1e40af; }
.badge-orange { background: #fff7ed; color: #c2410c; }

.rg-split-desc { font-size: 14px; color: #4a5568; line-height: 1.75; margin: 0 0 20px 0; text-align: justify; }

.rg-split-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rg-split-features li {
    font-size: 13.5px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
}
.disallowed { background: #fff5f5; color: #c53030; }
.allowed { background: #f0fdf4; color: #166534; }

/* ==========================================================================
   بخش کاملاً هوشمند و تضمین‌شده رسپانسیو موبایل
   ========================================================================== */
@media (max-width: 768px) {
    /* تنظیم ارتفاع خط باز برای تایتل‌های اصلی جهت جلوگیری از تداخل */
    .rg-premium-headline {
        font-size: 19px !important;
        line-height: 1.6 !important; /* فاصله باز و فوق ایمن در موبایل */
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    /* تنظیمات موبایل بخش خانواده */
    .rg-fam-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 14px;
        gap: 14px;
    }

    .rg-fam-body h4 {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .rg-fam-body p {
        text-align: center;
        font-size: 13.5px;
    }

    /* عمودی شدن ستون‌های مقایسه‌ای در موبایل */
    .rg-compare-split-canvas {
        flex-direction: column;
        gap: 20px;
    }

    .rg-split-column {
        padding: 20px 16px;
    }

    .rg-split-header h3 {
        font-size: 15.5px !important;
        line-height: 1.5 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7c6d81 *//* --- استایل بخش سوالات متداول و کلام آخر - راهکار گشت --- */
.rg-faq-footer-container {
    width: 100%;
    direction: rtl;
    padding: 1px;
    box-sizing: border-box;
    background: transparent;
    margin-top: 45px;
}

/* عنوان بخش سوالات متداول */
.rg-faq-main-title {
    font-size: 24px;
    font-weight: 850;
    color: #0c2a46;
    margin: 0 1px 25px 1px;
    line-height: 1.5 !important;
    text-align: justify;
}

/* ساختار آکاردئونی شیک */
.rg-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 45px;
}

.rg-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(12, 42, 70, 0.01);
    transition: all 0.3s ease;
}

.rg-faq-item[open] {
    border-color: #0c2a46;
    box-shadow: 0 6px 20px rgba(12, 42, 70, 0.03);
}

.rg-faq-question {
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 750;
    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-arrow {
    font-size: 11px;
    color: #a0aec0;
    transition: transform 0.3s ease;
}

.rg-faq-item[open] .rg-faq-arrow {
    transform: rotate(180deg);
    color: #0c2a46;
}

.rg-faq-answer {
    padding: 0 20px 18px 20px;
    border-top: 1px solid #f1f5f9;
    background-color: #fafafa;
}

.rg-faq-answer p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.8;
    margin: 14px 0 0 0;
    text-align: justify;
}

/* استایل کارت لوکس کلام آخر */
.rg-conclusion-card {
    background: linear-gradient(135deg, #ffffff 0%, #fffbf7 100%);
    border: 1px solid #ffeada;
    border-right: 5px solid #ff6f00;
    border-radius: 14px;
    padding: 26px 22px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(255, 111, 0, 0.03);
}

.rg-conclusion-title {
    font-size: 18px;
    font-weight: 850;
    color: #ff6f00;
    margin: 0 0 12px 0;
    line-height: 1.4 !important;
}

.rg-conclusion-text {
    font-size: 14.5px;
    color: #334155;
    line-height: 1.85;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

/* استایل کلمه کلیدی لینک‌دار */
.rg-footer-link {
    color: #0c2a46 !important;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid #ff6f00;
    padding-bottom: 1px;
    transition: all 0.2s ease;
}

.rg-footer-link:hover {
    color: #ff6f00 !important;
    border-bottom-color: #0c2a46;
}

/* ==========================================================================
   بخش هوشمند و تضمین‌شده رسپانسیو موبایل (بدون تداخل خطوط عناوین)
   ========================================================================== */
@media (max-width: 768px) {
    /* تنظیم ارتفاع خط باز برای عنوان اصلی جهت جلوگیری از تداخل خطوط در موبایل */
    .rg-faq-main-title {
        font-size: 20px !important;
        line-height: 1.6 !important; /* ارتفاع کاملاً باز و ایمن */
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .rg-faq-question {
        padding: 14px 16px;
        font-size: 14px !important;
        line-height: 1.5 !important; /* باز شدن فواصل خطوط سوالات طولانی */
        gap: 10px;
    }

    .rg-faq-answer {
        padding: 0 14px 14px 14px;
    }

    .rg-faq-answer p {
        font-size: 13.5px;
        line-height: 1.7;
    }

    /* تنظیمات کارت کلام آخر در موبایل */
    .rg-conclusion-card {
        padding: 20px 14px;
    }

    .rg-conclusion-title {
        font-size: 16.5px !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    .rg-conclusion-text {
        font-size: 13.5px;
        line-height: 1.75;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b850621 *//* ===========================
   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 */