.angie-parallax-container-93ae7e1b {
    position: relative;
    overflow: hidden !important; 
    z-index: 1; /* Establish stacking context for container */
}

/* Base layer - holds the moving wrapper */
.angie-parallax-layer-93ae7e1b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0; /* Keep behind content but above background color */
    overflow: visible; 
}

/* Wrapper that actually animates */
.angie-parallax-wrapper-93ae7e1b {
    position: absolute;
    top: 0;
    left: 0;
}

.angie-parallax-item-93ae7e1b {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes angie-parallax-slide-left-93ae7e1b {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes angie-parallax-slide-right-93ae7e1b {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes angie-parallax-slide-up-93ae7e1b {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes angie-parallax-slide-down-93ae7e1b {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

/* Ensure container children are above the parallax layer */
.angie-parallax-container-93ae7e1b > .e-con-inner,
.angie-parallax-container-93ae7e1b > .elementor-widget-container,
.angie-parallax-container-93ae7e1b > .elementor-element {
    position: relative;
    z-index: 1;
}
