.hero-about-section {
  background-color: #ffffff;
  padding: 80px 20px;
  font-family: "Segoe UI", sans-serif;
}

.hero-about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.hero-about-content {
  text-align: center;
}

.hero-about-title {
  font-size: 2rem;
  color: #4526a8;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-about-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.hero-about-btn {
  margin-top: 30px;
}

.hero-about-link {
  display: inline-block;
  background-color: #5a2ec3;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.hero-about-link:hover {
  background-color: #4526a8;
}

/* ========== Base Setup ========== */

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* ========== Common Card Styling ========== */
.section-card {
  background-color: white;
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(78, 47, 218, 0.08);
}

/* ========== Section: Collaborations ========== */
#collaborations {
  background: linear-gradient(to right, #f4f0ff, #f8f6ff);
}
#collaborations h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}
#collaborations p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* ========== Section: What Makes Us Different (Modern Blue/Purple Theme) ========== */
#differentiators {
  background: #f5f7fc;
  border-radius: 16px;
  padding: 60px 40px;
  margin-bottom: 60px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #e1e6f0;
}

#differentiators h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: #2f2f2f;
}

#differentiators p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 30px;
}

/* List Styling */
#differentiators ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 700px;
}

#differentiators li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 18px 24px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #e1e6f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

#differentiators li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(102, 92, 235, 0.15);
}

/* Check Icon Bullet */
#differentiators li::before {
  content: "✔";
  color: #635bff;
  font-weight: 600;
  font-size: 1.2rem;
}

/* Emphasized Text (Strong) */
#differentiators strong {
  color: #5b4cd1;
  background-color: #ebe9ff;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

/* ========== Section: NGO ========== */
#mishram-ngo {
  background-color: white;
  border-radius: 16px;
  padding: 60px 40px;
  margin-bottom: 60px;
  border: 1px solid #dddff3;
  box-shadow: 0 10px 24px rgba(78, 47, 218, 0.05);
  color: #333;
}

#mishram-ngo h2 {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #4e2fda !important;
  margin-bottom: 30px;
}

#mishram-ngo p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

#mishram-ngo ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 700px;
}

#mishram-ngo li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  padding: 16px 24px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #e1e6f0;
  box-shadow: 0 4px 12px rgba(78, 47, 218, 0.04);
}

#mishram-ngo li::before {
  content: "✔";
  color: #4e2fda;
  font-weight: bold;
  font-size: 1.1rem;
}

.ngo-btn {
  display: inline-block;
  background-color: #4e2fda;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  text-align: center;
}

.ngo-btn:hover {
  background-color: #3a1fc3;
}

/* ========== Section: Locations ========== */
#locations {
  background-color: #eef3ff;
}
#locations h2 {
  color: #2d4bff;
}
.location-box {
  background-color: #f9f8ff;
  border-left: 5px solid #4e2fda;
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.location-box h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.location-box p {
  margin: 0;
  font-size: 1rem;
  color: #222;
}

/* ========== Section: CTA ========== */
.section-cta {
  background: linear-gradient(135deg, #4e2fda, #6a4dfd);
  color: #ffffff;
  border-radius: 20px;
  padding: 70px 40px;
  text-align: center;
  /* margin-bottom: 70px; */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  font-family: "Segoe UI", sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.section-cta h2 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.section-cta p {
  font-size: 1.15rem;
  margin-bottom: 18px;
  line-height: 1.6;
  color: #f0e9ff;
}

.section-cta .tagline {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 35px;
  color: #e3d1ff;
  letter-spacing: 0.5px;
}
