/* Remove top gap between header and first section */
.elementor-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove theme's default content padding */
.site-content {
    padding-top: 0 !important;
}