.heritage-wa-float-96964143 {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 999999;
	border: 2px solid #C9A227;
	transition: transform 0.3s ease, background-color 0.3s ease;
	animation: heritage-wa-pulse-96964143 3s infinite ease-in-out;
}

.heritage-wa-float-96964143:hover {
	transform: scale(1.1);
	background-color: #20ba5a;
	box-shadow: 0 6px 16px rgba(122, 31, 61, 0.3);
}

@keyframes heritage-wa-pulse-96964143 {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	50% {
		box-shadow: 0 0 0 12px rgba(201, 162, 39, 0), 0 4px 12px rgba(0, 0, 0, 0.15);
	}
}

@media screen and (max-width: 768px) {
	.heritage-wa-float-96964143 {
		width: 52px;
		height: 52px;
		bottom: 80px; /* Offset to avoid mobile nav conflict */
		right: 16px;
	}
	.heritage-wa-float-96964143 svg {
		width: 24px;
		height: 24px;
	}
}
