/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CUSTOM CLASSES */

@media screen and (max-width:768px){
	.d-mobile-none {
		display: none !important;
	}
	header .button {
		display: none !important; 
	}

}

/* CUSTOM CLASSES END */
/* GENERAL */

html {
	background-color: var(--Light);
}

body {
	background-color: var(--Light);
	font-family: var(--Lexend);
	font-weight: 300 !important; 
	font-size: 16px;
}

header {
	position: sticky;
	top: 0;
	z-index: 99;
}

.elementor a {
	color: inherit;
}

.h1::after {
	content: '.';
	color: var(--Primary);
	position: relative;
}


/* GENERAL END */

/* HERO */

.hero,.bg-animation {
	background-image: radial-gradient(circle at top center, #00d5c11a 0%,#fff 30%,#00d5c11a 52%,#fff 80%,#00d5c11a 100%);
	background-size: 200% 100%;
	animation: gradient-animation 10s ease-in-out infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 0%;
	}
	100% {
		background-position: 0% 0%;
	}
}

/* HERO END */

/* LOGO SLIDER */

.logo-slider {
	filter: grayscale(1);
}

.logo-slider .swiper-slide img {
	width: 100%;
	max-width: 150px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}

.logo-slider .elementor-image-carousel {
	transition-timing-function: linear !important;
}

.logo-slider .elementor-image-carousel-wrapper {
	position: relative;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

/* LOGO SLIDER ENDE */


/* CARD */

.card div p{
	position: relative;
}

.card div p::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://redesign.mindweb.studio/wp-content/uploads/2026/02/arrow-narrow-right-dashed.svg');
	position: absolute;
	left: -32px;
	color: var(--Primary);
	top: 2px;
}

/* CARD END */
