.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* ==========================================
   REMOVE INTERNAL SCROLLBARS IN FOOTER
   (Elementor)
   ========================================== */

/* 1) Reset overflow in footer so widgets don't scroll internally */
.elementor-location-footer,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-column,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget,
.elementor-location-footer .elementor-widget-container {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

/* 2) If some element is forced to be scrollable, hide its scrollbar UI */
.elementor-location-footer *::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* 3) Firefox */
.elementor-location-footer {
  scrollbar-width: none !important;
}/* End custom CSS */