.floating-whatsapp{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.floating-whatsapp:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-icon{font-size:2rem}.whatsapp-text{display:none}.floating-whatsapp:before{content:"";z-index:-1;background:#25d366;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}@media (max-width:768px){.floating-whatsapp{width:55px;height:55px;bottom:20px;right:20px}.whatsapp-icon{font-size:1.8rem}}
