.turbo-fixed-contacts {
  position: fixed;
  bottom: 150px;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
}

.turbo-fixed-contacts a {
  pointer-events: auto;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,.3);
}

.turbo-call-btn {
  left: 20px;
  background: #0d6efd;
}

.turbo-whatsapp-btn {
  right: 20px;
  background: #25D366;
}
