.whatsapp-float {

    position: fixed;

    right: 25px;
    bottom: 25px;

    background: #25D366;

    color: white;

    padding: 15px 20px;

    border-radius: 50px;

    display: flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;

    font-weight: 600;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);

    z-index: 9999;
}

.whatsapp-float i {
    font-size: 28px;
}