nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 8px 12px;
}

nav ul li a.active {
  color: #007bff; /* blue */
  font-weight: bold;
  text-decoration: underline;
}


.centered {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
}

.profile-video iframe {
  width: 100%;
  max-width: 700px;
  height: 400px;
  border-radius: 8px;
}


	.profile-text-about{
		width: 100%;
		font-size: 20px; /* You can increase or decrease as needed */
		font-weight: bold;
	}
	
	.banner-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}
		
	.about-section {
	  display: flex;
	  justify-content: space-between;
	  align-items: flex-start;
	  gap: 40px;
	  padding: 40px 20px;
	  max-width: 1200px;
	  margin: 0 auto;
	}

	.about-text {
	  flex: 1;
	}

	.about-image {
	  flex: 1;
	}

	.about-image img {
	  width: 100%;
	  height: auto;
	  border-radius: 10px;
	}


	.leadership-section {
		text-align: center;
		margin: 50px auto;
		max-width: 1200px;
	}

	.leadership-section h2 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.leaders {
		display: flex;
		justify-content: center;
		gap: 350px;
	}

	.leader {
		text-align: center;
		width: 320px;
	}

	.leader img {
		width: 100%;
       height: 350px; /* Set a fixed height for uniformity */
       object-fit: cover;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}

	.leader h3 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 15px;
	}

	.leader p {
		font-size: 16px;
		color: #666;
	}

	.timeline-section {
		text-align: center;
		margin: 50px auto;
		width: 100%;
		padding: 20px;
	}

	.timeline-section h2 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.timeline-image img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	}
