/* Hide WhatsApp button on Desktop only (keep visible for tablet and mobile) */
@media (min-width: 1025px) {
    .whatsapp-float {
        display: none !important;
    }
}