
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

  .whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-size: 24px;
    transition: background-color 0.3s ease;
  }

  .whatsapp-float a:hover {
    background-color: #128C7E;
  }

  .whatsapp-float a{
    text-decoration: none;
  }
