@import url("https://fonts.googleapis.com/css2?family=Open+Sans:400,400i,700&display=swap");

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
}

body {
	font-family: "Open Sans", sans-serif; 
}
/* =========================
CUSTOM NAVBAR DESIGN
========================= */
.custom-navbar {
	background: #002b5b;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	z-index: 999;
}

.nav-logo {
	height: 82px;
	width: auto;
	object-fit: contain;
	display: block;
}

.custom-navbar .navbar-nav .nav-link {
	position: relative;
	color: #f5f5f5;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.custom-navbar .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 6px;
	height: 2px;
	background: #0d6efd;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	border-radius: 10px;
}

.custom-navbar .navbar-nav .nav-link:hover::after,
.custom-navbar .navbar-nav .nav-link.active::after {
	transform: scaleX(1);
}

.custom-dropdown {
	background: #111;
	border-radius: 16px;
	padding: 10px;
	min-width: 220px;
	margin-top: 12px;
}

.custom-dropdown .dropdown-item {
	color: #f1f1f1;
	padding: 11px 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.25s ease;
}

.custom-dropdown .dropdown-item:hover {
	background: rgba(13, 110, 253, 0.12);
	color: #fff;
	padding-left: 18px;
}

.nav-btn {
	background: linear-gradient(135deg, #0d6efd, #0b5ed7);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

.nav-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(13, 110, 253, 0.35);
}

.custom-toggler {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 6px 10px;
	border-radius: 10px;
}

.custom-toggler:focus {
	box-shadow: none;
}

.btn-hero-primary {
	background: #002b5b;
	color: #fff;
	padding: 12px 26px;
	border-radius: 50px;
	font-weight: 600;
	border: none;
	z-index: 10;
	position: relative;
	transition: all 0.3s ease;
}

.btn-hero-primary:hover {
	background: #001c3b;
	transform: translateY(-2px);
	color: #fff;
}

.btn-hero-outline {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	padding: 12px 26px;
	border-radius: 50px;
	font-weight: 600;
	margin-left: 10px;
	z-index: 10;
	position: relative;
	transition: all 0.3s ease;
}

.btn-hero-outline:hover {
	background: #fff;
	color: #002b5b;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.btn-hero-primary {
		display: none;
	}
	.btn-hero-outline {
		display: none;
	}	
}
@media (max-width: 991.98px) {
	.custom-navbar .navbar-collapse {
		margin-top: 15px;
		background: rgba(17, 17, 17, 0.96);
		padding: 18px;
		border-radius: 18px;
		border: 1px solid rgba(255, 255, 255, 0.06);
	}

	.custom-navbar .navbar-nav .nav-link {
		padding: 12px 14px;
		border-radius: 12px;
	}

	.custom-dropdown {
		background: #1a1a1a;
		margin-top: 8px;
		border-radius: 12px;
	}

	.nav-btn {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: inline-block;
	}
}
.jumbo {
	padding-top: 100px;
	min-height: 200vh;
}

/* On Shrink */
.shrink .navbar {
	color: #fafafa;
	background: linear-gradient(
	35deg,
	#002b5b 10%,
	#00264f 90%
	);
}

.navbar-brand {
	position: relative;
	width: 250px;
	min-height: 40px; 
	z-index: 99;
}
.navbar-brand img {
	display: block;
	width: 100%;
}

header .item {
	height: 82vh;
	position: relative;
}
header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@supports(object-fit: cover){
	header .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}
header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}
header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
}
header .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}
header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
}
header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
 
/* NAV BUTTON WRAPPER */
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

/* BUTTON STYLE */
.custom-nav {
	pointer-events: all;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	background: #002b5b;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: all 0.3s ease;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	cursor: pointer;
}

/* POSITION */
.owl-nav .prev {
	margin-left: 10px;
}

.owl-nav .next {
	margin-right: 10px;
}

/* HOVER EFFECT */
.custom-nav:hover {
	background: #0d6efd;
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(13,110,253,0.5);
}

/* ICON SMOOTH */
.custom-nav i {
	transition: transform 0.3s ease;
}

.custom-nav:hover i {
	transform: scale(1.2);
}

.about-tradition-section {
	background: #f7f8fa;
	overflow: hidden;
}

.about-content-wrap {
	max-width: 760px;
	padding: 70px 4vw;
}

.section-badge {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 50px;
	background: rgba(0, 36, 78, 0.08);
	color: #00244e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-title {
	font-size: clamp(1rem, 4vw, 2rem);
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #002b5b;
	margin-bottom: 28px;
}

.about-text {
	font-size: 1.1rem;
	line-height: 1.95;
	color: #3d4652;
	margin-bottom: 20px;
	max-width: 95%;
}

.about-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.btn-about-primary {
	background: #002b5b;
	color: #fff;
	padding: 13px 30px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #002b5b;
}

.btn-about-primary:hover {
	background: #001c3b;
	border-color: #001c3b;
	color: #fff;
	transform: translateY(-2px);
}

.btn-about-outline {
	background: transparent;
	color: #002b5b;
	padding: 13px 30px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 43, 91, 0.25);
}

.btn-about-outline:hover {
	background: #002b5b;
	color: #fff;
	transform: translateY(-2px);
}

.about-image-wrap {
	position: relative;
	min-height: 100%;
	height: 100%;
}

.about-image {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	display: block;
}

.about-image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
	135deg,
	rgba(0, 24, 52, 0.08) 0%,
	rgba(0, 24, 52, 0.18) 100%
	);
}

.about-image-card {
	position: absolute;
	left: 40px;
	bottom: 40px;
	max-width: 380px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 24px 24px;
	border-radius: 22px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.about-image-card .small-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #002b5b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.about-image-card h5 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #0f1720;
	margin-bottom: 10px;
}

.about-image-card p {
	font-size: 0.98rem;
	line-height: 1.7;
	color: #4c5560;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.about-content-wrap {
		padding: 60px 24px 40px;
	}

	.about-title {
		letter-spacing: 0.08em;
	}

	.about-text {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.85;
	}

	.about-image {
		min-height: 420px;
	}

	.about-image-card {
		left: 20px;
		right: 20px;
		bottom: 20px;
		max-width: 100%;
		padding: 20px;
	}
}

@media (max-width: 575.98px) {
	.about-title {
		font-size: 1.7rem;
		line-height: 1.4;
	}

	.about-actions {
		flex-direction: column;
	}

	.btn-about-primary,
	.btn-about-outline {
		width: 100%;
		text-align: center;
	}
}

/* HIDE ON SMALL IF YOU WANT */
@media (max-width: 768px) {
	.custom-nav {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

/* ===============================
PAGE HEADER
================================= */
.leader-page-header {
	background: #002b5b url('../img/background-img.png') no-repeat center 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.leader-page-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.03);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.leader-page-header .container {
	position: relative;
	z-index: 2;
}

.page-title {
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 0.03em;
}

.breadcrumb {
	background: transparent;
}

.breadcrumb-item,
.breadcrumb-item a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	font-size: 15px;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.6);
}

/* ===============================
LEADER SECTION
================================= */
.leader-section {
	background: #f7f8fa;
}

.leader-image-box {
	background: #fff;
	border-radius: 24px;
	padding: 20px;
	box-shadow: 0 15px 45px rgba(0,0,0,0.08);
	text-align: center;
	height: 100%;
}
 
.leader-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;

	/* Enhancement */
	filter: contrast(1.05) brightness(1.02) saturate(1.05);
	image-rendering: auto;

	/* Smooth */
	transition: all 0.4s ease;
}
.leader-image-wrapper {
	position: relative;
	padding: 18px;
	border-radius: 24px;
	background: #fff;

	/* premium shadow */
	box-shadow: 0 20px 60px rgba(0,0,0,0.12);

	/* subtle border glow */
	border: 1px solid rgba(0,0,0,0.05);
}

/* OPTIONAL: gradient border effect */
.leader-image-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 24px;
	padding: 1px;
	background: linear-gradient(135deg, #002b5b, transparent);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.leader-image:hover {
	transform: scale(1.02);
}

.leader-content {
	padding-left: 10px;
}

.leader-badge {
	display: inline-block;
	background: rgba(0, 43, 91, 0.08);
	color: #002b5b;
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.leader-name {
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	color: #002b5b;
	margin-bottom: 12px;
}

.leader-role {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.8;
	color: #1e2b37;
	margin-bottom: 25px;
}

.leader-subtitle {
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 18px;
}

.leader-quote {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 600;
	line-height: 1.6;
	color: #002b5b;
	border-left: 4px solid #002b5b;
	padding-left: 20px;
	margin-bottom: 24px;
}

.leader-content p {
	font-size: 1.08rem;
	line-height: 1.95;
	color: #4a5563;
	margin-bottom: 20px;
}

.leader-highlight {
	background: #ffffff;
	border-left: 5px solid #002b5b;
	padding: 18px 22px;
	border-radius: 14px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #111827;
	box-shadow: 0 10px 35px rgba(0,0,0,0.06);
	display: inline-block;
}

/* ===============================
MOBILE
================================= */
@media (max-width: 991.98px) {
	.leader-page-header {
		padding: 55px 0;
	}

	.leader-content {
		padding-left: 0;
	}

	.leader-role {
		font-size: 1rem;
	}

	.leader-quote {
		font-size: 1.2rem;
	}

	.leader-content p {
		font-size: 1rem;
		line-height: 1.85;
	}
}

@media (max-width: 575.98px) {
	.page-title {
		font-size: 2rem;
	}

	.leader-image-box {
		padding: 14px;
		border-radius: 18px;
	}

	.leader-name {
		font-size: 1.8rem;
	}

	.leader-role {
		font-size: 0.95rem;
	}

	.leader-highlight {
		font-size: 1rem;
		width: 100%;
	}
}

.vision-mission-section {
	width: 100%;
}

/* LEFT - VISION */
.vision-box {
	background: #002b5b;
	color: #fff;
	min-height: 220px;
	padding: 60px 8%;
}

.vision-box h2 {
	font-size: 22px;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 18px;
}

.vision-box p {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255,255,255,0.85);
	max-width: 520px;
}

/* RIGHT - MISSION */
.mission-box {
	background: #ffff;
	color: #1c2b39;
	min-height: 220px;
	padding: 60px 8%;
}

.mission-box h2 {
	font-size: 22px;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 18px;
	color: #002b5b;
}

.mission-box p {
	font-size: 15px;
	line-height: 1.8;
	color: #4a5563;
	max-width: 520px;
}

/* MOBILE */
@media (max-width: 991.98px) {
	.vision-box,
	.mission-box {
		padding: 40px 25px;
		text-align: center;
	}

	.vision-box p,
	.mission-box p {
		margin: auto;
	}
}

.about-intro-section {
	background: #f5f5f5;
	width: 100%;
}

.container-custom {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 36px;
}

.about-intro-content {
	padding: 42px 0 0;
}

.about-intro-title {
	font-size: clamp(2rem, 3.2vw, 3.1rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #002b5b;
	line-height: 1.5;
	margin-bottom: 28px;
	max-width: 1200px;
}

.about-intro-content p {
	font-size: 17px;
	line-height: 1.9;
	color: #373f49;
	margin-bottom: 22px;
	max-width: 1220px;
}

.about-intro-content strong {
	font-weight: 700;
	color: #111;
}


/* HEADER */
.contact-header {
	background: #f5f5f5;
	padding: 60px 0 40px;
}

.contact-header h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #002b5b;
	margin-bottom: 15px;
}

.contact-header p {
	max-width: 600px;
	margin: auto;
	color: #555;
	line-height: 1.7;
}

/* FORM SECTION */
.contact-form-section {
	background: #002b5b;
	color: #fff;
	padding: 60px 0;
}

.contact-form-section h3 {
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-desc {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}

/* INPUT STYLE */
.contact-form input,
.contact-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,0.4);
	padding: 10px 5px;
	color: #fff;
	outline: none;
	font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: rgba(255,255,255,0.6);
}

/* BUTTON */
.btn-send {
	margin-top: 20px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	transition: 0.3s;
}

.btn-send:hover {
	background: #fff;
	color: #002b5b;
}

/* CONTACT INFO */
.contact-info-section {
	background: #f5f5f5;
	padding: 60px 0;
}

.contact-info-section h3 {
	letter-spacing: 0.15em;
	font-weight: 700;
	color: #002b5b;
}

.contact-info-section p {
	color: #555;
}

/* CARDS */
.contact-card {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: 0.3s;
}

.contact-card:hover {
	transform: translateY(-5px);
}

.contact-card i {
	font-size: 28px;
	color: #002b5b;
	margin-bottom: 10px;
}

.contact-card h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-card p {
	color: #555;
	font-size: 14px;
}

.intake-section {
	background: #002b5b;
	padding: 80px 0;
	color: #fff;
}

/* GRID */
.intake-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.intake-gallery img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 12px;
	transition: 0.3s;
}

.intake-gallery img:hover {
	transform: scale(1.05);
}

/* CONTENT */
.intake-content h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.6;
	margin-bottom: 20px;
}

.intake-content p {
	font-size: 16px;
	line-height: 1.9;
	color: rgba(255,255,255,0.85);
	margin-bottom: 15px;
}

.intake-content .highlight {
	font-weight: 600;
	color: #ffc107;
}

/* BUTTON */
.btn-intake {
	display: inline-block;
	background: #ffc107;
	color: #002b5b;
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.btn-intake:hover {
	background: #fff;
	color: #002b5b;
	transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 991.98px) {
	.intake-gallery img {
		height: 140px;
	}

	.intake-content h2 {
		font-size: 22px;
		text-align: center;
	}

	.intake-content {
		text-align: center;
	}
}
.why-train-section {
	background: #f5f5f5;
	padding: 80px 0;
}

/* HEADER */
.section-header h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #002b5b;
	margin-bottom: 15px;
}

.section-header p {
	max-width: 650px;
	margin: auto;
	color: #555;
	line-height: 1.8;
}

/* CARD */
.why-card {
	background: #fff;
	padding: 30px 25px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	transition: 0.3s;
	height: 100%;
}

.why-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* ICON */
.why-card i {
	font-size: 32px;
	color: #002b5b;
	margin-bottom: 15px;
	display: inline-block;
}

/* TEXT */
.why-card h5 {
	font-weight: 600;
	margin-bottom: 10px;
	color: #1c2b39;
}

.why-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
	.section-header h2 {
		font-size: 22px;
	}

	.why-card {
		padding: 25px 20px;
	}
}

#scrollTopBtn {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: #002b5b;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	/* hidden by default */
	opacity: 0;
	visibility: hidden;

	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	z-index: 999;
}

#scrollTopBtn.show {
	opacity: 1;
	visibility: visible;
}

#scrollTopBtn:hover {
	background: #001c3b;
	transform: translateY(-3px);
}

.support-section {
	background: #f5f5f5;
	padding: 70px 0 0;
}

.support-content {
	padding-right: 10px;
}

.support-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #002b5b;
	margin-bottom: 24px;
	line-height: 1.4;
}

.support-content p {
	font-size: 1rem;
	line-height: 1.9;
	color: #3f4854;
	margin-bottom: 18px;
}

.support-subtitle {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111827;
	margin-top: 26px;
	margin-bottom: 16px;
}

.support-list {
	padding-left: 0;
	margin: 0 0 24px;
	list-style: none;
}

.support-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	font-size: 0.98rem;
	line-height: 1.8;
	color: #3f4854;
}

.support-list li::before {
	content: "▸";
	position: absolute;
	left: 0;
	top: 0;
	color: #002b5b;
	font-weight: 700;
}

.support-note {
	font-weight: 700;
	color: #111827;
}

.support-email a {
	color: #0d6efd;
	text-decoration: none;
	font-weight: 600;
}

.support-email a:hover {
	text-decoration: underline;
}

/* FORM CARD */
.donation-card {
	background: #ffffff;
	padding: 30px;
	border-radius: 18px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 43, 91, 0.06);
}

.donation-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #002b5b;
	margin-bottom: 8px;
}

.donation-desc {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #5a6470;
	margin-bottom: 22px;
}

.donation-form .form-label {
	font-size: 0.92rem;
	font-weight: 600;
	color: #1f2937;
}

.donation-form .form-control,
.donation-form .form-select,
.donation-form .input-group-text {
	min-height: 48px;
	border-radius: 10px;
	border: 1px solid #d7dde5;
	box-shadow: none;
}

.donation-form .form-control:focus,
.donation-form .form-select:focus {
	border-color: #002b5b;
	box-shadow: 0 0 0 0.15rem rgba(0, 43, 91, 0.08);
}

.donation-form textarea.form-control {
	min-height: 120px;
}

.donation-form .form-text {
	display: inline-block;
	margin-top: 8px;
	font-size: 0.82rem;
	color: #6b7280;
}

.btn-donate {
	background: #002b5b;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 13px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-donate:hover {
	background: #001c3b;
	color: #fff;
	transform: translateY(-2px);
}

/* BOTTOM STRIP */
.support-cta-strip {
	background: #002b5b;
	color: #fff;
	padding: 42px 0;
	margin-top: 60px;
}

.support-cta-strip h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.support-cta-strip p {
	font-size: 1rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
	.support-section {
		padding-top: 50px;
	}

	.support-title,
	.support-cta-strip h3 {
		font-size: 1.5rem;
		letter-spacing: 0.08em;
	}

	.donation-card {
		padding: 24px;
	}
}

@media (max-width: 575.98px) {
	.support-title,
	.support-cta-strip h3 {
		font-size: 1.3rem;
	}

	.support-content p,
	.support-list li,
	.support-cta-strip p {
		font-size: 0.95rem;
	}
}
.the-foundation-btn {
	background: gold;
	color: #000 !important;
}

.the-foundation-btn:hover { 
	color: #fff !important;
}
.the-foundation-btn.active { 
	color: gold !important;
}

.btn-spinner {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.foundation-hero {
	position: relative;
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;

	/* Background image */
	background: url('../img/image2-1024x683.jpg') center/cover no-repeat;
}


@media (max-width: 768px) {
	.foundation-hero .btn-hero-primary {
		display: block;
	}
	.foundation-hero .btn-hero-outline {
		display: block;
	}
}

/* Overlay for readability */
.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
	135deg,
	rgba(0, 20, 50, 0.85),
	rgba(0, 0, 0, 0.65)
	);
	z-index: 1;
}

.foundation-hero .container {
	position: relative;
	z-index: 2;
}

/* Badge */
.hero-badge {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 50px;
	background: rgba(255,255,255,0.1);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 20px;
	backdrop-filter: blur(6px);
}

/* Title */
.hero-title {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
}

.hero-title span {
	color: #ffc107;
	display: block;
	margin-top: 10px;
}

/* Subtitle */
.hero-subtitle {
	font-size: 1.1rem;
	line-height: 1.8;
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255,255,255,0.85);
}

/* Buttons */
.hero-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-hero-primary {
	background: #ffc107;
	color: #002b5b;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.btn-hero-primary:hover {
	background: #fff;
	color: #002b5b;
	transform: translateY(-2px);
}

.btn-hero-outline {
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.btn-hero-outline:hover {
	background: #fff;
	color: #002b5b;
	transform: translateY(-2px);
}

.hero-price {
	font-size: 2rem;
	font-weight: 700;
	color: #ffc107;
	letter-spacing: 0.05em;
}

/* Button icons spacing */
.hero-actions i {
	margin-right: 6px;
}

/* Mobile */
@media (max-width: 768px) {
	.foundation-hero {
		padding: 80px 20px;
		min-height: auto;
	}

	.hero-title {
		font-size: 2rem;
	}

	.hero-subtitle {
		font-size: 1rem;
	}
}
.cart-modal-content {
	border: 0;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.cart-item-image img {
	width: 90px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #eee;
}

.qty-btn {
	width: 36px;
	height: 36px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 10px;
	font-weight: 700;
}

#cartQtyInput {
	width: 55px;
	height: 36px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	background: #f8f9fa;
}

.cart-summary-box {
	background: #f8f9fb;
	border: 1px solid #e9edf2;
	border-radius: 14px;
	padding: 18px;
}

@media (max-width: 767.98px) {
	.cart-item {
		align-items: flex-start !important;
	}
}


.checkout-section {
	background: #f5f7fb;
}

.checkout-card,
.checkout-summary-card {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 43, 91, 0.06);
}

.checkout-title {
	font-size: 2rem;
	font-weight: 700;
	color: #002b5b;
	margin-bottom: 8px;
}

.checkout-text {
	color: #667085;
	margin-bottom: 25px;
	line-height: 1.8;
}

.form-label {
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 8px;
}

.form-control {
	min-height: 48px;
	border-radius: 12px;
	border: 1px solid #d8dee8;
	box-shadow: none;
}

.form-control:focus {
	border-color: #002b5b;
	box-shadow: 0 0 0 0.15rem rgba(0, 43, 91, 0.08);
}

textarea.form-control {
	min-height: 120px;
}

.summary-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #002b5b;
	margin-bottom: 22px;
}

.summary-product-image img {
	width: 85px;
	height: 115px;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #eee;
}

.summary-product-info h6 {
	font-weight: 700;
	color: #111827;
}

.summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	color: #374151;
}

.total-row {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
}

.btn-checkout {
	background: #002b5b;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 14px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-checkout:hover {
	background: #001c3b;
	color: #fff;
	transform: translateY(-2px);
}

.secure-note {
	font-size: 0.92rem;
	color: #667085;
	text-align: center;
}

.hero-price {
	font-size: 2rem;
	font-weight: 700;
	color: #ffc107;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.hero-price .sales_price {
	font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	text-decoration: line-through;
}

@media (max-width: 991.98px) {
	.checkout-card,
	.checkout-summary-card {
		padding: 24px;
	}

	.checkout-title {
		font-size: 1.7rem;
	}
}


































.foundation-page {
	background: #fff;
	color: #1f2937;
}

.foundation-hero-section {
	position: relative;
	padding: 110px 0;
	background: linear-gradient(135deg, rgba(0, 28, 59, 0.95), rgba(0, 43, 91, 0.92)),
	url('assets/img/foundation-bg.jpg') center center / cover no-repeat;
}

.foundation-badge {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 50px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.foundation-main-title {
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

.foundation-main-title span {
	display: block;
	color: #ffc107;
}

.foundation-main-subtitle {
	max-width: 860px;
	margin: 0 auto;
	font-size: 1.08rem;
	line-height: 1.9;
	color: rgba(255,255,255,0.88);
}

.foundation-hero-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-foundation-primary {
	background: #ffc107;
	color: #002b5b;
	border: none;
	border-radius: 50px;
	padding: 12px 28px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-foundation-primary:hover {
	background: #ffcd39;
	color: #002b5b;
	transform: translateY(-2px);
}

.btn-foundation-outline {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.55);
	border-radius: 50px;
	padding: 12px 28px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-foundation-outline:hover {
	background: #fff;
	color: #002b5b;
	transform: translateY(-2px);
}

.foundation-section {
	position: relative;
}

.section-title {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	font-weight: 800;
	color: #002b5b;
	margin-bottom: 18px;
	line-height: 1.3;
}

.section-text {
	font-size: 1rem;
	line-height: 1.9;
	color: #4b5563;
}

.foundation-dark-section {
	background: linear-gradient(135deg, #001c3b, #002b5b);
}

.foundation-card,
.cta-card,
.pillar-box,
.system-box {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 14px 40px rgba(0,0,0,0.07);
	height: 100%;
}

.foundation-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(0, 43, 91, 0.08);
	color: #002b5b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px;
}

.foundation-card h5,
.cta-card h5,
.pillar-box h4 {
	font-weight: 700;
	color: #111827;
	margin-bottom: 12px;
}

.foundation-card p,
.cta-card p,
.pillar-box p {
	color: #5b6470;
	line-height: 1.8;
	margin-bottom: 0;
}

.pillar-box {
	background: rgba(255,255,255,0.96);
}

.foundation-accordion .accordion-item {
	border: 0;
	border-radius: 18px !important;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	margin-bottom: 18px;
}

.foundation-accordion .accordion-button {
	font-weight: 700;
	font-size: 1rem;
	padding: 22px 24px;
	color: #002b5b;
	background: #fff;
	box-shadow: none;
}

.foundation-accordion .accordion-button:not(.collapsed) {
	background: #002b5b;
	color: #fff;
}

.foundation-accordion .accordion-body {
	padding: 24px;
	line-height: 1.85;
	color: #4b5563;
	background: #fff;
}

.foundation-accordion h6 {
	font-weight: 700;
	color: #111827;
	margin-bottom: 14px;
}

.foundation-accordion ul {
	padding-left: 18px;
	margin-bottom: 0;
}

.foundation-accordion li {
	margin-bottom: 8px;
}

.system-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.system-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 14px;
	line-height: 1.8;
	color: #4b5563;
}

.system-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #002b5b;
	font-size: 24px;
	line-height: 1;
}

.cta-highlight {
	background: linear-gradient(135deg, #002b5b, #001c3b);
	color: #fff;
}

.cta-highlight h5,
.cta-highlight p {
	color: #fff;
}

.cta-highlight .foundation-icon {
	background: rgba(255,255,255,0.12);
	color: #fff;
}

@media (max-width: 991.98px) {
	.foundation-hero-section {
		padding: 90px 0;
	}

	.foundation-card,
	.cta-card,
	.pillar-box,
	.system-box {
		padding: 22px;
	}
}

@media (max-width: 575.98px) {
	.foundation-main-title {
		font-size: 2rem;
	}

	.foundation-main-subtitle,
	.section-text,
	.foundation-card p,
	.cta-card p,
	.pillar-box p {
		font-size: 0.95rem;
	}
}

.footer-exordium {
	background: linear-gradient(135deg, #002b5b, #001c3b);
	color: #fff;
	padding: 80px 0 30px;
	font-family: 'Poppins', sans-serif;
}

.footer-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #ffffff;
}

.footer-text {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255,255,255,0.75);
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}

.footer-links a:hover {
	color: #ffffff;
	padding-left: 5px;
}

/* SOCIAL */
.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	color: #fff;
	margin-right: 8px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.footer-social a:hover {
	background: #ffffff;
	color: #002b5b;
	transform: translateY(-3px);
}

/* NEWSLETTER */
.footer-newsletter input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 10px 0;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
	outline: none;
}

.footer-newsletter input::placeholder {
	color: rgba(255,255,255,0.5);
}

.footer-newsletter button {
	width: 100%;
	padding: 10px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.footer-newsletter button:hover {
	background: #fff;
	color: #002b5b;
}

/* CONTACT */
.footer-contact {
	list-style: none;
	padding: 0;
}

.footer-contact li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}

.footer-contact i {
	margin-right: 10px;
	font-size: 16px;
	color: #ffffff;
}

/* BOTTOM */
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
	margin-top: 40px;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
}

/* MOBILE */
@media (max-width: 768px) {
	.footer-exordium {
		padding: 60px 0 20px;
	}

	.footer-title {
		margin-top: 20px;
	}
}