.whatsapp-float{position:fixed;width:60px;height:60px;bottom:70px;right:20px;background-color:#25D366;border-radius:50%;box-shadow:2px 2px 5px rgb(0 0 0 / .3);z-index:1000;display:flex;justify-content:center;align-items:center;transition:transform 0.3s ease;font-size:6rem;color:#fff}.whatsapp-float:hover{transform:scale(1.1)}.call-float{position:fixed;width:60px;height:60px;bottom:70px;left:20px;background-color:#28a745;border-radius:50%;box-shadow:2px 2px 5px rgb(0 0 0 / .3);z-index:1000;display:flex;justify-content:center;align-items:center;transition:transform 0.3s ease;color:#fff;font-size:6rem}.call-float:hover{transform:scale(1.1)}