.whatsapp-floating-btn-44ac0a72 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	gap: 10px;
}

.whatsapp-floating-btn-44ac0a72:hover {
	transform: scale(1.05);
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.4);
	color: #FFF;
}

.whatsapp-floating-btn-44ac0a72 svg {
	fill: currentColor;
}

.whatsapp-btn-text-44ac0a72 {
	font-family: sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}