/* WhatsApp buttons */
.btn-whatsapp {
	background-color: #25d366;
	border-color: #25d366;
	color: #ffffff;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
	background-color: #1ebe5d;
	border-color: #1ebe5d;
	color: #ffffff;
}

/* Floating WhatsApp button */
.whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #25d366;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	text-decoration: none;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
	background-color: #1ebe5d;
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 575.98px) {
	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
		font-size: 26px;
	}
}
