/* ═══════════════════════════════════════════════════════════
   LTR OVERRIDES FOR ENGLISH VERSION
   Loaded only when LANGUAGE_CODE == 'en'
   ═══════════════════════════════════════════════════════════ */

/* Base direction */
html[dir="ltr"], html[dir="ltr"] body { direction: ltr; text-align: left; }

/* ── Navbar ── */
html[dir="ltr"] .navbar-brand { margin-left: 0; margin-right: auto; }
html[dir="ltr"] .navbar-nav { flex-direction: row; }
html[dir="ltr"] .navbar-collapse { justify-content: flex-end; }

/* ── Headings & text ── */
html[dir="ltr"] .section-header,
html[dir="ltr"] .section-header.text-center { text-align: center; }
html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3,
html[dir="ltr"] h4, html[dir="ltr"] h5, html[dir="ltr"] h6,
html[dir="ltr"] p { text-align: left; }
html[dir="ltr"] .text-center { text-align: center !important; }

/* ── Page header ── */
html[dir="ltr"] .page-header { text-align: center; }
html[dir="ltr"] .breadcrumb { direction: ltr; justify-content: center; }

/* ── Cards ── */
html[dir="ltr"] .card, html[dir="ltr"] .project-card,
html[dir="ltr"] .news-card, html[dir="ltr"] .service-card,
html[dir="ltr"] .team-card, html[dir="ltr"] .award-card { text-align: left; }

/* ── Footer ── */
html[dir="ltr"] .footer-social { flex-direction: row; }
html[dir="ltr"] .footer-col { text-align: left; }
html[dir="ltr"] .footer-links a { text-align: left; }

/* ── Forms ── */
html[dir="ltr"] .form-control,
html[dir="ltr"] input, html[dir="ltr"] textarea { text-align: left; direction: ltr; }

/* ── Buttons with icons ── */
html[dir="ltr"] .btn-primary-custom,
html[dir="ltr"] .btn-cta { flex-direction: row; }

/* ── Lists ── */
html[dir="ltr"] ul, html[dir="ltr"] ol { text-align: left; }

/* ── Hero ── */
html[dir="ltr"] .hero-content { text-align: left; }
html[dir="ltr"] .hero-content * { text-align: left; }

/* ── Info lists (project detail) ── */
html[dir="ltr"] .info-list li { flex-direction: row; }
html[dir="ltr"] .info-val { text-align: right; }

/* ── Dashboard ── */
html[dir="ltr"] .dash-sidebar { left: 0; right: auto; }
html[dir="ltr"] .dash-main { margin-left: 260px; margin-right: 0; }
