/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Dejan
 Author URI: https://yourwebsite.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/


/* Custom CSS Start New */


/* Outlined Button */
.custom-btn .qodef-qi-button {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: transparent !important;
	border: 2px solid #00e3a9;
	color: #00e3a9;
	transition: color 0.35s cubic-bezier(0.85, 0.86, 0.45, 0.94),
	box-shadow 0.35s cubic-bezier(0.85, 0.86, 0.45, 0.94),
	border-color 0.35s cubic-bezier(0.85, 0.86, 0.45, 0.94);
	border-radius: 40px;
	padding: 20px;
	border-radius: 40px;
	padding: 8px 25px;
	font-size: 18px !important;
}

.custom-btn .qodef-qi-button::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	background-color: #00e3a9;
	border-radius: 60%;
	transform: scale(0);
	transform-origin: var(--x, 50%) var(--y, 50%);
	transition: transform 0.35s cubic-bezier(0.85, 0.86, 0.45, 0.94);
	z-index: -1;
	border: 2px solid #00e3a9;
}

.custom-btn .qodef-qi-button:hover {
	color: #000;
	border-color: #00e3a9 !important;
	box-shadow: 0 4px 15px rgba(27, 161, 127, 0.4);
}

.custom-btn .qodef-qi-button:hover::before {
	transform: scale(1);
}

.custom-btn .qodef-qi-button .qodef-m-text {
	position: relative;
	transition: color 0.35s cubic-bezier(0.85, 0.86, 0.45, 0.94) 0.05s;
}

.custom-btn .qodef-qi-button:not(.hovered)::before {
	transform: scale(0);
}

/* Title Undeerline */
.title-underline .underline-part {
	position: relative;
	display: inline-block;
}

.title-underline .underline-part::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	height: 8px;
	width: 100%;
	background-color: #00e3a9;
	border-radius: 40px;

	opacity: 0;
	transform: scaleX(0.115); /* UMESTO 0 – sprečava trzaj */
	transform-origin: left;

	transition: transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55),
	opacity 0.3s ease;
	z-index: -1;
}

.title-underline.is-in-view .underline-part::after {
	opacity: 1;
	transform: scaleX(1);
}

.parallax-box {
	position: relative;
	transition: transform 0.1s ease-out;
}

.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal {
	justify-content: flex-end;
}

.main-menu .e--pointer-text.e--animation-skew .elementor-item:hover {
	transform: none !important;
}

/* Graph Appear */
.graph1 img,
.graph2 img,
.graph3 img {
	opacity: 0;
	transform: translateY(-60px) scale(0.95) !important;

	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
	transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s ease-out !important;
}

.graph1 .graph-animate-in,
.graph2 .graph-animate-in,
.graph3 .graph-animate-in {
	opacity: 1 !important;
	transform: translateY(0) scale(1) !important;
}

.data1 img,
.data2 img,
.data3 img,
.data4 img {
	opacity: 0;
	transform: translateX(-60px) scale(0.95) !important;

	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
	transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s ease-out !important;
}

.data1 .data-animate-in,
.data2 .data-animate-in,
.data3 .data-animate-in,
.data4 .data-animate-in {
	opacity: 1 !important;
	transform: translateX(0) scale(1) !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu li {
	padding: 9px 29px !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu li a {
	position: relative;
	padding: 0 !important;
	transition: all 0.3s ease-in-out !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item-active {
	color: #fff !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu li a.elementor-item-active:before {
	width: 100% !important;
}

.footer-mailuxo ul.elementor-nav-menu li a.elementor-item-active {
	color: #fff !important;
}

.footer-mailuxo ul.elementor-nav-menu li a.elementor-item-active:before {
	width: 100% !important;
}

/* Main Menu Header */
.main-menu .elementor-nav-menu--main .elementor-nav-menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 2px;
	background-color: #fff !important;
	width: 0;
	transition: width 0.3s ease-in-out;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu li a:hover:before {
	width: 100%;
}

.footer-mailuxo .elementor-nav-menu--main .elementor-nav-menu li {
	padding: 9px 29px 18px 0 !important;
}

.footer-mailuxo .elementor-nav-menu--main .elementor-nav-menu li a {
	position: relative;
	padding: 0 !important;
	transition: all 0.3s ease-in-out !important;
}

.footer-mailuxo .elementor-nav-menu--main .elementor-nav-menu li a:hover {
	color: #fff !important;
}

.footer-mailuxo .elementor-nav-menu--main .elementor-nav-menu li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 2px;
	background-color: #fff !important;
	width: 0;
	transition: width 0.3s ease-in-out;
}

.footer-mailuxo
.elementor-nav-menu--main
.elementor-nav-menu
li
a:hover:before {
	width: 100%;
}

.title-underline {
	opacity: 0 !important;
	transform: translateY(-35px) !important;
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
	transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.title-underline.title-appear {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: 0.25s;
}

.footer-mailuxo ul.elementor-nav-menu {
	display: flex !important;
	flex-direction: row !important;
	width: 100% !important;
	justify-content: flex-start !important;
}

.footer-mailuxo ul.elementor-nav-menu li a {
	padding: 13px 20px 20px 0 !important;
}

.underline-initial strong {
	position: relative;
}

.underline-initial strong:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 4px;
	background-color: #00e3a9 !important;
	width: 100%;
	transition: width 0.3s ease-in-out;
	border-radius: 25px;
}

.svg-text-active {
	fill: #00e3a9 !important;
	transition: fill 0.3s ease;
}

/* Circle Showcase */

.circle-showcase-wrapper {
	--wrapper-size: 500px;
	--item-size: 85px;

	position: relative;
	width: var(--wrapper-size);
	height: var(--wrapper-size);
	margin: 80px auto;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.circle-showcase-wrapper.visible {
	opacity: 1;
	transform: scale(0.9);
}

.cls-7 {
	font-family: "Noto Sans", sans-serif !important;
}

.circle-item {
	border-radius: 50%;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	background 0.3s ease, top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
	padding: 0;
	width: var(--item-size);
	height: var(--item-size);
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.5);
}

.circle-item.is-placed {
	top: var(--y);
	left: var(--x);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.circle-item:hover,
.circle-item.active {
	background: #333;
	/*transform: translate(-50%, -50%) scale(1.1);*/
	transform: translate(-50%, -50%) scale(1.1);
	animation: float 1.8s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translate(-50%, -50%) scale(1.1) translateY(0);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1) translateY(-5px); /* Pomeri element za 5px gore */
	}
	100% {
		transform: translate(-50%, -50%) scale(1.1) translateY(0);
	}
}

.circle-outline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	stroke-dasharray: 1132;
	stroke-dashoffset: 1132;
	transition: stroke-dashoffset 1s ease-out;
	z-index: 99999;
}

.circle-outline path {
	transition: fill 0.5s ease;
	pointer-events: all !important;
	cursor: pointer !important;
}

.circle-outline path:hover {
	cursor: pointer !important;
}

.path-hover-color {
	fill: #333 !important;
	font-size: 0;
}

.circle-items {
	position: absolute;
	width: 100%;
	height: 100%;
}

.circle-item img {
	width: 40px;
	height: 40px;
	transition: opacity 0.3s ease;
}

.icon-default {
	opacity: 1;
	position: relative;
}

.icon-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.circle-item:hover .icon-default,
.circle-item.active .icon-default {
	opacity: 0;
}

.circle-item:hover .icon-hover,
.circle-item.active .icon-hover {
	opacity: 1;
}

.circle-center-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 43%;
	pointer-events: none;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.center-title,
.center-subtitle,
.center-description {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.circle-showcase-wrapper {
		--wrapper-size: 300px;
		--item-size: 52px;
		width: var(--wrapper-size);
		height: var(--wrapper-size);
		margin: 30px auto;
	}

	.circle-item.is-placed {
		--scale-factor: 0.6;
		top: calc((var(--y) - 250px) * var(--scale-factor) + 150px);
		left: calc((var(--x) - 250px) * var(--scale-factor) + 150px);
	}

	.circle-item img {
		width: 30px;
		height: 30px;
	}

	.center-title {
		font-size: 16px;
	}

	.center-subtitle,
	.center-description {
		font-size: 12px;
	}
}

@media screen and (min-width: 680px) {
	.float-icons {
		position: absolute !important;
		bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		width: 79%;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1440px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		width: 78%;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1920px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		width: 59%;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 2100px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
		width: 50%;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 680px) {
	.title-underline .underline-part::after {
		height: 4px !important;
	}

	.slick-slider .slick-list {
		padding: 0 !important;
	}

	.custom-btn .qodef-qi-button {
		font-size: 14px;
		padding: 6px 22px;
	}

	.mxl-approach {
		font-size: 20px !important;
	}

	.footer-text h2 {
		font-size: 26px !important;
		line-height: 18px !important;
	}

	.elementor-nav-menu--toggle .elementor-nav-menu {
		padding: 40px 0 !important;
	}

	..elementor-nav-menu--dropdown a {
		color: #00E3A9 !important;
	}
}

/* float slike: osnovni stilovi (početno sakrivene) */
.float-img-left img,
.float-img-right img {
	opacity: 0 !important;
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
	transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
	filter 0.9s ease-out !important;
}

/* leva – ulazi iz leve strane */
.float-img-left img {
	transform: translateX(-140px) scale(0.95) !important;
}

/* desna – ulazi iz desne strane */
.float-img-right img {
	transform: translateX(140px) scale(0.95) !important;
}

/* klase koje JS dodaje/uklanja */
.float-img-left img.float-left-animate-in {
	opacity: 1 !important;
	transform: translateX(0) scale(1) !important;
}

.float-img-right img.float-right-animate-in {
	opacity: 1 !important;
	transform: translateX(0) scale(1) !important;
}

/* === GENERALNI STILOVI === */
.custom-flip-slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	overflow: hidden;
}

.custom-flip-slider.slick-carousel {
	width: 100%;
	padding: 40px 20px;
	z-index: 1;
}

.mlx-slick-slide {
	height: 350px;
	padding: 0 15px;
	box-sizing: border-box;
}

/* === CUSTOM NAVIGACIJA (Tvoje SVG strelice) === */
.mlx-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #00E3A9;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
	transition: all 0.3s ease;
	user-select: none;
}

.mlx-nav-btn:hover {
	background: #00e3a9;
	transform: translateY(-50%) scale(1.1);
}

.mlx-nav-btn:hover svg path {
	stroke: #fff;
}

.mlx-prev {
	left: 5px;
}

.mlx-next {
	right: 5px;
}

/* === SKRIVANJE SLICK-OVIH DEFAULT ELEMENATA === */
/* Slick-ove defaultne strelice */
.slick-prev:before,
.slick-next:before {
	content: none !important;
}

.slick-prev,
.slick-next {
	display: none !important;
}

/* Slick-ove tačke */
.slick-dots {
	display: none !important;
}

@media (max-width: 768px) {
	.custom-flip-slider-wrapper {
		padding: 0;
	}

	.custom-flip-slider.slick-carousel {
		padding: 40px 45px !important;
	}

	.mlx-nav-btn, .mlx-btn-prev {
		width: 38px;
		height: 38px;
	}

	.mlx-prev {
		left: 13px;
	}

	.mlx-next {
		right: 15px;
	}

	.slick-track {
		padding: 30px 0 !important;
	}
}

/* === 3D STILOVI (Zadržani) === */
.slick-list {
	padding: 50px 0 !important;
}

.mlx-custom-flipbox * {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.mlx-custom-flipbox .elementor-widget-container {
	transform: none !important;
	perspective: none !important;
}

.mlx-flip-box {
	width: 100%;
	height: 350px;
	position: relative;
	cursor: pointer;
	transform-style: preserve-3d !important;
	perspective: 1200px !important;
}

.mlx-box-container {
	height: 100%;
	width: 100%;
	position: relative;
	transform-style: preserve-3d !important;
}

.mlx-box-holder {
	height: 100%;
	width: 100%;
	padding: 18px 14px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border-radius: 18px;
	background: #fff;
	box-shadow: 2px 4px 15px 3px rgba(0, 0, 0, 0.09);
	border: 1px solid transparent !important;
	-webkit-font-smoothing: antialiased;
	transform-style: preserve-3d !important;
	backface-visibility: hidden !important;
	transition: all 0.8s cubic-bezier(0.4, 0.25, 0.6, 0.94) !important;
}

.mlx-box-content {
	transform: translateZ(60px) scale(0.9) !important;
	transform-style: preserve-3d !important;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.mlx-front {
	transform: rotateY(0deg);
	z-index: 2;
}

.mlx-back {
	transform: rotateY(180deg);
	z-index: 1;
	background: #333;
}

.mlx-flip-box.mlx-flip-show .mlx-front {
	transform: rotateY(-180deg) !important;
}

.mlx-flip-box.mlx-flip-show .mlx-back {
	transform: rotateY(0deg) !important;
	z-index: 3;
}

.mlx-icon-back {
	width: 90px;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
	transform: translateZ(50px) rotateX(0deg) rotateY(-5deg);
	transition: transform 0.3s ease-out;
	filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.9));
	box-shadow: drop-shadow(0 15px 10px rgba(0, 227, 169, 0.5)) !important;
}

.mlx-icon {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: inline-block;
	max-width: 190px !important;
}

.mlx-back .mlx-box-content h4 {
	color: #00e3a9 !important;
	font-size: 26px;

	font-weight: 600;
}

.mlx-back .mlx-box-content p {
	color: #fff !important;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

.mlx-btn {
	margin-top: 20px;
	background: #000;
	color: #fff !important;
	padding: 12px 22px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s;
}

.mlx-btn:hover {
	background: #333;
}

.mlx-box-holder.mlx-front {
	background-color: #B5F7E6 !important;
}

.mlx-box-holder.mlx-front .mlx-box-content .mlx-desc {
	font-size: 20px;
	color: #000 !important;
	font-weight: 600;
	line-height: 25px;
}

.mlx-box-holder.mlx-front .mlx-box-content .mlx-title {
	font-size: 26px;
	color: #000 !important;
	font-weight: 600;
}

.mlx-flip-box.mlx-3d .mlx-icon, .mlx-flip-box.mlx-6d .mlx-icon {
	max-width: 150px !important;
}

.footer-follow-us {
	font-weight: 700 !important;
	font-size: 22px !important;

}

#certificates .mlx-icon {
	max-width: 90px !important;
}

#certificates .mlx-box-holder.mlx-front .mlx-box-content .mlx-title {
	font-size: 22px !important;
}

#certificates .mlx-box-holder.mlx-front .mlx-box-content .mlx-desc {
	font-size: 18px !important;
}
html[lang="en-GB"] .im-de {
	display: none !important;
}
html[lang="de-DE"] .im-en {
	display: none !important;
}