.angie-floating-wa-447 {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	text-decoration: none;
}

.angie-floating-wa-447:hover {
	transform: scale(1.1);
	animation-play-state: paused !important;
}

.angie-floating-wa-447 .angie-wa-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Pulse Animation */
@keyframes angie-wa-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
