/* v4.5.6 — final locked mobile header */

/* أخفِ أي هيدر قديم فوراً */
@media (max-width:1024px){

  body{
    overflow-x:hidden !important;
    padding-bottom:155px !important;
  }

  body > header:not(#felah-mobile-master-header),
  body > nav:not(#felah-mobile-master-bottom),
  .felah-real-topbar,
  .mobile-header,
  .old-mobile-header,
  .legacy-header,
  .mobile-topbar,
  .student-topbar,
  .site-topbar,
  .public-topbar,
  .topbar,
  .top-nav,
  .header-tabs,
  .tabs-row,
  .public-tabs,
  .top-tabs,
  .mobile-top-tabs,
  .felah-real-tabs,
  .felah-main-tabs,
  .felah-nav,
  .felah-quick-nav,
  .felah-final-row,
  .felah-final-search,
  .felah-v449-row,
  .felah-v449-search,
  .felah-v450-row,
  .felah-v450-search,
  .felah-master-mobile-header{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    pointer-events:none !important;
    margin:0 !important;
    padding:0 !important;
    position:absolute !important;
    transform:translateY(-9999px) !important;
  }

  #felah-mobile-master-header{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    padding:12px 14px !important;
    background:var(--bg,#03170e) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    direction:rtl !important;
    position:relative !important;
    z-index:999990 !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    min-height:126px !important;
    max-height:none !important;
    overflow:visible !important;
    pointer-events:auto !important;
    margin:0 !important;
    transform:none !important;
  }

  #felah-mobile-master-header .felah-mh-row{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    direction:rtl !important;
  }

  #felah-mobile-master-header .felah-mh-brand{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
    height:48px !important;
    border-radius:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
    color:var(--text,#edf7ef) !important;
    font-weight:900 !important;
    font-size:14px !important;
    text-decoration:none !important;
    white-space:nowrap !important;
  }

  #felah-mobile-master-header .felah-mh-actions{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    margin-inline-start:auto !important;
  }

  #felah-mobile-master-header .felah-mh-btn{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    border-radius:16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
    color:var(--text,#edf7ef) !important;
    font-size:20px !important;
    text-decoration:none !important;
    position:relative !important;
    padding:0 !important;
  }

  #felah-mobile-master-header .felah-mh-badge{
    position:absolute !important;
    top:-7px !important;
    inset-inline-start:-7px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 6px !important;
    border-radius:999px !important;
    background:#e84c4c !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:900 !important;
    display:none;
    align-items:center !important;
    justify-content:center !important;
    line-height:20px !important;
  }

  #felah-mobile-master-header .felah-mh-search{
    width:100% !important;
    min-height:54px !important;
    border-radius:21px !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 15px !important;
    background:var(--card,#082818) !important;
    border:1px solid var(--border,rgba(232,248,235,.14)) !important;
  }

  #felah-mobile-master-header .felah-mh-search span{
    font-size:18px !important;
    color:var(--text,#edf7ef) !important;
  }

  #felah-mobile-master-header .felah-mh-search input{
    width:100% !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    color:var(--text,#edf7ef) !important;
    text-align:right !important;
    direction:rtl !important;
    font-size:15px !important;
  }

  #felah-mobile-master-bottom{
    position:fixed !important;
    inset-inline:0 !important;
    bottom:0 !important;
    z-index:999999 !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:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:5px !important;
    direction:rtl !important;
  }

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

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

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

  main,
  .main,
  .content,
  .page-content,
  .app-content,
  .public-content,
  .container,
  .wrapper{
    padding-bottom:145px !important;
  }

  footer,
  .footer,
  .site-footer{
    padding-bottom:155px !important;
    margin-bottom:95px !important;
  }
}

@media (min-width:1025px){
  #felah-mobile-master-header,
  #felah-mobile-master-bottom{
    display:none !important;
  }
}

html[data-theme="light"] #felah-mobile-master-header{
  background:#f5f1e8 !important;
}

html[data-theme="light"] #felah-mobile-master-header .felah-mh-brand,
html[data-theme="light"] #felah-mobile-master-header .felah-mh-btn,
html[data-theme="light"] #felah-mobile-master-header .felah-mh-search{
  background:#fff !important;
  color:#173d28 !important;
  border-color:rgba(23,61,40,.14) !important;
}

html[data-theme="light"] #felah-mobile-master-bottom{
  background:rgba(255,255,255,.97) !important;
}

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

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