.whatsapp-button {
    position: fixed;
    bottom: 15px;
    left: 20px; /* Changed from 'right' to 'left' */
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #20b858;
}



