.elementor-148 .elementor-element.elementor-element-879f9b4{--display:flex;}.elementor-148 .elementor-element.elementor-element-f4f0e87{--display:flex;}.elementor-148 .elementor-element.elementor-element-b6f4ec9{--display:flex;}.elementor-148 .elementor-element.elementor-element-a6ec0d2{--display:flex;}.elementor-148 .elementor-element.elementor-element-fc169bf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4b4ef9e *//* =====================================================
   GLOBAL WRAPPER
===================================================== */
.rf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

/* =====================================================
   HERO SECTION
===================================================== */
.rf-pricing-hero {
    padding: 120px 0 80px;
    background: #f7f7ff;
    text-align: center;
}

.rf-pricing-hero h1 {
    font-size: 42px;
    color: #0B3D91;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.rf-lead {
    max-width: 850px;
    margin: 0 auto;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
}

/* =====================================================
   SECTION HEADINGS
===================================================== */
.rf-pricing-table h2,
.rf-pricing-faq h2,
.rf-cta h2 {
    font-size: 30px;
    color: #0B3D91;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.rf-intro {
    max-width: 850px;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.55;
}

/* =====================================================
   PRICING GRID
===================================================== */
.rf-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 40px;
}

.rf-price-card {
    background: #ffffff;
    padding: 26px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    text-align: left;
    transition: all 0.25s ease;
}

.rf-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 24px rgba(0,0,0,0.12);
}

.rf-price-card h3 {
    font-size: 22px;
    color: #0B3D91;
    font-weight: 700;
    margin-bottom: 8px;
}

.rf-price-sub {
    font-size: 15px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.5;
}

.rf-price-list {
    margin-bottom: 22px;
    padding-left: 18px;
}

.rf-price-list li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

/* Highlighted Middle Card */
.rf-featured {
    border: 2px solid #0B3D91;
    box-shadow: 0px 8px 22px rgba(11,61,145,0.20);
}

/* =====================================================
   FAQ SECTION
===================================================== */
.rf-pricing-faq {
    padding: 70px 0;
    background: #ffffff;
}

.rf-faq-item {
    max-width: 900px;
    margin: 0 auto 28px;
}

.rf-faq-item h3 {
    font-size: 18px;
    color: #0B3D91;
    font-weight: 700;
    margin-bottom: 8px;
}

.rf-faq-item p {
    font-size: 15px;
    color: #333;
    line-height: 1.55;
}

/* =====================================================
   CTA SECTION
===================================================== */
.rf-cta {
    padding: 70px 0;
    background: #0B3D91;
    text-align: center;
    color: #ffffff;
}

.rf-cta p {
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.6;
    font-size: 16px;
}

/* =====================================================
   BUTTONS
===================================================== */
.rf-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.rf-btn-primary {
    background: #0B3D91;
    color: #fff;
    box-shadow: 0 4px 10px rgba(11,61,145,0.3);
}

.rf-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(11,61,145,0.35);
}

.rf-btn-secondary {
    background: #00A3E0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,163,224,0.3);
}

.rf-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,163,224,0.4);
}

.rf-btn-ghost {
    background: transparent;
    border: 1px solid #0B3D91;
    color: #0B3D91;
}

.rf-btn-ghost:hover {
    background: #0B3D91;
    color: #fff;
}

/* =====================================================
   RESPONSIVE ADJUSTMENTS
===================================================== */
@media (max-width: 1024px) {
    .rf-price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .rf-pricing-hero h1 {
        font-size: 32px;
    }

    .rf-price-grid {
        grid-template-columns: 1fr;
    }

    .rf-btn {
        width: 100%;
    }
}/* End custom CSS */