/* assets/css/scrolling-effects.css */
/* Sticky Effects */
.i3d-sticky-effect-yes {
    position: -webkit-sticky !important;
    position: sticky !important;
    align-self: flex-start; /* Fix for Elementor Flexbox Containers */
    z-index: 99;
}

.i3d-sticky-effect-yes.i3d-sticky-pos-top {
    top: var(--i3d-sticky-offset, 0px) !important;
}

.i3d-sticky-effect-yes.i3d-sticky-pos-bottom {
    bottom: var(--i3d-sticky-offset, 0px) !important;
}
