/* ================= ABOUT PAGE – ENTERPRISE UI ================= */

.about-hero {
  padding: 160px 0 120px;
  background:
    linear-gradient(135deg, rgba(10,37,64,0.96), rgba(27,59,95,0.92)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.about-hero h1 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-hero .lead {
  font-size: 1.25rem;
  margin-top: 20px;
  color: #dbe7f3;
}

.about-hero p {
  color: #e5edf6;
  max-width: 620px;
}

/* ---------- Story ---------- */
.about-story {
  padding: 110px 0;
  background: #ffffff;
}

.about-story h2 {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 30px;
}

.about-story p {
  font-size: 1.05rem;
  color: #475569;
}

/* ---------- Services ---------- */
.about-services {
  padding: 110px 0;
  background: linear-gradient(180deg, #f8faff, #ffffff);
}

.about-services h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.service-card {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 18px;
  height: 100%;
  border: 1px solid #eef2f7;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

/* ---------- Values ---------- */
.about-values {
  padding: 120px 0;
  background:
    linear-gradient(135deg, #eef4ff, #ffffff);
}

.about-values h2 {
  font-size: 2.6rem;
  font-weight: 700;
}

.values-list li {
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #334155;
}

/* ---------- Location ---------- */
.about-location {
  padding: 90px 0;
  background: #0a2540;
  color: #ffffff;
}

.about-location p {
  font-size: 1.05rem;
  opacity: 0.9;
}
.section-divider {
  height: 80px;
  background: linear-gradient(to bottom, #ffffff, #f8faff);
}
.story-lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 30px;
}

.story-text {
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 16px;
}

.story-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd, #3aa0ff);
  margin: 30px auto;
  border-radius: 4px;
}
/* ===== TIMELINE ===== */
.about-timeline {
  padding: 120px 0;
  background: #ffffff;
}

.timeline {
  max-width: 800px;
  margin: auto;
}

.timeline-item {
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 3px solid #0d6efd;
}

.timeline-item .year {
  font-weight: 700;
  color: #0d6efd;
  display: block;
  margin-bottom: 6px;
}

/* ===== MISSION & VISION ===== */
.about-mission-vision {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8faff, #ffffff);
}

.mv-card {
  background: #ffffff;
  padding: 45px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.mv-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* ===== LEADERSHIP ===== */
.about-leadership {
  padding: 110px 0;
  background: #ffffff;
}

/* ===== INDUSTRIES ===== */
.about-industries {
  padding: 100px 0;
  background: #0a2540;
  color: #ffffff;
}

.about-industries .col-md-3 {
  padding: 20px;
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  font-weight: 600;
}
