.elementor .fade-blur{position: relative;
  overflow: hidden; 
  z-index: 1;



element.style::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  background: rgba(255, 145, 70, 0.5);
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  z-index: 0; /* Pushes the glow to the back */
}


element.style > * {
  position: relative;
  z-index: 2; 
}\n}