 /* ================= ABOUT HERO ================= */
.about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-image: url("../images/about-hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay */
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      90deg,
      rgba(15,43,70,0.65),
      rgba(15,43,70,0.55)
    );
  z-index: 1;
}

/* Content */
.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  color: #ffffff;
}


/* Pill */
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

.about-pill i {
  font-size: 15px;
}


/* Heading */
.about-hero h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

/* Paragraph */
.about-hero p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #d7e1eb;
  max-width: 640px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .about-hero {
    min-height: 480px;
  }

  .about-hero h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 576px) {
  .about-hero {
    min-height: 440px;
  }

  .about-hero h1 {
    font-size: 2rem;
  }

  .about-hero p {
    font-size: 0.95rem;
  }
}


/* ================= VISION & MISSION ================= */
.vision-mission-section {
  padding: 90px 0;
  background: #f6f4f1;
}

/* Card */
.vm-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 28px 30px;
  box-shadow: 0 12px 28px rgba(15, 43, 70, 0.08);
}

/* Icon */
.vm-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  color: #ffffff;
  flex-shrink: 0;
}

.icon-green {
  background: #2fb36a;
}

.icon-amber {
  background: #d89b2d;
}

/* Headings */
.vm-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f2b46;
  margin-bottom: 10px;
}

/* Paragraph */
.vm-card p {
  font-size: 0.95rem;
  color: #6b7c8f;
  line-height: 1.65;
  margin-bottom: 16px;
}

/* List */
.vm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vm-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  color: #0f2b46;
  margin-bottom: 10px;
}

/* Bullet dots */
.vm-green li::before,
.vm-amber li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.vm-green li::before {
  background: #2fb36a;
}

.vm-amber li::before {
  background: #d89b2d;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .vision-mission-section {
    padding: 70px 0;
  }
}

/* ================= MILESTONES ================= */
.milestones-section {
  padding: 110px 0;
  background: #f6f4f1;
  
}

.milestones-header {
  max-width: 600px;
  margin: 0 auto 80px;
}

.milestones-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background: #e7f4ec;
  color: #2fb36a;
  margin-bottom: 12px;
}

.milestones-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f2b46;
  margin-bottom: 10px;
}

.milestones-header p {
  font-size: 15px;
  color: #6b7c8f;
}

/* ================= TIMELINE ================= */
.milestones-timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Center line */
.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    to bottom,
    #2fb36a,
    #173357,
    #d89b2d
  );
  transform: translateX(-50%);
}

/* Rows */
.timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.timeline-row.left {
  justify-content: flex-start;
}

.timeline-row.right {
  justify-content: flex-end;
}

/* Dot */
.timeline-dot {
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 3px solid #2fb36a;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Card */
.timeline-card {
  width: 220px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(15, 43, 70, 0.1);
}

.timeline-card h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f2b46;
}

.timeline-card p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #6b7c8f;
}

/* Position cards */
.timeline-row.left .timeline-card {
  margin-right: auto;
  text-align: right;
}

.timeline-row.right .timeline-card {
  margin-left: auto;
  text-align: left;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .timeline-line {
    left: 20px;
    transform: none;
  }

  .timeline-row {
    padding-left: 50px;
    justify-content: flex-start !important;
  }

  .timeline-dot {
    left: 15px;
    transform: none;
  }

  .timeline-card {
    width: 100%;
    text-align: left !important;
  }
}

/* ================= LEADERSHIP ================= */
.leadership-section {
  padding: 110px 0 100px;
  background: #f9f8f5;
}

/* Pill */
.section-pill {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #0f2b46;
  background: #eef2f6;
  border-radius: 999px;
  margin-bottom: 16px;
}

/* Title */
.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f2b46;
  margin-bottom: 12px;
}

/* Subtitle */
.section-subtitle {
  max-width: 620px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #6b7c8f;
}

/* Cards */
.leadership-cards {
  gap: 30px;
  margin-bottom: 60px;
}

.leader-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 24px;
  box-shadow: 0 16px 36px rgba(15, 43, 70, 0.1);
}

/* Avatar */
.leader-avatar {
  width: 220px;
  height: 261px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.avatar-blue {
  background: #173357;
}

.avatar-green {
  background: #2fb36a;
}

/* Name */
.leader-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f2b46;
  margin-bottom: 4px;
}

/* Role */
.leader-role {
  font-size: 18px;
  color: #6b7c8f;
  margin: 0;
}

/* Tags */
.leader-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.leader-tags span {
  padding: 8px 14px;
  font-size: 14px;
  color: #0f2b46;
  background: #f2efe9;
  border-radius: 999px;
  font-weight: 500;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .leader-card {
    padding: 30px 20px;
  }
}

/* ================= PARTNER CTA ================= */
.partner-cta {
  background: radial-gradient(circle at right center, rgba(255, 255, 255, 0.08), transparent 45%), linear-gradient(135deg, #173357, #0f2b46);
  padding: 110px 0;
}

.partner-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.partner-subtitle {
  max-width: 620px;
  margin: 0 auto 36px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* Button */
.partner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.partner-btn:hover {
  background: #2566a6;
  color: #ffffff;
  transform:translateY(-2px);
}

.partner-btn .arrow {
  font-size: 18px;
  line-height: 1;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .partner-title {
    font-size: 2rem;
  }

  .partner-cta {
    padding: 90px 0;
  }
}