.elementor-22162 .elementor-element.elementor-element-c122a94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2d8a263 */.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s;
  text-decoration: none;
}

.float-btn:hover {
  transform: scale(1.1);
}

.call-btn {
  background-color: #28a745;
}

.messenger-btn {
  background-color: #0084ff;
}

.whatsapp-btn {
  background-color: #25d366;
}/* End custom CSS */