.elementor-5209 .elementor-element.elementor-element-675b34b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:9999;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-5209 .dialog-widget-content{background-color:#FFFFFF00;border-radius:100px 100px 100px 100px;margin:0px 10px 10px 0px;}#elementor-popup-modal-5209 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-5209{justify-content:flex-end;align-items:flex-end;}@media(max-width:1200px){#elementor-popup-modal-5209 .dialog-widget-content{margin:0px 10px 10px 0px;}}@media(max-width:767px){#elementor-popup-modal-5209{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-5209 .dialog-widget-content{margin:0px 10px 10px 0px;}#elementor-popup-modal-5209 .dialog-message{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-7338997 *//* ====================== Floating Button Wrapper ====================== */
/* Isolates the button and enforces size, color, and shape */
.floatingbutton-wrapper {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  width: 60px !important;
  height: 60px !important;
  z-index: 9999 !important;
  background-color: #393D3F !important;  /* desired color */
  border-radius: 50% !important;          /* perfect circle */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* ====================== Floating Button ====================== */
/* Only holds text, inherits wrapper shape */
.floatingbutton {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;    /* ignore other backgrounds */
  border: none !important;
  display: flex !important;
  flex-direction: column !important;     /* stack words vertically */
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-align: center !important;
  text-transform: none !important;       /* sentence case */
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;             /* text color */
  position: relative !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* ====================== Text Inside Button ====================== */
.floatingbutton span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;       /* sentence case */
  box-sizing: border-box !important;
}

/* ====================== Hover / Focus ====================== */
/* Keep wrapper and button identical on hover/focus */
.floatingbutton-wrapper:hover,
.floatingbutton-wrapper:focus,
.floatingbutton:hover,
.floatingbutton:focus {
  background-color: #393D3F !important;  /* same as normal */
  border-radius: 50% !important;
  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: none !important;
}

/* ====================== Mobile Adjustments ====================== */
@media (max-width: 767px) {
  .floatingbutton-wrapper {
    width: 60px !important;
    height: 60px !important;
  }

  .floatingbutton {
    font-size: 13px !important;
  }
}/* End custom CSS */