/* Start custom CSS for html, class: .elementor-element-88afef5 *//* For Hello Elementor theme */
.site-header {
    display: none !important;
}

/* For Elementor Pro Header */
header.elementor-section {
    display: none !important;
}

/* Universal fallback */
header {
    display: none !important;
}

/* Remove left and right spacing - Full width layout */
.elementor-section .elementor-container,
.e-con-inner,
.e-con {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove section padding */
.elementor-section,
.elementor-top-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Full width page content */
.site-main,
.page-content,
.entry-content,
.elementor-page {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove top white space */
.site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.elementor-section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.elementor-widget-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body {
    margin-top: 0 !important;
}

/* Remove Elementor section spacing on all devices */
.elementor-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}/* End custom CSS */