.elementor-1698 .elementor-element.elementor-element-6880ae53{--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;}.elementor-1698 .elementor-element.elementor-element-485c6fb2 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-1698 .elementor-element.elementor-element-485c6fb2 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:var( --e-global-color-primary );--e-contact-buttons-transition-duration:0.3s;}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-485c6fb2 *//* Collapse by default on phones */
@media (max-width: 767px){
  .floating-call {
    overflow: hidden;
    width: 54px;                 /* just the circle */
    transition: width .25s ease, box-shadow .25s ease;
  }
  /* hide the text label when collapsed */
  .floating-call .elementor-button-text,
  .floating-call .pa-animated-classic__text,  /* safety for addon variants */
  .floating-call .eael-cta-text {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    transition: opacity .2s ease;
  }

  /* Expanded state */
  .floating-call.is-open {
    width: auto;                 /* let the label show */
  }
  .floating-call.is-open .elementor-button-text,
  .floating-call.is-open .pa-animated-classic__text,
  .floating-call.is-open .eael-cta-text {
    opacity: 1;
    width: auto;
    margin-left: .5rem;
  }
}/* End custom CSS */