.elementor-4742 .elementor-element.elementor-element-71dcbc6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6f2df00 *//* GENERAL LAYOUT */
.lfwg-container {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.lfwg-section {
    padding: 60px 0;
}

.lfwg-section.alt {
    background: #f7f9ff;
}

.lfwg-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0a1a5c;
    margin-bottom: 25px;
}

.lfwg-section p, .lfwg-section li {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.center {
    text-align: center;
}

/* HERO */
.lfwg-exam-hero {
    background: linear-gradient(135deg, #F5F6FA 0%, #004aad 100%);
    color: #fff;
    padding: 90px 20px;
    text-align: center;
}

.lfwg-exam-hero h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
}

.lfwg-exam-hero p {
    font-size: 20px;
    margin-bottom: 25px;
}

/* BUTTON */
.lfwg-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #005eff;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.lfwg-btn:hover {
    background: #003bb5;
}

/* TABLE */
.lfwg-table {
    width: 100%;
    border-collapse: collapse;
}

.lfwg-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.lfwg-header-row {
    background: #0a1a5c;
    color: #fff;
    font-weight: bold;
}

.lfwg-row div {
    padding: 10px;
}

/* GRID CARDS */
.lfwg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.lfwg-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,50,0.06);
    transition: 0.3s ease;
}

.lfwg-card:hover {
    transform: translateY(-5px);
}

/* FEATURES */
.lfwg-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.lfwg-feature {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,50,0.06);
}

.lfwg-feature h4 {
    color: #003bb5;
    font-size: 20px;
    margin-bottom: 10px;
}

/* LIST */
.lfwg-list {
    list-style: disc;
    padding-left: 40px;
}/* End custom CSS */