body { font-family: 'Segoe UI', sans-serif; }

.navbar-brand { letter-spacing: 1px; }

.card { border-radius: 0.5rem; }

.table th { white-space: nowrap; }

.timeline .card { border-left: 4px solid #0d6efd; }

#slideContainer .slide { transition: opacity 0.5s; }

/* RTL overrides */
[dir="rtl"] .timeline .card { border-left: none; border-right: 4px solid #0d6efd; }
[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
[dir="rtl"] .ms-1, [dir="rtl"] .ms-2, [dir="rtl"] .ms-3 { margin-left: 0 !important; margin-right: 0.25rem !important; }
[dir="rtl"] .me-2, [dir="rtl"] .me-3 { margin-right: 0 !important; margin-left: 0.5rem !important; }
[dir="rtl"] .dropdown-menu-end { right: auto !important; left: 0 !important; }
[dir="rtl"] .text-end { text-align: left !important; }

/* Hindi / Arabic font improvements */
:lang(hi) body, :lang(ar) body { font-family: 'Segoe UI', 'Arial Unicode MS', sans-serif; }
:lang(ar) { font-size: 1.05rem; }

@media (max-width: 768px) {
    .col-lg-7, .col-lg-5 { width: 100%; }
}
