/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 02 2026 | 06:47:37 */
/* Gradient overlay on first slide only */
.elementor-repeater-item-e725981 {
    position: relative;
}

.elementor-repeater-item-e725981::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.elementor-repeater-item-e725981 .c-ip-slider__wrap {
    position: relative;
    z-index: 2;
}