/* static overrides */
html, body { overflow-x: clip; }
.go-top, .scroll-top { display: none !important; }
e-page-transition, .e-page-transition, .elementor-page-transition { display: none !important; opacity: 0 !important; pointer-events: none !important; }
.elementor-invisible { visibility: visible !important; opacity: 1 !important; }
.sf-fab-wa { display: none; }
@media (max-width: 768px) {
  .sf-fab-wa { display: inline-flex; align-items: center; justify-content: center; position: fixed; right: 16px; bottom: 20px; width: 58px; height: 58px; background: #25D366; color: #fff; border-radius: 50%; z-index: 9998; box-shadow: 0 6px 18px rgba(37,211,102,0.45), 0 2px 6px rgba(0,0,0,0.15); text-decoration: none; animation: sf-pulse 2.4s ease-in-out infinite; }
  .sf-fab-wa svg { width: 28px; height: 28px; fill: #fff; }
  body * { max-width: 100vw; }
  img, video, iframe { max-width: 100% !important; }
}
@keyframes sf-pulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.06);} }
