.full-width-header.header-style2,
.full-width-header.header-style2 .rs-header,
.full-width-header.header-style2 .rs-header .menu-area,
.full-width-header.header-style2 .rs-header .menu-area .container {
    position: relative;
    z-index: 10000;
    overflow: visible;
}

.full-width-header.header-style2 .rs-header .menu-area {
    background: #ffffff;
}

.webno1-header-mainbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 120px;
    position: relative;
    z-index: 10001;
}

.webno1-header-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 220px;
    position: relative;
    z-index: 10002;
}

.webno1-header-brand a {
    display: inline-flex;
    align-items: center;
}

.webno1-header-brand img {
    display: block;
    max-height: 78px;
    width: auto;
}

.webno1-header-brand .light-logo {
    display: none;
}

.webno1-header-mainbar .webno1-categories {
    position: relative;
    display: block;
    flex: 0 1 auto;
    margin-left: 18px;
    z-index: 10002;
}

.webno1-categories .cat-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #394459;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.webno1-categories .cat-btn::-moz-focus-inner {
    border: 0;
}

.webno1-categories .cat-btn i {
    color: #006ab5;
}

.webno1-categories .cat-btn:hover,
.webno1-categories .cat-btn:focus {
    color: #006ab5;
}

.webno1-categories .cat-menu-inner {
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    width: 280px;
    background: #21a7d0;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
    display: none;
    padding: 14px 0;
}

.webno1-categories.webno1-categories-open .cat-menu-inner,
.webno1-categories:hover .cat-menu-inner,
.webno1-categories:focus-within .cat-menu-inner {
    display: block;
}

.webno1-categories .cat-menu-inner li {
    line-height: 1.4;
}

.webno1-categories .cat-menu-inner li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 24px;
    text-transform: capitalize;
}

.webno1-categories .cat-menu-inner li a:hover,
.webno1-categories .cat-menu-inner li a:focus {
    color: #273c66;
}

.webno1-header-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin-left: auto;
    min-width: 0;
    z-index: 10003;
}

.webno1-menu-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.webno1-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 12px;
    background: #006ab5;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 14px 24px rgba(0, 106, 181, 0.2);
    cursor: pointer;
    margin: 0;
}

.webno1-menu-toggle:hover,
.webno1-menu-toggle:focus {
    background: #004f88;
    color: #ffffff;
}

.webno1-menu-checkbox:checked + .webno1-menu-toggle {
    background: #004f88;
    color: #ffffff;
}

.webno1-site-nav {
    display: block !important;
    margin-left: auto;
    position: relative;
    z-index: 10004;
}

.webno1-primary-menu,
.webno1-primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.webno1-primary-menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.webno1-desktop-primary-menu {
    display: flex !important;
}

.webno1-mobile-primary-menu {
    display: none !important;
}

.webno1-primary-menu > li {
    position: relative;
}

.webno1-primary-menu a {
    display: flex;
    align-items: center;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    min-height: 120px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.webno1-primary-menu a:hover,
.webno1-primary-menu .current-menu-item > a,
.webno1-primary-menu .current-menu-ancestor > a {
    color: #006ab5;
}

.webno1-primary-menu .menu-item-has-children > a {
    padding-right: 18px;
}

.webno1-primary-menu .menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.webno1-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 235px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
    display: none;
    padding: 12px 0;
    z-index: 10005;
}

.webno1-primary-menu .sub-menu li {
    position: relative;
}

.webno1-primary-menu .sub-menu a {
    display: block;
    min-height: 0;
    line-height: 1.5;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.webno1-primary-menu .sub-menu .sub-menu {
    top: -12px;
    left: calc(100% + 8px);
}

.webno1-primary-menu li:hover > .sub-menu,
.webno1-primary-menu li:focus-within > .sub-menu {
    display: block;
}

.webno1-submenu-toggle {
    display: none;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky {
    background: #006ab5 !important;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-mainbar {
    min-height: 90px;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand .dark-logo {
    display: none;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand .light-logo {
    display: inline-flex;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-header-brand img {
    max-height: 52px;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a:hover,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu .current-menu-item > a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu .current-menu-ancestor > a,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn:hover,
.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn:focus {
    color: #d9f2ff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-categories .cat-btn i {
    color: #ffffff;
}

.full-width-header.header-style2 .rs-header .menu-area.sticky .webno1-primary-menu a {
    min-height: 90px;
}

@media only screen and (max-width: 1199px) {
    .webno1-header-mainbar {
        gap: 20px;
    }

    .webno1-header-mainbar .webno1-categories {
        margin-left: 10px;
    }

    .webno1-primary-menu {
        gap: 18px;
    }

    .webno1-primary-menu a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .full-width-header .rs-header .topbar-area {
        display: none;
    }

    .full-width-header.header-style2 .rs-header .menu-area,
    .full-width-header.header-style2 .rs-header .menu-area.sticky {
        background: #ffffff !important;
    }

    .webno1-header-mainbar {
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
        min-height: 0;
        padding: 14px 0;
    }

    .webno1-header-brand {
        max-width: none;
    }

    .webno1-header-brand .dark-logo,
    .webno1-header-brand .light-logo {
        display: inline-flex !important;
    }

    .webno1-header-brand .light-logo {
        display: none !important;
    }

    .webno1-header-brand img {
        max-height: 54px;
    }

    .webno1-header-nav {
        margin-left: auto;
    }

    .webno1-menu-toggle {
        display: inline-flex;
    }

    .webno1-header-mainbar .webno1-categories {
        display: none;
    }

    .webno1-site-nav {
        position: absolute;
        top: calc(100% + 14px);
        right: 0;
        left: auto;
        width: min(360px, calc(100vw - 30px));
        display: none !important;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        z-index: 10050;
    }

    .webno1-menu-checkbox:checked ~ .webno1-site-nav {
        display: block !important;
    }

    .webno1-site-nav .webno1-desktop-primary-menu {
        display: none !important;
    }

    .webno1-site-nav .webno1-mobile-primary-menu {
        display: block !important;
    }

    .webno1-primary-menu {
        display: block !important;
    }

    .webno1-primary-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .webno1-primary-menu > li:last-child {
        border-bottom: 0;
    }

    .webno1-primary-menu a {
        min-height: 0;
        line-height: 1.4;
        padding: 18px 60px 18px 18px;
        font-size: 15px;
        color: #111111 !important;
    }

    .webno1-primary-menu .menu-item-has-children > a {
        padding-right: 60px;
    }

    .webno1-primary-menu .menu-item-has-children > a::after {
        display: none;
    }

    .webno1-submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 60px;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        background: transparent;
        color: #111111;
        font-size: 18px;
        z-index: 2;
    }

    .webno1-primary-menu .webno1-submenu-open > .webno1-submenu-toggle i {
        transform: rotate(180deg);
    }

    .webno1-primary-menu .sub-menu {
        position: static;
        display: none;
        min-width: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: #f6f8fb;
    }

    .webno1-primary-menu .sub-menu li {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .webno1-primary-menu .sub-menu a {
        padding: 14px 54px 14px 28px;
        font-size: 14px;
    }

    .webno1-primary-menu .sub-menu .sub-menu a {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .webno1-header-mainbar {
        padding: 12px 0;
    }

    .webno1-header-brand img {
        max-height: 85px;
    }

    .webno1-menu-toggle {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .webno1-site-nav {
        left: 0;
        right: 0;
        width: auto;
    }

    .webno1-categories .cat-btn {
        font-size: 14px;
        padding: 13px 16px;
    }
}
