.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #1f9d61;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(20, 43, 45, .25);
  font-weight: 800;
  text-decoration: none;
}

.whatsapp-float span {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}

.whatsapp-float:hover { background: #168251; }
.call-float {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 84px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #405d6b;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 8px 25px rgba(20, 43, 45, .22);
  font-weight: 800;
  text-decoration: none;
}
.call-float span { width: 28px; height: 28px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.whatsapp-quote { width: 100%; margin: 8px 0 12px; background: #1f9d61; }
.whatsapp-quote:hover { background: #168251; }
.payment-options.payment-timing { grid-template-columns: 1fr 1fr; margin-bottom: 16px; }
.payment-subheading { margin: 8px 0 -10px; font-size: 12px; font-weight: 800; color: #405d6b; }
.booking-next { width: 100%; margin-top: 8px; background: #087f7b; }
.booking-next:hover { background: #075c5a; }
.booking-next[hidden] { display: none; }
.booking-send { width: 100%; margin-top: 8px; background: #1f9d61; }
.booking-send:hover { background: #168251; }
.booking-send[hidden] { display: none; }
.academy-header .whatsapp-action { border: 1px solid #b9d96d; color: #b9d96d; padding: 8px 12px; font-weight: 800; text-decoration: none; }
.sidebar-help a { display: inline-block; border: 1px solid currentColor; color: #fff; padding: 10px 14px; font-weight: 700; text-decoration: none; }

@media (max-width: 700px) {
  .whatsapp-float { right: 12px; bottom: 12px; padding: 10px 12px; }
  .call-float { right: 12px; bottom: 70px; padding: 10px 12px; }
  .payment-options.payment-timing { grid-template-columns: 1fr; }
}

.academy-home-button {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 11px 12px;
  border: 1px solid #547170;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.academy-home-button:hover {
  border-color: #b9d96d;
  color: #b9d96d;
}
