/* NoorVista 3.0.177 — one public topbar/navigation shell on every public page */
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
  position:relative!important;z-index:410!important;min-height:42px!important;background:#073b55!important;color:#fff!important;border:0!important;
}
body:not([data-panel-role]) .nv-static-topbar{
  min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;
}
body:not([data-panel-role]) .nv-static-topbar__contacts,
body:not([data-panel-role]) .nv-static-topbar__socials{display:flex!important;align-items:center!important;gap:14px!important}
body:not([data-panel-role]) .nv-static-topbar__item{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#eefaff!important;text-decoration:none!important;font-size:12px!important;line-height:1.5!important;white-space:nowrap!important}
body:not([data-panel-role]) .nv-static-topbar__icon{width:18px!important;height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#67e8f9!important}
body:not([data-panel-role]) .nv-static-topbar__icon svg{width:17px!important;height:17px!important;fill:currentColor!important}
body:not([data-panel-role]) .nv-static-topbar__social{width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:9px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.13)!important;transition:.18s ease!important}
body:not([data-panel-role]) .nv-static-topbar__social:hover{transform:translateY(-1px)!important;background:rgba(255,255,255,.18)!important}
body:not([data-panel-role]) .nv-static-topbar__social img{width:18px!important;height:18px!important;object-fit:contain!important}
body:not([data-panel-role]) .nv-static-topbar__mobile-call{display:none!important}
body:not([data-panel-role]) > header.navbar{
  position:sticky!important;top:0!important;z-index:400!important;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #dceaf2!important;box-shadow:0 10px 32px rgba(7,59,85,.07)!important;backdrop-filter:blur(16px)!important;
}
body:not([data-panel-role]) > header.navbar .nav-inner{min-height:82px!important;display:grid!important;grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important}
body:not([data-panel-role]) > header.navbar .brand{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-decoration:none!important}
body:not([data-panel-role]) > header.navbar .brand-logo-image{width:min(var(--nv-brand-logo-width,280px),34vw)!important;max-width:320px!important;height:var(--nv-brand-logo-height,55px)!important;max-height:58px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}
body:not([data-panel-role]) > header.navbar .brand-logo-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:right center!important}
html[data-nv-brand-preserve-ratio="true"] body:not([data-panel-role]) > header.navbar .brand-logo-image img{height:auto!important;max-height:58px!important}
body:not([data-panel-role]) > header.navbar nav{min-width:0!important}
body:not([data-panel-role]) > header.navbar .menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;margin:0!important;padding:0!important;list-style:none!important}
body:not([data-panel-role]) > header.navbar .menu>li>a{min-height:43px!important;display:inline-flex!important;align-items:center!important;padding:0 11px!important;border-radius:12px!important;color:#264b62!important;font-size:13px!important;font-weight:750!important;text-decoration:none!important;white-space:nowrap!important;transition:.18s ease!important}
body:not([data-panel-role]) > header.navbar .menu>li>a:hover,
body:not([data-panel-role]) > header.navbar .menu>li>a.active{color:#036b85!important;background:#e9f8fb!important}
body:not([data-panel-role]) > header.navbar .nav-actions{display:flex!important;align-items:center!important;gap:9px!important;white-space:nowrap!important}
body:not([data-panel-role]) > header.navbar .nav-actions .btn{min-height:42px!important;padding-inline:15px!important;border-radius:13px!important;font-size:12px!important}
body:not([data-panel-role]) > header.navbar .mobile-toggle{display:none!important}
@media (max-width:1100px){
  body:not([data-panel-role]) > header.navbar .nav-inner{grid-template-columns:minmax(150px,auto) minmax(0,1fr) auto!important;gap:10px!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a{padding-inline:7px!important;font-size:11.5px!important}
  body:not([data-panel-role]) > header.navbar .brand-logo-image{width:min(var(--nv-brand-logo-width,250px),25vw)!important}
}
@media (max-width:860px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{min-height:36px!important}
  body:not([data-panel-role]) .nv-static-topbar{min-height:36px!important;justify-content:center!important}
  body:not([data-panel-role]) .nv-static-topbar__contacts .nv-static-topbar__item--address,
  body:not([data-panel-role]) .nv-static-topbar__contacts .nv-static-topbar__item--hours,
  body:not([data-panel-role]) .nv-static-topbar__socials{display:none!important}
  body:not([data-panel-role]) .nv-static-topbar__mobile-call{position:absolute!important;left:14px!important;top:4px!important;width:28px!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;border-radius:9px!important;background:rgba(255,255,255,.12)!important}
  body:not([data-panel-role]) > header.navbar .nav-inner{min-height:70px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px!important;gap:8px!important}
  body:not([data-panel-role]) > header.navbar .mobile-toggle{grid-column:1!important;grid-row:1!important;width:44px!important;height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid #cbe2ed!important;border-radius:14px!important;background:#fff!important;color:#075985!important}
  body:not([data-panel-role]) > header.navbar .brand{grid-column:2!important;grid-row:1!important;justify-content:center!important}
  body:not([data-panel-role]) > header.navbar .brand-logo-image{width:min(var(--nv-brand-logo-width,230px),66vw)!important;max-width:250px!important;height:min(var(--nv-brand-logo-height,50px),50px)!important;justify-content:center!important}
  body:not([data-panel-role]) > header.navbar .brand-logo-image img{object-position:center!important}
  body:not([data-panel-role]) > header.navbar nav{grid-column:1/-1!important;grid-row:2!important}
  body:not([data-panel-role]) > header.navbar .menu{display:none!important;position:fixed!important;top:112px!important;right:12px!important;left:12px!important;max-height:calc(100dvh - 126px)!important;overflow:auto!important;align-items:stretch!important;flex-direction:column!important;padding:13px!important;border:1px solid #cfe3ed!important;border-radius:22px!important;background:#fff!important;box-shadow:0 26px 70px rgba(7,59,85,.2)!important}
  body:not([data-panel-role]) > header.navbar .menu.open{display:flex!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a{width:100%!important;justify-content:flex-start!important;padding-inline:14px!important;font-size:13px!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-menu{display:none!important;position:static!important;width:100%!important;max-height:none!important;overflow:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important;grid-template-columns:1fr!important;margin:5px 0 9px!important;padding:10px!important;border-radius:17px!important;box-shadow:none!important}
  body:not([data-panel-role]) > header.navbar .has-mega.submenu-open .mega-menu{display:grid!important}
  body:not([data-panel-role]) > header.navbar .nav-actions{grid-column:3!important;grid-row:1!important;justify-content:flex-end!important}
  body:not([data-panel-role]) > header.navbar .nav-actions .btn-outline{display:none!important}
  body:not([data-panel-role]) > header.navbar .nav-actions .nav-booking{width:44px!important;min-width:44px!important;height:44px!important;overflow:hidden!important;padding:0!important;font-size:0!important;border-radius:14px!important}
  body:not([data-panel-role]) > header.navbar .nav-actions .nav-booking::before{content:"+"!important;font-size:24px!important;line-height:1!important}
}

/* Final specificity shield against historical public-header styles. */
html body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{height:auto!important;min-height:42px!important}
html body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{width:min(calc(100% - 32px),1440px)!important;height:auto!important;min-height:42px!important;margin-inline:auto!important;padding:0!important}
html body:not([data-panel-role]) > header.navbar > .container.nav-inner{width:min(calc(100% - 32px),1440px)!important;max-width:1440px!important;height:auto!important;min-height:82px!important;margin-inline:auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(190px,320px) minmax(0,1fr) minmax(172px,auto)!important}
html body:not([data-panel-role]) > header.navbar a.brand{width:min(var(--nv-brand-logo-width,280px),320px)!important;max-width:320px!important;min-height:0!important;gap:0!important;direction:rtl!important;overflow:visible!important}
html body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image{width:min(var(--nv-brand-logo-width,280px),320px)!important;max-width:320px!important;min-width:0!important;height:var(--nv-brand-logo-height,55px)!important;max-height:58px!important;min-height:0!important;flex:0 0 auto!important;display:flex!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
html[data-nv-brand-preserve-ratio="true"] body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image{height:var(--nv-brand-logo-height,55px)!important}
html body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image > img{width:100%!important;max-width:100%!important;min-width:0!important;height:100%!important;max-height:58px!important;object-fit:contain!important;object-position:right center!important}
html body:not([data-panel-role]) > header.navbar .mobile-toggle{display:none!important}
@media(max-width:1100px) and (min-width:861px){html body:not([data-panel-role]) > header.navbar > .container.nav-inner{grid-template-columns:minmax(150px,230px) minmax(0,1fr) minmax(156px,auto)!important}html body:not([data-panel-role]) > header.navbar a.brand,html body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image{width:min(var(--nv-brand-logo-width,220px),230px)!important;max-width:230px!important}}
@media(max-width:860px){html body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{height:auto!important;min-height:36px!important}html body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{height:auto!important;min-height:36px!important;padding:0!important}html body:not([data-panel-role]) > header.navbar > .container.nav-inner{width:min(calc(100% - 24px),720px)!important;height:auto!important;min-height:70px!important;padding:0!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px!important}html body:not([data-panel-role]) > header.navbar .mobile-toggle{display:inline-flex!important}html body:not([data-panel-role]) > header.navbar a.brand{width:min(var(--nv-brand-logo-width,230px),66vw)!important;max-width:250px!important;min-height:0!important}html body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image{width:min(var(--nv-brand-logo-width,230px),66vw)!important;max-width:250px!important;min-width:0!important;height:min(var(--nv-brand-logo-height,50px),50px)!important;max-height:50px!important}html body:not([data-panel-role]) > header.navbar a.brand > .brand-logo.brand-logo-image > img{width:100%!important;height:100%!important;max-width:100%!important;max-height:50px!important;object-position:center!important}html body:not([data-panel-role]) > header.navbar .nav-actions{display:flex!important}}

/* 3.0.179 mobile topbar / navbar stability overrides */
body:not([data-panel-role]){--nv-topbar-shell-height:36px;--nv-navbar-shell-height:70px}
body:not([data-panel-role]).nv-public-menu-open{overflow:hidden}
body:not([data-panel-role]).nv-public-menu-open::before{content:"";position:fixed;inset:0;background:rgba(8,30,43,.42);backdrop-filter:blur(2px);z-index:1398}
body:not([data-panel-role]) > header.navbar{z-index:1400!important}
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{z-index:1401!important}
@media(max-width:860px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{position:sticky!important;top:0!important}
  body:not([data-panel-role]) > header.navbar{position:sticky!important;top:var(--nv-topbar-shell-height)!important}
  body:not([data-panel-role]) > header.navbar .menu{display:none!important;position:fixed!important;top:calc(var(--nv-topbar-shell-height) + var(--nv-navbar-shell-height) + 8px)!important;right:12px!important;left:12px!important;bottom:12px!important;max-height:none!important;overflow:auto!important;align-items:stretch!important;flex-direction:column!important;padding:16px!important;border:1px solid rgba(174,209,224,.95)!important;border-radius:24px!important;background:linear-gradient(180deg,#ffffff 0%,#f7fcff 100%)!important;box-shadow:0 30px 80px rgba(7,59,85,.28)!important;z-index:1402!important}
  body:not([data-panel-role]) > header.navbar .menu.open{display:flex!important}
  body:not([data-panel-role]) > header.navbar .menu>li{width:100%!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a{width:100%!important;justify-content:space-between!important;padding:0 14px!important;min-height:48px!important;font-size:14px!important;border:1px solid transparent!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a.active,
  body:not([data-panel-role]) > header.navbar .menu>li>a:hover{border-color:#d9eef6!important;background:#f1fbfe!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-menu{margin:8px 0 12px!important;padding:14px!important;border:1px solid #dceff6!important;background:#fcfeff!important;border-radius:18px!important;gap:12px!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-col{padding:0!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-col strong{display:block!important;margin-bottom:8px!important;color:#0f3050!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-col a{padding:10px 12px!important;border-radius:12px!important;background:#f7fbfd!important;margin-bottom:6px!important}
  body:not([data-panel-role]) > header.navbar .nav-actions .nav-booking{position:relative!important}
  body:not([data-panel-role]) > header.navbar .nav-actions .nav-booking::before{content:"نوبت"!important;font-size:11px!important;font-weight:800!important}
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{padding-inline:52px 12px!important;justify-content:flex-start!important}
  body:not([data-panel-role]) .nv-static-topbar__contacts{max-width:100%!important;overflow:auto!important;scrollbar-width:none!important}
  body:not([data-panel-role]) .nv-static-topbar__contacts::-webkit-scrollbar{display:none!important}
  body:not([data-panel-role]) .nv-static-topbar__item{font-size:11.5px!important}
}
