/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 13:47:31 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: #18454766;
	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/teftmedia/wp-content/uploads/2025/12/arrow-up-1.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: 1 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-primary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
div p b,
div p strong {
	color: var( --e-global-color-primary );
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
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;
}
.loop-img-h-100 a {
	height: 100% !important;
}
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.white-img {
	filter: brightness(0) invert(1);
}
.truncate {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-3 {
	-webkit-line-clamp: 3;
}
.line-4 {
	-webkit-line-clamp: 4;
}
.line-5 {
	-webkit-line-clamp: 5;
}
.line-6 {
	-webkit-line-clamp: 6;
}
.line-7 {
	-webkit-line-clamp: 7;
}
.line-8 {
	-webkit-line-clamp: 8;
}
.elementor-nav-menu .current_page_item .elementor-item-active {
	font-weight: bold !important;
}
.scroll-btn {
	transform-origin: bottom;
	transform: rotate(-90deg);
}
.view-all-btn .elementor-button .elementor-button-text {
	overflow: hidden;
	position: relative;
	padding-bottom: 4px;
}
.view-all-btn .elementor-button .elementor-button-text::before,
.view-all-btn .elementor-button .elementor-button-text::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s linear;
}
.view-all-btn .elementor-button .elementor-button-text::before {
	left: -90px;
	background-color: var( --e-global-color-primary );
}
.view-all-btn .elementor-button:hover .elementor-button-text::before {
	left: 0;
}
.view-all-btn .elementor-button:hover .elementor-button-text::after {
	left: 90px;
}
.icon-box-reverse .elementor-icon-box-content {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
.services-rotate {
	display: flex;
	align-items: center;
	gap: 20px;
}
.services-rotate::after{
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background-color: var( --e-global-color-primary );
}
.services-rotate.min-width {
	min-width: 800px;
}
.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(2), 
.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(5) {
	margin-top: 50px;
}
.bg-section-blend::before {
	mix-blend-mode: hard-light;
}
.text-align-menu ul li a {
	text-align: end;
}
@media screen and (max-width:1024px) {
	.services-rotate::after{
		width: 80px;
	}
}
@media screen and (max-width:767px) {
	.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(2), 
	.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(4), 
	.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(6){
		margin-top: 50px;
	}
	.portfolio-gallery .e-gallery-container .e-gallery-item:nth-child(5) {
		margin-top: 0px;
	}
}
