
body {
    font-family: 'Segoe UI', sans-serif;
    zoom: 0.75;
}

.hero {
    background: url('images/hero.jpg') no-repeat center center/cover;
    color: white;
    min-height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 4rem 2rem;
    width: 100%;
}

.cta-btn {
    background-color: #ffc107;
    color: black;
    font-weight: bold;
}

    .cta-btn:hover {
        background-color: #e0a800;
    }

.fa-check {
    color: #28a745;
    margin-right: 0.5rem;
}

section {
    padding: 4rem 2rem;
}

footer {
    background-color: #212529;
    color: white;
    padding: 2rem 0;
}

    footer a {
        color: #ffc107;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

.social-icons i {
    font-size: 1.2rem;
    margin: 0 0.5rem;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
