/* Hero Section Spacing Fix - Removes extra space from top and bottom */
.hero {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    margin-top: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero {
        padding-top: 50px !important;
        padding-bottom: 25px !important;
    }
}

@media (max-width: 576px) {
    .hero {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
}
