
    /* WhatsApp icon styles */
    .whatsapp-icon {
        position: fixed;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        right: 20px; /* Adjust the distance from the right as needed */
        opacity: 1; /* Set the opacity to a higher value, such as 0.8 (0 to 1) */
        z-index: 99999999999; /* Set a high z-index to make it appear above other elements */
    }

    .whatsapp-icon img {
        width: 50px; /* Adjust the size of the icon as needed */
        height: 50px;
        border: none;
    }

