@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;600;700&display=swap');

@font-face {
	font-family: 'truenorthroughblackw01-rgRg';
	src: url('../fonts/true-north-rough-black-w01-rg-webfont.woff2') format('woff2'),
		url('../fonts/true-north-rough-black-w01-rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* -------------------------------------------------------------------------
   KTGS header — transparent overlay, hanging red logo, 9-dot menu
   ------------------------------------------------------------------------- */

body.full-width-header {
	font-family: "Oxygen", sans-serif;
}

body.full-width-header #page.site {
	padding-top: 0;
}

body.full-width-header #back-header,
body.full-width-header .back-sidebarmenu-search-here {
	display: none;
}

body.full-width-header.nav-expanded {
	overflow: hidden;
}

.full-width-header .ktgs-page-hero {
	position: relative;
	background: #111 url("../images/Facilities-bg.jpg") center top / cover no-repeat;
}

.full-width-header .ktgs-page-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 12, 16, 0.45);
	pointer-events: none;
	z-index: 0;
}

.full-width-header .ktgs-page-hero > * {
	position: relative;
	z-index: 1;
}

.full-width-header .rs-header.header-transparent {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	z-index: 999;
	background: transparent !important;
}

.full-width-header .rs-header .menu-area {
	position: relative;
	transition: all 0.3s ease;
	z-index: 10;
	background: transparent !important;
}

.full-width-header .rs-header .menu-area .container-fluid {
	max-width: 1480px;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
}

@media only screen and (min-width: 1300px) {
	body.full-width-header .container {
		max-width: 1480px;
		width: 100%;
	}
}

.full-width-header .rs-header .menu-area .row-table {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
	display: flex;
	align-items: center;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
	flex: 0 0 auto;
	align-self: flex-start;
}

.full-width-header .rs-header .menu-area .row-table .col-cell:nth-child(2) {
	flex: 1;
	justify-content: flex-end;
	margin-right: 18px;
}

.full-width-header .rs-header .menu-area .logo-area a {
	display: block;
	line-height: 0;
}

.full-width-header .rs-header .menu-area .logo-area img {
	max-height: 130px;
	width: auto;
	transition: 0.4s;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
	display: none;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	position: relative;
}

.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
	display: block;
	height: 85px;
	line-height: 85px;
	padding: 0 18px 0 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	font-family: "Oxygen", sans-serif !important;
	text-decoration: none;
	position: relative;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 400;
	color: inherit;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
	content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li:hover > a {
	color: #e0222b;
}

/* Dropdowns */
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	margin: 0;
	padding: 16px 0;
	list-style: none;
	background: #fff url("../images/menu-bg.jpg") center / cover no-repeat;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.25s ease;
	z-index: 20;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
	margin: 0;
	position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
	display: block;
	height: auto;
	line-height: 25px;
	padding: 6px 30px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #101010;
	text-transform: capitalize;
	text-decoration: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
	color: #0c6460;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children > a:before {
	display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

/* Admissions button + Menu hamburger */
.full-width-header .rs-header .expand-btn-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.full-width-header .rs-header .ktgs-admission-btn {
	display: inline-block;
	background: #e0222b;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	font-family: "Oxygen", sans-serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 18px;
	border-radius: 3px;
	line-height: 1.2;
	white-space: nowrap;
}

.full-width-header .rs-header .ktgs-admission-btn:hover {
	background: #c01c24;
	color: #fff !important;
}

.full-width-header .rs-header .nav-expander {
	display: flex;
	align-items: center;
	text-decoration: none;
	background: transparent;
	padding: 0;
}

.full-width-header .rs-header .menu-text {
	font-size: 16px;
	color: #fff;
	margin-right: 8px;
	font-weight: 700;
	font-family: "Oxygen", sans-serif;
}

.full-width-header .rs-header .hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 14px;
	width: 22px;
}

.full-width-header .rs-header .hamburger-icon .bar {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 0;
	margin: 0;
}

.full-width-header .rs-header .menu-area.sticky .menu-text {
	color: #fff;
}

.full-width-header .rs-header .menu-area.sticky .hamburger-icon .bar {
	background: #fff;
}

/* Sticky disabled — keep header in normal flow */
.full-width-header .rs-header .menu-area.sticky,
.full-width-header .rs-header .menu-area.menu-sticky.sticky {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	background: transparent !important;
	box-shadow: none !important;
	animation: none !important;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
	display: none;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
	display: block;
}

.full-width-header .rs-header .menu-area.sticky .logo-area img {
	max-height: none;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
	color: #fff;
}

/* Off-canvas */
.full-width-header .offwrap {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1999;
}

body.nav-expanded .full-width-header .offwrap,
.full-width-header body.nav-expanded .offwrap,
body.nav-expanded .offwrap {
	display: block;
}

nav.right_menu_togle {
	background: rgba(0, 0, 0, 0.94);
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -520px;
	top: 0;
	width: 100%;
	max-width: 420px;
	z-index: 2000;
	transition: right 0.3s ease-in-out;
	padding: 20px 28px 40px;
}

body.nav-expanded nav.right_menu_togle {
	right: 0;
}

.right_menu_togle .close-btn {
	text-align: right;
	padding: 10px 0 20px;
}

.right_menu_togle .nav-close {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
}

.right_menu_togle .nav-close .line1,
.right_menu_togle .nav-close .line2 {
	position: absolute;
	left: 0;
	top: 15px;
	width: 24px;
	height: 2px;
	background: #fff;
}

.right_menu_togle .nav-close .line1 {
	transform: rotate(45deg);
}

.right_menu_togle .nav-close .line2 {
	transform: rotate(-45deg);
}

.right_menu_togle .right-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_menu_togle .right-menu > ul > li > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-family: "Oxygen", sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	text-decoration: none;
}

.right_menu_togle .right-menu > ul > li > a .plus {
	font-weight: 400;
	font-size: 20px;
}

.right_menu_togle .right-menu .sub-menu ul {
	display: none;
	padding: 6px 0 10px 12px;
}

.right_menu_togle .right-menu .sub-menu.open ul,
.right_menu_togle .right-menu .sub-menu.active ul {
	display: block;
}

.right_menu_togle .right-menu .sub-menu ul a {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Oxygen", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0;
	text-decoration: none;
}

.right_menu_togle .login-btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 28px;
}

.right_menu_togle .login-btn {
	display: block;
	text-align: center;
	background: #e0222b;
	color: #fff;
	padding: 10px 16px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 2px;
}

/* BLOGS hero — image lives on .ktgs-page-hero so it shows behind the header */
.full-width-header .back-breadcrumbs,
.full-width-header .back-breadcrumbs .breadcrumbs-single {
	background: transparent !important;
	background-image: none !important;
}

.full-width-header .back-breadcrumbs .breadcrumbs-single:before {
	display: none;
}

.full-width-header .back-breadcrumbs,
.full-width-header .back-breadcrumbs .breadcrumbs-single,
.full-width-header .back-breadcrumbs.porfolio-details,
body.back-on-sticky .full-width-header .back-breadcrumbs .breadcrumbs-single,
body.back-on-sticky .full-width-header .back-breadcrumbs.porfolio-details {
	padding-top: 0 !important;
}

.full-width-header .back-breadcrumbs .breadcrumbs-inner {
	position: relative;
	z-index: 1;
	padding: 0 0 70px;
	max-width: none;
}

.full-width-header .back-breadcrumbs .page-title {
	color: #fff !important;
	font-family: 'truenorthroughblackw01-rgRg', sans-serif !important;
	font-size: 40px !important;
	line-height: 1.2;
	font-weight: normal !important;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
}

/* Beat Redux "League Spartan" typography on post/archive titles */
body.full-width-header h1,
body.full-width-header h2,
body.full-width-header h3,
body.full-width-header h4,
body.full-width-header h5,
body.full-width-header h6,
body.full-width-header .entry-title,
body.full-width-header .entry-title a,
body.full-width-header .blog-title,
body.full-width-header .blog-title a {
	font-family: 'truenorthroughblackw01-rgRg', sans-serif !important;
	font-weight: normal !important;
}

.full-width-header .back-breadcrumbs .breadcrumbs-title {
	display: none;
}

@media (max-width: 1199px) {
	.full-width-header .rs-header.header-style2.header-modify2 .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
		font-size: 14px;
		margin: 0;
	}

	.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
		margin: 0 6px;
	}

	.full-width-header .rs-header .menu-area .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.full-width-header .rs-header .menu-area .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-header .rs-header .menu-area .main-menu .hidden-md {
		display: none;
	}

	.full-width-header .rs-header .menu-area .logo-area img {
		max-height: 88px;
	}

	.full-width-header .back-breadcrumbs .breadcrumbs-inner {
		padding: 0 0 50px;
	}

	.full-width-header .back-breadcrumbs .page-title {
		font-size: 24px !important;
	}
}
