.elementor-29441 .elementor-element.elementor-element-a2fcaaf{--display:flex;}/* Start custom CSS for container, class: .elementor-element-a2fcaaf *//* ======== HERO SECTION ======== */
.hero {
    background: linear-gradient(135deg, #0d47a1 0%, #1976d2 100%);
    color: white;
    text-align: center;
    padding: 3rem 2rem;
    margin-bottom: 0;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    color: white; /* This ensures the heading is white */
}

.hero p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    opacity: 0.9;
    color: white; /* Makes paragraph text white too */
}/* End custom CSS */