/* Start custom CSS for html, class: .elementor-element-e807547 *//* Remove outer Elementor padding */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap{
    margin:0 !important;
    padding:0 !important;
}

/* Force full width */
.elementor-section{
    width:100% !important;
    max-width:100% !important;
}

/* Remove body gap */
html, body{
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden;
}

/* Optional: remove horizontal scroll */
body{
    width:100% !important;
}
.container{
  width:100%;
  max-width:100%;
  margin:0;
  padding:15px;
}/* End custom CSS */