/* ====================================================
   About Us Page — about.css
   ==================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');

/* ── Hero ── */
.about-hero {
  position: relative;
  background: url('../assets/image/groupphoto.png') center center / cover no-repeat;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
}

.about-hero-title span {
  color: #f78f1e;
}

/* ── Shared heading style ── */
.about-section-heading {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #2d2d2d;
  margin-bottom: 1rem;
}

.about-section-heading span {
  color: #f78f1e;
}

/* ── Intro ── */
.about-intro {
  background: #f5f5f5;
  padding: 100px 20px 70px;
  position: relative;
  top: 4rem;
}

.about-intro-text {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: #444;
  line-height: 1.85;
  text-align: justify;
  max-width: 780px;
  margin: 0 auto;
}

/* ── Mission & Vision ── */
.about-mv {
  padding: 70px 20px;
  background: #fff;
}

.mv-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-top: 4px solid #f78f1e;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.mv-icon {
  font-size: 2.2rem;
  color: #f78f1e;
  margin-bottom: 16px;
}

.mv-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.mv-card p {
  font-size: 0.97rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* ── Video Section ── */
.about-video {
  padding: 70px 20px;
  background: #f5f5f5;
}

.about-video-sub {
  color: #666;
  font-size: 1.05rem;
  margin-bottom: 36px;
}

.about-video-wrapper {
  max-width: 860px;
  margin: 0 auto;
}

/* Responsive 16:9 Vimeo embed */
.vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  background: #000;
}

.vimeo-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.about-video-label {
  font-weight: 700;
  font-size: 1rem;
  color: #2d2d2d;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Vimeo ID input */
.vimeo-hint {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.vimeo-input-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vimeo-input {
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.95rem;
  width: 240px;
  outline: none;
  transition: border-color 0.2s;
}

.vimeo-input:focus {
  border-color: #f78f1e;
}

.vimeo-load-btn {
  padding: 10px 24px;
  background: #f78f1e;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s;
}

.vimeo-load-btn:hover {
  background: #e07a0a;
}

.vimeo-error {
  color: #c0392b;
  font-size: 0.85rem;
  margin-top: 8px;
  min-height: 1.2em;
}

/* ── Core Values ── */
.about-values {
  padding: 70px 20px;
  background: #fff;
}

.value-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 18px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
}

.value-icon {
  font-size: 2rem;
  color: #f78f1e;
  margin-bottom: 12px;
}

.value-card h5 {
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ── Stats Strip ── */
.about-stats {
  background: #f78f1e;
  padding: 60px 20px;
}

.stat-item {
  padding: 20px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.stat-plus {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
}

.stat-label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .about-hero { height: 220px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.3); }
  .stat-item:last-child { border-bottom: none; }
  .about-intro, .about-mv, .about-video, .about-values { padding: 50px 16px; }
}

/* ── Executive Management Team ── */
.about-emt {
  padding: 70px 20px 60px;
  background: #f5f5f5;
  text-align: center;
}

.emt-heading {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #2d2d2d;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.emt-heading span {
  color: #f78f1e;
}

.emt-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.emt-list li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.emt-list li:last-child {
  border-bottom: none;
}

.emt-role {
  font-weight: 700;
  font-size: 1rem;
  color: #2d2d2d;
}

.emt-name {
  font-size: 0.97rem;
  color: #555;
}

/* ── Advisors ── */
.about-advisors {
  padding: 70px 20px;
  background: #fff;
}

/* ── Board of Trustees ── */
.about-bot {
  padding: 70px 20px;
  background: #f5f5f5;
}

.bot-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bot-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f78f1e;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bot-photo:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(247, 143, 30, 0.4);
}

.bot-name {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
}

/* ── Our Story ── */
.our-story {
  padding: 70px 20px;
  background: #fff;
}

.our-story .about-intro-text {
  margin-bottom: 1.4rem;
}

/* ── Founder Quote ── */
.founder-quote {
  position: relative;
  background: url('../assets/image/helpinghand.webp') center center / cover no-repeat;
  background-attachment: fixed;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-quote-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.founder-content {
  text-align: center;
  max-width: 680px;
}

.founder-photo {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  /* border: 3px solid #f78f1e; */
  margin-bottom: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.founder-text {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-style: italic;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 16px;
  border: none;
  padding: 0;
}

.founder-name {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
  margin: 0;
}

/* ── Heading slide-in animations ── */
.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-left  { transform: translateX(-60px); }
.fade-right { transform: translateX(60px); }

.fade-left.visible,
.fade-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Hero title starts visible since it's above the fold */
.about-hero-title.fade-left {
  opacity: 0;
  animation: heroSlideIn 0.9s ease 0.2s forwards;
}

@keyframes heroSlideIn {
  from { opacity: 0; transform: translateX(-60px); }
  to   { opacity: 1; transform: translateX(0); }
}
