.about-page {
  font-family: "Poppins", sans-serif;
  padding: 3rem 1rem;
  color: #fff;
  background-color: #000;
  line-height: 1.8;
}

/* === Banner === */
.about-banner {
  position: relative;
  height: 50vh;
  overflow: hidden;
  filter: brightness(1.5);
}

.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aboutHead-title {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #d4a14a;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 6px #fff(0, 0, 0, 0.7);
}

.about-header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-header h1 {
  font-size: 2.5rem;
  color: #fff;
}

.highlight {
  color: #b8860b; /* golden accent */
}

.about-header p {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 1rem;
}

.about-section {
  margin-bottom: 2.5rem;
}

.about-section h2 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1rem;
  border-left: 5px solid #b8860b;
  padding-left: 0.6rem;
}

.about-section p {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 1rem;
}

.mission-list {
  list-style: none;
  padding-left: 0;
}

.mission-list li {
  background: #d4a14a;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
