/* Basic styling for the typing animation */
.animated-3d-title {
  color: #e60000;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 3.5rem; /* Ensure consistent height during animation */
}

.animated-3d-subtitle {
  font-size: 1.25rem;
  min-height: 3rem; /* Ensure consistent height during animation */
}

/* RTL support for animations */
[dir="rtl"] .animated-3d-title,
[dir="rtl"] .animated-3d-subtitle,
.animated-3d-title[style*="direction: rtl"],
.animated-3d-subtitle[style*="direction: rtl"] {
  font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
