/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 17:36:15 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: var( --e-global-color-primary );
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 8px;
	backdrop-filter: blur(5px);
}
#ast-scroll-top .ast-icon {
	display: none;
}
#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/julie/wp-content/uploads/2026/02/arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* 	filter: brightness(0) saturate(100%) invert(100%); */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ast-scroll-top:hover::before {
	transform: translate(-50%, calc(-50% - 5px));
}
input::placeholder, 
textarea::placeholder {
	opacity: 0.3 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-secondary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
ul li::marker {
	color: var( --e-global-color-primary );
}
.white-markers ul li::marker {
	color: #fff;
}
ul li {
	list-style: disc;
}
ul li > ul li {
	list-style: circle;
}
ul li > ul li > ul li {
	list-style: square;
}
a {
	text-decoration: none !important;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.h-100,
.loop-img-h-100 a {
	height: 100% !important;
}
.w-100,
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.color-primary {
	color: var(--e-global-color-primary);
}
.color-secondary {
	color: var(--e-global-color-secondary);
}
.color-accent {
	color: var(--e-global-color-accent);
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.white-img {
	filter: brightness(0) invert(1);
}
.truncate, 
.truncate h4, 
.truncate p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-2,
.line-2 h4,
.line-2 p {
	-webkit-line-clamp: 2;
}
.line-3, 
.line-3 p {
	-webkit-line-clamp: 3;
}
.line-4, 
.line-4 p {
	-webkit-line-clamp: 4;
}
.line-5, 
.line-5 p {
	-webkit-line-clamp: 5;
}
.line-6, 
.line-6 p {
	-webkit-line-clamp: 6;
}
.line-7, 
.line-7 p {
	-webkit-line-clamp: 7;
}
.line-8, 
.line-8 p {
	-webkit-line-clamp: 8;
}
.position-relative,
.position-relative .e-con-inner {
	position: relative;
}
.elementor-nav-menu .current_page_item .elementor-item-active {
	font-weight: bold !important;
}
.blend-mode-diff {
	mix-blend-mode: difference;
}
.home-hero::before {
	content: "";
	display: block;
	width: 1432px;
	height: 1402px;
	background-color: var( --e-global-color-primary );
	border-radius: 0 0 50% 50%;
	position: absolute;
	top: unset;
	bottom: 165px !important;
	left: 50%;
	transform: translateX(-50%);
}
.main-menu .elementor-menu-toggle {
	padding: 20px;
	border-radius: 50% 50% 0 0;
}
.testimonials.carousel .swiper-slide .testimonial h4, 
.testimonials.carousel .swiper-slide .testimonial p {
	transition: all 0.3s linear;
}
.swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 64px;
	border-radius: 8px;
}
@media screen and (max-width:1024px) {
	.home-hero::before {
		bottom: 130px !important;
	}
}
@media screen and (max-width:800px) {
	.home-hero::before {
		bottom: 120px !important;
	}
}
@media screen and (min-width:768px) {
	.main-menu .menu-item .elementor-item {
		position: relative;
		z-index: 5;
	}
	.main-menu .menu-item .elementor-item::before {
		transition: transform 0.3s linear, border-radius 0.3s linear 0.07s !important;
	}
	.main-menu .menu-item .elementor-item::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: #fff !important;
		border-radius: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		transform: scaleY(0);
		transform-origin: bottom;
		z-index: -1;
		opacity: 1 !important;
	}
	.main-menu .menu-item .elementor-item-active::before {
		transform: scaleY(1);
		border-radius: 50% 50% 0 0;
	}
	.main-menu .menu-item .elementor-item:hover {
		color: var( --e-global-color-primary ) !important;
	}
	.main-menu .menu-item .elementor-item:hover::before {
		transform: scaleY(1);
		border-radius: 50% 50% 0 0;
	}
	.testimonials.carousel .swiper-slide.swiper-slide-next .testimonial {
		background-color: #000;
		box-shadow: 0 4px 12px 0 #513C0B;
	}
	.testimonials.carousel .swiper-slide.swiper-slide-next .testimonial h4, 
	.testimonials.carousel .swiper-slide.swiper-slide-next .testimonial p {
		color: #fff;
	}
}
@media screen and (max-width:768px) {
	.testimonials.carousel .swiper-slide.swiper-slide-active .testimonial {
		background-color: #000;
		box-shadow: 0 4px 12px 0 #513C0B;
	}
	.testimonials.carousel .swiper-slide.swiper-slide-active .testimonial h4, 
	.testimonials.carousel .swiper-slide.swiper-slide-active .testimonial p {
		color: #fff;
	}
}