
/* Header default logo state (lying on dark hero slide background) */
html body .site[data-ktw-route] .ktw-shell-brand::before {
  background-image: url("/files/kt-logo-white-transparent.svg") !important;
  filter: none !important;
  width: 270px !important; /* Scaled width for SVG */
  height: 60px !important; /* Scaled height for SVG */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

/* Header hovered/active logo state (solid white header background) */
html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-brand::before,
html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand::before {
  background-image: url("/files/kt-logo-colored-transparent.svg") !important;
  filter: none !important;
  width: 270px !important;
  height: 60px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
