.elementor-1730 .elementor-element.elementor-element-85dbaa1{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1730 .elementor-element.elementor-element-0a0bb5c > .elementor-widget-container{margin:16px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-85dbaa1 *//* Remove space from sticky header */
.sticky-header,
.header-sticky,
.site-header.sticky,
.fixed-header {
    top: 0 !important;
}

/* When header becomes sticky */
.header-scrolled,
.stuck,
.is-sticky {
    top: 0 !important;
    position: fixed !important;
}

/* Remove any top spacing */
body .site-header {
    transition: all 0.3s ease;
}
/* Option A - Force top position */
header#masthead,
.site-header,
.main-header {
    top: 0 !important;
}

/* Option B - When sticky class is added */
header.sticky,
.header-sticky {
    top: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/* Option C - Remove admin bar space if needed */
.admin-bar .sticky-header {
    top: 0 !important;
}/* End custom CSS */