/* ===== HERO ===== */
.about-hero {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/About-us.png") center/cover no-repeat;
  opacity: 0.8;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 114, 63, 0.8);
}

.about-hero-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, white, transparent);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.about-hero-content h1 {
  font-size: 48px;
  font-weight: 700;
}

#typewriter-text {
  font-size: 18px;
}

/* ===== OVERVIEW ===== */
.about-overview {
  padding: 80px 0;
}

.about-overview h2 {
  color: #00723F;
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight {
  color: #00723F;
  font-weight: 600;
}

.green-shadow-box {
  position: absolute;
  inset: 0;
  background: #00723F;
  border-radius: 16px;
  transform: translate(12px, 12px);
  z-index: -1;
}

/* ===== VISION & MISSION ===== */
.vision-mission {
  background: #00723F;
  color: white;
  padding: 80px 0;
}

.vision-mission h2 {
  font-weight: 700;
}

.vision-box,
.mission-box {
  background: rgba(255,255,255,0.1);
  padding: 25px;
  border-radius: 12px;
}

/* ===== CORE VALUES ===== */
.core-values {
  background: #F5F5F5;
  padding: 80px 0;
}

.core-values h2 {
  color: #00723F;
  font-weight: 700;
}

.value-card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,.05);
}

.value-card i {
  font-size: 40px;
  margin-bottom: 10px;
}

.red-icon { color: #D62828; }
.green-icon { color: #00723F; }

/* ===== ACCREDITATION ===== */
.accreditation-section {
  padding: 80px 0;
}

.accreditation-section h2 {
  color: #00723F;
  font-weight: 700;
}

.accreditation-section p {
  max-width: 800px;
  margin: 0 auto 20px;
}

.iso-image {
  width: 400px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,.1);
}

/* ===== CTA ===== */
.about-cta {
  background: #00723F;
  color: white;
  text-align: center;
  padding: 70px 20px;
}

.about-cta h2 {
  font-weight: 700;
}

.cta-btn {
  display: inline-block;
  background: white;
  color: #D62828;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.cta-btn:hover {
  background: #D62828;
  color: white;
}
