.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.btn-close {
    display: none;
}

.collapse.show .close-menu {
    display: block; 
}
.search-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.search-item a {
    color: #333; /* Adjust color */
    text-decoration: none;
}

header.sticky-top.main-header.z-index-1.scrolled {
    background: #fff;
    z-index: 99999;
    padding: 20px 0px;
}
header.sticky-top.main-header.z-index-1.scrolled div#navbarNav .search-item a.search-link{
	color:#000;
}
.main-header {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
}

.main-header .navbar img {
    width: 180px;
    height: auto;
}

div#navbarNav ul.navbar-nav li {
    padding: 10px 15px;
}
div#navbarNav ul.navbar-nav li a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-right: 28px;
    font-family: "neue-haas-unica";
}
div#navbarNav .search-item a.search-link {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
	display: none; 
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 100%;
}
.search-form-wrapper.active {
    display: flex;
}
.search-form-wrapper form {
    display: flex;
    align-items: center;
    width: 87%;
    gap: 30px;
}
.search-form-wrapper button.search-close {
    background: #000;
    color: #fff;
    padding: 3px 11px;
}
.search-form-wrapper input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.search-form-wrapper button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}
.search-close {
    position: absolute;
    top: 30px;
    right: 32px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}
body.search-active .search-link {
    display: none;
}
header.sticky-top.main-header.z-index-1.scrolled div#navbarNav ul.navbar-nav li a {
    color: #000;
}
.main-header:not(.scrolled) .navbar img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(307deg) brightness(104%) contrast(101%);
}
.siq-search-box {
    width: 1200px !important;
    max-width: 100%;
    margin: 0 auto;
}

.siq-search-box input {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}
#siq-expandwdgt-cont .siq-expandwdgt-input, .siq-expandwdgt-cont .siq-expandwdgt-input {
    width: 1100px!important;
    height: 38px;
    margin: 0 auto!important;
}
#siq-expandwdgt-cont .siq-expandwdgt-icon, .siq-expandwdgt-cont .siq-expandwdgt-icon {
    display: none!important;
}
