.elementor-6494 .elementor-element.elementor-element-1b3a6e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for container, class: .elementor-element-1b3a6e8 *//* =========================================
   MOBILE HEADER FINAL FIX (LOGO + DARK)
========================================= */
@media (max-width: 991px){

  /* الشريط */
  #header-mobile .mbnav{
    display:flex !important;
    align-items:center !important;
    direction:ltr !important;
    justify-content:flex-start !important;
    width:100% !important;
  }

  /* الأيقونات شمال */
  #header-mobile .navbar-right{
    order:1 !important;
    flex:0 0 auto !important;
    direction:ltr !important;
  }

  /* اللوجو يمين خالص */
  #header-mobile .navbar-left{
    order:2 !important;
    flex:0 0 auto !important;
    margin-left:auto !important; /* 🔥 */
    display:flex !important;
    justify-content:flex-end !important;
    direction:rtl !important;
  }

  /* ======================
     LOGO VISIBILITY
  ====================== */

  /* الوضع العادي */
  body:not(.is-dark) #header-mobile .logo-default{
    display:block !important;
  }
  body:not(.is-dark) #header-mobile .logo-dark{
    display:none !important;
  }

  /* وضع الدارك */
  body.is-dark #header-mobile .logo-default{
    display:none !important;
  }
  body.is-dark #header-mobile .logo-dark{
    display:block !important;
  }

  /* منع أي ازدواج */
  #header-mobile .mobile-logo-wrap img{
    max-height:55px !important;
  }
}/* End custom CSS */