/* Plugin CSS for WhatsApp Contact Button */

.whatsapp-button {
    position: fixed;
    bottom: 40px; /* Adjust as needed */
    left: 5px;
    z-index: 9999;
    width: 50px; /* Adjust width and height as needed */
    height: 50px;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

.whatsapp-button img {
    width: 100%;
    height: auto;
}
