/* WhatsApp Floating Button CSS */
#whatsapp-button {
    position: fixed;
    bottom: 20px; /* Adjust distance from the bottom */
    right: 5px; /* Adjust distance from the right */
    z-index: 9999; /* Ensure it floats above other content */
}

#whatsapp-button a img {
    width: 60px; /* Adjust the size of the icon */
    height: auto;
    border-radius: 50%; /* Optional: Makes the button perfectly round */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a subtle shadow */
}
