/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 17:04:17 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: rgb(74 30 47 / 55%);
	border: 2px solid var( --e-global-color-primary );
	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/aam/wp-content/uploads/2026/06/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;
}
.form-opacity-1 input::placeholder, 
.form-opacity-1 textarea::placeholder {
	opacity: 1 !important;
}
.form-btn-center .elementor-form-fields-wrapper {
	justify-content: center;
}
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;
}
ol:last-child,
ul:last-child {
	margin-bottom: 0 !important;
}
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;
}
.elementor-nav-menu--dropdown .elementor-nav-menu {
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}
.bg-visible img {
	overflow: visible !important;
}
.hero-carousel .elementor-swiper-button-prev svg {
	transform: rotate(180deg);
	transform-origin: center !important;
}
.hero-carousel .elementor-swiper-button-prev {
	transform: translate(-60px,-50%) !important;
	opacity: 0;
	transition: all 0.3s linear;
}
.hero-carousel:hover .elementor-swiper-button-prev {
	transform: translate(10px,-50%) !important;
	opacity: 1;
}
.hero-carousel .elementor-swiper-button-next {
	transform: translate(60px,-50%) !important;
	opacity: 0;
	transition: all 0.3s linear;
}
.hero-carousel:hover .elementor-swiper-button-next {
	transform: translate(-10px,-50%) !important;
	opacity: 1;
}
.custom-ol ol {
	margin: 0px;
	counter-reset: ol-counter;
}
.custom-ol ol li {
	counter-increment: ol-counter;
	display: flex;
	gap: 15px;
	padding: 20px 0;
	border-bottom: 1px solid var( --e-global-color-accent );
}
.custom-ol ol li:first-child {
	padding-top: 0;
}
.custom-ol ol li:last-child {
	padding-bottom: 0;
	border-bottom: 0px;
}
.custom-ol ol li::before {
	content: counter(ol-counter) ".";
	display: inline-flex;
	width: 11px;
	color: var( --e-global-color-secondary );
	font-family: "Bricolage Grotesque", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.1em;
	letter-spacing: -0.02em;
	position: static !important;
}
.icon-list-divider .elementor-icon-list-item:after,
.icon-list-divider .elementor-icon-list-item:last-child:after{
	content: "";
	display: block;
	width: 14px !important;
	height: 14px !important;
	border: none !important;
	border-radius: 50px;
	background: var( --e-global-color-secondary );
}
/* infinite scroll without bug */
.wrapper .e-con-inner {
	width: 100%;
	max-width: 2000px;
	margin-inline: auto;
	position: relative;
	height: 65px;
	overflow: hidden;
	/* mask-image: linear-gradient(
	to right,
	rgba(0, 0, 0, 0),
	rgba(0, 0, 0, 1) 20%,
	rgba(0, 0, 0, 1) 80%,
	rgba(0, 0, 0, 0)
	); */
}
@keyframes scrollLeft {
	to {
		left: -1500px;
	}
}
.item {
	width: 995px;
	max-width: 995px !important;
	height: 100%;
	position: absolute;
	left: max(calc(491px * 3), 100%);
	animation-name: scrollLeft;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.item:nth-child(1) {
	animation-delay: calc(50s / 3 * (3 - 1) * -1);
}
.item:nth-child(2) {
	animation-delay: calc(50s / 3 * (3 - 2) * -1);
}
.item:nth-child(3) {
	animation-delay: calc(50s / 3 * (3 - 3) * -1);
}
/* infinite scroll without bug */
@media screen and (max-width:1024px) {
	#ast-scroll-top {
		width: 30px;
		height: 50px;
	}
	#ast-scroll-top::before {
		width: 25px;
		height: 25px;
	}
	.icon-list-divider .elementor-icon-list-item:after,
	.icon-list-divider .elementor-icon-list-item:last-child:after{
		width: 12px !important;
		height: 12px !important;
	}
	.wrapper .e-con-inner {
		height: 60px;
	}
	.item {
		width: 830px;
		max-width: 830px !important;
		left: max(calc(330px * 3), 100%);
	}
	.custom-ol ol li {
		padding: 15px 0;
	}
	.custom-ol ol li::before {
		width: 6px;
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	#ast-scroll-top {
		width: 25px;
		height: 40px;
		border-radius: 6px;
	}
	#ast-scroll-top::before {
		width: 21px;
		height: 21px;
	}
	.bg-gradient::before {
		background-image: linear-gradient(0deg, var(--e-global-color-c4d3d17) 25%, var(--e-global-color-primary) 40%) !important;
	}
	.bg-gradient-2::before {
		background-image: linear-gradient(0deg, var(--e-global-color-c4d3d17) 10%, #FFB414 40%) !important;
	}
	.bg-gradient-2.invert::before {
		background-image: linear-gradient(180deg, var(--e-global-color-c4d3d17) 10%, #FFB414 40%) !important;
	}
	.icon-list-divider .elementor-icon-list-item:after,
	.icon-list-divider .elementor-icon-list-item:last-child:after{
		width: 10px !important;
		height: 10px !important;
	}
	.wrapper .e-con-inner {
		height: 55px;
	}
	.item {
		width: 695px;
		max-width: 695px !important;
		left: max(calc(194px * 3), 100%);
	}
	.custom-ol ol li {
		padding: 10px 0;
	}
	.custom-ol ol li::before {
		width: 3px;
		font-size: 18px;
	}
}