/* Plugin CSS for WhatsApp Contact Button */

.whatsapp-button {
    position: fixed;
    bottom: 10px; /* Adjust as needed */
    right: 15px;
    z-index: 9999;
    width: 50px; /* Adjust width and height as needed */
    height: 50px;
    overflow: hidden;
    background-color: transparent;
    border: none;
	box-shadow:0 5px 20px rgba(0,0,0,0.2);
	box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

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