.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
  padding: 10px;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.brochure-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 95px; /* 👈 Slightly above WhatsApp */
  right: 20px;
  background-color: #ff5e00;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
  padding: 10px;
}

.brochure-float img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
