/* =========================
   ABOUT — Know GYLC section
========================= */
text-align:center;
.center{
	text-align:center;
}

.about-know{
  padding: 70px 0 80px;
  background: #ffffff;
}

.about-know__title{
  text-align:center;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--green-hill); /* #4A9443 */
}

.about-know__intro{
  max-width: 920px;
  margin: 18px auto 0;
  text-align: center;
  color: rgba(35,31,32,.72);
  font-size: 16px;
  line-height: 1.85;
 
}

/* Vision / Mission row */
.about-vm{
  max-width: 980px;
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
  align-items: start;
}

.about-vm__divider{
  width: 1px;
  height: 160px;
  background: rgba(35,31,32,.18);
  margin: 0 auto;
}

.about-vm__title{
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--green-hill); 
  text-align:center;/* #4A9443 */
}

.about-vm__title--right{
  text-align: right;
}

.about-vm__text{
  margin: 0;
  color: rgba(35,31,32,.70);
  font-size: 16px;
  line-height: 1.9;

}

/* Responsive */
@media (max-width: 900px){
  .about-vm{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
  }

  .about-vm__divider{
    display:none;
  }

  .about-vm__title--right{
    text-align: left;
  }
}
/* =========================
   ABOUT — CEO SECTION (NO CARD)
========================= */

.about-ceo2{
  background: #f7f9fb; /* light gray like screenshot */
  padding: 70px 0;
}

.about-ceo2__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: start;
}

.about-ceo2__title{
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--green-hill);
}

.about-ceo2__text p{
  margin: 0 0 14px;
  color: rgba(35,31,32,.72);
  font-size: 16px;     /* close to screenshot */
  line-height: 1.75;
  
}

.about-ceo2__right{
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.about-ceo2__name{
  font-size: 22px;
  font-weight: 900;
  color: rgba(35,31,32,.9);
  text-align: center;
}

.about-ceo2__photo{
  width: 100%;
  max-width: 420px;
  border-radius: 0;      /* no card feel */
  overflow: hidden;
}

.about-ceo2__photo img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px){
  .about-ceo2__grid{
    grid-template-columns: 1fr;
  }
  .about-ceo2__right{
    align-items: flex-start;
  }
  .about-ceo2__name{
    text-align: left;
  }
  .about-ceo2__photo{
    max-width: 520px;
  }
}
/* =========================
   ABOUT — BOARD MEMBERS (UPDATED)
========================= */

/* =========================
   ABOUT — BOARD MEMBERS (FINAL)
========================= */

.board-sec{
  background:#ffffff;
  padding: 70px 0 80px;
}
.center{
	text-align:center;
}
.board-title{
  text-align:center;
  margin:0 0 34px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--green-hill);
}

/* Two centered rows */
.board-row{
  display:flex;
  justify-content:center;
  gap:56px;
  margin-bottom: 54px;
}

/* Row 2 spacing slightly tighter if you want */
.board-row--bottom{
  margin-bottom: 0;
}

/* Card */
.board-card{
  width: 240px;
  background:#fff;
  border-radius: 10px;
  padding: 22px 18px 16px;
  text-align:center;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
}

/* Your images already circular, so just size */
.board-img{
  width: 90px;
  height: 90px;
  display:block;
  margin: 0 auto 14px;
  object-fit: contain;
}

/* Text */
.board-name{
  font-weight: 900;
  color: var(--green-hill);
  font-size: 16px;
  margin-bottom: 6px;
}

.board-role{
  font-size: 14px;
  font-weight: 700;
  color: rgba(35,31,32,.55);
  margin-bottom: 16px;
}

/* LinkedIn icon */
.board-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 30px;
  height: 30px;
  text-decoration:none;
  color: var(--green-hill);
}

.li-icon{
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

/* Responsive */
@media (max-width: 992px){
  .board-row{
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 34px;
  }
  .board-card{
    width: 240px;
  }
}

@media (max-width: 520px){
  .board-row{
    flex-direction: column;
    align-items: center;
  }
  .board-card{
    width: min(280px, 100%);
  }
}
/* =========================
   STAY CONNECTED (MATCH DESIGN)
========================= */

.stay-sec{
  background:#f3f5f6;      /* same light section tone */
  padding: 70px 0 80px;
  text-align:center;
}

.stay-title{
  margin:0;
  font-size: 22px;
  font-weight: 900;
  color: rgba(35,31,32,.9); /* black title like screenshot */
}

.stay-sub{
  margin: 10px auto 0;
  max-width: 680px;
  color: rgba(35,31,32,.65);
 
  line-height: 1.7;
  font-size: 16px;
}

.stay-icons{
  margin-top: 22px;
  display:flex;
  justify-content:center;
  gap: 18px;
}

.stay-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 34px;
  height: 34px;
  color: var(--green-hill);     /* icon color same as your image */
  text-decoration:none;
  border-radius: 999px;
  transition: transform .15s ease, background .15s ease;
}

.stay-icon:hover{
  background: rgba(74,148,67,.10);
  transform: translateY(-1px);
}
.stay-sec{
  background:#f7f9fb;
  padding: 70px 0 50px;
  text-align:center;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
/* =========================
   ABOUT — Leadership Banner
========================= */

.leadership-banner{
  background:#0b5a4a; /* deep green (close to screenshot) */
  padding: 60px 0;
}

.leadership-banner__inner{
  display:flex;
  align-items:center;
  gap: 26px;
}

.leadership-banner__title{
  color:#ffffff;
  font-size: clamp(40px, 5vw, 78px);
  font-weight: 300;          /* light weight like screenshot */
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.leadership-banner__divider{
  width: 1px;
  height: 80px;
  background: rgba(255,255,255,.55);
  flex: 0 0 auto;
}

.leadership-banner__text{
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  max-width: 980px;
}

/* Responsive: stack nicely on small screens */
@media (max-width: 768px){
  .leadership-banner__inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .leadership-banner__divider{
    width: 100%;
    height: 1px;
  }
  .leadership-banner__title{
    font-size: 46px;
  }
}


/* =========================
   BOARD MEMBER DETAIL PAGE
========================= */

.board-detail{
  background:#0b5a4a; /* dark green frame */
  padding: 60px 0 80px;
}

.board-detail__wrap{
  max-width: 1200px;
}

.board-detail__heading{
  text-align:center;
  color:#ffffff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 28px;
}

.board-detail__card{
  background:#f5f4ef; /* cream inner area */
  padding: 50px;
  display:grid;
  grid-template-columns: 420px 1fr;
  gap: 50px;
}

/* Image */
.board-detail__image img{
  width:100%;
  height:auto;
  display:block;
}

/* Text */
.board-detail__content p{
  margin:0 0 14px;
  color:#2b2b2b;
  font-size: 16px;
  line-height: 1.75;
}

.board-detail__name{
  margin-top: 18px;
  font-weight: 900;
  font-size: 16px;
  color:#000;
}

.board-detail__role{
  font-size: 16px;
  color:#555;
  margin-bottom: 18px;
}

/* Back button */
.board-detail__back{
  display:inline-block;
  padding: 6px 14px;
  border:1.5px solid #d84a3a;
  color:#d84a3a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration:none;
}

.board-detail__back:hover{
  background:#d84a3a;
  color:#fff;
}

/* Responsive */
@media (max-width: 900px){
  .board-detail__card{
    grid-template-columns: 1fr;
    padding: 30px;
  }
}


.board-card a{
  display:inline-block;
}
.board-card a:hover img{
  transform: scale(1.03);
  transition: transform .2s ease;
}
