/* LTR Overrides for English Version */
/* This file ensures proper left-to-right layout for English pages */
/* 
 * Theme System Compatibility:
 * This file contains ONLY layout and directional properties (margins, text-align, direction).
 * All color values are inherited from brand-identity.css CSS variables.
 * This ensures LTR-specific styles work correctly with both light and dark themes.
 */

/* Force LTR direction */
html[dir="ltr"],
html[dir="ltr"] body {
    direction: ltr !important;
    text-align: left !important;
}

/* Navbar */
html[dir="ltr"] .navbar-brand {
    margin-right: 1rem;
    margin-left: 0;
}

html[dir="ltr"] .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

html[dir="ltr"] .navbar-nav .nav-link {
    text-align: left;
}

/* Top Bar */
html[dir="ltr"] .top-links a {
    margin-right: 1rem;
    margin-left: 0;
}

html[dir="ltr"] .top-links a:last-child {
    margin-right: 0;
}

html[dir="ltr"] .social-links a {
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="ltr"] .social-links a:first-child {
    margin-left: 0;
}

/* Icons */
html[dir="ltr"] .top-links i,
html[dir="ltr"] .contact-info i {
    margin-right: 0.5rem;
    margin-left: 0;
}

html[dir="ltr"] .service-link i,
html[dir="ltr"] .read-more i {
    margin-left: 0.5rem;
    margin-right: 0;
}

/* Buttons */
html[dir="ltr"] .hero-buttons .btn:first-child,
html[dir="ltr"] .cta-buttons .btn:first-child {
    margin-right: 1rem;
    margin-left: 0;
}

/* Hero Section */
html[dir="ltr"] .hero-content {
    text-align: left;
}

html[dir="ltr"] .hero-title,
html[dir="ltr"] .hero-subtitle {
    text-align: left;
}

/* Swiper Navigation */
html[dir="ltr"] .swiper-button-next {
    right: 10px;
    left: auto;
}

html[dir="ltr"] .swiper-button-prev {
    left: 10px;
    right: auto;
}

/* Vehicle Cards */
html[dir="ltr"] .vehicle-info {
    text-align: left;
}

html[dir="ltr"] .vehicle-specs {
    justify-content: flex-start;
}

html[dir="ltr"] .vehicle-specs .spec {
    margin-right: 1rem;
    margin-left: 0;
}

html[dir="ltr"] .vehicle-specs .spec:last-child {
    margin-right: 0;
}

/* Service Cards */
html[dir="ltr"] .service-card {
    text-align: center;
}

/* News Cards */
html[dir="ltr"] .news-card {
    text-align: left;
}

html[dir="ltr"] .news-date {
    left: 1rem;
    right: auto;
}

/* Why Us Section */
html[dir="ltr"] .why-us-content {
    text-align: left;
}

html[dir="ltr"] .why-us-item {
    display: flex;
    flex-direction: row;
    text-align: left;
}

html[dir="ltr"] .why-us-item .icon {
    margin-right: 1rem;
    margin-left: 0;
}

html[dir="ltr"] .why-us-item .content {
    text-align: left;
}

/* Footer */
html[dir="ltr"] .footer-about,
html[dir="ltr"] .footer-links,
html[dir="ltr"] .footer-contact {
    text-align: left;
}

html[dir="ltr"] .footer-social a {
    margin-right: 0.5rem;
    margin-left: 0;
}

html[dir="ltr"] .footer-social a:last-child {
    margin-right: 0;
}

html[dir="ltr"] .footer-bottom-links a {
    margin-left: 1.5rem;
    margin-right: 0;
}

html[dir="ltr"] .footer-bottom-links a:first-child {
    margin-left: 0;
}

/* Dropdown Menus */
html[dir="ltr"] .dropdown-menu {
    text-align: left;
}

html[dir="ltr"] .dropdown-item {
    text-align: left;
}

/* Language Switcher */
html[dir="ltr"] .language-switcher {
    flex-direction: row;
}

/* Video Section */
html[dir="ltr"] .video-info-side {
    text-align: left;
}

/* CTA Section */
html[dir="ltr"] .cta-content {
    text-align: center;
}

/* Quick Links */
html[dir="ltr"] .quick-link-card {
    text-align: center;
}

/* Section Headers */
html[dir="ltr"] .section-header {
    text-align: center;
}

/* Partner Logos */
html[dir="ltr"] .partner-logo {
    text-align: center;
}
