/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2026 | 17:25:48 */
.loop {
	animation: float 4s ease-in-out infinite;
}

.loop.delay {
	animation-delay: -2s;
}
@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.purple {
	color: #6B52CE;
}

p.elementor-heading-title {
    margin-bottom: 0;
}