/* WhatsApp canlı destek — footer hook stilleri */
.whatsapp-float {
	position: fixed;
	bottom:10px;
	right:10px
}

.whatsapp-float img {
	border-radius: 50%;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	transition: transform 0.2s ease;
}
@media (max-width:980px)
{
	.whatsapp-float {bottom:70px}
}