.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-346 .elementor-element.elementor-element-1f33fb88{--display:flex;}.elementor-widget-contact-buttons .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-contact-buttons .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-346 .elementor-element.elementor-element-675e73ca .e-contact-buttons__top-bar-title{font-size:20px;line-height:1.3em;}.elementor-346 .elementor-element.elementor-element-675e73ca .e-contact-buttons__top-bar-subtitle{font-size:15px;line-height:0em;}.elementor-346 .elementor-element.elementor-element-675e73ca .e-contact-buttons{--e-contact-buttons-vertical-offset:70px;}}/* Start custom CSS for contact-buttons, class: .elementor-element-675e73ca */.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.main-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.extra-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.extra-buttons .btn {
  margin: 5px 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4CAF50;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}

/* Active State */
.whatsapp-float.open .extra-buttons {
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-float.open .extra-buttons .btn {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */