.elementor-1132 .elementor-element.elementor-element-4034e9d4:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-4034e9d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #05050570 0%, #F9F5F500 100%);}.elementor-1132 .elementor-element.elementor-element-4034e9d4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;z-index:500;}.elementor-1132 .elementor-element.elementor-element-4034e9d4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1132 .elementor-element.elementor-element-5ecbd343 > .elementor-element-populated{text-align:left;margin:11px 11px 11px 11px;--e-column-margin-right:11px;--e-column-margin-left:11px;}.elementor-1132 .elementor-element.elementor-element-1fe09627 .elementor-heading-title{color:#FBFDFD;font-family:"Roboto Slab", Sans-serif;font-weight:400;font-style:normal;}/* Start custom CSS for section, class: .elementor-element-4034e9d4 */.elementor-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: transparent; /* Default background color */
  color: white; /* Default font color */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

/* Change font color and background after scrolling 1000px */
.elementor-header.scrolled {
  background-color: black; /* Background color after scroll */
  color: white; /* Font color after scroll */
}/* End custom CSS */