.whatsapp-float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 10px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  z-index: 1000;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.bi-whatsapp::before {
 
  position: fixed; 
       right: 18px; 
     bottom: 29px;

}

.whatsapp-float:hover {
  color: white;
  transition: 0.3s;
}
