/* ===== About GKFTII page re-skin — purple (#4b1c6c) theme, layered on top of
   the sitewide site-design-style.css (buttons/section-title/logos). ===== */

.page-banner-top1 img {
  width: 100%;
  display: block;
}

/* section heading pill (replaces the old solid navy bar) */
.page-banner-top {
  background: none !important;
  color: inherit !important;
  margin-bottom: 10px;
}

.page-banner-top h2 {
  display: inline-block;
  background: linear-gradient(120deg, #4b1c6c, #8e44ec) !important;
  color: #fff !important;
  border-radius: 40px;
  padding: 12px 34px !important;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(75, 28, 108, 0.25);
}

.bg_color {
  background: linear-gradient(135deg, #f6f0fb 0%, #fdfbff 100%) !important;
}

/* ---------- About intro ---------- */
#about-gkftii .details-images img {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(75, 28, 108, 0.15);
  width: 100%;
}

#about-gkftii .details p,
#mission-and-vision .details p,
#message-from-dean .details p {
  color: #453a53 !important;
  line-height: 1.85;
}

/* ---------- Board of Directors ---------- */
#board-of-directors .single-alumni-events-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(75, 28, 108, 0.08);
  box-shadow: 0 8px 26px rgba(75, 28, 108, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#board-of-directors .single-alumni-events-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(75, 28, 108, 0.2);
}

#board-of-directors .alumni-img img {
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(75, 28, 108, 0.15);
}

#board-of-directors .alumni-content h3 {
  color: #4b1c6c;
  font-weight: 700;
}

#board-of-directors .location p {
  color: #453a53 !important;
  line-height: 1.75;
}

/* ---------- Board of Advisors ---------- */
#advisory-council .acgbox {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(75, 28, 108, 0.1);
  padding-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#advisory-council .acgbox:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(75, 28, 108, 0.2);
}

#advisory-council .acgbox figure img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 3px #4b1c6c;
}

#advisory-council .acgbox:hover h4 {
  color: #4b1c6c !important;
}

#advisory-council .acgbox div p {
  color: #8a7a99 !important;
}

/* ---------- Message from President ---------- */
#message-from-dean .vice_president img {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(75, 28, 108, 0.18);
}

#message-from-dean .vice_president h4 {
  color: #4b1c6c !important;
}

#message-from-dean .vice_president:hover h4 {
  color: #8e44ec !important;
}

/* ---------- Affiliation & Collaboration ---------- */
#affiliation-collaboration .Affiliation_img img {
  border-radius: 14px;
}

/* ---------- Celebrity Speaks — clean quote cards, no absolute-overlay hacks ---------- */
/* equal-height cards: the row's columns are flex items already (Bootstrap
   stretches them), so make the column itself a flex container and let the
   card fill it, then clamp the quote text so every card matches in height
   regardless of how long the testimonial is */
#opinion-of-the-film-Industry .row.justify-content-center > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

#opinion-of-the-film-Industry .single-health-care-card {
  position: static !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: 230px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(75, 28, 108, 0.1);
  padding: 22px;
  margin-bottom: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#opinion-of-the-film-Industry .single-health-care-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(75, 28, 108, 0.2);
}

#opinion-of-the-film-Industry .single-health-care-card .img {
  position: static !important;
  flex: 0 0 auto;
}

#opinion-of-the-film-Industry .single-health-care-card .img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px #efe4f7;
}

#opinion-of-the-film-Industry .single-health-care-card .health-care-content {
  position: static !important;
  background: none !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  flex: 1 1 auto;
  min-width: 0;
}

#opinion-of-the-film-Industry .health-care-content h4 {
  color: #4b1c6c !important;
  font-weight: 700;
  margin-bottom: 6px;
}

#opinion-of-the-film-Industry .health-care-content p {
  color: #453a53 !important;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* ================= Responsive ================= */
@media only screen and (max-width: 991px) {
  #advisory-council .acgbox figure img {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-top h2 {
    font-size: 20px;
    padding: 10px 22px !important;
  }

  #opinion-of-the-film-Industry .single-health-care-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    min-height: 280px;
    padding: 22px 16px;
  }

  #opinion-of-the-film-Industry .health-care-content p {
    -webkit-line-clamp: 5;
  }

  #board-of-directors .single-alumni-events-card {
    padding: 14px;
  }

  #board-of-directors .alumni-img {
    margin-bottom: 14px;
  }

  #advisory-council .acgbox figure img {
    width: 160px;
    height: 160px;
  }

  #message-from-dean .vice_president {
    margin-bottom: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner-top h2 {
    font-size: 18px;
    padding: 8px 18px !important;
  }

  #advisory-council .acgbox figure img {
    width: 140px;
    height: 140px;
  }

  #opinion-of-the-film-Industry .single-health-care-card .img img {
    width: 70px;
    height: 70px;
  }
}
