.elementor-6313 .elementor-element.elementor-element-05960ba{--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;}.elementor-6313 .elementor-element.elementor-element-426acce{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== FADE IN ON SCROLL (GLOBAL) ===== */

.fade-section {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */