.site-header {
    background: transparent;
    position: fixed !important;
    width: 100%;
    z-index: 99;
	padding: 0 20px;
}
body:not(.logged-in) .site-header {
    top: 0;
}
.site-branding svg * {
    transition: all 0.3s ease;
}
body:not(.single-post):not(.error404) .site-header:not(.fixed):not(.active-nav):not(.light-background) .site-branding svg path {
    fill: #FFF;
}
.site-header .header-inner {
    padding: 9.13px 0;
    border-bottom: 0.5px solid #fff;
}
.site-header .main-container {
    max-width: 1320px;
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.20);
}
.site-header .main-container > div:nth-of-type(2) {
    text-align: center;
}
.site-header, .header-inner {
    transition: all 300ms ease-out;
}
body.error404 .site-header,
body.single-post .site-header,
.site-header.light-background,
.site-header.fixed,
.site-header.active-nav {
    background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(20px);
}
body.error404 .site-header .header-inner,
body.single-post .site-header .header-inner,
.site-header.light-background .header-inner,
.site-header.fixed .header-inner,
.site-header.active-nav .header-inner {
    border: none;
}
.header-right-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    gap: 16px;
    align-items: center;
}
.site-header .right-btns {
    display: flex;
    align-items: center;
	gap: 24px;
	justify-content: flex-end;
}
ul.header-right-menu a {
    color: #4AFFB2;
    text-transform: uppercase;
	text-decoration: none;
}
body.error404 .site-header ul.header-right-menu a,
body.single-post .site-header ul.header-right-menu a,
.site-header.light-background ul.header-right-menu a,
.site-header.fixed ul.header-right-menu a,
.site-header.active-nav ul.header-right-menu a {
    color: #2B292E;
}
.menu-burger {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 17px;
	cursor: pointer;
}
.menu-burger svg {
    position: absolute;
	transition: all 0.4s ease;
}
.menu-burger svg:first-of-type {
    top: 2px;
	opacity: 1;
}
.menu-burger svg:last-of-type {
    left: 2px;
	opacity: 0;
}
.active-nav .menu-burger svg:first-of-type {
	opacity: 0;
}
.active-nav .menu-burger svg:last-of-type {
	opacity: 1;
}
.active-nav .language-wrapper {
    display: none;
}
body:not(.single-post):not(.error404) header.site-header:not(.light-background):not(.fixed):not(.active-nav) .menu-burger svg path {
	fill: #FFF;
}

/*NAVIGATION STYLE START*/
.site-navigation {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 10;
    width: 100%;
    height: 100vh;
	z-index: 9999;
}
.site-header.active-nav {
	z-index: 99999;
}
.menu-main-menu-it-container,
.menu-main-menu-container {
    padding: 105px 20px 0 20px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.menu-main-menu-it-container *,
.menu-main-menu-container * {
	transition: all 0.5s ease;
}
ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 76vh;
	min-height: 600px;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}
@media (min-width: 768px) {
	.site-header .main-container > div {
		width: 33.3333%;
	}
	ul.main-menu li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
		width: 100%;
	}
	ul.main-menu li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) a {
		color: #2B292E;
		font-family: 'Raleway';
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 24px 48px 24px 24px;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid rgba(43, 41, 46, 0.20);
		background: url(/wp-content/uploads/2025/10/slant-arrow.svg) center right 24px no-repeat;
	}
	ul.main-menu li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) a:hover {
		padding-left: 48px;
		padding-right: 72px;
		background-image: url(/wp-content/uploads/2025/10/slant-arrow-green.svg);
		background-position:center right 48px;
	}
	ul.main-menu li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)):hover a span {
		background: linear-gradient(85deg, #000080 15%, #4AFFB2 130%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	ul.main-menu li:nth-last-of-type(1), 
	ul.main-menu li:nth-last-of-type(2), 
	ul.main-menu li:nth-last-of-type(3) {
		margin-top: auto;
		position: absolute;
		bottom: 0;
	}
	ul.main-menu li:nth-last-of-type(1) {
		right: 0;
	}
	ul.main-menu li:nth-last-of-type(2) {
		left: calc(50%);
	}
	ul.main-menu li:nth-last-of-type(1) a,
	ul.main-menu li:nth-last-of-type(2) a,
	ul.main-menu li:nth-last-of-type(3) a {
		color: #2B292E;
		font-family: Raleway;
		font-size: 28px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		display: inline-block;
		padding: 24px 72px 24px 24px;
		text-decoration: none;
		background: url(/wp-content/uploads/2025/10/slant-arrow.svg) center right 24px no-repeat;
	}
}
@media (max-width: 767px) {
	ul.main-menu {
		height: 84vh;
	}
	ul.main-menu li {
		width: 100%;
	}
	ul.main-menu li a {
		color: #2B292E;
		font-family: 'Raleway';
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding: 24px 24px 24px 8px;
		display: block;
		text-decoration: none;
		border-bottom: 1px solid rgba(43, 41, 46, 0.20);
		background: url(/wp-content/uploads/2025/10/slant-arrow.svg) center right 8px no-repeat;
	}
	.header-right-menu {
		display: none;
	}
	.site-header .main-container > div {
		width: 20%;
	}
	.site-header .main-container > div.site-branding {
		width: 60%;
	}
	.main-container {
    padding: 16px 0 !important;
	}
	.site-branding > a > svg {
		width: 180px !important;
		height: 45px !important;
	}
}
/*NAVIGATION STYLE END*/

@media (max-width: 767px) {
    .site-header .header-inner {
        border: unset;
    }
	.site-header {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 420px) {
	.site-branding svg {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.site-header .main-container {
		border-bottom: unset;
	}
}