/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743827959
Updated: 2025-04-05 04:39:19

*/
/* 
#swiper-wrapper-4d8e8ece8d3aef102 .swiper-slide{
	display: math !important;
	width: 100%;
	height: 100%;
} */

.d-none{
		display:none !important;
	
	}
@media (max-width:992px){
	.d-none{
		display:block;
	}
}
.elementor-testimonial__image img{
	filter:blur(2px);
}
.list .elementor-icon-list-items li{
	padding:12px 20px;
	background:#0D212A;
	border-radius:8px;
}
a{word-break:break-all;}

.circle-class .elementor-widget-container .elementor-icon-wrapper a {
    min-width: 30px;
    display: inline-block;
    padding: 12px;
}
.animation-class {
  background: linear-gradient(45deg, #0e212a, #000);
  background-size: 300% 300%;
  animation: gradient-shift 5s ease infinite; /* Adjust timing and easing */
}

.animation-class a {
  display: inline-block; /* Ensures the element can be scaled */
  transform: scale(1); /* Initial scale */
  animation: scale-animation 2s ease-in-out infinite; /* Infinite animation */
}

/* Keyframes for the scaling animation */
@keyframes scale-animation {
  0%, 100% {
    transform: scale(1); /* Normal size */
  }
  50% {
    transform: scale(1.1); /* Larger size at midpoint */
  }
}


/* Keyframes for the gradient animation */
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
