/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2026 | 11:39:30 */
/* Make sure slide items have relative positioning */
selector .elementor-slide-bg,
selector .elementor-carousel-image,
selector .swiper-slide {
  position: relative;
}
selector .elementor-slide-bg::after,
selector .elementor-carousel-image::after,
selector .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(239, 68, 68, 0.45) 0%,   /* Red */
    rgba(249, 115, 22, 0.45) 20%,  /* Orange */
    rgba(234, 179, 8, 0.45) 40%,   /* Yellow */
    rgba(34, 197, 94, 0.45) 60%,   /* Green */
    rgba(59, 130, 246, 0.45) 80%,  /* Blue */
    rgba(168, 85, 247, 0.45) 100%  /* Purple */
  );
  mix-blend-mode: overlay; /* Blends colors smoothly into the image */
  pointer-events: none;
  z-index: 1;
}


