.elementor-2437 .elementor-element.elementor-element-427a5e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d0a9316 *//*=====================================================
  MAIN CONTAINER & BG GRADIENT
======================================================*/
.rk-premium-cta, .rk-premium-cta * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
}

.rk-premium-cta {
    direction: rtl;
    position: relative;
    overflow: hidden;
    padding: 40px 16px;
    margin: 24px auto;
    border-radius: 24px; /* فلت و شیک هماهنگ با لندینگ */
    background: linear-gradient(135deg, #063B66 0%, #08497A 45%, #0B5A8F 100%);
    box-shadow: 0 20px 50px rgba(6, 59, 102, 0.15);
    isolation: isolate;
}

/* افکت‌های نئونی پس‌زمینه بدون ایجاد اسکرول خراب */
.rk-premium-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.rk-premium-bg:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: -100px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 31, 0.22), transparent 70%);
    filter: blur(40px);
}
.rk-premium-bg:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -100px;
    bottom: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
    filter: blur(40px);
}

.rk-premium-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

/*=====================================================
  HEADER STYLES (رعایت خطوط ۱.۴ مد نظر شما)
======================================================*/
.rk-premium-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 40px;
}

.rk-label {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
    color: #FFD2A8;
}

.rk-premium-header h2 {
    margin: 16px 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4 !important;
    color: #ffffff;
}

.rk-premium-header p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
    margin-bottom: 12px;
}

/*=====================================================
  CONTACT CARDS GRID (۳ ستونه دسکتاپ)
======================================================*/
.rk-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.rk-contact-card {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* خط نئونی بالای کارت در حالت هاور */
.rk-contact-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff5b1f, #ff9645);
    opacity: 0;
    border-radius: 16px 16px 0 0;
}

.rk-contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.rk-contact-card:hover:before {
    opacity: 1;
}

.rk-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rk-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: linear-gradient(135deg, #ff5b1f, #ff9448);
    box-shadow: 0 8px 20px rgba(255, 91, 31, 0.25);
    color: #ffffff;
    flex-shrink: 0;
}

.rk-contact-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.4 !important;
}

.rk-contact-card p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
}

.rk-contact-card a {
    font-size: 15px;
    font-weight: 700;
    color: #FFD2A8;
    text-decoration: none;
    margin-top: auto;
    width: max-content;
}

.rk-contact-card a:hover {
    color: #ffffff;
    transform: translateX(-4px);
}

/* افکت کارتهای سوشال */
.rk-contact-card.social {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
}
.rk-contact-card.social a {
    font-size: 12.5px;
    border-bottom: 1px solid #FFD2A8;
    padding-bottom: 2px;
}

/*=====================================================
  CTA BUTTONS AREA (استایل دوتکه جدید دکمه ها)
======================================================*/
.rk-cta-area {
    text-align: center;
    margin: 40px auto;
}

.rk-cta-area h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.4 !important;
}

.rk-cta-area p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px;
}

.rk-buttons {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.rk-card-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 12px; /* فلت و متناسب */
    text-decoration: none;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.rk-card-btn:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* دکمه اصلی تمایز رنگی */
.rk-card-btn.primary {
    background: linear-gradient(135deg, #ff5b1f, #ff8c38);
    border: none;
    box-shadow: 0 10px 25px rgba(255, 91, 31, 0.3);
}

.rk-card-btn .btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    flex-shrink: 0;
}

.btn-text {
    text-align: right;
}
.btn-text h4 {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}
.btn-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.btn-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin-right: auto; /* هدایت به چپ ترین نقطه کارت */
}

.rk-card-btn:hover .btn-arrow {
    transform: translateX(-4px);
    background: #ffffff;
    color: #063B66;
}

/*=====================================================
  FORM REMINDER
======================================================*/
.rk-form-reminder {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    margin-top: 32px;
}

.rk-form-icon {
    color: #ff9448;
    font-size: 20px;
    animation: rkPulse 2s infinite ease-in-out;
}

.rk-form-txt-box h4 {
    font-size: 14.5px;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.4 !important;
}

.rk-form-txt-box p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
}

@keyframes rkPulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

/*=====================================================
  RESPONSIVE MOBILE (اعمال مهار و فشرده‌سازی فواصل)
======================================================*/
@media (max-width: 992px) {
    .rk-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rk-buttons {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .rk-premium-cta {
        padding: 24px 8px;
    }
    
    .rk-premium-header h2 {
        font-size: 20px;
    }
    
    .rk-premium-header p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* اعمال فشرده‌سازی ۵ پیکسلی نادر جهت مهار اسکرول سنگین موبایل */
    .rk-contact-grid {
        grid-template-columns: 1fr;
        gap: 5px !important;
        margin-bottom: 24px;
    }
    
    .rk-contact-card {
        padding: 12px;
        gap: 6px;
    }
    .rk-contact-card h3 { font-size: 14px; }
    .rk-contact-card p { font-size: 12.5px; }
    
    .rk-cta-area h3 { font-size: 16px; }
    
    /* فاصله فشرده ۵ پیکسلی دکمه‌های اکشن تلفن همراه */
    .rk-buttons {
        gap: 5px !important;
    }
    
    .rk-card-btn {
        padding: 12px;
    }
    
    .rk-form-reminder {
        padding: 12px;
        flex-direction: row; /* جلوگیری از ستونی شدن بیهوده و اشغال فضا */
        align-items: flex-start;
    }
    .rk-form-txt-box h4 { font-size: 13px; }
    .rk-form-txt-box p { font-size: 12px; }
}/* End custom CSS */