.whatsapp-direct-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.whatsapp-direct-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}
.whatsapp-direct-svg {
    width: 34px;
    height: 34px;
    fill: #ffffff;
}