/* LTR overrides for English version */
body {
    font-family: var(--font-en);
    direction: ltr;
    text-align: left;
}

h1, h2, h3, h4 {
    font-family: var(--font-en);
}

.logo-text .ar { display: none; }
.logo-text .en { display: block; font-weight: 700; font-size: 1.1rem; }

.en-title, .en-subtitle, .en-label { display: none; }

.breadcrumb { direction: ltr; text-align: left; }

.hero-trust { direction: ltr; }

.lead-form input[type="tel"] {
    direction: ltr;
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
}

.lead-form select {
    text-align: left;
    direction: ltr;
    padding: 12px 40px 12px 14px;
}

.site-header .container {
    justify-content: flex-start;
}

.main-nav {
    margin-left: auto;
    margin-right: 0;
}

.lang-switch {
    font-family: var(--font-ar);
    font-weight: 500;
}
