/* ============================================================
   ITI Corporate — INNER PAGE THEME
   Scope: ONLY the navbar + the header band are dark.
   The rest of the page stays on the original light style.css.
   Palette: navy #051121 / sky #00aeef / red #bf1e2e
   ============================================================ */

/* ---- NAVBAR: dark glass ---- */
#navbar{
  background:rgba(5,17,33,.92) !important;
  border-bottom:1px solid rgba(255,255,255,.06) !important;
  box-shadow:0 4px 25px rgba(0,0,0,.35) !important;
}
.nav-brand-txt strong{ color:#fff !important; }
.nav-brand-txt span{ color:#00aeef !important; }
.nav-links a{ color:rgba(255,255,255,.72) !important; }
.nav-links a:hover,
.nav-links a.active{ background:rgba(0,174,239,.16) !important; color:#fff !important; }
.nav-cta-btn{
  background:#bf1e2e !important; color:#fff !important;
  box-shadow:0 6px 22px rgba(191,30,46,.4) !important;
}
.nav-cta-btn:hover{ background:#00aeef !important; color:#fff !important; }
.nav-logo{ background:transparent !important; }

/* ---- HEADER BANDS: dark gradient (these are already dark in
   most pages; this just guarantees a consistent navy gradient) ---- */
.page-hdr, .cdpage-hdr, .ap-hdr, .cpd-hdr, .tpage-hdr, .up-hdr{
  background:linear-gradient(135deg,#02070f,#0c233c) !important;
}
.page-hdr .s-title, .s-title{ color:#fff !important; }
.page-hdr .s-title span, .s-title span{ color:#7fd3f5 !important; }
.page-hdr .s-tag, .s-tag{ color:rgba(0,174,239,.95) !important; }
.page-hdr .s-sub, .s-sub{ color:rgba(255,255,255,.6) !important; }
.page-back{ color:rgba(255,255,255,.7) !important; }
.page-back:hover{ color:#fff !important; }

/* NOTE: body, sections, cards intentionally NOT overridden —
   they keep the original light theme from style.css. */