.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 10px;
  background-color: #f4c01a; /* Yellow background */
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}