/* =========================================
   CEO PAGE SPECIFIC STYLES
   Prefix: .ceo-page-
   ========================================= */

/* --- 1. HERO SECTION --- */
.ceo-page-hero {
	background: url('../images/ceopage_kv.jpg');
	background-size: cover;
	background-position: center;
	color: white;
	padding-top: 120px;
	padding-bottom: 80px;
	position: relative;
	margin-top: 90px;
	overflow: hidden;
}

.ceo-page-hero .hero-label {
	font-family: 'Lato', sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 1rem;
	opacity: 0.9;
}

.ceo-page-hero .hero-name {
	font-family: 'Merriweather', serif;
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.ceo-page-hero .hero-role {
	font-family: 'Lato', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	opacity: 0.9;
}

.hero-portrait-wrapper {
	position: relative;
	text-align: center;
}

.hero-portrait {
	max-width: 100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	max-height: 450px;
	object-fit: cover;
}


.pageBannerKv {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 420px;
	margin-top: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #143143;
}

.pageBannerKv .jumbotron {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: left;
	position: relative;
	background: none;
	display: flex;
	align-items: flex-start;
}

.pageBannerKv .jumbotron h1 {
	font-size: 56px;
}

.pageBannerKv .jumbotron h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 0px;
}

.pageBannerKv .imgBox {
	position: relative;
	bottom: -60px;
	display: flex;
	justify-content: flex-end;
}

.pageBannerKv .imgBox img {
	width: 90%;
}

.aboutPageWrap{
	margin-top:140px;
	padding-bottom:160px;
}

/* --- 2. PROFILE SECTION --- */
.ceo-page-profile {
	padding: 80px 0;
	background-color: #fff;
}

.section-heading-serif {
	font-family: 'Merriweather', serif;
	font-size: 2rem;
	font-weight: 700;
	color: #072639;
	/* Navy */
}

.profile-desc {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	max-width: 800px;
}

.profile-subhead {
	color: #A58743;
	/* Gold */
	font-family: 'Merriweather', serif;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.profile-list li {
	font-size: 0.95rem;
	color: #444;
	margin-bottom: 0.8rem;
	line-height: 1.6;
	padding-left: 15px;
	position: relative;
}

.profile-list .bullet-point {
	position: absolute;
	left: 0;
	color: #333;
	font-weight: bold;
}


/* --- 3. EDUCATIONAL BACKGROUND SECTION (Optimized) --- */
.ceo-page-education {
	background-color: #072639;
	/* Deep Navy Background */
	padding: 100px 0 140px;
	color: white;
}

.edu-section-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	margin-bottom: 3rem;
	text-align: left;
	text-align: center;
}

.edu-card {
	background-color: #fff;
	color: #333;
	padding: 40px 30px;
	height: 100%;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 2px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.edu-card:hover {
	transform: translateY(-5px);
}

.edu-school {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #072639;
	margin-bottom: 1.2rem;
}

.edu-degree {
	font-family: 'Lato', sans-serif;
	font-size: 0.85rem;
	color: #444;
	font-weight: 400;
	line-height: 1.6;
}

.edu-logo-wrapper {
	margin-top: auto;
	padding-top: 20px;
}

.edu-logo-wrapper img {
	height: 60px;
}


/* --- 4. SKILLS & EXPERTISE SECTION (Optimized) --- */
.ceo-page-skills {
	background-color: #F4F6F8;
	/* Light Grey Background */
	padding: 100px 0 140px 0px;
}

.skills-section-title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	color: #072639;
	margin-bottom: 3rem;
	text-align: center;
}

.skill-card {
	background-color: #fff;
	padding: 40px 35px;
	height: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.skill-card:hover {
	transform: translateY(-5px);
}

.skill-name {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: #072639;
	margin-bottom: 1.5rem;
}

.skill-desc {
	font-size: 0.85rem;
	color: #444;
	line-height: 1.6;
	margin-bottom: 40px;
}

.skill-icon-box {
	width: 80px;
	height: 80px;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
}


/* --- 5. HONORS SECTION --- */
.ceo-page-honors {
	padding: 120px 0 160px;
	background-color: #fff;
}

.honor-list li {
	font-size: 0.95rem;
	color: #444;
	margin-bottom: 1rem;
	line-height: 1.4;
	padding-left: 15px;
	position: relative;
}

.honor-list .bullet-point {
	position: absolute;
	left: 0;
	color: #072639;
	font-weight: bold;
}


.honors-image-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.honors-image-grid .citylandImg {
	margin-top: 5rem;
}


@media (max-width: 991px) {
	.ceo-page-hero {
		padding-top: 120px;
		text-align: center;
	}

	.hero-portrait-wrapper {
		margin-top: 40px;
	}

	.honors-image-grid {
		margin-top: 40px;
	}
}


@media (max-width: 768px) {
	.ceo-page-hero {
		padding-top: 60px;
		margin-top: 90px;
	}

	.ceo-page-hero .hero-name {
		font-size: 2rem;
	}

	.ceo-page-hero .hero-role {
		font-size: 1rem;
	}


	.ceo-page-skills {
		padding: 80px 0 100px 0px;
	}

	.skills-section-title {
		margin-bottom: 2rem;
	}

	.ceo-page-honors {
		padding: 100px 20px 120px;
		background-color: #fff;
	}


	.honor-list li {
		padding-left: 20px;
	}

	.honors-image-grid {
		margin-top: 20px;
	}

	.honors-image-grid .citylandImg {
		margin-top: 3rem;
	}

	.ceo-page-education {
		padding: 100px 0 120px;
	}

}