
 .whatsapp-float {
      position: fixed;
      bottom: 50px!important; ;
      right: 80px;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      color: white;
      border-radius: 50%;
      text-align: center;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;  
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
    }

.whatsapp-float img {
  width: 32px;
  height: 32px;
}