/* v4.8.9 — unified mobile header/footer, used globally */

@media(max-width:1024px){

  #felah-mobile-master-header{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    width:100% !important;
    padding:18px 28px 16px !important;
    border-bottom:1px solid rgba(232,248,235,.10) !important;
    background:#061f13 !important;
    direction:rtl !important;
    position:relative !important;
    z-index:9998 !important;
    box-sizing:border-box !important;
  }

  #felah-mobile-master-header *{
    box-sizing:border-box !important;
  }

  #felah-mobile-master-header .felah-mh-row,
  #felah-mobile-master-header .felah-mh-top,
  #felah-mobile-master-header .felah-mh-header-row{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:18px !important;
    margin-bottom:18px !important;
  }

  #felah-mobile-master-header .felah-mh-brand{
    width:292px !important;
    height:96px !important;
    border:1px solid rgba(232,248,235,.15) !important;
    border-radius:30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#edf7ef !important;
    text-decoration:none !important;
    font-size:28px !important;
    font-weight:900 !important;
    background:rgba(255,255,255,.025) !important;
  }

  #felah-mobile-master-header .felah-mh-actions,
  #felah-mobile-master-header .felah-mh-icons{
    display:flex !important;
    align-items:center !important;
    gap:16px !important;
  }

  #felah-mobile-master-header .felah-mh-icon,
  #felah-mobile-master-header .theme-toggle,
  #felah-mobile-master-header .notification-btn{
    width:96px !important;
    height:96px !important;
    border:1px solid rgba(232,248,235,.15) !important;
    border-radius:24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:rgba(255,255,255,.025) !important;
    color:#edf7ef !important;
    text-decoration:none !important;
    font-size:30px !important;
    line-height:1 !important;
    padding:0 !important;
  }

  #felah-mobile-master-header .felah-mh-search{
    width:100% !important;
    height:118px !important;
    border:1px solid rgba(232,248,235,.15) !important;
    border-radius:30px !important;
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    background:rgba(255,255,255,.025) !important;
    padding:0 26px !important;
    direction:rtl !important;
    margin:0 !important;
  }

  #felah-mobile-master-header .felah-mh-search input{
    flex:1 !important;
    height:100% !important;
    border:0 !important;
    outline:0 !important;
    background:transparent !important;
    color:#edf7ef !important;
    font-size:28px !important;
    text-align:right !important;
    direction:rtl !important;
  }

  #felah-mobile-master-header .felah-mh-search input::placeholder{
    color:rgba(237,247,239,.64) !important;
  }

  #felah-mobile-master-bottom{
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    position:fixed !important;
    left:16px !important;
    right:16px !important;
    bottom:16px !important;
    min-height:112px !important;
    padding:12px 10px !important;
    border:1px solid rgba(232,248,235,.15) !important;
    border-radius:30px !important;
    background:rgba(5,28,16,.92) !important;
    backdrop-filter:blur(14px) !important;
    z-index:9999 !important;
    direction:rtl !important;
  }

  #felah-mobile-master-bottom a{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    color:rgba(237,247,239,.72) !important;
    text-decoration:none !important;
    font-weight:900 !important;
    font-size:17px !important;
    border-radius:24px !important;
    min-width:0 !important;
  }

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

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

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