@import url('./assets/fonts/style.css');

:root {
	--primary-green: #006b5e;
	--secondary-bg: #f5f2ea;
	--light: #f4e8c0;
	--primary-color: #10b981;
	--primary-dark: #04654b;
	--body-color: #1f2937;
	--light-bg: #ffffff;
	--custom-orange: #f2ad1b;
	--feature-bg: #262626;
	--light-green: #f6fffd;
	--primary-red: #ff3e1d;
	--secondary-red: #ff6b6b;
	--text-dark: #1d2939;
	--google-btn-bg: #fff;
	--input-border: #d0d5dd;
}

body {
	font-family: Arial Regular, Helvetica, sans-serif;
}

.navbar {
	padding: 0.75rem 2rem;
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	padding-bottom: 0;
}
.navbar .container {
	padding-bottom: 0.5rem;
}
.sitemap-section .navbar .container {
	border: none;
}

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

.navbar-brand .logo {
	height: 62px;
}
.navbar-brand .tdp {
	height: 62px;
}

.top-text {
	color: black;
	font-size: 1rem;
	background-color: #f1f0e4;
	padding: 0.5rem;
	width: 100%;
	text-align: center;
	margin: 0;
	line-height: 1.4;
}

.btn-register {
	background: var(--primary-dark);
	color: white;
	padding: 0.8rem 2rem;
	border: none;
	font-weight: 500;
	transition: all 0.3s ease;
	border-radius: 2.5rem;
}

.btn-register-hero {
	background: var(--light);
	color: black;
	padding: 1rem 5rem;
	border: none;
	font-weight: 500;
	transition: all 0.3s ease;
	border-radius: 2.5rem;
}
.btn-register-hero:hover {
	background: #ecddae;
}

.btn-register:hover {
	background: #04654b;
	color: white;
}

.btn-signin {
	color: #000;
	text-decoration: none;
	margin-right: 1.5rem;
	font-weight: 500;
}

.hero-section {
	background: var(--primary-green);
	color: white;
	padding: 4rem 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-section h1 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 1rem;
	line-height: 1.2;
	color: var(--light);
}

.hero-section p {
	font-size: 16px;
	max-width: 650px;
	margin: 0 auto 2rem;
	font-weight: 300;
}

.platform-preview {
	max-width: 900px;
	margin: 2rem auto 0;
	position: relative;
}

.platform-preview img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.partner-section {
	background: #f3fffa;
	padding: 0.5rem 0;
	text-align: center;
	position: relative;
}

.partner-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.partner-logos img {
	height: 72px;
}

.about-section {
	background: #f5f2ea;
	padding: 5rem 0;
	text-align: center;
}

.about-section h2 {
	color: var(--primary-green);
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 2rem;
	text-align: left;
}

.about-section p {
	font-size: 18px;
	line-height: 1.8;
	color: black;
	margin-bottom: 1.5rem;
	font-weight: 400;
	text-align: justify;
}

.btn-learn-more {
	background: var(--primary-green);
	color: white;
	padding: 1rem 5rem;
	border-radius: 2rem;
	text-decoration: none;
	display: inline-block;
	margin-top: 2rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.btn-learn-more:hover {
	background: #005a4f;
}
.leadership-section {
	width: 100%;
	min-height: 713px;
	background-color: #006b5e;
	padding: 60px 0;
	position: relative;
}

.leadership-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	gap: 40px;
}

.profile-card {
	width: 440px;
	background: white;
	border-radius: 33px;
	padding: 24px;
	text-align: left;
}

.profile-image-wrapper {
	width: 100%;
	margin-bottom: 24px;
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
}

.profile-image {
	width: 100%;
	height: 483px; /* Calculated based on card proportions */
	object-fit: cover;
	border-radius: 24px;
}

.profile-name {
	color: #1c6b85;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: left;
}

.profile-title {
	color: #157f73;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.leadership-container {
		flex-direction: column;
		align-items: center;
	}

	.profile-name {
		text-align: center;
	}
	.profile-card {
		width: 100%;
		max-width: 531px;
		text-align: center;
	}

	.profile-image {
		height: auto;
		aspect-ratio: 1/1;
	}
}
.classroom-image-container-wrap {
	background-color: #f1f0e4;
	padding: 8rem 0;
}
.classroom-image-container {
	margin: auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	max-height: 540px;
	max-width: 1300px;
}
.classroom-text-wrap {
	max-width: 1300px;
	margin: auto;
}
.classroom-text {
	font-size: 1.5rem;
	color: black;
	margin-top: 3rem;
	width: 68%;
	font-weight: 500;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.classroom-image {
	width: 100%;
}

/* FAQ Style */
.faq-section {
	padding-top: 1rem;
	background-color: #157f73;
}
.faq-section .container {
	max-width: 900px;
}

.faq-header {
	text-align: center;
	margin-bottom: 40px;
}

.faq-header h1 {
	font-size: 32px;
	color: white;
	font-weight: 900;
	border-bottom: 4px solid var(--primary-dark);
	width: 100px;
	padding-bottom: 1.1rem;
	margin: 2rem auto;
}

.faq-header p {
	color: white;
	font-size: 1.5rem;
	width: 100%;
	text-transform: capitalize;
	margin: auto;
	margin-top: 0.2rem;
}

.faq-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	padding-bottom: 3rem;
}

.faq-item {
	background: var(--light-bg);
	border-radius: 3.5rem;
	overflow: hidden;
	padding: 0 2rem;
	width: 100%;
	margin: auto;
}
.faq-item.active {
	border-radius: 2.3rem !important;
}

.faq-question {
	width: 100%;
	padding: 0.5rem;
	background: none;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-question::after {
	content: '+';
	font-size: 2.5rem;
	color: var(--primary-dark);
}

.faq-answer {
	display: none;
	padding: 0 20px 20px;
	color: #666;
	line-height: 1.5;
	text-align: justify;
}

.faq-item.active .faq-question::after {
	content: '−';
	font-size: 2.5rem;
	color: var(--primary-dark);
}

.faq-item.active .faq-answer {
	display: block;
}

.faq-learn-more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 1rem auto;
}

.learn-more:hover {
	background-color: #0a6048;
}

.call-to-action {
	height: 20rem;
	margin-top: 5rem;
	display: grid;
	place-items: center;
	background: radial-gradient(circle, var(--primary-dark), var(--feature-bg));
}

@media (max-width: 1290px) {
	.faq-header p {
		width: 100%;
	}
	.faq-item {
		width: 100%;
		padding: 0;
	}
	.classroom-image-container-wrap {
		padding: 8rem 0;
	}
	.faq-question {
		padding: 0.6rem 1.2rem;
	}
}

/* Media queries for responsiveness */
@media (max-width: 580px) {
	.faq-list {
		grid-template-columns: 1fr;
		gap: 1.3rem;
	}
	.btn-signin,
	.btn-register {
		font-size: 13px;
		margin-right: 0.3rem;
	}
	.btn-register {
		padding: 0.5rem 1rem;
	}
	.faq-question {
		padding: 0.2rem 1.2rem;
	}
}
.sitemap-section .navbar {
	background: #f1f0e4 !important;
}

.footer {
	background: #1a1a1a;
	color: white;
	padding: 1rem 0;
	font-size: 13px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	gap: 2rem;
}
.footer-content p {
	font-size: 2rem;
}

.footer-links {
	display: flex;
	gap: 2rem;
}

.footer p {
	font-size: 1.3rem;
	color: white;
}
.footer a {
	color: white;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.navbar {
		padding: 1rem;
		padding-bottom: 0;
	}
	.hero-section h1 {
		font-size: 32px;
	}

	.platform-preview {
		margin: 2rem 1rem 0;
	}

	.about-section {
		padding: 3rem 0;
	}
	.about-section p,
	.about-section h2 {
		text-align: center;
	}

	.profile-card img {
		width: 260px;
		height: 260px;
	}
	.partner-logos img {
		height: 40px;
	}

	.classroom-image-container {
		padding: 0 1rem;
	}

	.classroom-text {
		font-size: 1rem;
		margin-top: 2rem;
		width: 90%;
	}

	.footer-content {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}
	.footer-content p {
		font-size: 1rem;
	}

	.footer-links {
		justify-content: center;
	}
	.classroom-image-container-wrap {
		padding: 4rem 0;
	}
	.top-text {
		font-size: 0.8rem;
	}
}

@media (max-width: 520px) {
	.navbar-brand img {
		height: 30px !important;
	}
}
@media (max-width: 420px) {
	.navbar-brand img {
		height: 22px !important;
	}
}
