/* Responsive Header Text */
@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 2.5rem !important;
        /* Smaller on mobile */
    }

    .hero-content p.lead {
        font-size: 1.1rem !important;
        margin-bottom: 2rem !important;
    }

    /* Adjust button sizes on mobile if needed */
    .hero-content .d-flex {
        flex-direction: column;
        gap: 1rem !important;
    }

    .hero-content .btn {
        width: 100%;
    }
}