:root {
	--edunexa-nav-purple: #7562bd;
	--edunexa-nav-purple-dark: #6551ae;
	--edunexa-nav-line: #cfc5eb;
}

.edunexa-site-header {
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ececf4;
}

.edunexa-site-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	width: min(1480px, calc(100% - 64px));
	min-height: 82px;
	margin: 0 auto;
}

.edunexa-site-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	width: 180px;
}

.edunexa-site-logo img {
	display: block;
	width: 180px;
	height: auto;
}

.edunexa-site-header .wcf__nav-menu {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.edunexa-site-header .wcf-nav-menu-container {
	display: block;
}

.edunexa-site-header .wcf-nav-menu-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.edunexa-site-header .wcf-nav-menu-nav .menu-item {
	position: relative;
	list-style: none;
}

.edunexa-site-header .wcf-nav-menu-nav a {
	display: block;
	padding: 11px 12px;
	color: #272544;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.edunexa-site-header .wcf-nav-menu-nav a:hover,
.edunexa-site-header .wcf-nav-menu-nav a:focus-visible,
.edunexa-site-header .wcf-nav-menu-nav .current-menu-item > a,
.edunexa-site-header .wcf-nav-menu-nav .current-menu-ancestor > a {
	color: var(--edunexa-nav-purple-dark);
}

.edunexa-site-header .wcf-nav-menu-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	border: 1px solid #e6e3f2;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(41, 33, 92, .14);
	list-style: none;
}

.edunexa-site-header .wcf-nav-menu-nav .menu-item-has-children:hover > .sub-menu,
.edunexa-site-header .wcf-nav-menu-nav .menu-item-has-children:focus-within > .sub-menu {
	display: block;
}

.edunexa-site-header__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.edunexa-site-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, #695cff, #6737f4);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(92, 72, 255, .2);
}

.edunexa-site-header__cta:hover,
.edunexa-site-header__cta:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 1200px) {
	.edunexa-site-header__inner {
		width: min(100% - 32px, 960px);
		min-height: 72px;
		gap: 16px;
	}

	.edunexa-site-logo,
	.edunexa-site-logo img {
		width: 152px;
	}

	.edunexa-site-header .wcf__nav-menu {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.edunexa-site-header__actions {
		display: none;
	}
}

@media (max-width: 560px) {
	.edunexa-site-header__inner {
		width: calc(100% - 24px);
	}

	.edunexa-site-logo,
	.edunexa-site-logo img {
		width: 134px;
	}
}
