html, body { overflow-x: hidden!important; }
h1, h2, h3, h4, h5, h6 {
}
p { margin-block-end: 0 !important; } /*remove excess spacing for accuracy*/
/* ul, ol { padding-inline-start: 18px !important; } */
.elementor-widget-text-editor a { color: #0F366F !important }
header ul, header ol { padding-inline-start: unset !important; }
footer ul, footer ol { padding-inline-start: unset !important; }
ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus, 
ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: unset !important;
}
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: unset !important;
}
body button:hover,
body button:focus,
body button:visited{
	background-color: inherit;
	color: inherit;
}
:root {
	--nanofilm-blue: #0F366F;

}
.nti-header-contact-btn span {
	white-space: nowrap;
}
.nti-btn-primary {
	display:inline-block;
	background-color: transparent;
	font-family: "Noto Sans SC", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	fill: #FFFFFF;
	color: #FFFFFF !important;
	background-image: linear-gradient(190deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
	transition-duration: 0.5s;
	border-style: none;
	border-radius: 50px 50px 50px 50px;
	padding: 14px 58px 14px 58px;
	white-space: nowrap;
}
.nti-btn-primary:hover {
	background-color: transparent;
	color: var(--e-global-color-primary) !important;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
}
.nti-btt .elementor-icon-wrapper,
.nti-sticky-btn {
	width: 48px !important;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.nti-btt .elementor-icon-wrapper .elementor-icon {
	top: 20%;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nti-sticky-wrapper {
	width: auto !important;
}
.nti-sticky-btn .elementor-icon-wrapper {
	position: relative;
	height: 100%;
}
.nti-sticky-btn .elementor-icon-wrapper .elementor-icon {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* --------------------- Filters as Tabs --------------------- */
.nti-news-filter .e-filter {
	border: 2px solid transparent;
	border-radius: 100px;
	background: linear-gradient(white, white) padding-box, linear-gradient(195deg, #37C0EB, #0F366F) border-box;
	padding: 2px;
	margin: 0 auto;
}
.nti-news-filter .e-filter-item {
	min-width: 145px;
}
/* --------------------- Filter as Tabs --------------------- */

/* --------------------- Sticky Header --------------------- */
.nti-header a,
.nti-header p,
.nti-header span {
	transition: color 0.3s ease;
}
.nti-header svg * {
	transition: fill 0.3s ease;
}
.nti-header.initial a,
.nti-header.initial p,
.nti-header.initial span,
.nti-header.initial .nti-header-contact-btn a:hover span {
	color: #ffffff !important;
}

.nti-header.initial svg *,
.nti-header.initial .nti-header-contact-btn a:hover svg * {
	fill: #ffffff !important;
}
.nti-header:not(.initial) {
	background-color: #0F366F !important;
}

.nti-header .nti-header-contact-btn span {
	color: #0F366F !important;
}
.nti-header .nti-header-contact-btn svg * {
	fill: #0F366F !important;

}
.nti-l1 a,
.nti-header:not(.initial) p,
.nti-header:not(.initial) .nti-header-contact-btn a:hover span {
	color: #FFF !important;
}

.nti-mega-inner a {
	color: #0F366F;
}
.nti-header:not(.initial) .nti-header-contact-btn a:hover svg * {
	fill: #FFF !important;
}
.nti-header .nti-header-contact-btn a {
	background-color: #ffffff !important;
	background-image: none !important;
}
.nti-header .nti-header-contact-btn a:hover {
	background-color: unset !important;
}

.nti-header .nti-header-nav a.elementor-sub-item {
	color: #FFF !important;
}

.nti-header .nti-header-search .elementor-icon-wrapper {
	display: flex;
}
.nti-header .nti-header-nav .sub-arrow {
	padding: 0 0 0 6px;
}
.nti-header .nti-header-nav .sub-arrow svg {
	width: 16px !important;
	height: 16px !important;
}

/* Navigation */
/* LEVEL 1 */
.nti-megamenu,
.nti-mobile-menu{
	font-family: "Noto Sans SC";
}
.nti-megamenu {
	font-size: 1.125rem;
}
.nti-l1 {
	display: flex;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nti-l1 a {
	padding: 14px 0;
	display: block;
	text-decoration: none;
	font-weight: 500;
	color: #003a8f;
}

/* MEGA */
.nti-mega-container {
	position: fixed;
	left: 0;
	top: 99px;
	width: 100%;
	background: #fff;
	transform: translateY(-5px);
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 1000;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
body.admin-bar .nti-mega-container { top: 132px;}

.nti-mega-container.open {
	opacity: 1;
	border-top: 1px solid #eee;
	transition: opacity 0.3s ease, transform 0.3s ease;

	transform: translateY(0);
	pointer-events: auto;
}

.nti-mega-panel {
	display: none;
}

.nti-mega-panel.active {
	display: block;
}

.nti-mega-inner {
	max-width: 1200px;
	margin: auto;
	display: flex;
	padding: 32px 24px;
	/* 	min-height: min(450px, 100vh); */
}
.nti-l1-item a{
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
}
.nti-l1-item.has-mega a::after {
	content: '';
	position: relative;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform:  rotate(45deg);
	transition: transform 0.3s ease,
		margin 0.3s ease;
	margin-top: 0;
}
.nti-l1-item.has-mega a:hover::after {
	transform:   rotate(225deg);
	margin-top: 4px;

}

/* LEVEL 2 LEFT */
.nti-l2 {
	width: 200px;
	border-right: 1px solid #eee;
}

.nti-l2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nti-mega-container .nti-l2 li {
	padding: 12px 16px;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
}
.nti-header.initial .nti-l2 a,
.nti-header.initial .nti-l3 a{
	color: #0F366F !important;

}
.nti-l2 li:hover,
.nti-l2 li.active a.l2-a,
.nti-l3 li:hover a{
	color: #28B5EE !important;
}

.nti-l2 li {
	position: relative;
}

.nti-l2 li.has-child::after {
	content: '';
	position: absolute;
	right: 16px;              
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1da1f2;
	border-right: 2px solid #1da1f2;
	transform: translateY(-50%) translateX(-10px) rotate(45deg);
	opacity: 0;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.nti-l2 li.active::after {
	opacity: 1;
	transform: translateY(-50%) translateX(0) rotate(45deg);
}


/* LEVEL 3 RIGHT */
.nti-l3 {
	flex: 1;
	padding-left: 32px;
}

/* LEVEL 3 SLIDE */
.nti-l3-panel {
	opacity: 0;
	transform: translateX(12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	overflow:hidden;
	height: 0;
}

.nti-l3-panel.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
	height: fit-content;
}


.nti-l3 h3 {
	margin-bottom: 16px;
	color: #003a8f;
	font-size: 1.25rem;
	font-weight: 700;
}

.nti-l3 ul {
	list-style: none;
	padding: 0;
}

.nti-l3 li {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 1.125rem;
}

.nti-l3 a {
	text-decoration: none;
	color: #333;
}

.nti-l3 a:hover {
	color: #007bff;
}




/* --------------------- Sticky Header --------------------- */

.nti-counter .elementor-counter-number,
.nti-counter .elementor-counter-number-prefix,
.nti-counter .elementor-counter-number-suffix {
	background: linear-gradient(195deg, #37C3EB, #0F366F);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nti-counter .elementor-counter-number-suffix {
	color: #2FA6D1 !important;
}
.nti-counter.txt-suffix .elementor-counter-number-suffix {
	background: unset;
	-webkit-text-fill-color: unset;
	position: relative;
	bottom: -16px;
	font-size: 20px !important;
}


.nti-overlay {
	aspect-ratio: 16 / 9;
}
.nti-overlay-container .nti-overlay-txt {
	position: relative;
	transition: .3s ease !important;
	opacity: 0;
	/* 	display: none; */
}
.nti-overlay-container:hover .nti-overlay-txt {
	opacity: 1;
	/* 	display: block; */
}
.nti-overlay-container .nti-overlay-btn .elementor-button-content-wrapper {
	align-items: center;
}
.nti-overlay-container .nti-overlay-btn .elementor-button-icon {
	position: relative;
	padding: 12px;
	border-radius: 50%;
	background-color: #ffffff;
}
.nti-overlay-container .nti-overlay-btn .elementor-button-icon svg {
	display: inline;
	height: 14px;
	width: 14px;
}
.nti-overlay-container .nti-overlay-bgimg {

}
.nti-square-container {
	aspect-ratio: 1 / 1;
}

/* Latest News Articles */
.nti-news-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.nti-news-item {
	overflow: hidden;
	background: #fff;
}

.nti-news-item--featured {
	position: relative;
	border-radius: 24px;
}

.nti-news-media {
	display: grid;
	height: 100%;
	min-height: 420px;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	align-items: end;
}
.nti-news-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.35) 35%,
		rgba(0, 0, 0, 0) 65%
	);
	pointer-events: none;
}
.nti-news-item--featured .nti-news-content {
	padding: 24px;
}
.nti-news-content {
	padding: 0px;
	z-index: 2;
	width: 100%;
	color: #FFF;
}

.nti-news-pill {
	display: inline-block;
	background: #37C3EB;
	color: #fff;
	font-size: 0.75rem;
	padding: 4px 10px;
	border-radius: 999px;
	margin-bottom: 6px;
}

.nti-news-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 2px 0;
}


.nti-news-date {
	font-size: 0.875rem;
}

.nti-news-meta {
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 12px;
}
.nti-news-item--featured .nti-news-meta {
	text-align: right;
}
.nti-news-item--compact .nti-news-content {
	color: #0F366F;	
}
.nti-news-item--compact .nti-news-link {
	display: flex;
	gap: 24px;
}
.nti-news-secondary {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.nti-news-item--compact {
	display: flex;
	gap: 16px;
}
.nti-news-thumb {
	border-radius: 12px;
	min-width: 260px;
	height: 150px;
}
.nti-news-thumb img {
	width: 260px;
	height: 100% !important;
	object-fit: cover;
	border-radius: 8px;
	border-radius: 24px !important;
}
@media (max-width: 1024px) {
	.nti-news-wrapper {
		grid-template-columns: 1fr;
	}
	.nti-news-thumb {
		height: 250px;
	}
	.nti-news-item--compact .nti-news-link {
		width: 100%;
		flex-direction:column;
	}
	.nti-news-thumb img {
		width: 100%;
	}
}

/* --------------------------- Breakpoints For Mobile Devices --------------------------- */

/* ========== HAMBURGER ========== */

.nti-hamburger {
	width: 20px;
	height: 20px;
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1001;
}
.nti-hamburger :hover {
	background: intial;
}
.nti-hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFF;
	transition: 0.3s;

}

.nti-hamburger span:nth-child(1) { top: 5px; }
.nti-hamburger span:nth-child(2) { top: 15px; }

.nti-hamburger.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}
.nti-hamburger.active span:nth-child(2) {
	transform: rotate(-45deg);
	top: 10px;
}

/* ========== MOBILE MENU CONTAINER ========== */
.nti-mobile-menu {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow: hidden;
	top: 85px;
	padding: 12px 0;
}

.nti-mobile-menu.open {
	transform: translateX(0);
}

/* ========== LEVEL WRAPPER ========== */
.nti-level {
	position: absolute;
	inset: 0;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
}

.nti-level.active {
	transform: translateX(0);
}

/* ========== HEADER (BACK + TITLE) ========== */
/* .nti-header {
display: flex;
align-items: center;
padding: 16px;
border-bottom: 1px solid #eee;
font-weight: 600;
} */

/* ========== MENU LIST ========== */

/* Split link + arrow */
.nti-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.nti-row .nti-link {
	flex: 1;
	padding: 12px 21px;
	text-decoration: none;
	color: inherit;
}

.nti-row .nti-next {
	width: 50px;
	justify-content: center;
	padding: 12px 0;
}

/* Prevent double hover */
.nti-row:hover {
	background: #f7f7f7;
}

.nti-row .nti-next:hover {
	background: none;
}


.nti-mobile-nav-header {
	border-bottom: 1px solid #eee;
}
.nti-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nti-mobile-menu *,
.nti-header .nti-mobile-menu a{
	font-size: 1rem;
	font-weight: 700;
	color: #0F366F !important;
}
.nti-mobile-menu a,
.nti-next,
.nti-back{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 12px 21px;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
}

.nti-next .arrow,
.nti-back .arrow {
	font-size: 30px;
	line-height: 20px;
	margin-top: -8px;
}

/* Optional hover */
.nti-mobile-menu a:hover,
.nti-next:hover {
	background: #f7f7f7;
}
.mobile-dropdown .e-tabs-mobile-dropdown {
	display: none;

}
.e-tabs-mobile-dropdown select {
	/* Base styles */
	width: 100%;
	padding: 10px 40px 10px 16px; /* space for arrow */
	font-size: 16px;
	font-weight: 600;
	color: #0F366F;
	background-color: transparent;
	border: 2px solid #0F366F;
	border-radius: 16px;
	cursor: pointer;
	appearance: none; /* Remove default arrow */
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	transition: border-color 0.3s ease;
}

/* Arrow icon using a pseudo-element */
.e-tabs-mobile-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}

.e-tabs-mobile-dropdown select {
	padding-right: 40px; /* room for arrow */
}

/* Add a downward arrow on the right */
.e-tabs-mobile-dropdown::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 6px;
	pointer-events: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0F366F;
	transform: translateY(-50%);
}

/* Focus state */
.e-tabs-mobile-dropdown select:focus {
	outline: none;
	border-color: #08305b;
	box-shadow: 0 0 6px #0F366F44;
}

/* Option styles (limited browser support) */
.e-tabs-mobile-dropdown select option {
	color: #0F366F;
	background-color: #fff;
	font-weight: 500;
}

/* Hover on options only works on some browsers */
.e-tabs-mobile-dropdown select option:hover {
	background-color: #0F366F;
	color: #fff;
}

.acf-download-wrapper {
	display: flex;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
}
.acf-download-btn {
	text-align: center;
	cursor: pointer;
}

.hubspot-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hubspot-overlay-inner {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	max-width: 80vw;
	max-height: 90vh;
	width: 90%;
	position: relative;
	overflow-y: scroll;
}

.hubspot-close {
	color: black;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}



@media (max-width: 1024px) {

	/* Hide original tab buttons */
	.mobile-dropdown .e-tabs-mobile-dropdown {
		display: block;
	}
	.mobile-dropdown .e-n-tabs-heading {
		display: none !important;
	}


}



@media (max-width: 1600px) {}

@media (max-width: 1230px) {}

@media (max-width: 1024px) {}

@media (max-width: 830px) {}

@media (max-width: 480px) {

}