/* ----------------------------------------------------------------
	About Us Page
-----------------------------------------------------------------*/

.about-page-title {
	--cnvs-page-title-bg: #f5f5f5;
	--cnvs-page-title-padding: 1.25rem;
	--cnvs-page-title-border-color: #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.about-page-title .page-title-content h1 {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a2c3d;
}

.about-page-title .page-title-row {
	align-items: center;
}

.about-page-title .breadcrumb {
	margin: 0;
	font-size: 0.875rem;
	color: #9ca3af;
	justify-content: flex-end;
}

.about-page-title .breadcrumb a {
	color: #6b7280;
	text-decoration: none;
}

.about-page-title .breadcrumb a:hover {
	color: var(--cnvs-themecolor);
}

.about-intro-section {
	padding: 5rem 0;
	background: #fff;
}

.about-intro-images {
	position: relative;
	padding: 1.5rem 0 1.5rem 1.5rem;
}

.about-intro-blob {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(245, 158, 11, 0.15);
	top: 0;
	left: 0;
	z-index: 0;
}

.about-intro-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.about-intro-grid img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.about-label {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #f59e0b;
	margin-bottom: 0.75rem;
}

.about-label-green {
	color: #22c55e;
}

.about-heading {
	font-family: var(--cnvs-secondary-font);
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	color: #1a2c3d;
	line-height: 1.25;
	margin-bottom: 1.25rem;
}

.about-text {
	color: #6b7280;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 1rem;
}

.about-starkid-section {
	position: relative;
	background: #e8f4fd;
	padding: 5rem 0;
}

.about-wave-top,
.about-wave-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 0;
	overflow: hidden;
}

.about-wave-top {
	top: -1px;
}

.about-wave-bottom {
	bottom: -1px;
	transform: rotate(180deg);
}

.about-wave-top svg,
.about-wave-bottom svg {
	display: block;
	width: 100%;
	height: 48px;
}

.about-feature-list {
	list-style: none;
	padding: 0;
	margin: 2rem 0 0;
}

.about-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.about-feature-list .feature-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: #22c55e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.875rem;
	margin-top: 2px;
}

.about-feature-list h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #1a2c3d;
	margin: 0 0 0.25rem;
}

.about-feature-list p {
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}

.about-starkid-images {
	position: relative;
	min-height: 420px;
}

.about-starkid-images .img-main {
	width: 85%;
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 2;
	display: block;
}

.about-starkid-images .img-secondary {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
	z-index: 3;
	border: 4px solid #fff;
}

.about-starkid-images .img-bg-block {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 50%;
	height: 55%;
	background: #1a2c3d;
	border-radius: 20px;
	z-index: 1;
}

.about-mission-section {
	padding: 5rem 0;
	background: #fff;
}

.about-mv-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 1.5rem;
	display: block;
}

.about-mv-card h3 {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a2c3d;
	text-align: center;
	margin-bottom: 1rem;
}

.about-mv-card p {
	color: #6b7280;
	font-size: 0.9375rem;
	line-height: 1.75;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
}

.about-values-section {
	padding: 5rem 0 6rem;
	background: #fff;
}

.about-values-header {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.about-value-card {
	text-align: center;
	padding: 1.5rem 1rem;
}

.about-value-card .value-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.25rem;
}

.about-value-card .value-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-value-card h4 {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.125rem;
	font-weight: 700;
	color: #1a2c3d;
	margin-bottom: 0.75rem;
}

.about-value-card p {
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.65;
	margin: 0;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

#header .primary-menu > ul > li.current > a > div {
	color: #f59e0b;
}

/* Sticky header on scroll */
#header.sticky-header #header-wrap {
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	z-index: 299;
}

@media (max-width: 991.98px) {
	.about-intro-grid img {
		height: 220px;
	}

	.about-starkid-images {
		min-height: 320px;
		margin-top: 2rem;
	}

	.about-intro-section,
	.about-starkid-section,
	.about-mission-section,
	.about-values-section {
		padding: 3.5rem 0;
	}
}

@media (max-width: 575.98px) {
	.about-intro-grid {
		grid-template-columns: 1fr;
	}

	.about-intro-grid img {
		height: 200px;
	}
}

/* ----------------------------------------------------------------
	Program Pages
-----------------------------------------------------------------*/

.program-page-title {
	--cnvs-page-title-bg: #f5f5f5;
	--cnvs-page-title-padding: 1.25rem;
	--cnvs-page-title-border-color: #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.program-page-title .page-title-content h1,
.program-page-title .page-title-content h1 span {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a2c3d;
}

.program-page-title .page-title-row {
	align-items: center;
}

.program-page-title .breadcrumb {
	margin: 0;
	font-size: 0.875rem;
	color: #9ca3af;
	justify-content: flex-end;
}

.program-page-title .breadcrumb a {
	color: #6b7280;
	text-decoration: none;
}

.program-page-title .breadcrumb a:hover {
	color: var(--cnvs-themecolor);
}

.program-intro {
	padding: 5rem 0;
	background: #fff;
}

.program-intro-image {
	position: relative;
	padding: 1rem 1rem 1rem 0;
}

.program-intro-blob {
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(var(--program-color-rgb), 0.15);
	top: 0;
	left: 0;
	z-index: 0;
}

.program-intro-image img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	display: block;
}

.program-age-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(var(--program-color-rgb), 0.12);
	color: var(--program-color);
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	margin-bottom: 1rem;
}

.program-icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: rgba(var(--program-color-rgb), 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.program-icon-wrap i {
	font-size: 1.75rem;
	color: var(--program-color);
}

.program-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.5rem 0 2rem;
}

.program-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
	background: #f9fafb;
	padding: 0.5rem 1rem;
	border-radius: 8px;
}

.program-meta-item i {
	color: var(--program-color);
}

.program-highlights {
	position: relative;
	background: #e8f4fd;
	padding: 5rem 0;
}

.program-highlights .section-header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 3rem;
}

.program-highlight-card {
	background: #fff;
	border-radius: 16px;
	padding: 1.75rem;
	height: 100%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border-top: 4px solid var(--program-color);
}

.program-highlight-card .card-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(var(--program-color-rgb), 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.program-highlight-card .card-icon i {
	font-size: 1.25rem;
	color: var(--program-color);
}

.program-highlight-card h4 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #1a2c3d;
	margin-bottom: 0.5rem;
}

.program-highlight-card p {
	font-size: 0.875rem;
	color: #6b7280;
	line-height: 1.65;
	margin: 0;
}

.program-curriculum {
	padding: 5rem 0;
	background: #fff;
}

.program-curriculum-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.program-curriculum-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.875rem;
	padding: 0.875rem 0;
	border-bottom: 1px solid #f3f4f6;
}

.program-curriculum-list li:last-child {
	border-bottom: none;
}

.program-curriculum-list .check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: var(--program-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.75rem;
	margin-top: 2px;
}

.program-curriculum-list span {
	font-size: 0.9375rem;
	color: #4b5563;
	line-height: 1.6;
}

.program-schedule {
	background: #fafafa;
	border-radius: 16px;
	padding: 2rem;
}

.program-schedule h4 {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a2c3d;
	margin-bottom: 1.25rem;
}

.program-schedule-item {
	display: flex;
	gap: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px dashed #e5e7eb;
}

.program-schedule-item:last-child {
	border-bottom: none;
}

.program-schedule-item .time {
	flex-shrink: 0;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--program-color);
	min-width: 110px;
}

.program-schedule-item .activity {
	font-size: 0.875rem;
	color: #6b7280;
}

.program-cta {
	padding: 4rem 0;
	background: linear-gradient(135deg, #1a2c3d 0%, #243b4d 100%);
	text-align: center;
}

.program-cta h3 {
	font-family: var(--cnvs-secondary-font);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.75rem;
}

.program-cta p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	max-width: 520px;
	margin: 0 auto 1.75rem;
	line-height: 1.7;
}

.program-cta .btn-enroll-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--cnvs-themecolor);
	color: #fff;
	font-weight: 700;
	font-size: 0.9375rem;
	padding: 14px 32px;
	border-radius: 50px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
}

.program-cta .btn-enroll-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
	color: #fff;
}

.program-related {
	padding: 4rem 0 5rem;
	background: #fff;
}

.program-related-card {
	display: block;
	text-decoration: none;
	padding: 1.25rem 1.5rem;
	border-radius: 12px;
	border: 2px solid #f3f4f6;
	transition: border-color 0.2s, box-shadow 0.2s;
	height: 100%;
}

.program-related-card:hover {
	border-color: var(--card-color);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.program-related-card h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #1a2c3d;
	margin-bottom: 0.25rem;
}

.program-related-card span {
	font-size: 0.8125rem;
	color: #9ca3af;
}

.program-related-card .arrow {
	color: var(--card-color);
	font-size: 0.875rem;
	margin-top: 0.5rem;
	display: inline-block;
}

#header .primary-menu .sub-menu-container .menu-item.current > a > div {
	color: var(--cnvs-themecolor);
}

@media (max-width: 991.98px) {
	.program-intro-image img {
		height: 300px;
	}

	.program-intro,
	.program-highlights,
	.program-curriculum {
		padding: 3.5rem 0;
	}
}

/* ----------------------------------------------------------------
	Gallery Page
-----------------------------------------------------------------*/

.gallery-section {
	padding: 4rem 0 5rem;
	background: #fff;
}

.nd-gallery-item {
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	aspect-ratio: 4 / 3;
}

.nd-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.nd-gallery-item:hover img {
	transform: scale(1.06);
}

.nd-gallery-item .gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(26, 44, 61, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #fff;
	font-size: 2rem;
}

.nd-gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.nd-gallery-item .gallery-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 1.25rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
}

/* ----------------------------------------------------------------
	Contact Page
-----------------------------------------------------------------*/

.contact-section {
	padding: 4rem 0 5rem;
	background: #fff;
}

.contact-info-card {
	background: #f9fafb;
	border-radius: 16px;
	padding: 2rem;
	height: 100%;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.contact-info-item:last-child {
	margin-bottom: 0;
}

.contact-info-item .icon-wrap {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 12px;
	background: rgba(245, 158, 11, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f59e0b;
	font-size: 1.125rem;
}

.contact-info-item h5 {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1a2c3d;
	margin: 0 0 0.25rem;
}

.contact-info-item p,
.contact-info-item a {
	font-size: 0.9375rem;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
	text-decoration: none;
}

.contact-info-item a:hover {
	color: #f59e0b;
}

.contact-hours-table td {
	font-size: 0.875rem;
	color: #6b7280;
	padding: 0.35rem 0;
}

.contact-hours-table td:first-child {
	font-weight: 600;
	color: #1a2c3d;
	padding-right: 1.5rem;
}

.contact-map-wrap {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	height: 100%;
	min-height: 480px;
}

.contact-map-wrap iframe {
	width: 100%;
	height: 100%;
	min-height: 480px;
	border: 0;
	display: block;
}

.contact-form-wrap {
	margin-top: 2rem;
}

.contact-form-wrap h4 {
	font-family: var(--cnvs-secondary-font);
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a2c3d;
	margin-bottom: 1.25rem;
}

.contact-form-wrap .form-control {
	border-radius: 10px;
	border-color: #e5e7eb;
	padding: 0.75rem 1rem;
	font-size: 0.9375rem;
}

.contact-form-wrap .form-control:focus {
	border-color: #f59e0b;
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.contact-form-wrap .btn-submit {
	background: #f59e0b;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 50px;
	padding: 12px 32px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.contact-form-wrap .btn-submit:hover {
	background: #d97706;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
	color: #fff;
}

/* ----------------------------------------------------------------
	Testimonial Page
-----------------------------------------------------------------*/

.testimonial-section {
	padding: 4rem 0 5rem;
	background: #fffbeb;
}

.testimonial-intro {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.testimonial-card {
	background: #fff;
	border-radius: 16px;
	padding: 2rem;
	height: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.testimonial-card .stars {
	color: #f5a623;
	font-size: 0.9375rem;
	margin-bottom: 1rem;
}

.testimonial-card .quote {
	font-style: italic;
	color: #4b5563;
	line-height: 1.75;
	font-size: 0.9375rem;
	margin-bottom: 1.5rem;
}

.testimonial-card .author {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.testimonial-card .author img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-card .author strong {
	display: block;
	color: #1a2c3d;
	font-size: 0.9375rem;
}

.testimonial-card .author span {
	font-size: 0.8125rem;
	color: #9ca3af;
}

.testimonial-stats {
	background: #1a2c3d;
	padding: 3rem 0;
}

.testimonial-stat-item {
	text-align: center;
	color: #fff;
}

.testimonial-stat-item .stat-number {
	font-family: var(--cnvs-secondary-font);
	font-size: 2.25rem;
	font-weight: 700;
	color: #f59e0b;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.testimonial-stat-item .stat-label {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
	.contact-map-wrap,
	.contact-map-wrap iframe {
		min-height: 360px;
	}

	.gallery-section,
	.contact-section,
	.testimonial-section {
		padding: 3rem 0 4rem;
	}
}
