.lang-toggle {
  text-decoration: none;
}

.form-note.success {
  color: #0a6e5a;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: .6rem;
  background: #1f9d63;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: .78rem 1rem;
  box-shadow: 0 12px 30px rgba(3, 26, 48, .25);
  font: 700 .82rem Manrope, Arial, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(3, 26, 48, .32);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

html[dir="rtl"] .whatsapp-float {
  font-family: "Noto Kufi Arabic", Arial, sans-serif;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: .8rem;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

}
