.elementor-340 .elementor-element.elementor-element-1643867{--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-340 .elementor-element.elementor-element-ece2ce5{--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-5be58b2 *//* ===== Premium WhatsApp Floating Button ===== */
.wa-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 999px;

  text-decoration: none;
  user-select: none;

  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.14);

  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
  opacity: 0.95;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.wa-fab:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.16);
  border-color: rgba(16,185,129,0.25);
  opacity: 1;
}

.wa-fab:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(16,185,129,0.22), 0 22px 55px rgba(0,0,0,0.16);
}

/* icon bubble */
.wa-fab__icon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;

  background: rgba(16,185,129,0.12);
  border: 1px solid rgba(16,185,129,0.25);
  position: relative;
  overflow: hidden;
}

.wa-fab__icon svg{
  fill: rgba(16,185,129,0.95);
}

/* subtle animated ring */
.wa-fab__ring{
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.0;
}

.wa-fab:hover .wa-fab__ring{
  opacity: 1;
  animation: waPulse 1.6s ease-out infinite;
}

@keyframes waPulse{
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.28); }
  70%  { box-shadow: 0 0 0 18px rgba(16,185,129,0.0); }
  100% { box-shadow: 0 0 0 18px rgba(16,185,129,0.0); }
}

/* text */
.wa-fab__text{
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  color: rgba(15,23,42,0.88);
  font-size: 13px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.wa-fab__sub{
  margin-top: 4px;
  font-size: 11px;
  color: rgba(15,23,42,0.55);
}

/* tooltip */
.wa-tooltip{
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(15,23,42,0.88);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.wa-tooltip::after{
  content:"";
  position:absolute;
  right: 18px;
  top: 100%;
  border: 8px solid transparent;
  border-top-color: rgba(15,23,42,0.88);
}

.wa-fab:hover .wa-tooltip{
  opacity: 1;
  transform: translateY(0);
}

/* mobile: icon-only */
@media (max-width: 520px){
  .wa-fab{
    padding: 10px;
    gap: 0;
    border-radius: 999px;
  }
  .wa-fab__text, .wa-tooltip{
    display: none;
  }
  .wa-fab__icon{
    width: 46px;
    height: 46px;
  }
}/* End custom CSS */