.whatsappfloating-btn{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:60px;
  height:60px;
  background-color:#25D366;
  border-radius:50%;
  box-shadow:0 4px 10px rgba(0,0,0,0.3);
  text-decoration:none;
  transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsappfloating-btn:hover{
  transform:scale(1.1);
  box-shadow:0 6px 14px rgba(0,0,0,0.4);
}
.whatsappfloating-btn svg{
  display:block;
}
