/* About GKFTII page redesign, scoped to .about-page (about-gkftii.html only) */

.about-page p {
  text-align: left;
}

/* ---------- Section headings (replace solid red bars) ---------- */
.about-page .page-banner-top {
  background-color: transparent !important;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 !important;
}
.about-page .page-banner-top h2 {
  background-color: transparent !important;
  color: #1a2c42 !important;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 0 16px !important;
  margin-bottom: 0;
}
.about-page .page-banner-top h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #2C5282;
}

/* ---------- Top banner image ---------- */
.about-page .page-banner-top1 img {
  border: none;
}

/* ---------- Mission & Vision ---------- */
.about-page .mv-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.about-page .mv-intro p {
  text-align: center;
  font-size: 16px;
  line-height: 1.85;
  color: #555 !important;
  margin-bottom: 16px;
}
.about-page .mv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.about-page .mv-card {
  flex: 1 1 320px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(20, 30, 60, 0.08);
  padding: 40px 34px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-page .mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(20, 30, 60, 0.14);
}
.about-page .mv-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #2C5282;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.about-page .mv-card h3 {
  color: #1a2c42;
  font-size: 22px;
  margin-bottom: 14px;
}
.about-page .mv-card p {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  color: #555 !important;
}
.about-page .mv-tagline {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #2C5282 !important;
  position: relative;
  padding-top: 20px;
}
.about-page .mv-tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #2C5282;
  opacity: 0.4;
}

/* ---------- About GKFTII intro ---------- */
.about-page .details-images img {
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(20, 30, 60, 0.14);
}
.about-page .academics-details .details h2 {
  color: #1a2c42;
}

/* ---------- Our Directors (quote cards) ---------- */
.about-page .single-alumni-events-card,
.about-page .single-alumoni-updates-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(20, 30, 60, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  padding: 28px 30px 28px 34px;
  position: relative;
  overflow: hidden;
}
.about-page .single-alumni-events-card::before,
.about-page .single-alumoni-updates-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background-color: #2C5282;
}
.about-page .single-alumni-events-card:hover,
.about-page .single-alumoni-updates-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(20, 30, 60, 0.15);
}
.about-page .single-alumni-events-card .alumni-img,
.about-page .single-alumoni-updates-card .update-image {
  text-align: center;
}
.about-page .single-alumni-events-card .alumni-img img,
.about-page .single-alumoni-updates-card .update-image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  border: 4px solid #f1f5f9;
  box-shadow: 0 8px 20px rgba(20, 30, 60, 0.14);
}
.about-page .single-alumni-events-card .alumni-content,
.about-page .single-alumoni-updates-card .updates-content {
  position: relative;
  padding-left: 20px;
}
.about-page .single-alumni-events-card .alumni-content::before,
.about-page .single-alumoni-updates-card .updates-content::before {
  content: "\201C";
  position: absolute;
  top: -34px;
  left: -6px;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #2C5282;
  opacity: 0.15;
  font-family: Georgia, serif;
}
.about-page .single-alumni-events-card .alumni-content h3,
.about-page .single-alumoni-updates-card .updates-content h3 {
  color: #1a2c42;
  margin-bottom: 2px;
  font-size: 20px;
  position: relative;
}
.about-page .director-role {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2C5282;
  opacity: 0.8;
  margin-bottom: 12px;
  position: relative;
}
.about-page .single-alumni-events-card .location,
.about-page .single-alumoni-updates-card .updates-content {
  height: auto;
  overflow: visible;
}
.about-page .single-alumni-events-card .location p,
.about-page .single-alumoni-updates-card .updates-content p {
  font-size: 15px;
  line-height: 1.75;
}

/* ---------- Our Board of Advisors ---------- */
.about-page .acgbox {
  transition: transform 0.35s ease;
}
.about-page .acgbox:hover {
  transform: translateY(-6px);
}
.about-page .acgbox figure {
  box-shadow: 0 10px 24px rgba(20, 30, 60, 0.12);
}
.about-page .acgbox div {
  box-shadow: 0 4px 14px rgba(20, 30, 60, 0.06);
}
.about-page .acgbox:hover h4 {
  color: #2C5282 !important;
}

/* ---------- Message from Vice President ---------- */
.about-page .vp-message-card {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(20, 30, 60, 0.1);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
.about-page .vp-message-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #2C5282;
}
.about-page .vice_president {
  text-align: center;
}
.about-page .vice_president img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: block;
  box-shadow: 0 10px 26px rgba(20, 30, 60, 0.16);
  border: 4px solid #f1f5f9;
}
.about-page .vice_president h4 {
  color: #1a2c42 !important;
  font-size: 20px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
.about-page .vice_president:hover h4 {
  color: #2C5282 !important;
}
.about-page .vice_president .vp-role {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2C5282;
  opacity: 0.8;
  margin-bottom: 10px;
}
.about-page .vice_president p {
  font-size: 13px;
  color: #777 !important;
  text-align: center;
}
.about-page .vp-quote {
  position: relative;
  padding-left: 30px;
}
.about-page .vp-quote::before {
  content: "\201C";
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #2C5282;
  opacity: 0.15;
  font-family: Georgia, serif;
}
.about-page .vp-quote p {
  font-size: 17px;
  line-height: 1.8;
  color: #333 !important;
}

/* ---------- Our Affiliation & Alliances ---------- */
.about-page .our-alliances ul li {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-page .our-alliances ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(20, 30, 60, 0.1);
}

/* ---------- Celebrity Speaks ---------- */
/* Source photos are small (~200x245px); the card is a fixed-size avatar
   thumbnail next to the quote so they never get upscaled/blurry. */
.about-page #opinion-of-the-film-Industry .single-health-care-card.style1,
.about-page #opinion-of-the-film-Industry .single-health-care-card.style2 {
  position: relative;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(20, 30, 60, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}
.about-page #opinion-of-the-film-Industry .single-health-care-card.style1:hover,
.about-page #opinion-of-the-film-Industry .single-health-care-card.style2:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(20, 30, 60, 0.16);
}
.about-page #opinion-of-the-film-Industry .row.justify-content-center {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.about-page #opinion-of-the-film-Industry .single-health-care-card .img {
  position: relative;
  flex: 0 0 110px;
  width: 110px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
}
.about-page #opinion-of-the-film-Industry .single-health-care-card .img img {
  width: 110px;
  height: 135px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}
.about-page #opinion-of-the-film-Industry .single-health-care-card:hover .img img {
  transform: scale(1.06);
}
.about-page #opinion-of-the-film-Industry .single-health-care-card .health-care-content {
  position: static;
  max-width: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  flex: 1;
  min-width: 0;
}
.about-page #opinion-of-the-film-Industry .single-health-care-card .health-care-content h4 {
  color: #1a2c42 !important;
  font-size: 19px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .about-page #opinion-of-the-film-Industry .single-health-care-card.style1,
  .about-page #opinion-of-the-film-Industry .single-health-care-card.style2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
