.header-bg-white {
	background-color: white !important;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); 
}

.text-black {
	color: rgb(55 65 81) !important;
}


.lang-switcher .wpml-ls-link {
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
}

.lang-switcher .wpml-ls-link img {
	width: 20px;
}

.project-image {
	position: relative;
	height: 100%;
	width: 100%;
}

.project-card:hover .project-image {
	transform: scale(1.1)
}

.service-button .elementor-button-icon {
	transition: 0.3s ease-in-out;
}

.service-button:hover .elementor-button-icon {
	transform: translatex(-5px);
} 

.mt-auto {
	margin-top: auto;
}

.branches .elementor-icon-box-wrapper {
	display: flex;
}


.service-gallery .ug-strip-panel{
	background-color: transparent !important;
}


@media(max-width: 767px) {
	.service-gallery .ug-thumb-wrapper {
		width: 150px !important;
		height: 60px !important;
	}

}

.project_features:has(.jet-listing-not-found) {
    display: none !important;
} 


