.whatsapp-button {
    display: inline-block;
    background-color: #25D366; /* WhatsApp green color */
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .whatsapp-icon {
    margin-right: 8px;
    font-weight: 600;
  }
