/* Hide original background image smoothly on hover to reveal the WebGL canvas underneath without a harsh jump */
.angie-ripple-cta-aef579d8:hover .elementor-cta__bg-image {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.angie-ripple-cta-aef579d8 .elementor-cta__bg {
    position: relative;
    overflow: hidden;
}

.angie-ripple-canvas-aef579d8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
