.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000;text-decoration:none;box-shadow:0 4px 8px rgb(0 0 0 / .3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 8px rgb(0 0 0 / .3)}50%{transform:scale(1.1);box-shadow:0 6px 12px rgb(37 211 102 / .4)}100%{transform:scale(1);box-shadow:0 4px 8px rgb(0 0 0 / .3)}}.whatsapp-float:hover{background-color:#20b954;transform:scale(1.05);animation-play-state:paused}.whatsapp-icon{width:32px;height:32px;fill:#fff}