#whatsapp-icon {
            position: fixed;
            bottom: 20px; /* Adjust as needed */
            right: 20px;  /* Adjust as needed */
            z-index: 1000;
        }

        #whatsapp-icon img {
            width: 60px; /* Adjust the size as needed */
            height: 60px;
            border-radius: 50%;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        }