/* Start custom CSS for html, class: .elementor-element-d73365a */Add this to your Elementor **Custom CSS** box:

```css
body {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.e-con,
.e-con-inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
```

If there's still a gap, also add:

```css
.elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}
```/* End custom CSS */