/* ==========================================================================
   AgriZameen Academy — section sub-navigation
   Sits directly beneath the shared site header on /academy/ pages only.
   ========================================================================== */
.az-subnav{background:#0F2419;border-bottom:2px solid #C8A951;position:sticky;top:var(--az-hdr-h,64px);z-index:1400}
/* the mobile menu is a full-screen fixed panel — the bar must not sit over it */
body.az-menu-open .az-subnav{display:none}
.az-subnav-in{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;
  gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;
  scrollbar-color:rgba(200,169,81,.55) transparent}
.az-subnav-in::-webkit-scrollbar{height:4px}
.az-subnav-in::-webkit-scrollbar-track{background:transparent}
.az-subnav-in::-webkit-scrollbar-thumb{background:rgba(200,169,81,.55);border-radius:3px}
.az-subnav-lbl{flex:0 0 auto;font-family:"Playfair Display",Georgia,serif;font-weight:700;
  font-size:14.5px;color:#C8A951;padding:12px 14px 12px 0;margin-right:6px;
  border-right:1px solid rgba(200,169,81,.3);line-height:1.25;white-space:nowrap}
.az-subnav a{flex:0 0 auto;color:#F5F0E6;text-decoration:none;font-size:13.5px;font-weight:500;
  padding:11px 11px;border-radius:8px;white-space:nowrap;line-height:1.25}
.az-subnav a:hover,.az-subnav a:focus-visible{background:rgba(200,169,81,.18);color:#fff}
.az-subnav a[aria-current="page"]{background:#C8A951;color:#0F2419;font-weight:700}
@media(max-width:900px){
  .az-subnav-in{padding:0 14px;gap:2px}
  .az-subnav-lbl{font-size:13.5px;padding:11px 11px 11px 0;margin-right:4px}
  .az-subnav a{font-size:13px;padding:10px 9px}
}
