.elementor-162 .elementor-element.elementor-element-c36ba31{--display:flex;}.elementor-162 .elementor-element.elementor-element-47ff4ba{--display:flex;}.elementor-162 .elementor-element.elementor-element-82a124a{--display:flex;}.elementor-162 .elementor-element.elementor-element-511e772{--display:flex;}.elementor-162 .elementor-element.elementor-element-bff9b33{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e46a24f *//* =====================================================
   GLOBAL WRAPPER
===================================================== */
.rf-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


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

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

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


/* =====================================================
   MISSION SECTION
===================================================== */
.rf-about-mission {
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
}

.rf-about-mission h2 {
    font-size: 30px;
    color: #0B3D91;
    margin-bottom: 16px;
    font-weight: 700;
}

.rf-intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}


/* =====================================================
   APPROACH SECTION
===================================================== */
.rf-about-approach {
    padding: 70px 0;
    background: #f9fafc;
    text-align: center;
}

.rf-about-approach h2 {
    font-size: 30px;
    color: #0B3D91;
    margin-bottom: 16px;
    font-weight: 700;
}

.rf-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 30px;
}

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

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

.rf-about-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0B3D91;
}

.rf-about-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.55;
}


/* =====================================================
   STORY SECTION
===================================================== */
.rf-about-story {
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
}

.rf-about-story h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0B3D91;
    margin-bottom: 16px;
}


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

.rf-cta h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.rf-cta p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 18px;
    color: #E8ECF5;
    line-height: 1.6;
}


/* =====================================================
   CTA BUTTON
===================================================== */
.rf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .18s ease;
}

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

.rf-btn-primary:hover {
    transform: translateY(-2px);
    background: #E5EFFF;
}


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

    .rf-about-hero h1 {
        font-size: 34px;
    }
}

@media (max-width: 700px) {
    .rf-about-grid {
        grid-template-columns: 1fr;
    }

    .rf-about-hero {
        padding-top: 100px;
    }

    .rf-about-hero h1 {
        font-size: 30px;
    }

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