/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.whatsaap-btn {
	color: white !important;
	background-color: #25D366 !important;
	position: fixed;
	right: 3%;
	bottom: 10%;
	border-radius: 50%;
	width: 60px;              
	height: 60px;             
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;         
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
	z-index: 1000;      
}
.whatsaap-btn img {
	border-radius: 50%;
}
.whatsaap-btn.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}