
.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    width:58px;
    height:58px;
    background:#25d366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    z-index:9999;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}
.call-float{
    position:fixed;
    bottom:90px;
    right:20px;
    width:55px;
    height:55px;
    background:#f59e0b;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    z-index:9999;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}