.elementor-670 .elementor-element.elementor-element-7fd60c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b2dede4 */.whatsapp-float {
  position: fixed;
  right: 20px;        /* אם האתר שלך RTL, אפשר להחליף ל-left */
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: transform 0.2s;
}
.whatsapp-float:hover {
  transform: scale(1.05);
}/* End custom CSS */