.otp___foter__links{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px !important;
}

.card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.btn-success {
  background: linear-gradient(135deg, #00c853, #4caf50);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background: linear-gradient(135deg, #43a047, #2e7d32);
  transform: translateY(-2px);
}

input.form-control {
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
}

.alert-success {
  border-radius: 12px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 10px;
  font-size: 14px;
  direction: rtl;
}

.footer-links h5 {
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}

.footer-links a {
  color: black;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #007bff; /* رنگ آبی ملایم در هاور */
}

/* نسخه موبایل */
@media (max-width: 400px) {
  .footer-links {
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
  }
}
