.elfida-fixed-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999999;
}

.wp-btn {
  padding: 14px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: 0.25s;
  font-family: "Poppins", sans-serif;
}

.wp-btn:hover {
  transform: scale(1.06);
}

.wp-btn.whatsapp {
  background: #25D366;
}

.wp-btn.call {
  background: #fe4798;
}
