/*-- -------------------------- -->
<---          Landing           -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	#hero {
		height: auto;
		background: url("/images/pexels-hero.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding-top: 50px;
		padding-bottom: 150px;
	}

	#dark {
		position: absolute;
		background: linear-gradient(
			60deg,
			rgba(84, 58, 183, 1) 0%,
			rgba(0, 172, 193, 1) 100%
		);
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		opacity: 0.3;
		z-index: 0;
	}

	.heroText {
		max-width: 400px;
		margin: auto;
		margin-top: 50px;
	}

	.hero-content {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	#home-h {
		color: #fff;
		font-size: 2em;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		margin-bottom: 30px;
	}

	.heroText h2 {
		color: #fff;
		font-size: 1em;
		font-weight: normal;
		text-align: center;
		line-height: 1.5em;
	}

	#home-p {
		color: #fff;
		font-size: 1em;
		font-weight: normal;
		width: 100%;
		line-height: 1.6em;
		text-align: center;
	}

	.heroText button {
		width: 100%;
		height: 55px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.heroText a {
		display: block;
		width: 200px;
		margin: auto;
	}

	.heroText .button-solid {
		margin-bottom: 10px;
	}

	.heroText .button-transparent {
		border: none;
	}
}

@media only screen and (min-width: 768px) {
	.heroText {
		margin-top: 100px;
		max-width: 570px;
	}

	#home-h {
		font-size: 3em;
	}

	.heroText h2 {
		width: 500px;
		margin: auto;
		margin-bottom: 50px;
		font-size: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	#hero .container {
		max-width: 800px;
	}

	#hero {
		background-attachment: fixed;
		min-height: 100vh; /* makes this section as tall as whatever the screen is */
	}

	.heroText {
		margin-top: 250px;
		margin-left: 0;
		max-width: 600px;
	}

	#home-h {
		text-align: left;
		font-size: 45px;
	}

	.heroText h2 {
		text-align: left;
		line-height: 1.7em;
		width: 400px;
		margin-left: 0;
		font-size: 16px;
	}

	.heroText a {
		display: inline-block;
	}

	.heroText .button-solid {
		margin-right: 20px;
	}

	.heroText .button-transparent {
		border: none;
	}
}

@media only screen and (min-width: 1300px) {
	#hero .container {
		max-width: 1200px;
	}
}

/*-- -------------------------- -->
<---      Important Links       -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	.imp-links {
		display: flex;
		margin-block: 50px;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.imp-link-button {
		width: 250px;
		margin: 5px;
	}

	.imp-link-button:hover {
		transform: translateY(-10px);
	}
}

/*-- -------------------------- -->
<---            ABOUT           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0px) {
	.about-container {
		display: flex;
	}

	#about img {
		max-height: 500px;
		max-width: 315px;
	}
	.about-container .above-topper {
		color: #999;
		font-size: 0.875em;
		text-transform: uppercase;
	}
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.about-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/*-- -------------------------- -->
<---        whychooseus         -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	#whychooseus .whychooseus-container {
		display: flex;
	}

	#whychooseus img {
		max-height: 500px;
		max-width: 315px;
	}

	#whychooseus .whychooseus-container h2 {
		margin-top: 40px;
	}
}

/* Mobile */
@media only screen and (max-width: 768px) {
	#whychooseus .whychooseus-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/* Landscape */
@media screen and (min-width: 540px) and (max-width: 767px) {
}

/* Tablet */
@media only screen and (min-width: 768px) {
}

/* Small Desktop */
@media only screen and (min-width: 1024px) {
}

/* Regular Desktop */
@media only screen and (min-width: 1300px) {
}

/*-- -------------------------- -->
<---          Stats             -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	#stats {
		display: flex;
		margin-block: 0px;
		justify-content: space-evenly;
		align-items: center;
		flex-wrap: wrap;
		background: url(/images/main_bg.png),
			linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
		background-size: cover;
		color: #fff;
		padding: 30px 15px;
	}

	#stats div {
		justify-self: center;
		align-self: center;
		padding: 10px 15px;
		text-align: center;
	}
	#stats span {
		font-weight: bold;
		color: var(--tertiary);
		font-size: 25px;
		display: block;
	}

	#stats p {
		font-size: 18px;
	}
}

/*-- -------------------------- -->
<---      admissions steps      -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	#admissions-steps {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 134, 51, 0.06) 100%);
		position: relative;
		overflow: hidden;
	}

	#admissions-steps::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: radial-gradient(circle at top left, rgba(245, 134, 51, 0.12), transparent 38%),
			radial-gradient(circle at bottom right, rgba(84, 58, 183, 0.1), transparent 42%);
		opacity: 1;
		pointer-events: none;
	}

	#admissions-steps .container {
		position: relative;
		z-index: 1;
	}

	#admissions-steps .steps-header {
		text-align: center;
		margin-bottom: 35px;
	}

	#admissions-steps .topper {
		position: relative;
		color: #292929;
		margin-bottom: 14px;
	}

	#admissions-steps .section-lead {
		color: #292929;
		font-size: 1em;
		margin-bottom: 0;
		line-height: 1.5em;
	}

	#admissions-steps .steps-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		margin: 0 auto 34px;
		padding: 0;
		max-width: 980px;
	}

	#admissions-steps .step-card {
		position: relative;
		display: grid;
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 18px;
		align-items: center;
		padding: 18px 20px;
		border-radius: 22px;
		background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
		box-shadow: 0 8px 24px rgba(41, 41, 41, 0.08);
		border: 1px solid rgba(41, 41, 41, 0.06);
		overflow: hidden;
	}

	#admissions-steps .step-card::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 10px;
		background: linear-gradient(180deg, var(--step-start), var(--step-end));
	}

	#admissions-steps .step-card::after {
		content: "";
		position: absolute;
		top: -28px;
		right: -28px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 68%);
		opacity: 0.7;
	}

	#admissions-steps .step-card h3 {
		color: #292929;
		font-size: 1.05em;
		font-weight: 700;
		margin: 0 0 8px 0;
	}

	#admissions-steps .step-copy {
		min-width: 0;
		position: relative;
		z-index: 1;
	}

	#admissions-steps .step-card p {
		color: #666;
		font-size: 0.95em;
		line-height: 1.55em;
		margin: 0;
	}

	#admissions-steps .step-badge {
		display: grid;
		place-items: center;
		width: 66px;
		height: 66px;
		border-radius: 50%;
		background: linear-gradient(135deg, var(--step-start), var(--step-end));
		color: #fff;
		font-weight: 700;
		font-size: 1em;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
		position: relative;
		z-index: 1;
		grid-row: 1 / span 2;
		align-self: center;
	}

	#admissions-steps .step-orange {
		--step-start: #f58633;
		--step-end: #f2b24f;
	}

	#admissions-steps .step-purple {
		--step-start: #5445c6;
		--step-end: #8a74f2;
	}

	#admissions-steps .step-cyan {
		--step-start: #00acc1;
		--step-end: #44d4e3;
	}

	#admissions-steps .step-green {
		--step-start: #34ba70;
		--step-end: #8adf97;
	}

	#admissions-steps .admission-cta-wrap {
		text-align: center;
		position: relative;
		z-index: 1;
	}
}

@media only screen and (min-width: 640px) {
	#admissions-steps .steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	#admissions-steps .step-card {
		padding: 22px 24px;
		align-items: start;
		grid-template-columns: 72px minmax(0, 1fr);
	}

	#admissions-steps .step-card h3 {
		font-size: 1.08em;
	}

	#admissions-steps .step-card p {
		font-size: 0.93em;
	}
}

@media only screen and (min-width: 1024px) {
	#admissions-steps .steps-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 18px;
		max-width: 1300px;
	}

	#admissions-steps .step-card {
		min-height: 190px;
		padding: 22px 20px;
		grid-template-columns: 72px minmax(0, 1fr);
		align-items: center;
		gap: 16px;
	}

	#admissions-steps .step-card h3 {
		font-size: 1.05em;
	}

	#admissions-steps .step-card p {
		font-size: 0.9em;
		max-width: none;
	}

	#admissions-steps .step-badge {
		width: 72px;
		height: 72px;
		font-size: 1.05em;
	}
}

/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
	#faq-home {
		text-align: left;
	}

	#faq-home .faq-list {
		display: grid;
		gap: 15px;
		max-width: 700px;
		margin: 0 auto;
	}

	#faq-home details {
		background: #fff;
		border-radius: 6px;
		padding: 20px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		border-left: 4px solid var(--primary);
	}

	#faq-home summary {
		cursor: pointer;
		font-weight: 700;
		color: #292929;
		font-size: 1em;
		line-height: 1.4em;
		user-select: none;
		transition: color 0.2s ease;
	}

	#faq-home summary:hover {
		color: var(--primary);
	}

	#faq-home details p {
		color: #292929;
		font-size: 0.95em;
		line-height: 1.6em;
		margin-top: 15px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1024px) {
	#faq-home .faq-list {
		max-width: 800px;
	}
}

/*-- -------------------------- -->
<---     card grid with waves   -->
<--- -------------------------- -*/
.quote h1 {
	font-size: 4rem;
	color: #fff;
}
.quote span {
	color: #cfa911;
	font-weight: 700;
}

.header {
	position: relative;
	text-align: center;
	background: url(/images/main_bg.png),
		linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
	color: white;
}

/*--Cards--*/

:root {
	--text-light: rgba(255, 255, 255, 0.6);
	--text-lighter: rgba(255, 255, 255, 0.9);
	--spacing-s: 8px;
	--spacing-m: 16px;
	--spacing-l: 24px;
	--spacing-xl: 32px;
	--spacing-xxl: 64px;
	--width-container: 1300px;
}

.card-section {
	align-items: flex-start;

	display: flex;
	min-height: 100%;
	justify-content: center;
	padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: var(--spacing-l);
	grid-row-gap: var(--spacing-l);
	max-width: var(--width-container);
	width: 100%;
}

@media (min-width: 540px) {
	.card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.card-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.card {
	list-style: none;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.card:before {
	content: "";
	display: block;
	padding-bottom: 150%;
	width: 100%;
}

.card__background {
	background-size: cover;
	background-position: center;
	border-radius: var(--spacing-l);
	bottom: 0;
	filter: brightness(0.75) saturate(1.2) contrast(0.85);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center;
	transform: scale(1) translateZ(0);
	transition: filter 200ms linear, transform 200ms linear;
}

.card:hover .card__background {
	transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background {
	filter: brightness(0.5) saturate(0) contrast(1.2);
}

.card__content {
	left: 0;
	padding: var(--spacing-l);
	position: absolute;
	top: 0;
	width: 100%;
}

.card__category {
	color: var(--text-light);
	font-size: 1.2rem;
	margin-bottom: var(--spacing-s);
	text-transform: capitalize;
	text-align: center;
}

.card__heading {
	color: var(--text-lighter);
	font-size: 2rem;
	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
	line-height: 1.4;
	word-spacing: 100vw;
	text-align: center;
}
