.elementor-1413 .elementor-element.elementor-element-ba11228{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5f75c3b */:root {
    --mitsubishi-red: #D71920;
    --text-dark: #1a1a1a;
    --light-bg: #fdfdfd;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: var(--text-dark);
    line-height: 1.6;
}

.header {
    padding: 20px 5%;
    border-bottom: 1px solid #f0f0f0;
}

.logo { height: 35px; }

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

/* Common Styles */
.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.intro-text {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 25px;
}

.divider {
    height: 4px;
    background: var(--mitsubishi-red);
    width: 70px;
    margin-bottom: 40px;
}

.section { margin-bottom: 30px; }

.section h2 {
    color: var(--mitsubishi-red);
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Highlight Box for WhatsApp Consent */
.highlight-box {
    background-color: #fffafa;
    border: 1px solid #f9e6e6;
    padding: 20px;
    border-radius: 4px;
}

.full-width-divider {
    margin: 70px 0;
    border: 0;
    border-top: 2px solid #eee;
}

/* --- English Specific (LTR) --- */
.en-section {
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.en-section ul {
    list-style: none;
    padding-left: 20px;
}

.en-section ul li::before {
    content: "■ ";
    color: var(--mitsubishi-red);
    margin-right: 10px;
}

/* --- Arabic Specific (RTL) --- */
.ar-section {
    font-family: 'Cairo', sans-serif;
    text-align: right;
}

.ar-section .divider { margin-right: 0; margin-left: auto; }

.ar-section ul {
    list-style: none;
    padding-right: 20px;
}

.ar-section ul li::before {
    content: "■ ";
    color: var(--mitsubishi-red);
    margin-left: 10px;
}

.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.8rem; }
}/* End custom CSS */