.whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

/* .whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #6d6d6d;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-button a:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.whatsapp-button svg {
    width: 50px;
    height: 50px;
} */
