* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

:root {
	--gjs-t-color-primary: #0f4c81;
	--gjs-t-color-secondary: #0f766e;
	--gjs-t-color-accent: #dbeafe;
	--gjs-t-color-success: #15803d;
	--gjs-t-color-warning: #b45309;
	--gjs-t-color-error: #b91c1c;
}

html {
	scroll-behavior: smooth;
}

.gjs-t-body {
	background-color: #f8fbff;
	color: #153047;
	font-size: 16px;
	line-height: 1.6;
}

.gjs-t-h1 {
	color: #0f2440;
	font-size: 56px;
	line-height: 1.08;
}

.gjs-t-h2 {
	color: #0f2440;
	font-size: 40px;
	line-height: 1.15;
}

.gjs-t-button {
	background-color: #0f4c81;
	color: #ffffff;
	border-radius: 9999px;
}

.gjs-t-link {
	color: #0f4c81;
	text-decoration: none;
}

.gjs-t-border {
	border-radius: 24px;
	border-color: #d7e6f5;
}

.font-display {
	font-family: "Playfair Display", serif;
}

.font-body {
	font-family: "Inter", sans-serif;
}

.hero-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity .7s ease;
	position: absolute;
	inset: 0;
}

.hero-slide.active {
	opacity: 1;
	pointer-events: auto;
}

.slider-dot {
	transition: all .3s ease;
}

.slider-dot.active {
	width: 34px;
	background-color: #ffffff;
	border-color: #ffffff;
}

.glass-card {
	backdrop-filter: blur(14px);
}

.section-shell {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.panel-shadow {
	box-shadow: 0 20px 60px rgba(15, 76, 129, .10);
}

.soft-ring {
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .08);
}

.nav-link:hover {
	color: rgb(15 118 110 / 1);
}

.outline-hover {
	transition: all .3s ease;
}

.outline-hover:hover {
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .25), 0 18px 50px rgba(15, 76, 129, .12);
	transform: translateY(-2px);
}

.button-alt {
	background-color: #ffffff;
	color: #0f2440;
}

.metric-card {
	background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
	border-radius: 1.5rem;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.1);
	background-color: rgb(255 255 255 / 0.1);
	padding: 1rem;
}
.metric-card p{
	color:#1a2342;
	text-align:center;
}

.footer-link:hover {
	color: rgb(255 255 255 / 1);
}

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

html,
:host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

.page-wrapper {
	min-height: 100vh;
}

.header {
	position: sticky;
	top: 0px;
	z-index: 50;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 0.8);
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(12px);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.header-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	justify-content: space-between;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.brand-link {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.brand-mark {
	display: flex;
	height: 3rem;
	width: 3rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(186 230 253 / 1);
	background-image: linear-gradient(to bottom right, #e0f2fe, #f0fdfa);
}

.brand-icon {
	height: 1.75rem;
	width: 1.75rem;
}

.brand-text {
	display: flex;
	flex-direction: column;
}

.brand-eyebrow {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: rgb(3 105 161 / 1);
}

.brand-title {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 800;
	color: rgb(15 23 42 / 1);
}

.main-navigation {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nav-link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(51 65 85 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.secondary-button {
	display: none;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	background-color: rgb(255 255 255 / 1);
	color: rgb(30 41 59 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.primary-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	background:linear-gradient(135deg,#1a3574,#846e19de);
	color: #f1e9d5;
	animation: pulseGlow 2.5s infinite;
	border-radius: 25px;
}

.button-icon {
	height: 1rem;
	width: 1rem;
}

.hero-slider-section {
	position: relative;
	overflow: hidden;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgba(15, 23, 42, 0.93);
}

.slider-wrapper {
	position: relative;
	height: 780px;
	width: 100%;
}

.slide-background {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slide-overlay {
	position: absolute;
	inset: 0px;
	background-image: linear-gradient(to right, #020617, rgb(23 37 84 / 0.85), rgb(2 6 23 / 0.3));
}

.slide-content-container {
	position: absolute;
	inset: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

.slide-content {
	max-width: 56rem;
}

.slide-tag {
	margin-bottom: 1.5rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: rgb(255 255 255 / 0.9);
}

.hero-heading {
	margin-bottom: 1.5rem;
	color: rgb(255 255 255 / 1);
}

.hero-description {
	margin-bottom: 2rem;
	max-width: 42rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(226 232 240 / 1);
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.hero-primary-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.hero-secondary-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(255 255 255 / 1);
}

.slider-controls {
	pointer-events: none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: flex-end;
	justify-content: space-between;
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 20;
}

.slider-arrows {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.previous-slide-button {
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
}

.arrow-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.next-slide-button {
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
}

.slider-dots {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.floating-metrics-panel {
	position: absolute;
	bottom: 2.5rem;
	right: 2rem;
	z-index: 20;
	display: grid;
	width: 440px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.15);
	background-color: rgb(255 255 255 / 0.1);
	padding: 1.25rem;
	color: rgb(255 255 255 / 1);
	pointer-events: auto;
}

.metric-value {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
}

.metric-label {
	margin-top: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(226 232 240 / 1);
}

.statistics-section {
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-image: linear-gradient(to bottom, #fff, #f0f9ff);
}

.statistics-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.statistic-card {
	border-radius: 26px;
	padding: 1.75rem;
	background-color: rgb(255 255 255 / 1);
	 text-align: center;   /* ✅ centers text + numbers */
}

.statistic-icon {
	margin-bottom: 1.25rem;
	margin-left: 42%;
	display: flex;
	height: 1.75rem;
	width: 1.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(254 243 199 / 1);
}

.statistic-image {
	height: 1.75rem;
	width: 1.75rem;
}

.statistic-value {
	margin-bottom: 0.5rem;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 800;
	color: rgb(15 23 42 / 1);
	text-align:center;
}

.statistic-label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.about-section {
	background-color: rgb(255 255 255 / 1);
}

.about-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-eyebrow {
	margin-bottom: 1.25rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(186 230 253 / 1);
	background-color: rgb(240 249 255 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	color: rgb(7 89 133 / 1);
}

.section-heading {
	margin-bottom: 1.25rem;
}

.section-description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(71 85 105 / 1);
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}

.feature-item {
	display: flex;
	gap: 1rem;
	border-radius: 1.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding: 1.25rem;
}

.feature-icon-box {
	display: flex;
	height: 3rem;
	width: 3rem;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(255 255 255 / 1);
}

.feature-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.feature-title {
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.feature-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.about-visual-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.large-image-card {
	grid-column: span 1 / span 1;
	grid-row: span 2 / span 2;
	overflow: hidden;
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
}

.about-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.small-image-card {
	overflow: hidden;
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	height: 14rem;
}

.mission-card {
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(15 23 42 / 1);
	padding: 1.75rem;
	color: rgb(255 255 255 / 1);
}

.card-label {
	margin-bottom: 0.75rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.15);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.card-text {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: rgb(226 232 240 / 1);
}

.services-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
}

.services-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.section-header {
	margin-bottom: 3.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.section-intro {
	max-width: 48rem;
}

.section-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.service-card {
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding: 1.75rem;
}

.service-icon-box {
	margin-bottom: 1.5rem;
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(255 237 213 / 1);
}

.service-icon {
	height: 1.75rem;
	width: 1.75rem;
}

.service-title {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.service-description {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.service-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.link-icon {
	height: 1rem;
	width: 1rem;
}

.initiatives-section {
	background-color: rgb(255 255 255 / 1);
}

.initiatives-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.initiatives-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.initiative-card {
	overflow: hidden;
	border-radius: 30px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
}

.initiative-image-wrapper {
	height: 18rem;
	overflow: hidden;
}

.initiative-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.initiative-content {
	padding: 2rem;
}

.initiative-title {
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.initiative-description {
	margin-bottom: 1.5rem;
	color: rgb(71 85 105 / 1);
}

.initiative-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tag {
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgb(51 65 85 / 1);
}

.news-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
}

.news-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.header-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.news-card {
	overflow: hidden;
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
}

.news-image {
	height: 14rem;
	width: 100%;
	object-fit: cover;
}

.news-content {
	padding: 1.75rem;
}

.news-meta {
	margin-bottom: 1rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgb(51 65 85 / 1);
}

.news-title {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.news-description {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.news-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.testimonial-section {
	background-color: rgb(255 255 255 / 1);
}

.testimonial-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.testimonial-main-card {
	border-radius: 32px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(2 6 23 / 1);
	padding: 2.5rem;
	color: rgb(255 255 255 / 1);
}

.quote-attribution {
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgb(203 213 225 / 1);
}

.credential-cards {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}

.credential-card {
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding: 2rem;
}

.credential-title {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.credential-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.cta-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-image: linear-gradient(to right, #0c4a6e, #134e4a);
}

.cta-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.cta-content {
	max-width: 48rem;
}

.cta-eyebrow {
	margin-bottom: 1.25rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	color: rgb(255 255 255 / 0.9);
}

.cta-heading {
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	color: rgb(255 255 255 / 1);
}

.cta-description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(224 242 254 / 1);
}

.cta-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.cta-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 9999px;
	background-color: rgb(255 255 255 / 1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(15 23 42 / 1);
}

.cta-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(255 255 255 / 1);
}

.contact-section {
	background-color: rgb(255 255 255 / 1);
}

.contact-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.contact-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

.contact-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.contact-detail-card {
	border-radius: 1.5rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding: 1.5rem;
}

.detail-title {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgb(100 116 139 / 1);
}

.detail-text {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: rgb(15 23 42 / 1);
}

.contact-form {
	border-radius: 32px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(248 250 252 / 1);
	padding: 2rem;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.form-field {
	grid-column: span 2 / span 2;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.field-label {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(51 65 85 / 1);
}

.text-input {
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgb(15 23 42 / 1);
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.text-input:focus {
	border-color: rgb(56 189 248 / 1);
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(224 242 254 / 1), 0 0 #0000;
}

.email-input {
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgb(15 23 42 / 1);
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.email-input:focus {
	border-color: rgb(56 189 248 / 1);
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(224 242 254 / 1), 0 0 #0000;
}

.select-input {
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgb(15 23 42 / 1);
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.select-input:focus {
	border-color: rgb(56 189 248 / 1);
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(224 242 254 / 1), 0 0 #0000;
}

.textarea-input {
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgb(15 23 42 / 1);
	outline: 2px solid transparent;
	outline-offset: 2px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.textarea-input:focus {
	border-color: rgb(56 189 248 / 1);
	box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(224 242 254 / 1), 0 0 #0000;
}

.form-footer {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.checkbox-input {
	margin-top: 0.25rem;
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 0.375rem;
	border-color: rgb(203 213 225 / 1);
	color: rgb(3 105 161 / 1);
	border-width: 1px;
	background-color: rgb(255 255 255 / 1);
}

.checkbox-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.submit-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.footer {
	background-color: rgb(2 6 23 / 1);
	color: rgb(203 213 225 / 1);
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.footer-brand-block {
	grid-column: span 1 / span 1;
}

.footer-brand-link {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.footer-brand-mark {
	display: flex;
	height: 3rem;
	width: 3rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.1);
	background-color: rgb(255 255 255 / 0.05);
}

.footer-brand-icon {
	height: 1.75rem;
	width: 1.75rem;
}

.footer-brand-text {
	display: flex;
	flex-direction: column;
}

.footer-brand-eyebrow {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: rgb(148 163 184 / 1);
}

.footer-brand-title {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 800;
	color: rgb(255 255 255 / 1);
}

.footer-description {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: rgb(148 163 184 / 1);
}

.footer-title {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgb(255 255 255 / 1);
}

.footer-links-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footer-link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(100 116 139 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-contact-item {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(148 163 184 / 1);
}

.social-links {
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.social-link {
	display: flex;
	height: 2.75rem;
	width: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.1);
	background-color: rgb(255 255 255 / 0.05);
}

.social-icon {
	height: 1rem;
	width: 1rem;
}

.footer-bottom {
	border-top-width: 1px;
	border-color: rgb(255 255 255 / 0.1);
}

.footer-bottom-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.copyright-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(100 116 139 / 1);
}

.footer-bottom-links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

* {
	box-sizing: border-box;
}

.glass-panel {
	backdrop-filter: blur(12px);
}

.soft-outline {
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .08);
}

.premium-hover {
	transition: all .3s ease;
}

.premium-hover:hover {
	transform: translateY(-3px);
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .14), 0 24px 60px rgba(15, 76, 129, .14);
}

.slider-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .7s ease;
}

.slider-slide.active {
	opacity: 1;
	pointer-events: auto;
}

.nav-blur {
	backdrop-filter: blur(10px);
}

.section-fade {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.input-clean:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(219, 234, 254, .9);
	border-color: #60a5fa;
}

.check-ui {
	appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}

.check-ui:checked {
	background-color: #0f4c81;
	border-color: #0f4c81;
	background-image: url("https://api.iconify.design/lucide-check.svg?color=%23ffffff");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}

.site-header {
	position: sticky;
	top: 0px;
	z-index: 50;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 0.8);
	background-color: rgb(255 255 255 / 0.9);
	backdrop-filter: blur(12px);
}

.secondary-button:hover {
	border-color: rgb(186 230 253 / 1);
	color: rgb(7 89 133 / 1);
}

.navigation-area {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.arrow-buttons {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.statistic-icon-box {
	margin-bottom: 1.25rem;
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(255 228 230 / 1);
}

.statistic-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.about-preview-section {
	background-color: rgb(255 255 255 / 1);
}

.visual-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.initiatives-intro {
	margin-bottom: 3.5rem;
	max-width: 56rem;
}

.quote-text {
	margin-bottom: 1.25rem;
	font-size: 2.25rem;
	line-height: 1.25;
}

.contact-preview-section {
	background-color: rgb(255 255 255 / 1);
}

.contact-info-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

.site-footer {
	background-color: rgb(2 6 23 / 1);
	color: rgb(203 213 225 / 1);
}

.premium-shadow {
	box-shadow: 0 22px 60px rgba(15, 76, 129, .10);
}

.float-hover {
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.float-hover:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 55px rgba(15, 76, 129, .14);
	border-color: rgba(15, 76, 129, .25);
}

.nav-hover {
	transition: color .2s ease;
}

.nav-hover:hover {
	color: #0f766e;
}

.hero-overlay {
	background: linear-gradient(90deg, #020617 0%, rgba(15, 23, 42, .86) 48%, rgba(30, 41, 59, .42) 100%);
	position: absolute;
	inset: 0px;
	background-image: linear-gradient(to right, #020617, rgb(12 74 110 / 0.3));
}

.panel-dark {
	background: linear-gradient(135deg, #081323 0%, #10263f 52%, #0f4c81 100%);
}

.input-focus:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(219, 234, 254, .9);
	border-color: #7dd3fc;
}

.navigation-link {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(51 65 85 / 1);
}

.hero-background {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-content-container {
	position: absolute;
	inset: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

.hero-content {
	max-width: 48rem;
}

.hero-tag {
	margin-bottom: 1.5rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.28em;
	color: rgb(255 255 255 / 0.9);
}

.hero-metrics-panel {
	position: absolute;
	bottom: 2.5rem;
	right: 2rem;
	z-index: 20;
	display: grid;
	width: 430px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.15);
	background-color: rgb(255 255 255 / 0.1);
	padding: 1.25rem;
	color: rgb(255 255 255 / 1);
}

.mission-label {
	margin-bottom: 0.75rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.15);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.mission-text {
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: rgb(226 232 240 / 1);
}

.programs-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-image: linear-gradient(to bottom, #fff, #f8fafc);
}

.programs-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.programs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.program-card {
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	padding: 1.75rem;
}

.program-icon-box {
	margin-bottom: 1.5rem;
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(255 237 213 / 1);
}

.program-icon {
	height: 1.75rem;
	width: 1.75rem;
}

.program-title {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: rgb(15 23 42 / 1);
}

.program-description {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(71 85 105 / 1);
}

.program-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.trust-section {
	background-color: rgb(255 255 255 / 1);
}

.trust-container {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 80rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.quote-card {
	border-radius: 32px;
	border-width: 1px;
	border-color: rgb(51 65 85 / 1);
	padding: 2.5rem;
	color: rgb(255 255 255 / 1);
}

.quote-heading {
	margin-bottom: 1.5rem;
	font-size: 2.25rem;
	line-height: 1.25;
}

.credential-list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}

.call-to-action-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-image: linear-gradient(to right, #0c4a6e, #115e59);
}

.contact-information {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

.contact-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.footer-link-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.soft-stroke {
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .08);
}

.outline-lift {
	transition: all .3s ease;
}

.outline-lift:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 0 1px rgba(15, 76, 129, .18), 0 18px 50px rgba(15, 76, 129, .12);
}

.mobile-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease;
}

.mobile-panel.open {
	max-height: 420px;
}

.custom-check {
	appearance: none;
	-webkit-appearance: none;
}

.custom-check:checked {
	background-color: #0f4c81;
	border-color: #0f4c81;
	background-image: url("https://api.iconify.design/lucide-check.svg?color=%23ffffff");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
}

.nav-scrolled {
	background-color: rgba(255, 255, 255, .95);
}

.desktop-navigation {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.mobile-menu-button {
	display: none;
	height: 2.75rem;
	width: 2.75rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
	color: rgb(15 23 42 / 1);
}

.menu-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.mobile-menu-panel {
	display: none;
	border-top-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-color: rgb(255 255 255 / 1);
}

.mobile-menu-list {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	flex-direction: column;
	gap: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.mobile-nav-link {
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: rgb(51 65 85 / 1);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.mobile-nav-link:hover {
	background-color: rgb(248 250 252 / 1);
	color: rgb(15 118 110 / 1);
}

.hero-slider-wrapper {
	position: relative;
	height: 780px;
	width: 100%;
}

.hero-slide-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hero-slide-container {
	position: absolute;
	inset: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	padding-left: 2rem;
	padding-right: 2rem;
}

.about-visual-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.visual-side-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.program-link:hover {
	color: rgb(15 118 110 / 1);
}

.process-section {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(226 232 240 / 1);
	background-image: linear-gradient(to right, #0f172a, #134e4a);
}

.process-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.process-card {
	border-radius: 28px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.15);
	background-color: rgb(255 255 255 / 0.1);
	padding: 1.75rem;
	color: rgb(255 255 255 / 1);
}

.process-number {
	margin-bottom: 1.25rem;
	display: inline-flex;
	height: 3rem;
	width: 3rem;
	align-items: center;
	justify-content: center;
	border-radius: 1rem;
	background-color: rgb(255 255 255 / 0.1);
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 800;
}

.process-title {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
}

.process-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(226 232 240 / 1);
}

.header-link:hover {
	color: rgb(15 118 110 / 1);
}

.news-link:hover {
	color: rgb(15 118 110 / 1);
}

.call-to-action-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: 80rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.call-to-action-content {
	max-width: 48rem;
}

.call-to-action-eyebrow {
	margin-bottom: 1.25rem;
	display: inline-flex;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.26em;
	color: rgb(255 255 255 / 0.9);
}

.call-to-action-heading {
	margin-bottom: 1rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	color: rgb(255 255 255 / 1);
}

.call-to-action-description {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: rgb(224 242 254 / 1);
}

.call-to-action-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.call-to-action-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 9999px;
	background-color: rgb(255 255 255 / 1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(15 23 42 / 1);
}

.call-to-action-secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: rgb(255 255 255 / 0.2);
	background-color: rgb(255 255 255 / 0.1);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: rgb(255 255 255 / 1);
}

.contact-detail-title {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgb(100 116 139 / 1);
}

.contact-detail-text {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: rgb(15 23 42 / 1);
}

@media (max-width: 992px) {
	.gjs-t-h1 {
		font-size: 42px;
		line-height: 1.1;
	}

	.gjs-t-h2 {
		font-size: 32px;
		line-height: 1.2;
	}

	.header-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.main-navigation {
		display: none;
	}

	.secondary-button {
		display: none;
	}

	.slider-wrapper {
		height: 690px;
	}

	.slide-content-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.hero-description {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.slider-controls {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		bottom: 2rem;
	}

	.floating-metrics-panel {
		bottom: 6rem;
		right: 1.25rem;
		width: 360px;
	}

	.statistics-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.about-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.section-description {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.services-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.initiatives-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.initiatives-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.news-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.testimonial-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.cta-container {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.cta-heading {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.cta-description {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.contact-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.form-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.footer-bottom-container {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.mobile-hide {
		display: none;
	}

	.hero-heading {
		font-size: 42px;
	}

	.section-heading {
		font-size: 32px;
	}

	.quote-text {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.hero-content-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.hero-metrics-panel {
		bottom: 6rem;
		right: 1.25rem;
		width: 360px;
	}

	.programs-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.programs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.hero-min {
		min-height: 760px;
	}

	.desktop-navigation {
		display: none;
	}

	.mobile-menu-button {
		display: flex;
	}

	.mobile-menu-panel {
		display: block;
	}

	.hero-slider-wrapper {
		height: 760px;
	}

	.hero-slide-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.process-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.call-to-action-container {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.call-to-action-heading {
		font-size: 36px;
	}

	.call-to-action-description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (max-width: 480px) {
	.gjs-t-h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.gjs-t-h2 {
		font-size: 28px;
		line-height: 1.2;
	}

	.header-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.slider-wrapper {
		height: 720px;
	}

	.slide-content-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.slider-controls {
		bottom: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
	}

	.floating-metrics-panel {
		position: relative;
		bottom: auto;
		right: auto;
		margin-left: 1rem;
		margin-right: 1rem;
		margin-top: -80px;
		width: auto;
	}

	.statistics-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-visual-column {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.large-image-card {
		grid-row: span 1 / span 1;
		height: 18rem;
		min-height: 280px;
		order: 1;
	}

	.services-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.services-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.initiatives-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.news-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.news-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.testimonial-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cta-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.cta-heading {
		font-size: 30px;
	}

	.cta-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.contact-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.contact-details-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.form-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.form-field {
		grid-column: span 1 / span 1;
	}

	.footer-container {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.footer-bottom-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-min {
		min-height: 840px;
	}

	.hero-heading {
		font-size: 34px;
	}

	.section-heading {
		font-size: 28px;
	}

	.quote-text {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.hero-content-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-metrics-panel {
		position: relative;
		bottom: 0px;
		right: 0px;
		width: auto;
	}

	.programs-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.programs-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.trust-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.quote-heading {
		font-size: 28px;
	}

	.contact-detail-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.mobile-menu-list {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hero-slider-wrapper {
		height: 840px;
	}

	.hero-slide-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.about-visual-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.process-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.process-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.call-to-action-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.call-to-action-heading {
		font-size: 30px;
	}

	.call-to-action-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .statistics-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }

  .hero-heading {
    font-size: 32px;
  }

  .statistics-container {
    grid-template-columns: 1fr;
  }
}
/* GALLERY */
.gallery-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.gallery-item {
    min-width: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* NAV BUTTONS */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0f4c81;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.left-btn { left: 10px; }
.right-btn { right: 10px; }

/* CATEGORY FILTER */
/* CATEGORY BUTTON BASE */
.filter-btn {
  margin: 5px;
  padding: 8px 18px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb; /* light gray */
  color: #0f4c81;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER STATE */
.filter-btn:hover {
  background: #0f4c81;
  color: #fff;
}

/* ACTIVE (SELECTED) */
.filter-btn.active {
  background: #0f4c81;
  color: #fff;
}
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

#lightbox.active {
  display: flex;
}

#lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 20px;
}

.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0f4c81;
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.lightbox-btn.left {
  left: 20px;
}

.lightbox-btn.right {
  right: 20px;
}