.parsan-mobile-bottom-nav{display:none}
@media(max-width:768px){
  html body.parsan-mobile-nav-active{padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}
  html body .parsan-mobile-bottom-nav{position:fixed!important;right:0!important;left:0!important;bottom:0!important;z-index:2147482400!important;display:block!important;padding:0 10px calc(10px + env(safe-area-inset-bottom,0px))!important;pointer-events:none!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important}
  html body .parsan-mobile-bottom-nav.is-hidden{opacity:0!important;visibility:hidden!important;transform:translateY(20px)!important;pointer-events:none!important}
  html body .parsan-mobile-bottom-nav__inner{width:min(100% - 8px,520px)!important;margin:0 auto!important;min-height:66px!important;display:grid!important;grid-template-columns:repeat(var(--parsan-mobile-nav-count,5),minmax(0,1fr))!important;align-items:center!important;gap:6px!important;padding:8px!important;border:1px solid rgba(148,163,184,.22)!important;border-radius:28px!important;background:var(--parsan-mobile-nav-bg,#fff)!important;box-shadow:0 18px 44px rgba(15,23,42,.16)!important;pointer-events:auto!important;direction:rtl!important;overflow:visible!important}
  html body .parsan-mobile-bottom-nav__item{position:relative!important;min-width:0!important;min-height:50px!important;border-radius:20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;color:var(--parsan-mobile-nav-icon,#64748b)!important;text-decoration:none!important;font-size:10.5px!important;font-weight:850!important;line-height:1.2!important;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;white-space:nowrap!important;overflow:visible!important}
  html body .parsan-mobile-bottom-nav__item:hover,html body .parsan-mobile-bottom-nav__item.is-active{color:var(--parsan-mobile-nav-active,#22c77a)!important;background:color-mix(in srgb,var(--parsan-mobile-nav-active,#22c77a) 10%,transparent)!important}
  html body .parsan-mobile-bottom-nav__icon,html body .parsan-mobile-bottom-nav__icon svg{width:23px!important;height:23px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:currentColor!important;stroke:currentColor!important;fill:none!important}
  html body .parsan-mobile-bottom-nav__icon svg path,html body .parsan-mobile-bottom-nav__icon svg circle,html body .parsan-mobile-bottom-nav__icon svg rect{stroke:currentColor!important}
  html body .parsan-mobile-bottom-nav__icon svg [fill="currentColor"]{fill:currentColor!important;stroke:none!important}
  html body .parsan-mobile-bottom-nav__label{display:block!important;color:var(--parsan-mobile-nav-text,#111827)!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  html body .parsan-mobile-bottom-nav__item.is-active .parsan-mobile-bottom-nav__label{color:var(--parsan-mobile-nav-active,#22c77a)!important}

  /* Sepahan-like: centered primary button */
  html body .parsan-mobile-bottom-nav--sepahan .parsan-mobile-bottom-nav__inner{border-radius:30px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
  html body .parsan-mobile-bottom-nav--sepahan .parsan-mobile-bottom-nav__item.is-primary{margin-top:-24px!important;width:62px!important;height:62px!important;min-height:62px!important;border-radius:22px!important;background:var(--parsan-mobile-nav-active,#22c77a)!important;color:#fff!important;box-shadow:0 15px 34px color-mix(in srgb,var(--parsan-mobile-nav-active,#22c77a) 38%,transparent)!important;justify-self:center!important;transform:none!important}
  html body .parsan-mobile-bottom-nav--sepahan .parsan-mobile-bottom-nav__item.is-primary .parsan-mobile-bottom-nav__label{display:none!important}
  html body .parsan-mobile-bottom-nav--sepahan .parsan-mobile-bottom-nav__item.is-primary .parsan-mobile-bottom-nav__icon,html body .parsan-mobile-bottom-nav--sepahan .parsan-mobile-bottom-nav__item.is-primary svg{width:27px!important;height:27px!important;color:#fff!important}

  /* New style 1: glass */
  html body .parsan-mobile-bottom-nav--glass .parsan-mobile-bottom-nav__inner{min-height:70px!important;border-radius:24px!important;background:color-mix(in srgb,var(--parsan-mobile-nav-bg,#fff) 78%,transparent)!important;backdrop-filter:blur(20px) saturate(145%)!important;-webkit-backdrop-filter:blur(20px) saturate(145%)!important;box-shadow:0 20px 50px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.42)!important}
  html body .parsan-mobile-bottom-nav--glass .parsan-mobile-bottom-nav__item.is-active,html body .parsan-mobile-bottom-nav--glass .parsan-mobile-bottom-nav__item:hover{background:rgba(255,255,255,.36)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--parsan-mobile-nav-active,#22c77a) 30%,transparent)!important}
  html body .parsan-mobile-bottom-nav--glass .parsan-mobile-bottom-nav__item.is-primary{background:color-mix(in srgb,var(--parsan-mobile-nav-active,#22c77a) 14%,transparent)!important;color:var(--parsan-mobile-nav-active,#22c77a)!important}

  /* New style 2: floating dock */
  html body .parsan-mobile-bottom-nav--dock{padding-left:16px!important;padding-right:16px!important;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))!important}
  html body .parsan-mobile-bottom-nav--dock .parsan-mobile-bottom-nav__inner{min-height:64px!important;border-radius:999px!important;padding:7px!important;gap:4px!important;background:var(--parsan-mobile-nav-bg,#fff)!important;box-shadow:0 20px 48px rgba(15,23,42,.18)!important}
  html body .parsan-mobile-bottom-nav--dock .parsan-mobile-bottom-nav__item{border-radius:999px!important;min-height:50px!important;gap:3px!important}
  html body .parsan-mobile-bottom-nav--dock .parsan-mobile-bottom-nav__item.is-active{background:var(--parsan-mobile-nav-active,#22c77a)!important;color:#fff!important;box-shadow:0 10px 24px color-mix(in srgb,var(--parsan-mobile-nav-active,#22c77a) 30%,transparent)!important}
  html body .parsan-mobile-bottom-nav--dock .parsan-mobile-bottom-nav__item.is-active .parsan-mobile-bottom-nav__label{color:#fff!important}

  html.dark body .parsan-mobile-bottom-nav__inner,body.dark .parsan-mobile-bottom-nav__inner,[data-theme="dark"] body .parsan-mobile-bottom-nav__inner{border-color:rgba(71,85,105,.55)!important;box-shadow:0 18px 48px rgba(0,0,0,.36)!important}
  html.dark body .parsan-mobile-bottom-nav__label,body.dark .parsan-mobile-bottom-nav__label,[data-theme="dark"] body .parsan-mobile-bottom-nav__label{color:var(--parsan-mobile-nav-text,#f8fafc)!important}

  html body.parsan-mobile-nav-open .parsan-mobile-bottom-nav,
  html body.mobile-menu-open .parsan-mobile-bottom-nav,
  html body.offcanvas-open .parsan-mobile-bottom-nav,
  html body.drawer-open .parsan-mobile-bottom-nav,
  html body.menu-open .parsan-mobile-bottom-nav,
  html body.mega-menu-open .parsan-mobile-bottom-nav,
  html body.parsan-auth-modal-open .parsan-mobile-bottom-nav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(20px)!important}
}
@media(max-width:380px){
  html body .parsan-mobile-bottom-nav{padding-left:5px!important;padding-right:5px!important}
  html body .parsan-mobile-bottom-nav__inner{width:calc(100vw - 10px)!important;padding:7px 6px!important;gap:3px!important}
  html body .parsan-mobile-bottom-nav__label{font-size:9.5px!important}
  html body .parsan-mobile-bottom-nav__icon,html body .parsan-mobile-bottom-nav__icon svg{width:21px!important;height:21px!important}
}
@media(min-width:769px){html body .parsan-mobile-bottom-nav{display:none!important}}

/* Parsan v1.1.6 - remove large empty gap under footer */
@media(max-width:768px){
  html body.parsan-mobile-nav-active{padding-bottom:0!important;}
  html body.parsan-mobile-nav-active .parsan-site-footer,
  html body.parsan-mobile-nav-active .parsan-el-footer,
  html body.parsan-mobile-nav-active .parsan-footer{margin-bottom:0!important;padding-bottom:0!important;}
}
