.elementor-5650 .elementor-element.elementor-element-17e3ce70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-17e3ce70 *//* Remove unwanted gaps */
html,
body,
.site,
.site-content,
footer {
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevent horizontal scrolling */
html,
body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
}

/* Make footer full width */
footer {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: hidden !important;
}

/* Prevent images and embeds from causing overflow */
img,
iframe,
video {
    max-width: 100%;
    height: auto;
}/* End custom CSS */