
/* =========================
   HEADER BACKGROUND (BLACK ONLY)
========================= */

header,
#header,
.sb-header,
.sb-top,
.sb-top-bar,
.navbar {
    background: #000 !important;
    border: none !important;
    box-shadow: none !important;
    height: 80px !important;
    position: relative !important;
}

/* =========================
   LOGO — TOP LEFT (LARGER + CLEAN)
========================= */

header img,
#header img,
.sb-header img {
    position: absolute !important;
    top: 50% !important;
    left: 5px !important;

    transform: translateY(-50%) !important;

    width: 180px !important;
    height: auto !important;

    max-height: none !important;
    max-width: none !important;

    object-fit: contain !important;
}

/* =========================
   NAVIGATION BUTTONS RESTORE
========================= */

header button,
#header button,
.sb-header button,
.navbar button {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

/* navigation links (so they are visible again) */
header a,
#header a,
.sb-header a,
.navbar a {
    color: #fff !important;
    background: transparent !important;
}

/* hover state for visibility */
header a:hover,
#header a:hover,
.sb-header a:hover,
.navbar a:hover {
    color: #f5a623 !important;
}