/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 10:54:33 */
.elementor-button-text{
	white-space: nowrap;
}
.elementor-widget-text-editor p{
	margin-bottom: 0;
}
.logged-in-as{
	display: none !important;
}

/* header */
.elementor-nav-menu--dropdown{
	padding: 20px 0;
}
header .elementor-item{
	display: inline-flex;
}
header .menu-item-22{
	padding: 0 15px;
}
header .menu-item-22 a{
	color: white !important;
	background-color: #c1172b;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px 0px;
}

header .menu-item-22 a:hover{
	background-color: #8F0717;
}


/* business owner */
.trusted-bg-white > div.e-con-inner{
	background: white;
}
.business-owner .swiper-slide img{
	height: 70px;
	object-fit: contain;
}
.business-owner .elementor-image-gallery{
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

/* blog post */
.elementor-location-single p{
	font-size: 16px;
}
.elementor-location-single .elementor-post__thumbnail__link{
	width: 25% !important;
}
.elementor-location-single .elementor-post__text{
	margin-top: -7px;
}
.elementor-post__thumbnail{
	padding: 0 !important;
	height: 100%;
}
.elementor-post__thumbnail img{
	position: static !important;
	transform: none !important;
	height: 100% !important;
	width: 100% !important;
}
/* footer */
footer > div > div{
	border-top: 1px solid #ebebeb;
}

.posAbsWhatsapp{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 150px;
	z-index: 999;
}
.posAbsWhatsapp img{
	width: 100%;
	border-radius: 8px;
	transition: all 0.1s linear;
}
.posAbsWhatsapp:hover img{
	transform: scale(1.1);
}

@media (max-width: 1024px){
	header .menu-item-22{
		padding: 15px 20px;
	}
}


.countryFlag .gallery-icon img {
    aspect-ratio: 2/1;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    /* padding: 5px; */
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    object-fit:cover;
}