/* v4.3.9 — Mobile/tablet bottom nav with account only */

/* الهاتف والتابلت فقط */
@media (max-width:1024px){

  /* إخفاء زر المستخدم من الهيدر العلوي فقط في الهاتف/التابلت */
  .felah-real-topbar .felah-real-user{
    display:none !important;
  }

  /* إعادة ترتيب الهيدر بعد إزالة المستخدم */
  .felah-real-topbar{
    padding:12px 14px !important;
    gap:10px !important;
  }

  .felah-head-main{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    width:100% !important;
    direction:rtl !important;
  }

  /* اليمين: فلاح + زر الوضع */
  .felah-head-right{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    margin:0 !important;
  }

  .felah-real-brand{
    width:auto !important;
    min-width:132px !important;
    max-width:160px !important;
    height:48px !important;
    min-height:48px !important;
    padding:0 14px !important;
    border-radius:18px !important;
    font-size:13.5px !important;
  }

  .felah-real-icon{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    min-height:48px !important;
    border-radius:16px !important;
    font-size:17px !important;
  }

  .felah-real-search{
    width:100% !important;
    min-height:54px !important;
    border-radius:21px !important;
    padding:0 15px !important;
  }

  .felah-real-search input{
    font-size:14px !important;
    text-align:right !important;
    direction:rtl !important;
  }

  /* لا تظهر التبويبات العلوية في الهاتف/التابلت */
  .felah-real-tabs,
  .felah-main-tabs,
  .felah-nav,
  .felah-quick-nav{
    display:none !important;
  }

  body{
    padding-bottom:94px !important;
  }
}

/* القائمة السفلية الثابتة للهاتف والتابلت */
.felah-mobile-bottom-nav{
  position:fixed !important;
  inset-inline:0 !important;
  bottom:0 !important;
  z-index:99999 !important;
  min-height:78px !important;
  padding:8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
  background:rgba(3,23,14,.97) !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  backdrop-filter:blur(16px) !important;
  display:none !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:5px !important;
  direction:rtl !important;
}

.felah-mobile-bottom-nav a{
  flex:1 1 0 !important;
  min-width:0 !important;
  min-height:60px !important;
  padding:7px 3px !important;
  border-radius:18px !important;
  color:rgba(237,247,239,.72) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  text-decoration:none !important;
  font-weight:800 !important;
  font-size:11px !important;
  line-height:1.2 !important;
}

.felah-mobile-bottom-nav a .ico{
  font-size:19px !important;
  line-height:1 !important;
}

.felah-mobile-bottom-nav a.active{
  background:rgba(255,255,255,.09) !important;
  color:#ffffff !important;
}

/* الوضع الفاتح */
html[data-theme="light"] .felah-mobile-bottom-nav{
  background:rgba(255,255,255,.97) !important;
  border-top:1px solid rgba(23,61,40,.14) !important;
}

html[data-theme="light"] .felah-mobile-bottom-nav a{
  color:rgba(23,61,40,.62) !important;
}

html[data-theme="light"] .felah-mobile-bottom-nav a.active{
  background:#1e7549 !important;
  color:#ffffff !important;
}

/* إظهارها في الهاتف والتابلت */
@media (max-width:1024px){
  .felah-mobile-bottom-nav{
    display:flex !important;
  }

  .mobile-bottom-nav,
  .bottom-nav,
  .app-bottom-nav,
  .bottom-tabs,
  .phone-nav,
  .mobile-nav-bottom{
    display:none !important;
  }
}

/* الكمبيوتر: لا قائمة سفلية */
@media (min-width:1025px){
  .felah-mobile-bottom-nav{
    display:none !important;
  }

  .felah-real-topbar .felah-real-user{
    display:block !important;
  }
}
