body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    /* font-family: 'Lexend Deca'; */
}
html, body {
    -webkit-text-size-adjust: 100%;
}
/* header css */
li.mega-menu.menu-item-has-children ul.sub-menu {
    display: none;
}

.header-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000000F;
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.cs-header-content {
    display: flex;
    /* align-items: center; */
    width: 100%;
    justify-content: space-between;
}

.cs-site-navigation nav ul.menu {
    display: flex;
    list-style: none;
    /* align-items: center; */
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    height: 100%;
    /* height: 90px;
    line-height: 90px; */
}

/* nav#site-navigation {
    height: 90px;
    line-height: 90px;
} */

.top-header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.top-header-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 100px;
}

.main-navigation {
    height: 100%;
}

nav#site-navigation {
    height: 100%;
}

.header-inner {
    margin: auto;
    padding: 0px 15px;
}

.cs-site-logo {
    width: 30%;
    padding-bottom: 20px;
}

.cs-site-navigation {
    width: 70%;
}

.cs-site-navigation nav ul li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #262626;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;

}

.cs-site-navigation nav ul li a:hover,
.cs-site-navigation nav ul li.current-menu-item a {
    color: var(--secondary);
}

/* .cs-site-navigation nav ul li {
    position: relative;
}
.cs-site-navigation nav ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 9px;
    background: #000;
    clip-path: polygon(28% 0%, 83% 50%, 30% 100%, 0% 94%, 53% 51%, 0% 9%);
    right: -6px;
    top: 7px;
    transform: rotate(90deg);
} */
/* .cs-site-navigation nav ul li:first-child:before {
    display: none;
} */
.top-header-wrapper ul li {
    letter-spacing: 0.28px;
    color: #6A6A6A;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.top-header-wrapper ul li a {
    letter-spacing: 0.28px;
    color: #6A6A6A;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.top-header-wrapper ul li:last-child {
    display: flex;
    align-items: center;
    gap: 34px;
}

.top-header-wrapper ul li:first-child:before {
    content: "";
    background: url("https://vymans.saydev.co.uk/wp-content/uploads/2025/11/phone-call.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: -23px;
}

.top-header-wrapper ul li:last-child:before {
    content: "";
    background: url("https://vymans.saydev.co.uk/wp-content/uploads/2025/11/Icon-feather-mail.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: -23px;
}

.top-header-wrapper ul li:first-child:after {
    content: "";
    position: absolute;
    background: #707070;
    opacity: 0.2;
    height: 18px;
    width: 2px;
    top: 0px;
    right: -36px;
}

.link-arrow,
.link-arrow2 {
    width: 14px;
    height: 10px;
    margin-left: 5px;
    background-image: url("../images/arrow-down-sign-to-navigate.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.link-arrow2 {
    filter: invert(1) brightness(100%);
    display: none;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    background-size: 14px;
    background-position: center;
    margin: 0;
}

.cs-site-navigation nav ul li.menu-item:hover a .link-arrow {
    transform: rotate(177deg) translate(0px, 2px);
}

/* mega menu */

/* .mega-dropdown.sub-menu {
    height: 382px;
    overflow-y: scroll;
    scrollbar-width: none;
} */

.submenu-level1-subitems {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.mega-dropdown.sub-menu {
    display: flex !important;
    align-items: unset;
    /* align-items: self-start; */
    border-bottom: 4px solid #00BBD2;
    border-top: 1px solid #00000030;
}

.submenu-level1-items {
    width: 25%;
    background: transparent linear-gradient(180deg, #00BBD2 0%, #014278 100%) 0% 0% no-repeat padding-box;
    padding: 28px 33px;
}

.submenu-level1-items ul {
    line-height: normal !important;
}

ul.submenu-level2-items li {
    height: auto;
    line-height: normal;
    position: relative;
    max-width: 307px;
    padding-right: 10px;
}

ul.submenu-level2-items li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #014278;
    /* clip-path: polygon(28% 0%, 100% 52%, 30% 100%, 0% 98%, 73% 50%, 0% 9%); */
    left: -17px;
    top: 6px;
    border-radius: 50%;
}

ul.submenu-level3-items li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #014278;
    clip-path: polygon(28% 0%, 100% 52%, 30% 100%, 0% 98%, 73% 50%, 0% 9%);
    left: -17px;
    top: 6px;
}

.submenu-level1-items ul li {
    color: #FFFFFF;
    font-size: 15px;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .2s linear;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex-wrap: wrap;
}

.submenu-level1-items ul li:hover {
    font-weight: 600;
}



.submenu-level1-items ul li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    clip-path: polygon(28% 0%, 100% 52%, 30% 100%, 0% 98%, 73% 50%, 0% 9%);
    right: 6px;
    top: 8px;
    opacity: 0;
}

.submenu-level1-icon-txt {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.submenu-level1-items ul li:hover::after {
    opacity: 1;
}

.submenu-level2-lists {
    width: 75%;
    padding: 34px 45px;
}

.inner-submenu-level {
    display: flex;
    align-items: self-start;
    gap: 40px;
    justify-content: space-between;
}

.bg-with-height {
    width: 65%;
    min-height: 295px;
    background: #F0F8FF 0% 0% no-repeat padding-box;
    padding: 35px 40px;

}

ul.submenu-level2-items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: self-start;
}



ul.submenu-level2-items li a {
    text-transform: capitalize !important;
}

.SubLevel1-info {
    width: 35%;
}

.SubLevel1-info a {
    color: #000 !important;
    text-transform: capitalize !important;
    font-size: 21px !important;
    line-height: 24px;
    padding-bottom: 10px;
}

.submenu-level2-lists .submenu-level1-subitems {
    display: none;
}

.submenu-level2-lists .submenu-level1-subitems.active {
    display: block;
}

.SubLevel1-info img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
}


.submenu-level1-items ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

p.submenu-level1-name {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.read-more-link a {
    letter-spacing: 0.16px !important;
    color: #014278 !important;
    opacity: 1;
    font-size: 16px !important;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    padding-bottom: 0px !important;
    padding-top: 8px;
    position: relative;
}

.read-more-link a::before {
    content: "";
    background-image: url(../images/right-arrow.svg);
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 13px;
    height: 14px;
    left: 95px;
}

ul.submenu-level2-items li a {
    color: #262626 !important;
}

ul.submenu-level2-items li:hover>a {
    color: #00BBD2 !important;
}

/* start level 3 mega menu */
/* Level 2 */
.submenu-level2-items {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* Level 3 hidden */
.submenu-level3-items {
	/* display: none; */
	list-style: none;
	padding-left: 15px;
}

/* Level 3 mega menu end */

.footer-navigation ul li a:hover {
    font-weight: 500;
    margin-left: 5px;
}

.submenu-level1-items ul a {
    text-transform: capitalize !important;
    position: relative;
}


/* Mobile click */
.submenu-level2-items > li.show 
.submenu-level3-items {
	display: block;
}

/* Styling */

.submenu-level3-items li a:hover {
	color: #00BBD2;
}

/* end */

@media (min-width: 992px) {
    .cs-site-navigation .menu-item:not(:hover)>.sub-menu {
        opacity: 0;
        visibility: hidden;
        /* pointer-events: none; */
        transition-delay: 1.2s;
    }
    .main-navigation > div {
        height: 100%;
    }
    .cs-site-navigation .menu-item>.sub-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        left: 6.25vw;
        z-index: 1;
        width: calc(100vw - 12.50vw);
        display: block;
        transition: all .3s ease-in-out;
    }

}

/* header css end */
/* footer  css start*/
.site-footer {
    background: transparent linear-gradient(180deg, #00BBD2 0%, #014278 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: self-start;
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-inner {
    margin: auto;
    padding: 0px 40px;
}

.footer-logo figure a img {
    max-width: 194px;
    height: 64px;
}

.footer-social-icons ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-top: 70px;
    padding-left: 0px;
    margin: 0px;
}

.footer-address ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-address ul li {
    letter-spacing: 0.28px;
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 20px;
}

.footer-address ul li a {
    letter-spacing: 0.28px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.footer-navigation ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-address ul li:last-child {
    align-items: center;
    display: flex;
    gap: 40px;
}

.footer-navigation ul li {
    padding-bottom: 11px;
    position: relative;
}

.footer-navigation ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    clip-path: polygon(28% 0%, 100% 52%, 30% 100%, 0% 98%, 73% 50%, 0% 9%);
    left: -17px;
    top: 9px;
}

.footer-navigation ul li a {
    letter-spacing: 0.28px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}

.copyright-info {
    border-top: 1px solid #96969640;
}

.footer-site-info {
    margin: auto;
    padding: 20px 40px;

}

.footer-site-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-site-info ul li {
    letter-spacing: 0.24px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}

.footer-address ul li:last-child>a:first-child:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 16px;
    right: -20px;
    top: 3px;
}

.header-sticky .top-header-wrapper {
    opacity: 0;
    height: 0;
    padding: 0px;
    transition: all 0.4s ease-in-out;
}

ul.wp-block-list li:nth-child(1) {
    order: 2;
}

ul.wp-block-list li:nth-child(2) {
    order: 3;
}

ul.wp-block-list li:nth-child(3) {
    order: 1;
}


/* medua query */
@media (min-width:992px) {

    .cs-header-content .toggle-menu,
    .cs-header-content .close-menu {
        display: none;
    }

    .header-inner {
        padding: 0px 6.25vw;
        max-width: 1920px;
    }


	.submenu-level2-items > li.has-submenu-level3:hover 
	.submenu-level3-items {
		display: block;
        width: 100%;
        margin-top: 0px;
	}
    .submenu-level3-items>li {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .link-arrow2 {
        display: block;
    }

    .submenu-level1-items ul li {
        justify-content: space-between !important;
    }

    .submenu-level1-items ul li:after {
        display: none;
    }

    .submenu-level1-items a {
        padding: 0px !important;
    }

    .submenu-level3-items li {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1600px) {
    .submenu-level2-lists {
        padding: 25px 30px;
    }

    .inner-submenu-level {
        gap: 30px;
    }

    .bg-with-height {
        min-height: 300px;
    }

    .submenu-level1-items {
        padding: 24px 25px;
    }

    /* .mega-dropdown.sub-menu {
    height: 360px;
} */
}

@media only screen and (max-width: 1450px) {
    .bg-with-height {
        padding: 30px 30px;

    }
}

@media only screen and (max-width: 1300px) {
    .cs-site-navigation nav ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .submenu-level1-items {
        padding: 18px 18px;
    }

    .SubLevel1-info a {
        font-size: 18px !important;
    }

    .cs-site-navigation nav ul li a {
        font-size: 12px;
    }

    .submenu-level1-items ul li {
        font-size: 13px;

    }

    ul.submenu-level2-items li:before {
        top: 4px;
    }

    .top-header-wrapper ul li:last-child {
        gap: 14px;
    }

    .top-header-wrapper ul {
        gap: 59px;
    }

    .top-header-wrapper ul li:first-child:after {
        right: -19px;
    }

    .top-header-wrapper ul li a {
        font-size: 13px;
    }

    .top-header-wrapper ul li {
        font-size: 13px;
    }

    .cs-site-logo {
        width: 25%;
    }

    .cs-site-navigation {
        width: 75%;
    }

    .footer-logo figure a img {
        max-width: 177px;
        height: 58px;
    }

    .footer-navigation {
        padding-left: 15px;
    }

    .footer-address {
        padding-left: 15px;
    }

    .footer-inner {
        padding: 0px 0px;
    }

    .footer-site-info {
        padding: 20px 30px;
    }

    .bg-with-height {
        padding: 20px 30px;
    }

    .read-more-link a::before {
        left: 108px;
    }

    ul.submenu-level3-items li:before {
        width: 7px;
        height: 7px;
        top: 5px;
    }
}

@media only screen and (max-width: 991.98px) {
    .submenu-level1-items ul li {
        font-size: 16px;
    }

    /* .cs-site-navigation .menu-item:not(:hover)>.sub-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0px;
    } */

    nav#site-navigation .menu>li {
        max-width: 720px;
        position: relative;
    }

    nav#site-navigation .menu>li.menu-item-has-children:before {
        content: "";
        position: absolute;
        right: -10px;
        top: 14px;
        background-image: url(/wp-content/uploads/2025/11/arrowRight.png);
        filter: brightness(0);
        transition: all .3s ease-in-out;
        width: 36px;
        height: 21px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 50%;

    }

    nav#site-navigation .menu>li.menu-item-has-children.active-li:before {
        content: "";
        width: 36px;
        height: 21px;
        position: absolute;
        right: 5px;
        top: 21px;
        background-image: url(/wp-content/uploads/2025/11/arrowRight.png);
        transform: rotate(90deg);
    }


    .mega-dropdown.sub-menu:not(.active-submenu) {
        display: none !important;
    }


    span.link-arrow {
        display: none;
    }

    .submenu-level1-items {
        width: 100%;
    }


    .submenu-level2-lists {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        z-index: 9;
        transition: all .5s ease-in-out;
        transform: translateX(100%);
        visibility: hidden;
    }



    .submenu-level2-lists.active-show {
        transform: translateX(0%);
        visibility: visible !important;
    }


    .active-show .inner-submenu-level {
        display: block;
        width: 100%;
    }

    /* .active-show .inner-submenu-level .SubLevel1-info {
        display: none;
    } */
    .submenu-level1-subitems .inner-submenu-level .SubLevel1-info {
        display: none;
    }

    .active-show .inner-submenu-level .bg-with-height {
        width: 100%;
        /* padding: 15px 25px; */
        padding: 15px 0px 25px 25px;
        /* position: relative; */
    }

    span.cross-icon-btn::before {
        content: "";
        position: absolute;
        /* background-image: url("../images/close-icon.svg"); */
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        top: 0px;
        left: 11px;
        cursor: pointer;
        background-image: url(/wp-content/uploads/2025/11/arrowRight.png);
        transform: rotate(180deg);
        background-size: cover;
        filter: brightness(0);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 36px;
    }

    .cs-header-content .toggle-menu img,
    .cs-header-content .close-menu img {
        max-width: 32px;
        object-fit: contain;
    }

    .cs-site-navigation {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #0000005d;
        height: 100%;
        width: 100%;
        min-height: 100vh;
        transition: all .5s ease-in-out;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }

    #site-navigation {
        max-width: 480px;
        height: 100%;
        min-height: 100vh !important;
        min-height: 100dvh !important;
        background-color: #fff;
        margin-left: auto;
        overflow-x: hidden;

    }

    .cs-site-navigation.open-menu {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        z-index: 999;
    }

    .cs-site-navigation nav ul {
        align-items: start;
        padding-bottom: 10px;
        flex-direction: column;
        gap: 10px;
    }

    .cs-site-navigation nav ul li a {
        font-size: 15px;
        padding: 10px 10px;
        font-weight: 500;
        width: 100%;
    }


    .cs-site-navigation nav ul li {
        padding: 10px;
        width: 100%;
    }

    .close-menu {
        padding: 10px 15px;
    }

    .top-header-wrapper ul {
        display: none;
    }

    .cs-site-logo {
        width: 60%;
    }

    .cs-header-content {
        align-items: center;
    }

    .cs-site-navigation nav ul.menu {
        height: auto;
    }

    .submenu-level2-lists {
        padding: 25px 15px;
    }

    .submenu-level1-subitems.active ul li {
        padding: 0px;
        padding-right: 15px;
    }

    .submenu-level1-subitems.active ul li a {
        padding: 0px;
    }

    nav#site-navigation {
        height: auto;
    }
    ul.submenu-level3-items li:before {
        top: 6px;
    }
    ul.submenu-level3-items {
        padding-bottom: 0px !important;
    }


}

@media only screen and (max-width: 767px) {
    .footer-grid {
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: minmax(180px, 1fr) 1fr 1fr;
        gap: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        row-gap: 20px;
        padding-top: 50px;

    }

    .footer-site-info ul {
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-inner {
        padding: 0px 15px;
    }

    .footer-address {
        padding-left: 0px;
    }

    .footer-site-info {
        padding: 20px 15px;
    }

    ul.submenu-level2-items {
        grid-template-columns: 1fr !important;
        row-gap: 19px !important;
    }
}

@media only screen and (max-width: 375px) {
    .footer-address ul li:last-child {
        gap: 10px;
        /* flex-direction: column; */
        align-items: start;

    }

    .footer-address ul li a {
        font-size: 13px;

    }
    .footer-address ul li:last-child>a:first-child:after {
    right: -6px;
}
}




/* NEW HEADER CSS HERE OVERRIDDEN */
.submenu-level2-lists .submenu-level1-subitems {
    display: flex;
}
.submenu-level1-items, .submenu-level2-lists, .inner-submenu-level, .bg-with-height {
    width: 100%;
}
.submenu-level1-items > ul > li {
    flex-wrap: wrap;
    width: calc(33.33% - 10px);
    gap: clamp(20px, 1.458vw, 28px);
}
.inner-submenu-level, .bg-with-height {
    min-height: auto;
}
.submenu-level1-items {
    background: #f0f8ff;
    padding: clamp(24px, 1.979vw, 38px);
}
.bg-with-height {
    background-color: #0000 !important;
    padding: 0;
}
.submenu-level1-items .submenu-level2-items > li {
    margin-left: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.submenu-level1-icon-txt {
    color: #014278;
    transition: all .5s ease-in-out
}
.cs-site-navigation nav .submenu-level1-items > ul > li > a:hover .submenu-level1-icon-txt {
    color: #00BBD2;
    transition: all .5s ease-in-out
}
ul.submenu-level2-items {
    grid-template-columns: 1fr;
    gap: clamp(15px, 1.094vw, 20px);
}
.submenu-level1-items > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 15px;
}
.submenu-level2-lists {
    padding: 0;
}
.header-inner {
    position: relative;
}
.cs-site-navigation .menu-item>.mega-dropdown.sub-menu {
    max-width: min(1100px, 70%);
    right: 6.25vw;
    left: auto;
}
.submenu-level2-lists .submenu-level2-items li a {
    font-weight: 400;
}
.cs-site-navigation nav .submenu-level1-items > ul > li > a {
    font-size: clamp(16px, 0.938vw, 18px);
    font-weight: 600;
}
@media (min-width: 992px) {
    .cs-site-navigation nav .submenu-level1-items > ul > li > a > span.link-arrow2 {
        display: none;
    }
    .submenu-level1-items {
        background-image: url(/wp-content/uploads/2025/11/logo.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - clamp(15px, 1.823vw, 35px)) calc(100% - clamp(15px, 1.823vw, 35px));
        padding-bottom: calc(clamp(15px, 1.823vw, 35px) * 2);
        background-size: clamp(135px, 9.375vw, 180px);
    }
}
@media (max-width: 991.98px) {
    header li a {
        -webkit-tap-highlight-color: rgba(0,0,0,0.001) !important;
    }
    * {
        -webkit-tap-highlight-color: transparent;
    }
    .bg-with-height {
        background-color: #fff !important;
    }
    .cs-site-navigation .menu-item>.mega-dropdown.sub-menu {
        max-width: min(1100px, 100%);
    }
    .submenu-level1-items {
        padding: 15px;
    }
    .submenu-level2-lists {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .cs-site-navigation nav .submenu-level1-items > ul > li .link-arrow2 {
        filter: invert(1) brightness(0);
        background-size: 18px;
        background-image: url(/wp-content/uploads/2025/11/arrowRight.png);
    }
    .cs-site-navigation nav .submenu-level1-items > ul > li > a {
        justify-content: space-between;
        transition: all .5s ease-in-out;
    }
    .submenu-level2-lists .inner-submenu-level .bg-with-height {
        padding-left: 50px;
        padding-top: 15px;
    }
    span.cross-icon-btn::before {
        top: 15px;
        left: 10px;
    }
    .submenu-level1-items .submenu-level2-items > li {
        padding-top: 0;
    }
    .submenu-level1-items > ul > li {
        position: static;
    }
    .submenu-level1-items {
        position: relative;
    }
    nav#site-navigation .menu>li {
        padding-block: 0 !important;
    }
    .cs-site-navigation nav .submenu-level1-items > ul > li > a > span.link-arrow2 {
        transform: rotate(0deg);
    }
    .submenu-level1-items > ul > li:last-child {
        margin-bottom: 0;
    }
   
}