/* ================= New header (top bar + navy nav bar) ================= */
.bh-header {
    position: relative;
    z-index: 999;
    background: #fff;
    font-family: 'Josefin Sans', sans-serif;
}

/* ---------- Top bar ---------- */
.bh-topbar {
    padding: 12px 0;
    background: #fff;
}
.bh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.bh-logo {
    display: block;
    flex-shrink: 0;
}
.bh-logo img {
    height: 74px;
    width: auto;
    margin: 0;
}

.bh-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bh-social li a {
    color: #003368;
    font-size: 24px;
    line-height: 1;
    transition: color .3s ease;
}
.bh-social li a:hover {
    color: #29b34b;
}

.bh-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #003368;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .3s ease;
}
.bh-contact i {
    color: #29b34b;
    font-size: 22px;
}
.bh-contact:hover,
.bh-contact:focus {
    color: #29b34b;
    text-decoration: none;
}

.bh-tools {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Google translate rendered as a plain select like "English ▾" */
.bh-lang .goog-te-gadget {
    font-size: 0;
    color: transparent;
    line-height: 0;
}
.bh-lang .goog-te-gadget > span,
.bh-lang .goog-te-gadget a {
    display: none !important;
}
.bh-lang .goog-te-combo {
    margin: 0 !important;
    max-width: 140px;
    height: 38px;
    padding: 0 10px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    color: #222;
    background: #fff;
    border: 1px solid #333;
    border-radius: 3px;
    cursor: pointer;
}

.bh-zoom {
    display: flex;
    gap: 3px;
}
.bh-zoom button {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #29b34b;
    border: 1px solid #29b34b;
    border-radius: 3px;
    transition: all .3s ease;
}
.bh-zoom button:hover {
    background: transparent;
    color: #003368;
}

.bh-auslan {
    display: inline-block;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #003368;
    border-radius: 20px;
    white-space: nowrap;
}
.bh-auslan:hover,
.bh-auslan:focus {
    color: #fff;
    background: #29b34b;
    text-decoration: none;
}

/* Crop the left circle of images/ndis.png into a round badge */
.bh-ndis {
    display: block;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 50%;
}
.bh-ndis img {
    height: 62px;
    width: auto;
    max-width: none;
    margin: 0;
}

/* ---------- Navy nav bar ---------- */
.bh-navbar {
    background: #003368;
    border-bottom: 3px solid #29b34b;
}
.bh-header .tbheder {
    display: block;
    margin: 0;
}
.bh-header .navbar {
    top: 0;
    min-height: 0;
    margin: 0;
    background: transparent;
    border: 0;
}
.bh-header .navbar-collapse {
    padding: 0;
}
.bh-header ul.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.bh-header ul.navbar-nav:before,
.bh-header ul.navbar-nav:after {
    display: none;
}
.bh-header ul.navbar-nav > li > a {
    position: relative;
    padding: 20px 10px 17px;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .3px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
}
.bh-header ul.navbar-nav > li:last-child > a {
    padding-right: 10px;
}
.bh-header ul.navbar-nav > li > a .fa-angle-down {
    margin-left: 3px;
    font-size: 15px;
}
.bh-header ul.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 2px;
    background: #29b34b;
    transform: scaleX(0);
    transition: transform .3s ease;
}
.bh-header ul.navbar-nav > li > a:hover,
.bh-header ul.navbar-nav > li > a:focus,
.bh-header ul.navbar-nav > li.open > a,
.bh-header ul.navbar-nav > li.open > a:hover,
.bh-header ul.navbar-nav > li.open > a:focus {
    color: #fff;
    background: transparent;
}
.bh-header ul.navbar-nav > li > a:hover:after,
.bh-header ul.navbar-nav > li.open > a:after {
    transform: scaleX(1);
}
.bh-header .navbar .dropdown-menu {
    margin-top: 0;
    border-top: 3px solid #29b34b;
}

.bh-header .navbar-toggle {
    position: relative;
    top: 0;
    float: right;
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
}
.bh-header .navbar-toggle .toggle-menu {
    font-weight: 700;
    letter-spacing: 1px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .bh-topbar-inner {
        gap: 14px;
    }
    .bh-contact {
        font-size: 15px;
    }
    .bh-social {
        gap: 14px;
    }
    .bh-social li a {
        font-size: 21px;
    }
    .bh-zoom {
        display: none;
    }
    .bh-header ul.navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .bh-topbar-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
    }
    .bh-logo {
        order: 1;
        margin-right: auto;
    }
    .bh-ndis {
        order: 2;
    }
    .bh-social,
    .bh-contact,
    .bh-tools {
        order: 3;
    }
    .bh-logo img {
        height: 60px;
    }
    .bh-header ul.navbar-nav > li > a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .bh-topbar {
        padding: 8px 0;
    }
    .bh-logo img {
        height: 52px;
    }
    .bh-ndis,
    .bh-ndis img {
        width: auto;
        height: 48px;
    }
    .bh-ndis {
        width: 48px;
    }
    .bh-topbar-inner {
        gap: 8px 16px;
    }
    .bh-social {
        gap: 12px;
    }
    .bh-social li a {
        font-size: 20px;
    }
    .bh-contact {
        gap: 6px;
        font-size: 14px;
    }
    .bh-contact i {
        font-size: 16px;
    }
    .bh-auslan {
        padding: 6px 12px;
        font-size: 13px;
    }
    .bh-tools {
        width: 100%;
        justify-content: center;
    }
    .bh-lang .goog-te-combo {
        height: 34px;
        font-size: 14px;
    }

    .bh-header ul.navbar-nav {
        display: block;
    }
    .bh-header ul.navbar-nav > li > a {
        padding: 12px 5px;
        font-size: 15px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .bh-header ul.navbar-nav > li > a:after {
        display: none;
    }
    .bh-header .navbar-collapse.in {
        max-height: 420px;
    }
}
