    /* HERO */
    .hero-section {
        padding: 90px 0 70px;
        background: linear-gradient(to right, #0056b3, #00c6ff);
        color: white;
        text-align: center;
        margin-top: 35px;
    }