header .site-branding img {
    width: 95px;
}

/* header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #00000000;
    transition: all 0.3s;
}

/* .header-inner.position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} */
header#site-header.add-bg-on-scroll{
    background-color: #000;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 32px;
    /* background-color: #fff; */
    transition: all 0.4s;
}

ul#primary-menu {
    display: flex;
    justify-content: flex-end;
}

.mainMenu li a {
    color: #000;
    font-family: 'Manrope-SemiBold';
}

.sub-menu {
    min-width: 200px;
    position: absolute;
    color: #fff !important;
    width: max-content;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
    background-color: #1E252F;
    border-radius: 15px;
    overflow: hidden;
    top: 100%;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

ul#primary-menu>li {
    padding-block: 20px;
}

#primary-menu>li.menu-item-has-children::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--!Font Awesome Free v5.15.4 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e") !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    background-size: 10px;
}

#primary-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#primary-menu>li.menu-item-has-children:hover::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--!Font Awesome Free v5.15.4 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath fill='%23eb5310' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e") !important;
    rotate: 180deg;
}

#primary-menu a:hover {
    color: var(--primary-color);
}

.sub-menu a {
    height: auto;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    color: #fff !important;
    padding: 10px 15px;
}

#primary-menu>.current_page_item a {
    color: var(--primary-color) !important;
}

.sub-menu li {
    border-bottom: 1px solid rgb(255 250 250 / 61%);
    padding-block: 0px !important;
}

.ul-header-2 .ul-header-bottom.sticky {
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media(min-width: 1024px){
#primary-menu >li a{
    font-size: 30px;
}
ul#primary-menu {
    display: flex;
    justify-content: start;
}

}
@media(max-width: 992px) {
    ul#primary-menu>li {
        padding-block: 0px;
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }

    .header-inner {
        padding:8px 16px !important
    }

    #site-header #primary-menu {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 22px !important;
    }

    .mainMenu>li a {
        color: #000;


    }

    #primary-menu>li a {
        padding-block: 10px;
    }
}

.top-header-bar {
    background-color: #1E252F;
}

.top-header-bar .ul-header-container {
    margin: auto;
    color: #fff;
    /* max-width: clamp(922px, 90.38vw, 1720px); */
    width: 100%;
    padding-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-bar .ul-header-top-left {
    align-self: stretch;
}

.top-header-bar .ul-header-top-left .address {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: clamp(7px, 0.53vw, 10px);
    height: 100%;
    padding-block: 10px;
    padding-right: clamp(15px, 1.21vw, 23px);
}

.top-header-bar .ul-header-top-left .address::before {
    content: "";
    position: absolute;
    inset: 0;
    left: auto;
    width: calc(100% + 35px);
    background-color: var(--primary-color);
    border-top-right-radius: 999px;
    z-index: -1;
}

.top-header-bar .ul-header-top-social {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.05vw, 20px);
    padding: clamp(12px, 0.79vw, 15px) 0;
}

.top-header-bar svg {
    fill: #fff;
    width: 14px;
}

.top-header-bar .ul-header-top-social a:hover svg {
    fill: var(--primary-color);
}

.top-header-bar .ul-header-top-social .links a:first-child svg {
    width: 10px !important;
}

.top-header-bar .ul-header-top-social .links {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.79vw, 15px);
}