.section-index-cta {
	background: url("../img/index-cta-5.webp") center center / cover no-repeat !important;
}

.page-header-about {
	background-image: url("../img/about/splash.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-header-classes {
	background-image: url("../img/classes/splash.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-header-corporate {
	background-image: url("../img/corp-school/splash.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-header-contact {
	background-image: url("../img/contact/splash.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-nic-section {
	position: relative;
	background-color: #f5f3f1; /* your soft neutral */
	overflow: hidden;
}

.about-nic-section::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: url("../img/about/nic4.png") no-repeat bottom right;
	background-size: contain;
	pointer-events: none;
}

.divider-left-border {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.intro-quote {
	font-size: 1.25rem;
	line-height: 1.7;
	color: #555;
	font-weight: 300;
	position: relative;
	padding-left: 2rem;
}

.intro-quote:before {
	content: "“";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 3rem;
	color: var(--primary-rgba-40);
}

.card-schedule {
	background-color: var(--primary);
	transition: background-color 0.3s ease;
}

.card-schedule:hover {
	background-color: #626c59;
}

.hero-text {
	font-family: "Playfair Display", serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.9);
	line-height: 1.2;
}

.hero-overlay {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

@media (max-width: 991px) {
	.hero-text {
		font-size: 2.3rem;
	}
}

@media (max-width: 767px) {
	/* Home: hero text */
	.hero-text {
		font-size: 1.6rem !important;
		line-height: 1.2 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		text-align: center !important;
	}

	.hero-overlay {
		background: rgba(0, 0, 0, 0.3);
	}

	/* Home: testimonials */
	.section.section-parallax .row.pt-2.px-3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.section.section-parallax .col.px-5 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.section.section-parallax .owl-carousel > div.py-3.py-lg-5.px-lg-5 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.custom-testimonial-style-1 blockquote {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.custom-testimonial-style-1 p {
		line-height: 1.7 !important;
	}

	/* hide long testimonials on mobiles */
	.hide-on-mobile {
		display: none !important;
	}

	/* About: hide Nic image overlay */
	.about-nic-section::after {
		display: none !important;
	}

	/* About: remove desktop spacing/border from stacked Philosophy columns */
	.section.bg-tertiary .col-md-6.mb-4.mb-lg-0.divider-left-border.border-primary.ps-5 {
		padding-left: 12px !important;
		border-left: 0 !important;
	}

	.section.bg-tertiary .col-md-6.mb-4.mb-lg-0.pe-5 {
		padding-right: 0 !important;
	}

	/* Corporate & Schools: add space between stacked image and text */
	.corporate-text-col {
		margin-top: 1rem;
	}
}
