/* =============================================================================
   Mobile WhatsApp — FIXED on screen while page scrolls (easy access)
   FULL FILE FORCE v=force4
   Green: previous site green #067647
   ============================================================================= */

@media (max-width:980px){
  html body .floating-whatsapp,
  html body a.floating-whatsapp,
  html body a.floating-whatsapp.js-wa,
  html body.show-sticky .floating-whatsapp,
  html body.show-sticky a.floating-whatsapp,
  html.in-wix-frame body .floating-whatsapp,
  html body.in-wix-frame .floating-whatsapp,
  body .floating-whatsapp[data-track="floating-whatsapp"]{
    position:fixed!important;
    left:18px!important;
    right:18px!important;
    bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;
    top:auto!important;
    z-index:1900!important;
    display:flex!important;
    width:auto!important;
    max-width:none!important;
    min-height:54px!important;
    margin:0!important;
    padding:15px 18px!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    box-sizing:border-box!important;
    border-radius:16px!important;
    background:var(--green,#067647)!important;
    background-color:var(--green,#067647)!important;
    color:#fff!important;
    box-shadow:0 14px 34px rgba(6,118,71,.30)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    transition:none!important;
    float:none!important;
  }

  html body .mobile-action-bar,
  html body.show-sticky .mobile-action-bar,
  html body .sticky-conversion-bar{
    display:none!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}
