.about-wrapper { max-width: 1140px; }

.breadcrumb-bar {
  font-size: 14px;
  color: #666;
}

.breadcrumb-bar a {
  color: #c46a00;
  text-decoration: none;
}

.page-header h1 {
  font-weight: 700;
}

.about-hero {
  background: linear-gradient(180deg,#f6efe6,#fff);
  padding: 60px 0;
}

.about-section,
.leadership {
  padding: 50px 0;
}

.about-icon {
  width: 90px;
}

.why-us {
  background: #fafafa;
  padding: 60px 0;
}

.why-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.why-card i {
  font-size: 32px;
  color: #c46a00;
  margin-bottom: 10px;
}

.about-stats {
  background: #fff6ec;
  padding: 40px 0;
}

.about-stats h4 {
  color: #c46a00;
  font-weight: 700;
}

.leader-card {
  background: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.leader-card img {
  width: 90px;
  margin-bottom: 12px;
}

/* ================================
   Mission Section
================================ */

.about-mission {
  padding: 70px 0;
  background: #f9f7f4;
  border-bottom: 1px solid #e6dfd3;
}

/* Image */
.mission-img-wrap {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  display: inline-block;
}

.mission-img-wrap img {
  max-height: 320px;
}

/* Content */
.mission-content {
  padding-left: 10px;
}

.section-badge {
  display: inline-block;
  background: #fff3e0;
  color: #c46a00;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 12px;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  max-width: 520px;
}

/* Points */
.mission-points {
  list-style: none;
  padding: 0;
  margin-top: 18px;
}

.mission-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.mission-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #c46a00;
  font-size: 14px;
}

/* ================================
   Responsive
================================ */

@media (max-width: 768px) {
  .section-title {
    font-size: 1.6rem;
  }

  .mission-content {
    text-align: center;
  }

  .section-desc {
    margin: 0 auto;
  }

  .mission-points li {
    text-align: left;
  }
}
