.elementor-4789 .elementor-element.elementor-element-ab4bca1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e0aca36 *//* Container */
.lfwg-about-section {
    background: linear-gradient(135deg, #f7f9ff 0%, #eef2ff 100%);
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

/* Width Control */
.lfwg-container {
    max-width: 1000px;
    margin: auto;
}

/* Header */
.lfwg-header h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a1a5c;
}

.lfwg-header p {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

/* Content */
.lfwg-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 22px;
}

/* Highlight Boxes */
.lfwg-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.lfwg-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,50,0.06);
    text-align: center;
    transition: 0.3s ease;
}

.lfwg-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,50,0.12);
}

.lfwg-box h3 {
    font-size: 20px;
    color: #003b9b;
    margin-bottom: 10px;
    font-weight: 700;
}

.lfwg-box p {
    font-size: 15px;
    color: #4a4a4a;
}

/* CTA Button */
.lfwg-cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

.lfwg-cta-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #003b9b;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.lfwg-cta-btn:hover {
    background: #002f7a;
}/* End custom CSS */