.whatsapp-floating {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 9999;
}

.whatsapp-floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.whatsapp-floating a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

.whatsapp-floating i {
  line-height: 1;
}

#bottom	{
	font-size: 16px;
}

@media (max-width: 480px) {
  .whatsapp-floating {
    right: 15px;
    bottom: 15px;
  }
}
