.elementor-954 .elementor-element.elementor-element-4d2730e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8a4aef3 */body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f8f8;
}
.section-header {
    background-color: #e0f2f7; /* Light blue */
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.25rem; /* text-4xl */
    font-weight: 700; /* font-bold */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
}
.service-card:hover {
    transform: translateY(-5px);
}
.origin-badge {
    background-color: #d1fae5; /* Light green */
    color: #065f46; /* Dark green */
    padding: 0.5rem 1rem;
    border-radius: 9999px; /* Full rounded */
    font-size: 0.875rem; /* text-sm */
    font-weight: 600; /* font-semibold */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.nav-link {
    transition: all 0.3s ease;
}
.nav-link:hover {
    transform: scale(1.05);
    color: #0d9488; /* Teal-600 */
}
.image-placeholder {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    background-color: #f0f0f0;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    font-size: 1rem;
    text-align: center;
    overflow: hidden; /* Ensure text doesn't overflow */
}
.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.language-section {
    display: none; /* Hidden by default */
}
.language-section.active {
    display: block; /* Active section is shown */
}
.lang-toggle-button {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lang-toggle-button.active {
    background-color: #0d9488; /* Teal-600 */
    color: white;
}
.lang-toggle-button:not(.active):hover {
    background-color: #e0f2f7;
    color: #0d9488;
}

/* Specific colors for Arabic and English content within cards */
.ar-content-text {
    color: #334155; /* Slate-700 for general text */
}
.ar-content-text strong {
    color: #0f766e; /* Darker Teal for bold text */
}
.en-content-text {
    color: #475569; /* Slate-600 for general text */
}
.en-content-text strong {
    color: #0891b2; /* Darker Cyan for bold text */
}

/* Header Colors */
.ar-section-header {
    color: #1a5e63; /* Darker Teal for Arabic main headers */
}
.en-section-header {
    color: #0e7490; /* Darker Cyan for English main headers */
}
.ar-card-header {
    color: #2c7a7b; /* Slightly lighter Teal for Arabic card headers */
}
.en-card-header {
    color: #0d8299; /* Slightly lighter Cyan for English card headers */
}/* End custom CSS */
/* Start custom CSS */body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f8f8;
}
.section-header {
    background-color: #e0f2f7; /* Light blue */
    padding: 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.25rem; /* text-4xl */
    font-weight: 700; /* font-bold */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
}
.service-card:hover {
    transform: translateY(-5px);
}
.origin-badge {
    background-color: #d1fae5; /* Light green */
    color: #065f46; /* Dark green */
    padding: 0.5rem 1rem;
    border-radius: 9999px; /* Full rounded */
    font-size: 0.875rem; /* text-sm */
    font-weight: 600; /* font-semibold */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.nav-link {
    transition: all 0.3s ease;
}
.nav-link:hover {
    transform: scale(1.05);
    color: #0d9488; /* Teal-600 */
}
.image-placeholder {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    background-color: #f0f0f0;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    font-size: 1rem;
    text-align: center;
    overflow: hidden; /* Ensure text doesn't overflow */
}
.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.language-section {
    display: none; /* Hidden by default */
}
.language-section.active {
    display: block; /* Active section is shown */
}
.lang-toggle-button {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lang-toggle-button.active {
    background-color: #0d9488; /* Teal-600 */
    color: white;
}
.lang-toggle-button:not(.active):hover {
    background-color: #e0f2f7;
    color: #0d9488;
}

/* Specific colors for Arabic and English content within cards */
.ar-content-text {
    color: #334155; /* Slate-700 for general text */
}
.ar-content-text strong {
    color: #0f766e; /* Darker Teal for bold text */
}
.en-content-text {
    color: #475569; /* Slate-600 for general text */
}
.en-content-text strong {
    color: #0891b2; /* Darker Cyan for bold text */
}

/* Header Colors */
.ar-section-header {
    color: #1a5e63; /* Darker Teal for Arabic main headers */
}
.en-section-header {
    color: #0e7490; /* Darker Cyan for English main headers */
}
.ar-card-header {
    color: #2c7a7b; /* Slightly lighter Teal for Arabic card headers */
}
.en-card-header {
    color: #0d8299; /* Slightly lighter Cyan for English card headers */
}/* End custom CSS */