/* ========================================================================== */
/* إصلاح قوي ونهائي للوجو العربي - اللوجو يجب أن يكون في الشمال تماماً           */
/* ========================================================================== */

@media (max-width: 1024px) {
  /* إعادة تعيين كامل لكونتينر اللوجو العربي */
  html[lang="ar"] .elementskit-nav-identity-panel {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    direction: ltr !important;
    overflow: visible !important;
  }
  
  /* إجبار اللوجو على التموضع في الشمال باستخدام position absolute */
  html[lang="ar"] .elementskit-nav-identity-panel .elementskit-nav-logo {
    position: absolute !important;
    top: 50% !important;
    left: 20px !important;
    right: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1000 !important;
    display: block !important;
  }
  
  /* إجبار زر الإغلاق على التموضع في اليمين باستخدام position absolute */
  html[lang="ar"] .elementskit-nav-identity-panel .elementskit-menu-close {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1000 !important;
    display: block !important;
  }
  
  /* حجم اللوجو */
  html[lang="ar"] .elementskit-nav-identity-panel .elementskit-nav-logo img {
    max-height: 40px !important;
    width: auto !important;
    display: block !important;
  }
  
  /* إزالة RTL من الكونتينر الأب */
  html[lang="ar"] .elementskit-menu-offcanvas-elements {
    direction: ltr !important;
  }
  
  /* تطبيق نفس الإصلاح على جميع أنواع القوائم */
  html[lang="ar"] .elementskit-offcanvas-wrapper .elementskit-nav-identity-panel,
  html[lang="ar"] .elementskit-menu-container .elementskit-nav-identity-panel,
  html[lang="ar"] .offcanvas .elementskit-nav-identity-panel {
    position: relative !important;
    height: 70px !important;
    background: #ffffff !important;
  }
  
  html[lang="ar"] .elementskit-nav-logo,
  html[lang="ar"] .elementskit-offcanvas-wrapper .elementskit-nav-logo,
  html[lang="ar"] .elementskit-menu-container .elementskit-nav-logo {
    position: absolute !important;
    top: 50% !important;
    left: 20px !important;
    right: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 1000 !important;
  }
  
  html[lang="ar"] .elementskit-menu-close,
  html[lang="ar"] .elementskit-offcanvas-wrapper .elementskit-menu-close,
  html[lang="ar"] .elementskit-menu-container .elementskit-menu-close {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 1000 !important;
  }
  
  /* إعادة تعيين أي تنسيقات متضاربة */
  html[lang="ar"] .elementskit-nav-identity-panel * {
    float: none !important;
    flex: none !important;
    order: unset !important;
  }
}

/* ========================================================================== */
/* دعم RTL شامل للموقع العربي - جميع العناصر                                   */
/* ========================================================================== */

/* تطبيق RTL على الصفحة كاملة */
html[lang="ar"] {
  direction: rtl !important;
  text-align: right !important;
}

html[lang="ar"] body {
  direction: rtl !important;
  text-align: right !important;
}

/* العناصر الأساسية */
html[lang="ar"] .elementor-section,
html[lang="ar"] .elementor-container,
html[lang="ar"] .elementor-row,
html[lang="ar"] .elementor-column,
html[lang="ar"] .elementor-widget-container,
html[lang="ar"] .e-con,
html[lang="ar"] .e-container {
  direction: rtl !important;
  text-align: right !important;
}

/* النصوص والعناوين */
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, 
html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6,
html[lang="ar"] p, html[lang="ar"] span, html[lang="ar"] div,
html[lang="ar"] .elementor-heading-title,
html[lang="ar"] .elementor-text-editor {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* القوائم والروابط */
html[lang="ar"] ul, html[lang="ar"] ol, html[lang="ar"] li {
  direction: rtl !important;
  text-align: right !important;
  list-style-position: inside !important;
}

html[lang="ar"] a {
  direction: rtl !important;
  text-align: right !important;
}

/* الأزرار والنماذج */
html[lang="ar"] .elementor-button,
html[lang="ar"] .btn, html[lang="ar"] button,
html[lang="ar"] input, html[lang="ar"] textarea, html[lang="ar"] select {
  direction: rtl !important;
  text-align: right !important;
}

/* الصور والأيقونات - إبقاء اتجاهها الطبيعي */
html[lang="ar"] img, html[lang="ar"] .elementor-image {
  direction: ltr !important;
}

/* إصلاح الهوامش والحشو للـ RTL */
html[lang="ar"] .elementor-widget {
  direction: rtl !important;
}

/* إصلاح القوائم المنسدلة */
html[lang="ar"] .elementskit-dropdown,
html[lang="ar"] .dropdown-menu,
html[lang="ar"] .sub-menu {
  direction: rtl !important;
  text-align: right !important;
  left: auto !important;
  right: 0 !important;
}

/* الهيدر والفوتر */
html[lang="ar"] header, html[lang="ar"] footer,
html[lang="ar"] .elementor-location-header,
html[lang="ar"] .elementor-location-footer {
  direction: rtl !important;
}

/* العناصر المرنة (Flexbox) */
html[lang="ar"] .elementor-widget-container,
html[lang="ar"] .elementor-element {
  direction: rtl !important;
}

/* إصلاح خاص للمحتوى النصي */
html[lang="ar"] .elementor-text-editor p,
html[lang="ar"] .elementor-text-editor div,
html[lang="ar"] .elementor-widget-text-editor {
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: embed !important;
}

/* إصلاح للأيقونات والرموز */
html[lang="ar"] .elementor-icon-list-item {
  direction: rtl !important;
  text-align: right !important;
}

html[lang="ar"] .elementor-icon-list-icon {
  margin-left: 8px !important;
  margin-right: 0 !important;
}

html[lang="ar"] .elementor-icon-list-text {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للجداول */
html[lang="ar"] table, html[lang="ar"] th, html[lang="ar"] td {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للنماذج */
html[lang="ar"] .elementor-field-group,
html[lang="ar"] .elementor-form-fields-wrapper {
  direction: rtl !important;
}

html[lang="ar"] .elementor-field-label {
  text-align: right !important;
}

/* إصلاح لعناصر الوسائط المتعددة */
html[lang="ar"] .elementor-image-box-content {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للبطاقات والكروت */
html[lang="ar"] .elementor-widget-image-box,
html[lang="ar"] .elementor-widget-icon-box {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح خاص للعناصر المخصصة */
html[lang="ar"] .custom-content,
html[lang="ar"] .widget-content,
html[lang="ar"] .post-content {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للتنقل والباجيناتيون */
html[lang="ar"] .pagination,
html[lang="ar"] .navigation,
html[lang="ar"] .page-numbers {
  direction: rtl !important;
}

/* إصلاح للعناصر التفاعلية */
html[lang="ar"] .elementor-tabs,
html[lang="ar"] .elementor-accordion {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للشبكات والمعارض */
html[lang="ar"] .elementor-gallery,
html[lang="ar"] .elementor-grid {
  direction: rtl !important;
}

/* إصلاح للعدادات والإحصائيات */
html[lang="ar"] .elementor-counter,
html[lang="ar"] .elementor-progress-bar {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للشهادات والتقييمات */
html[lang="ar"] .elementor-testimonial,
html[lang="ar"] .elementor-review {
  direction: rtl !important;
  text-align: right !important;
}

/* ========================================================================== */
/* إصلاح خاص للنص الموجود في الصورة - RTL للمحتوى العربي                     */
/* ========================================================================== */

/* إصلاح عام للنصوص التي تحتوي على data-i18n */
html[lang="ar"] p[data-i18n],
html[lang="ar"] div[data-i18n],
html[lang="ar"] span[data-i18n] {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح خاص للنص المحدد في الطلب */
html[lang="ar"] p[data-i18n*="Connect with top-tier consultants"],
html[lang="ar"] p[data-i18n*="consultants and trainers from SCL"] {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  unicode-bidi: embed !important;
}

/* إصلاح للعناصر التي تحتوي على نص "Smart Compliance Leap" */
html[lang="ar"] *[data-i18n*="Smart Compliance Leap"],
html[lang="ar"] *[data-i18n*="Saudi Arabia"],
html[lang="ar"] *[data-i18n*="Egypt"] {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح شامل لجميع عناصر i18n في الصفحات العربية */
html[lang="ar"] [data-i18n] {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح للحاويات التي تحتوي على نصوص i18n */
html[lang="ar"] .elementor-widget-container:has([data-i18n]),
html[lang="ar"] .elementor-text-editor:has([data-i18n]) {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح خاص للجملة المحددة */
html[lang="ar"] p:contains("Connect with top-tier consultants and trainers from SCL"),
html[lang="ar"] div:contains("strategic guidance or specialized training") {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح للعناصر الأبوية */
html[lang="ar"] .elementor-element:has(p[data-i18n]) {
  direction: rtl !important;
}

/* إصلاح عام لجميع النصوص في الصفحات العربية */
html[lang="ar"] .elementor-widget-text-editor p,
html[lang="ar"] .elementor-text-editor p,
html[lang="ar"] .elementor-widget-container p {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* ========================================================================== */
/* إصلاح خاص للعناصر المحددة في الطلب                                        */
/* ========================================================================== */

/* إصلاح للعنصر d68bd86 المحدد في الطلب */
html[lang="ar"] .elementor-element-d68bd86,
html[lang="ar"] .elementor-element-d68bd86 .ekit-heading__description,
html[lang="ar"] .elementor-element-d68bd86 .ekit-heading__description p {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح للعنصر 2a57d6b3 */
html[lang="ar"] .elementor-element-2a57d6b3 {
  direction: rtl !important;
}

/* إصلاح شامل لجميع عناصر elementskit-heading في الصفحات العربية */
html[lang="ar"] .elementor-widget-elementskit-heading,
html[lang="ar"] .ekit-heading,
html[lang="ar"] .elementskit-section-title-wraper {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح خاص للعناوين العربية */
html[lang="ar"] .ekit-heading--title.elementskit-section-title {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح خاص للنصوص الوصفية العربية */
html[lang="ar"] .ekit-heading__description {
  direction: rtl !important;
  text-align: right !important;
}

html[lang="ar"] .ekit-heading__description p {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  unicode-bidi: embed !important;
}

/* إصلاح للمحاذاة الخاطئة في العربية */
html[lang="ar"] .text_left {
  text-align: right !important;
  direction: rtl !important;
}

html[lang="ar"] .elementor-align-left {
  text-align: right !important;
  direction: rtl !important;
}

/* إصلاح الحاويات */
html[lang="ar"] .e-con-inner {
  direction: rtl !important;
}

/* إصلاح خاص للويدجت المحدد */
html[lang="ar"] .elementor-widget__width-initial,
html[lang="ar"] .elementor-widget-tablet__width-initial {
  direction: rtl !important;
}

/* إصلاح للعناصر التي تحتوي على fadeInRight في العربية */
html[lang="ar"] .elementor-invisible[data-settings*="fadeInRight"] {
  direction: rtl !important;
}

/* ========================================================================== */
/* إصلاحات قوية إضافية لضمان RTL للنص المحدد                                */
/* ========================================================================== */

/* إجبار جميع العناصر التي تحتوي على النص الإنجليزي على RTL في الصفحات العربية */
html[lang="ar"] .elementor-widget-container:has(p[data-i18n*="Connect"]),
html[lang="ar"] .ekit-heading__description:has(p[data-i18n*="consultants"]) {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* إصلاح قوي لجميع الفقرات التي تحتوي على النص الإنجليزي */
html[lang="ar"] p:contains("Connect with top-tier"),
html[lang="ar"] p:contains("Smart Compliance Leap"),
html[lang="ar"] p:contains("strategic guidance") {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  unicode-bidi: embed !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

/* إصلاح باستخدام CSS attribute selector */
html[lang="ar"] p[data-i18n] {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
  unicode-bidi: embed !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* إصلاح شامل باستخدام wildcard */
html[lang="ar"] *[data-i18n*="SCL"] {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للعناصر الأبوية */
html[lang="ar"] .elementor-element:has([data-i18n]) * {
  direction: rtl !important;
}

/* إصلاح باستخدام JavaScript المحاكي في CSS */
html[lang="ar"] .elementor-widget-container {
  direction: rtl !important;
}

html[lang="ar"] .elementor-widget-container > * {
  direction: rtl !important;
  text-align: right !important;
}

/* إصلاح للتأكد من عدم تداخل الاتجاهات */
html[lang="ar"] .e-con-boxed .e-con-inner {
  direction: rtl !important;
}

html[lang="ar"] .e-flex {
  direction: rtl !important;
}

/* إصلاح خاص للعناصر المتحركة */
html[lang="ar"] .elementor-invisible {
  direction: rtl !important;
}

/* إصلاح نهائي شامل */
html[lang="ar"] * {
  direction: inherit !important;
}

html[lang="ar"] {
  direction: rtl !important;
}

/* إصلاح للنصوص الطويلة */
html[lang="ar"] .ekit-heading__description p {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* ========================================================================== */
/* إضافة مسافة بين النص والزر في الوضع العربي                                 */
/* ========================================================================== */

/* إضافة مسافة صغيرة بين النص والزر - حسب الطلب */
html[lang="ar"] .ekit-heading__description {
  margin-bottom: 15px !important;
  padding-bottom: 5px !important;
}

/* إضافة مسافة صغيرة للفقرة التي تحتوي على data-i18n */
html[lang="ar"] p[data-i18n*="Connect with top-tier consultants"] {
  margin-bottom: 12px !important;
  padding-bottom: 4px !important;
}

/* إضافة مسافة صغيرة للعنصر الأب للنص */
html[lang="ar"] .elementor-element-d68bd86 {
  margin-bottom: 10px !important;
}

/* إضافة مسافة صغيرة للحاوي الرئيسي */
html[lang="ar"] .elementor-widget-elementskit-heading {
  margin-bottom: 12px !important;
}

/* إضافة مسافة صغيرة بين العناصر في الحاوي */
html[lang="ar"] .elementor-element-2a57d6b3 .elementor-widget-elementskit-heading {
  margin-bottom: 14px !important;
}

/* إضافة مسافة علوية صغيرة للزر */
html[lang="ar"] .elementor-widget-elementskit-button {
  margin-top: 8px !important;
  padding-top: 3px !important;
}

/* إضافة مسافة صغيرة خاصة للزر في هذا القسم تحديداً */
html[lang="ar"] .elementor-element-b2bbe6b {
  margin-top: 10px !important;
  padding-top: 5px !important;
}

/* تحسين المسافة الصغيرة العامة بين العناصر في الوضع العربي */
html[lang="ar"] .e-con-inner > .elementor-element:not(:last-child) {
  margin-bottom: 12px !important;
}

/* مسافة صغيرة خاصة للعنوان والنص */
html[lang="ar"] .elementskit-section-title-wraper {
  margin-bottom: 14px !important;
}

/* Universal Button Design Styling - تصميم شامل للأزرار */
/* Apply the same button design to all ElementsKit buttons */
.elementskit-btn {
  background-color: var(--e-global-color-89d9959) !important;
  padding: 15px 42px 15px 42px !important;
  font-family: "Cairo", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--e-global-color-accent) !important;
  fill: var(--e-global-color-accent) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-accent) !important;
  border-radius: 0px 0px 0px 0px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* Button hover effect with black text */
.elementskit-btn:hover {
  color: #000000 !important;
  fill: #000000 !important;
  border-color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-89d9959) !important;
}

/* Button wrapper alignment */
.ekit-btn-wraper .elementskit-btn {
  justify-content: flex-start !important;
}

/* Button icon styling */
.elementskit-btn > :is(i, svg) {
  font-size: 14px !important;
}

.elementskit-btn > i,
.elementskit-btn > svg {
  margin-right: 5px !important;
}

/* RTL support for button icons */
.rtl .elementskit-btn > i,
.rtl .elementskit-btn > svg,
html[lang="ar"] .elementskit-btn > i,
html[lang="ar"] .elementskit-btn > svg {
  margin-left: 5px !important;
  margin-right: 0 !important;
}

/* Button icon positioning */
.elementskit-btn i,
.elementskit-btn svg {
  -webkit-transform: translateY(-1px) !important;
  -ms-transform: translateY(-1px) !important;
  transform: translateY(-1px) !important;
}

/* Specific button alignments */
.elementor-align-left .elementskit-btn {
  justify-content: flex-start !important;
}

.elementor-align-center .elementskit-btn {
  justify-content: center !important;
}

.elementor-align-right .elementskit-btn {
  justify-content: flex-end !important;
}

/* Button focus state */
.elementskit-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

/* Ensure button text doesn't wrap */
.elementskit-btn {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Button active state */
.elementskit-btn:active {
  transform: translateY(1px) !important;
}

/* ========================================================================== */
/* Footer Bottom Section - Lighter Background                                */
/* تفتيح خلفية الجزء السفلي من الفوتر                                          */
/* ========================================================================== */

/* Footer bottom container with lighter background */
.elementor-element-3403443,
div[data-id="3403443"] {
    background-color: rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 20px 0 !important;
    margin-top: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Copyright text styling */
.elementor-element-3a965063 p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Privacy and Cookie Policy links */
.elementor-element-64376351 .elementor-icon-list-text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    transition: color 0.3s ease !important;
    font-weight: 500 !important;
}

/* Hover effect for policy links */
.elementor-element-64376351 .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #40e0d0 !important;
    text-decoration: underline !important;
}

/* Separator between policy links */
.elementor-element-64376351 .elementor-icon-list-item:not(:last-child)::after {
    content: "|";
    color: rgba(255, 255, 255, 0.5);
    margin: 0 8px;
    font-weight: 300;
}

/* Container alignment */
.elementor-element-3403443 .elementor-widget-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .elementor-element-3403443 {
        background-color: rgba(255, 255, 255, 0.08) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 15px 0 !important;
        margin-top: 10px !important;
    }
    
    .elementor-element-3403443 .elementor-widget-container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
        padding: 0 15px !important;
    }
    
    .elementor-element-64376351 {
        margin-top: 10px !important;
    }
    
    .elementor-element-3a965063 p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    
    .elementor-element-64376351 .elementor-icon-list-text {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 12px !important;
        font-weight: 500 !important;
    }
    
    .elementor-element-64376351 .elementor-icon-list-item a:hover .elementor-icon-list-text {
        color: #40e0d0 !important;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .elementor-element-3403443 {
        background-color: rgba(255, 255, 255, 0.08) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 12px 0 !important;
    }
    
    .elementor-element-3403443 .elementor-widget-container {
        padding: 0 10px !important;
        gap: 8px !important;
    }
    
    .elementor-element-3a965063 p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 11px !important;
    }
    
    .elementor-element-64376351 .elementor-icon-list-text {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 11px !important;
    }
}

/* Tablet specific adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .elementor-element-3403443 {
        background-color: rgba(255, 255, 255, 0.08) !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 18px 0 !important;
    }
    
    .elementor-element-3a965063 p {
        color: rgba(255, 255, 255, 0.9) !important;
        font-size: 13px !important;
    }
    
    .elementor-element-64376351 .elementor-icon-list-text {
        color: rgba(255, 255, 255, 0.8) !important;
        font-size: 12px !important;
    }
}

/* Alternative lighter background options */
/* للحصول على خلفية أفتح أكثر، قم بإزالة التعليق من هذا: */
/*
.elementor-element-3403443 {
    background-color: rgba(255, 255, 255, 0.12) !important;
}
*/

/* للحصول على خلفية شبه شفافة مع تدرج: */
/*
.elementor-element-3403443 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.10)) !important;
}
*/

/* ========================================================================== */
/* ترجمات متعددة اللغات للعناوين في الفوتر - Multilingual Footer Translations */
/* ========================================================================== */

/* ترجمة عنوان "Our Addresses" إلى العربية */
html[lang="ar"] [data-i18n="our_addresses"]::before {
    content: "عناويننا" !important;
}

/* ترجمة روابط المكاتب */
html[lang="ar"] [data-i18n="riyadh_office"]::before {
    content: "مكتب الرياض" !important;
}

html[lang="ar"] [data-i18n="cairo_office"]::before {
    content: "مكتب القاهرة" !important;
}

/* ترجمة عنوان تفاصيل مكتب الرياض */
html[lang="ar"] [data-i18n="riyadh_office_heading"]::before {
    content: " مكتب الرياض" !important;
}

/* إخفاء النص الأصلي في اللغة العربية */
html[lang="ar"] [data-i18n="our_addresses"] {
    font-size: 0 !important;
    line-height: 0 !important;
}

html[lang="ar"] [data-i18n="our_addresses"]::before {
    font-size: 16px !important;
    line-height: normal !important;
    display: block !important;
    color: inherit !important;
    font-weight: inherit !important;
}

/* ترجمة مكتب الرياض */
html[lang="ar"] [data-i18n="riyadh_office"]::before {
    content: "مكتب الرياض" !important;
}

html[lang="ar"] [data-i18n="riyadh_office"] {
    font-size: 0 !important;
}

html[lang="ar"] [data-i18n="riyadh_office"]::before {
    font-size: 14px !important;
    display: block !important;
    color: inherit !important;
}

/* ترجمة مكتب القاهرة */
html[lang="ar"] [data-i18n="cairo_office"]::before {
    content: "مكتب القاهرة" !important;
}

html[lang="ar"] [data-i18n="cairo_office"] {
    font-size: 0 !important;
}

html[lang="ar"] [data-i18n="cairo_office"]::before {
    font-size: 14px !important;
    display: block !important;
    color: inherit !important;
}

/* لون أبيض لعنوان تفاصيل مكتب الرياض */
[data-i18n="riyadh_office_heading"] {
    color: white !important;
}

html[lang="ar"] [data-i18n="riyadh_office_heading"]::before {
    content: " مكتب الرياض" !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: right !important;
    visibility: visible !important;
    display: inline-block !important;
}

html[lang="ar"] [data-i18n="riyadh_office_heading"] {
    font-size: 0 !important;
    visibility: hidden !important;
}

html[lang="ar"] [data-i18n="riyadh_office_heading"]::before {
    visibility: visible !important;
}

/* الترجمة العربية لعنوان السوشيال ميديا */
html[lang="ar"] [data-i18n="social_network_heading"]::before {
    content: "الشبكات الاجتماعية" !important;
    font-size: 16px !important;
    display: block !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-align: right !important;
}

html[lang="ar"] [data-i18n="social_network_heading"] {
    font-size: 0 !important;
    visibility: hidden !important;
}

html[lang="ar"] [data-i18n="social_network_heading"]::before {
    visibility: visible !important;
}