#header-menu {
    height: 70px;
    background-image: url('/components/assets/images/header/blue banner-01.jpg?v=13');
    background-size: cover;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    /* z-index: 9999999; */
    display: none;
    filter: none;
    mix-blend-mode: normal;
    opacity: 1;
}

@media only screen and (min-width: 500px) {
    #header-menu {
        display: block;
    }
}

.wrapper {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1000px;
    margin: 0 auto;
    width: 100%; */
}
/* @media only screen and (min-width: 500px) {
    .wrapper {
        max-width: 500px;
        margin: 0 auto;
        max-width: 500px;
    }
} */


#header-menu img {
    width: 100px;
}

#header-menu-list {
    /* border: 1px red solid; */
    width: 100%;
    max-width: 500px;
    display: flex;
    gap: 30px;
    height: 70px;  
    align-items: center;
    padding: 15px;
}

#header-menu-left,
#header-menu-right {
    flex-shrink: 0;
}

#header-menu-left{
    width: 120px; 
    /* width: 300px;  */
    display: flex;
    flex-direction: row; /* Change from column to row */
    align-items: center;  /* Center items vertically */
    gap: 40px; /* Optional: add some spacing between the logos */
}

#header-menu-left #separator {
    border-left: 1px solid #cfc488;
    height: 40px;
}

#header-menu-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

#header-menu-center a {
    color:white;
    font-family: "AIAEverest Medium";
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}

#header-menu-logo-masterhead,
#header-menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-menu-list #header-menu-left #header-menu-logo-masterhead img {
    aspect-ratio: 391/188;
    width: 130px;
}


#header-menu-list #header-menu-left #header-menu-logo img {
    aspect-ratio: 230/83;
    width: 110px;
}

#header-menu-list #header-menu-navigation {
    display: flex;
    gap: 20px;
}

#header-menu-list .header-menu-navigation-block {
    font-size: 14px;
    cursor: pointer;
}

#header-menu-list .header-menu-navigation-block a{
    text-decoration: none;
}

/* #header-menu-right #background-music-control img {
    width: 30px;
    cursor: pointer;
    transition: 0.2s;
} */

#header-menu-right {
    width: 120px; 
    /* width: 300px;  */
    justify-content: flex-end;
}

#header-menu-list #header-menu-right {
    display: flex;
    gap: 30px;
}

#header-menu-list #header-menu-right #background-music-control img {
    width: 17px;
    cursor: pointer;
}

#header-menu-list #header-menu-right #header-menu-search {
    cursor: pointer;
}

#header-menu-list #header-menu-right #header-menu-search img {
    width: 17px;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    /* z-index: 999999; */
}

header #header {
    display: grid;
    grid-template-columns: 110px 1fr 110px; /* already set correctly */
    column-gap: 10px; /* reduce gap to prevent overflow */
    align-items: center;
    background-image: url('/components/assets/images/header/blue banner-01.jpg?v=13');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 70px;
    height: 70px;
    filter: none;
    mix-blend-mode: normal;
    opacity: 1;
}

#header::before {
    content: none; /* Disable if there was an overlay */
  }

@media only screen and (min-width: 500px) {
    header #header {
        padding: 15px;
    }
}

header #header #header-left {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    column-gap: 10px;
    width: 110px;
    background-color: transparent;
}

header #header #header-left #header-back {
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding-left: 20px;
}

header #header #header-left #header-back img {
    width: 17px;
    padding-bottom: 10px;
}

#header-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 230px;
    height: 100%;
    text-align: center;
    flex: 1;
    width: auto;
    min-width: 0;
}
  
#header-menu-logo-masterhead,
#header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-left, #header-center, #header-right {
    /* border: 3px solid red; */
}

header #header #header-center #header-menu-logo-masterhead img {
    aspect-ratio: 391/188;
    width: 90px;
}

header #header #header-center #header-logo img {
    aspect-ratio: 230/83;
    width: 90px;
}

header #header #header-center #separator {
    border-left: 1px solid #cfc488;
    height: 40px;
}

header #header #header-right {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    column-gap: 20px;
    width: 110px;
    /* z-index: 9999; */
}

header #header #header-right #header-sidebar {
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    cursor: pointer;
}

header #header #header-right #header-sidebar img {
    width: 14px;
    padding-bottom: 10px;
}


header #header #header-right #background-music-control {
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding-right: 20px;
    padding-bottom: 9px;
}

header #header #header-right #background-music-control img {
    width: 14px;
    cursor: pointer;
    transition: 0.2s;
}


