.elementor-1882:not(.elementor-motion-effects-element-type-background), .elementor-1882 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}/* Start custom CSS */.my-sticky-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

body.elementor-sticky--active .my-sticky-header {
  position: fixed;
  background: white; /* Optional: make it visible */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: nice effect */
}/* End custom CSS */