.whatsapp-float{bottom:20px;position:fixed;right:20px;z-index:1000}.whatsapp-button{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 20px rgba(37,211,102,.4);cursor:pointer;display:flex;height:60px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease;width:60px}.whatsapp-button:hover{box-shadow:0 6px 25px rgba(37,211,102,.6);transform:scale(1.1)}.whatsapp-button:active{transform:scale(.95)}.whatsapp-icon{height:35px;width:35px;fill:#fff;transition:transform .3s ease}.whatsapp-button:hover .whatsapp-icon{transform:none}.whatsapp-tooltip{background:rgba(0,0,0,.8);border-radius:6px;bottom:70px;color:#fff;font-family:poppins;font-size:14px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:0;transition:all .3s ease;visibility:hidden;white-space:nowrap}.whatsapp-tooltip:after{border:5px solid transparent;border-top-color:rgba(0,0,0,.8);content:"";position:absolute;right:20px;top:100%}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible}@media (max-width:768px){.whatsapp-float{bottom:15px;right:15px}.whatsapp-button{height:55px;width:55px}.whatsapp-icon{height:30px;width:30px}}