/* ==========================================================================
   HEADER MENU BACKGROUND — site-wide (requested color #0047AB)
   Scope: every page, unconditionally (header is shared site chrome, not
          page content — no Industri exclusion here).
   Note : logo is blue+orange on a transparent background; the orange/gold
          part stays crisp on this blue, the blue "DILACAK" text has lower
          contrast against a similarly-toned blue header. A white/light
          logo variant would fix that fully if wanted later.
   Revert: delete this file and its enqueue line in lacak-style-preview.php.
   ========================================================================== */

.header-get-sticky {
  background-color: #0047AB !important;
}

/* nav menu text -> white for contrast against the dark blue */
.techwix-header-area ul.techwix-navbar-nav > li > a.nav-link,
.techwix-header-area .techwix-navbar-light .techwix-navbar-nav .nav-link {
  color: #ffffff !important;
}
.techwix-header-area ul.techwix-navbar-nav > li > a.nav-link:hover,
.techwix-header-area ul.techwix-navbar-nav > li.current-menu-item > a.nav-link,
.techwix-header-area ul.techwix-navbar-nav > li.active > a.nav-link {
  color: #3CBEAF !important;
}
.techwix-header-area .techwix-menu-icon,
.techwix-header-area .techwix-menu-icon i {
  color: #ffffff !important;
}

/* dropdown submenu panel keeps a light background so its own dark text stays readable */
.techwix-header-area ul.techwix-dropdown-menu {
  background-color: #ffffff !important;
}
.techwix-header-area ul.techwix-dropdown-menu .nav-link {
  color: var(--techwix-heading-color, #171717) !important;
}
.techwix-header-area ul.techwix-dropdown-menu .nav-link:hover {
  color: #17A0D9 !important;
}

/* mobile hamburger icon -> white */
.techwix-header-area i.flaticon-menu {
  color: #ffffff !important;
}

/* logo -> white-text variant for legibility on the dark blue header.
   Pure CSS image swap (content: url()), doesn't touch the WP logo setting
   or media library, so nothing else on the site (footer, schema.org,
   share previews) is affected. Same 534x150 dimensions as the original,
   so no layout shift. */
.site-header .site-logo {
  content: url('/wp-content/uploads/2026/09/dilacak-logo-white.png?v=2') !important;
}
