.whatsapp-floating-btn-44516ef6 {
	position: fixed;
	bottom: 25px;
	right: 25px;
	background-color: #25D366;
	color: #ffffff !important;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	transition: transform 0.3s ease, background-color 0.3s ease;
	text-decoration: none !important;
}

.whatsapp-floating-btn-44516ef6:hover {
	transform: scale(1.1);
	background-color: #128C7E;
	color: #ffffff !important;
}

@media (max-width: 767px) {
	.whatsapp-floating-btn-44516ef6 {
		width: 50px;
		height: 50px;
		font-size: 26px;
		bottom: 15px;
		right: 15px;
	}
}
