
#whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000; /* Adjust the z-index if needed */
}

#whatsapp-button a {
    display: block;
    width: 50px; /* Adjust the width of the button */
    height: 50px; /* Adjust the height of the button */
    background-color: #25D366; /* WhatsApp green color */
    border-radius: 50%;
    text-align: center;
    line-height: 50px; /* Center the icon vertically */
    color: #fff;
    text-decoration: none;
    font-size: 24px; /* Adjust the font size of the icon */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional: Add shadow for a raised effect */
}