.sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#0c0c0c;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -4px 16px rgba(0,0,0,.25)}
.sticky-cta ul{display:flex;list-style:none;margin:0;padding:0}
.sticky-cta li{flex:1 1 0;text-align:center}
.sticky-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:9px 4px 8px;color:#fff;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}
.sticky-cta li+li{border-left:1px solid rgba(255,255,255,.12)}
.sticky-cta svg{width:20px;height:20px}
.sticky-cta .cta-call{color:#fff}
.sticky-cta .cta-whatsapp{color:#25D366}
.sticky-cta .cta-directions{color:#CC0000}
body{padding-bottom:0}
@media (max-width:767px){
  .sticky-cta{display:block}
  body{padding-bottom:58px}
}