.angie-wa-floating-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.angie-wa-floating-btn:hover {
    background-color: #1ebe57;
    transform: translateY(-3px) scale(1.05);
    color: #fff;
    box-shadow: 2px 5px 15px rgba(0,0,0,0.3);
}

.angie-wa-icon {
    width: 35px;
    height: 35px;
    fill: #fff;
}
