/* ==============================
   ABOUT PAGE STYLING (Emerald Theme)
   ============================== */

/* ---------------------------
   Hero Section
--------------------------- */
.about-hero {
  background: linear-gradient(to top, rgba(0,107,87,0.9), rgba(0,152,121,0.3)),
    url('../assets/aboutHero.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 140px 24px;
  position: relative;
}

.about-hero .overlay {
  max-width: 800px;
  margin: 0 auto;
}

.about-hero h1 {
  font-size: 3rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.about-hero p {
  font-size: 1.2rem;
  opacity: 0.95;
}

/* ---------------------------
   Intro Section
--------------------------- */
.about-intro {
  text-align: center;
  margin-top: -60px;
  background: white;
  padding: 60px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  position: relative;
  z-index: 2;
}

.about-intro h2 {
  color: #006B57;
  margin-bottom: 16px;
  font-size: 2rem;
}

.about-intro p {
  color: #444;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* ---------------------------
   Mission & Vision
--------------------------- */
.mission-vision-section {
  padding: 80px 24px;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.mv-card {
  background: #f9f9f9;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
}

.mv-card h2 {
  color: #006B57;
  margin-bottom: 16px;
}

.mv-card p {
  color: #555;
  line-height: 1.8;
}

/* ---------------------------
   Structure
--------------------------- */
.structure-section {
  padding: 80px 24px;
  text-align: center;
}

.structure-section h2 {
  color: #006B57;
  font-size: 2rem;
  margin-bottom: 16px;
}

.structure-section p {
  color: #555;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.structure-image img {
  max-width: 80%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  width: 50%;
}

/* ---------------------------
   Leadership
--------------------------- */
.leadership-section {
  padding: 80px 24px;
  text-align: center;
}

.leadership-section h2 {
  color: #006B57;
  margin-bottom: 16px;
  font-size: 2rem;
}

.leadership-section p {
  color: #555;
  margin-bottom: 40px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.leader-card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.leader-card:hover {
  transform: translateY(-8px);
}

.leader-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.leader-card h3 {
  color: #009879;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.leader-card p {
  color: #666;
  font-size: 0.9rem;
}

/* ---------------------------
   Youth Voices - Testimonial Grid
--------------------------- */
/* ---------------------------
   Youth Voices (Enhanced)
--------------------------- */
.youth-voices {
  background: linear-gradient(135deg, #009879, #006B57);
  padding: 100px 24px;
  text-align: center;
  position: relative;
  color: white;
  overflow: hidden;
}

/* Subtle background circles for depth */
.youth-voices::before,
.youth-voices::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  z-index: 0;
}

.youth-voices::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.youth-voices::after {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -150px;
}

/* Title and subtitle */
.youth-voices h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.youth-voices .section-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* Testimonial grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Testimonial cards */
.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

/* Decorative top border */
.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #009879, #FFD166);
  border-radius: 16px 16px 0 0;
}

/* Quote text */
.testimonial-card .quote {
  font-size: 1rem;
  color: #333;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}

.testimonial-card .quote::before {
  content: "“";
  font-size: 3rem;
  color: #009879;
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0.6;
}

/* Author section */
.author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #009879;
}

.author h4 {
  font-size: 1rem;
  color: #006B57;
  margin-bottom: 4px;
  font-weight: 600;
}

.author span {
  font-size: 0.875rem;
  color: #777;
}

/* ============================================================
   MOBILE ELITE RESPONSIVENESS (768px ↓)
   ============================================================ */
@media (max-width: 768px) {

  /* HERO */
  .about-hero {
    padding: 100px 20px;
    border-radius: 0;
  }
  .about-hero h1 {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .about-hero p {
    font-size: 1rem;
    max-width: 90%;
  }

  /* INTRO SECTION */
  .about-intro {
    margin-top: -30px;
    padding: 40px 20px;
    border-radius: 14px;
  }
  .about-intro h2 {
    font-size: 1.6rem;
  }
  .about-intro p {
    font-size: 0.95rem;
  }

  /* MISSION & VISION */
  .mission-vision-section {
    padding: 60px 20px;
  }
  .mv-card {
    padding: 24px;
  }
  .mv-card h2 {
    font-size: 1.4rem;
  }
  .mv-card p {
    font-size: 0.95rem;
  }

  /* STRUCTURE SECTION */
  .structure-section {
    padding: 60px 20px;
  }
  .structure-section h2 {
    font-size: 1.6rem;
  }
  .structure-section p {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .structure-image img {
    max-width: 100%;
    border-radius: 10px;
  }

  /* LEADERSHIP */
  .leadership-section {
    padding: 60px 20px;
  }
  .leadership-section h2 {
    font-size: 1.6rem;
  }
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .leader-card {
    padding: 18px;
  }
  .leader-card img {
    width: 90px;
    height: 90px;
  }
  .leader-card h3 {
    font-size: 1rem;
  }
  .leader-card p {
    font-size: 0.8rem;
  }

  /* YOUTH VOICES */
  .youth-voices {
    padding: 50px 20px;
  }
  .youth-voices h2 {
    font-size: 1.8rem;
  }
  .youth-voices .section-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-card {
    padding: 22px 18px;
  }
  .testimonial-card .quote {
    font-size: 0.95rem;
    padding-left: 20px;
  }
  .testimonial-card .quote::before {
    font-size: 2.5rem;
    top: -10px;
  }
  
  .author img {
    width: 48px;
    height: 48px;
  }
  .author h4 {
    font-size: 0.95rem;
  }
  .author span {
    font-size: 0.8rem;
  }
}

/* ============================================================
   SMALL PHONES FIX (480px ↓)
   ============================================================ */
/* @media (max-width: 480px) {

  .about-hero {
    padding: 90px 16px;
  }
  .about-hero h1 {
    font-size: 1.7rem;
  }
  .about-hero p {
    font-size: 0.9rem;
  }

  .about-intro {
    padding: 34px 16px;
  }

  .mv-card {
    padding: 20px;
  }

  .structure-section h2,
  .leadership-section h2 {
    font-size: 1.4rem;
  }

  .structure-section p {
    font-size: 0.9rem;
  }

  .leader-card img {
    width: 75px;
    height: 75px;
  }

  .youth-voices h2 {
    font-size: 1.6rem;
  }

  .youth-voices .section-subtitle {
    font-size: 0.9rem;
  }

  .testimonial-card {
    padding: 18px 15px;
  }
} */
