.telegram-float {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 900;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #2aabee, #229ed9);
  color: #fff;
  font-size: 1.35rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(34, 158, 217, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.telegram-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(34, 158, 217, 0.55);
  color: #fff;
}

.telegram-float:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

[dir="rtl"] .telegram-float {
  left: auto;
  right: 4.75rem;
}

.telegram-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #2aabee, #229ed9);
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(34, 158, 217, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.telegram-contact-btn:hover {
  transform: scale(1.06);
  color: #fff;
  box-shadow: 0 6px 20px rgba(34, 158, 217, 0.5);
}

.communication-contact {
  text-align: center;
}

.communication-contact .telegram-contact-btn {
  margin-top: 0.5rem;
}
