.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366; /* vert WhatsApp */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
}
div[class*="loan"],
section[class*="loan"],
div[class*="calculator"],
section[class*="calculator"] {
    display: none !important;
}