/* Custom fixes for the features section spacing */
.row_am.features_section {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    margin-top: -80px !important;
}

#mobile-features.features_section.row_am {
    padding-top: 0 !important;
    margin-top: -80px !important;
}

.banner_section {
    padding-bottom: 0 !important;
    margin-bottom: -50px !important;
}

/* Override the default row_am padding for features sections */
section#features, section#mobile-features {
    padding-top: 0 !important;
}

/* Section spacing adjustments */
@media (max-width: 992px) {
    .row_am.features_section {
        padding-top: 0 !important;
        margin-top: -60px !important;
    }
    
    .banner_section {
        padding-bottom: 0 !important;
        margin-bottom: -50px !important;
    }
}

@media (max-width: 768px) {
    .row_am.features_section {
        margin-top: -70px !important;
    }
    
    .banner_section {
        margin-bottom: -70px !important;
    }
}

/* Ensure section titles don't have excessive top margins */
.section_title {
    margin-top: 0;
}

/* Additional overrides for section spacing */
.section_title h2 {
    margin-top: 0;
}

/* Fix for any margin collapsing issues */
.banner_section:after {
    content: '';
    display: block;
    height: 1px;
    margin-bottom: -1px;
}

/* Fix for the feature details spacing */
.feature_detail {
    margin-top: 120px !important;
}

/* Remove top padding from page_wrapper to prevent white gap on inner pages with background images */
html, body, .page_wrapper {
    padding-top: 0 !important;
}
