@charset "UTF-8";
/* CSS Document */


/* WhatsApp Floating Button CSS */

#whatsapp-button {

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 9999;

}

#whatsapp-button a img {

    width: 80px; /* Adjust size as needed */

    height: auto;

}