/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2026 | 10:29:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@keyframes moveRightLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(100px); }
  100% { transform: translateX(0); }
}
.move-right-left {
  animation: moveRightLeft 10s infinite alternate;
}
.bg-gradient-primary{
	background: linear-gradient(135deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
	-webkit-background-clip: text;
    background-clip: text;
	color: transparent;
}
.custom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

  -webkit-clip-path: path("M60 0 H1140 Q1200 0 1200 60 V140 Q1200 180 1140 180 H1080 Q1000 180 980 240 V460 Q1000 520 1080 520 H1140 Q1200 520 1200 560 V640 Q1200 700 1140 700 H60 Q0 700 0 640 V560 Q0 520 60 520 H120 Q200 520 220 460 V240 Q200 180 120 180 H60 Q0 180 0 140 V60 Q0 0 60 0 Z");
  
  clip-path: path("M60 0 H1140 Q1200 0 1200 60 V140 Q1200 180 1140 180 H1080 Q1000 180 980 240 V460 Q1000 520 1080 520 H1140 Q1200 520 1200 560 V640 Q1200 700 1140 700 H60 Q0 700 0 640 V560 Q0 520 60 520 H120 Q200 520 220 460 V240 Q200 180 120 180 H60 Q0 180 0 140 V60 Q0 0 60 0 Z");
}
.e-flex.e-con-boxed.e-con.e-parent.elementor-sticky.elementor-sticky--effects.e-lazyloaded.elementor-sticky--active.elementor-section--handles-inside:before {
    opacity: 1 !important;
}