/* ===================================
   Inner Hero Margin Fix
   =================================== */

/* Remove the unwanted margin/space above hero section on all pages except homepage */
.inner-hero .hero1-single-slider {
    margin-top: 0 !important;
}

/* Ensure proper alignment without the top margin */
.inner-hero {
    padding-top: 0 !important;
}

/* Adjust any internal spacing if needed */
.inner-hero .inner-heading {
    padding-top: 120px !important; /* Maintain proper internal spacing */
}

/* Responsive adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-hero .inner-heading {
        padding-top: 100px !important;
    }
}

@media (max-width: 767px) {
    .inner-hero .inner-heading {
        padding-top: 80px !important;
    }
}
