/* ==== Board of Directors page styles ==== */

#board_hero {
  background: linear-gradient(135deg, #04122b 0%, #0266e0 100%);
  padding: 60px 0;
}

#board_hero .board_hero_heading h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

#board_hero .board_hero_heading a {
  color: #cfe1fb;
  text-decoration: none;
  font-size: 15px;
}

#board_hero .board_hero_heading a:hover {
  color: #ffffff;
}

#board_intro {
  padding: 60px 0 20px;
  text-align: center;
}

#board_intro .about_eyebrow {
  display: inline-block;
  color: #0266e0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.board_intro_title {
  font-size: 28px;
  font-weight: 700;
  color: #0a0a23;
  max-width: 760px;
  margin: 0 auto 18px;
  line-height: 1.35;
}

.board_intro_disc {
  color: #4b4b5a;
  font-size: 16px;
  line-height: 1.8;
  max-width: 780px;
  margin: 0 auto;
}

#board_members {
  padding: 40px 0 70px;
}

.director_card {
  background: #ffffff;
  border: 1px solid #eceff5;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  height: 100%;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(10, 10, 35, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.director_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(2, 102, 224, 0.14);
}

.director_avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0266e0 0%, #04122b 100%);
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  letter-spacing: 1px;
}

.director_name {
  font-size: 20px;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 6px;
}

.director_role {
  display: inline-block;
  color: #0266e0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(2, 102, 224, 0.1);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.director_bio {
  color: #5b5b6b;
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .board_intro_title {
    font-size: 22px;
  }
}
