.elementor-1408 .elementor-element.elementor-element-f79e2b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ccd7fe1 */:root {
    --mitsubishi-red: #D71920;
    --text-dark: #1a1a1a;
    --gray-bg: #f9f9f9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: var(--text-dark);
}

.header {
    padding: 20px 5%;
    border-bottom: 1px solid #eee;
}

.logo { height: 35px; }

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

/* Common Styles */
.main-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.intro-text {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
}

.divider {
    height: 4px;
    background: var(--mitsubishi-red);
    width: 60px;
    margin-bottom: 40px;
}

.section { margin-bottom: 35px; }
.section h2 {
    color: var(--mitsubishi-red);
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.full-width-divider {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

/* --- English Specific (LTR) --- */
.en-section {
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.en-section .section h2 {
    border-left: 4px solid var(--mitsubishi-red);
    padding-left: 15px;
}

/* --- Arabic Specific (RTL) --- */
.ar-section {
    font-family: 'Cairo', sans-serif;
    text-align: right; /* محاذاة النص لليمين */
}

.ar-section .divider {
    margin-right: 0; /* ضمان بقاء الخط الصغير في اليمين */
    margin-left: auto;
}

.ar-section .section h2 {
    border-right: 4px solid var(--mitsubishi-red); /* الخط الأحمر على اليمين */
    padding-right: 15px;
    border-left: none;
}

.ar-section ul {
    list-style-position: inside;
    padding-right: 20px;
}

header.article__header {
    display: none;
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-4fc67af.elementor-section-content-middle.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background-color: #060606;
}

/* Responsive */
@media (max-width: 600px) {
    .main-title { font-size: 1.6rem; }
}/* End custom CSS */