.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  /*  background-color: #25D366; /* WhatsApp green color */
    border-radius: 50%;
    padding: 15px; /* Increased padding for a larger icon */
    font-size: 24px; /* Increased font size for the icon */
    color: white; /* Ensure the icon color is white */
}