/* ===== Hezi Header Widget ===== */
.hezi-header-widget .icon-svg {
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    vertical-align: middle;
    fill: currentColor;
}

/* Top Bar */
.hezi-header-widget .site-header {
    position: relative;
    min-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 0;
    background-color: #FAB702;
}
.hezi-header-widget .site-header.vrsn-two::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-color: #040404;
    transform: skewX(-45deg);
}
.hezi-header-widget .site-header.vrsn-two::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 6%;
    height: 100%;
    background-color: #040404;
    z-index: -1;
}
.hezi-header-widget .site-header .widget {
    color: #fff;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

/* Container */
.hezi-header-widget .container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .hezi-header-widget .container-full { max-width: 540px; }
}
@media (min-width: 768px) {
    .hezi-header-widget .container-full { max-width: 720px; }
}
@media (min-width: 992px) {
    .hezi-header-widget .container-full { max-width: 1500px; }
}

/* Row / Col */
.hezi-header-widget .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.hezi-header-widget .col-sm-12,
.hezi-header-widget .col-md-6,
.hezi-header-widget .col-lg-3,
.hezi-header-widget .col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.hezi-header-widget .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 768px) {
    .hezi-header-widget .col-md-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 992px) {
    .hezi-header-widget .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .hezi-header-widget .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
}

/* Topbar Left Text */
.hezi-header-widget .topbar-left-text {
    display: inline-block;
    color: #fff;
    font-size: 0.938rem;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 2.8125rem;
    white-space: nowrap;
}

/* Contact Block */
.hezi-header-widget .theme-contact-block {
    padding: 0.525rem 0 0.5625rem;
    margin: 0;
    display: block;
    text-align: right;
    list-style: none;
}
.hezi-header-widget .theme-contact-block li {
    display: inline-block;
    margin: 0;
    padding-right: 1.5rem;
    letter-spacing: 0.45px;
    font-size: 0.938rem;
    position: relative;
}
.hezi-header-widget .theme-contact-block li:last-child { padding-right: 0; }
.hezi-header-widget .theme-contact-block li,
.hezi-header-widget .theme-contact-block li a,
.hezi-header-widget .theme-contact-block li a:hover {
    color: #fff;
}
.hezi-header-widget .theme-contact-block .icon-svg {
    fill: #fff;
    margin-right: 0.625rem;
}
.hezi-header-widget .theme-contact-block i.contact-icon {
    color: #fff;
    font-size: 1.125rem;
    margin-right: 0.625rem;
    vertical-align: text-bottom;
}
.hezi-header-widget .theme-contact-block img.contact-icon {
    width: 1.125em;
    height: 1.125em;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-right: 0.625rem;
    vertical-align: text-bottom;
}

/* Navbar */
.hezi-header-widget .navbar-header-wrap {
    background-color: transparent;
    width: 100%;
    z-index: 999;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hezi-header-widget .navbar-header-wrap .container-full > .row {
    align-items: center;
}
.hezi-header-widget .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.hezi-header-widget .navbar-brand img.custom-logo {
    max-height: 70px;
    width: auto;
    height: auto;
}
.hezi-header-widget .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.hezi-header-widget .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 1.5em;
    height: 1.5em;
}
.hezi-header-widget .navbar-toggler-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 1px;
}
.hezi-header-widget .navbar-collapse {
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    display: flex !important;
}
.hezi-header-widget .nav.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
    margin-right: 0;
}
.hezi-header-widget .nav .menu-item .nav-link {
    display: block;
    color: #333;
    font-weight: 600;
    padding: 1.25rem 1rem;
    font-size: 0.938rem;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    transition: all 0.3s;
    text-decoration: none !important;
}
.hezi-header-widget .nav .menu-item .nav-link:hover,
.hezi-header-widget .nav .menu-item.active .nav-link {
    color: #FAB702;
}
.hezi-header-widget .w-100 { width: 100% !important; }
.hezi-header-widget .align-self-center { align-self: center !important; }
.hezi-header-widget .m-right-auto { margin-right: auto; }
.hezi-header-widget a { text-decoration: none !important; transition: 0.3s; }

/* Responsive */
@media (max-width: 991px) {
    .hezi-header-widget .navbar-toggler { display: block; }
    .hezi-header-widget .navbar-collapse { display: none !important; flex-basis: 100%; width: 100%; }
    .hezi-header-widget .navbar-collapse.show { display: flex !important; flex-basis: 100%; width: 100%; }
    .hezi-header-widget .nav.navbar-nav { flex-direction: column; background-color: transparent; width: 100%; }
    .hezi-header-widget .nav .menu-item .nav-link {
        border-bottom: 1px solid rgba(250,183,2,.7);
        padding: 0.75rem 1rem;
    }
    /* Logo row: logo + hamburger in one line */
    .hezi-header-widget .navbar-header-wrap .container-full {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hezi-header-widget .navbar-header-wrap .row {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .hezi-header-widget .navbar-header-wrap .row > .align-self-center:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .hezi-header-widget .navbar-brand {
        margin-right: 0;
    }
    .hezi-header-widget .navbar-brand img.custom-logo {
        max-height: 55px;
    }
}
@media (max-width: 768px) {
    .hezi-header-widget .site-header { padding: 0.75rem 0; }
    .hezi-header-widget .site-header.vrsn-two::before,
    .hezi-header-widget .site-header.vrsn-two::after { display: none; }
    .hezi-header-widget .site-header .row {
        flex-direction: column;
        align-items: center;
    }
    .hezi-header-widget .site-header .col-lg-3,
    .hezi-header-widget .site-header .col-lg-9,
    .hezi-header-widget .site-header .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .hezi-header-widget .topbar-left-text {
        display: block;
        text-align: center;
    }
    .hezi-header-widget .theme-contact-block {
        text-align: center;
        padding-top: 0.25rem;
        padding-bottom: 0;
    }
    .hezi-header-widget .theme-contact-block li {
        display: inline-block;
        margin: 0 0 0.4rem;
        padding-right: 0.75rem;
    }
}
@media (max-width: 500px) {
    .hezi-header-widget .theme-contact-block li { padding-right: 0.5rem; font-size: 0.85rem; }
    .hezi-header-widget .navbar-brand img.custom-logo {
        max-height: 45px;
    }
}

/* Hide top bar (social + contact) on mobile */
@media (max-width: 767px) {
    .hezi-header-widget .site-header { display: none; }
}
