.section-old-nowrap {
  white-space: nowrap; /* 👈 text ko break hone se rokta hai */
}
.section {
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #0C2340;
}

/* ===== GRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* ===== CARDS ===== */
.card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card h3 {
  color: #0C2340;
  margin-bottom: 10px;
}

.card p {
  color: #6B7280;
  font-size: 14px;
}

/* ===== STEPS (TIMELINE) ===== */
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.step {
  background: #ffffff;
  padding: 20px;
  width: 180px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.step:hover {
  transform: scale(1.05);
}

.step span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #F6B93B;
  margin-bottom: 10px;
}

/* ===== RETURNS / INCOME SECTION ===== */
.returns {
  background: #ffffff;
  padding: 60px 20px;
}

.returns h2 {
  color: #F6B93B;
}

.return-box {
  background: #F9FAFB;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
}

.return-box:hover {
  transform: translateY(-5px);
}

.return-box h3 {
  color: #0C2340;
}

/* ===== BUTTON ===== */
.btn {
  margin-top: 20px;
  padding: 12px 25px;
  background: #F6B93B;
  color: #0C2340;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #e6a82a;
}

/* ===== DARK CTA ===== */
.dark-section {
  background: #0C2340;
  color: white;
}

.dark-section h2 {
  color: #F6B93B;
}

.financial-awareness {
  padding: 60px 20px;
  background: #f9fafb;
  font-family: Arial, sans-serif;
}

.financial-awareness .container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.financial-awareness h2 {
  font-size: 34px;
  color: #0C2340;
  margin-bottom: 10px;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

.awareness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.awareness-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #F6B93B;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.awareness-card h3 {
  margin-bottom: 10px;
  color: #0C2340;
}

.awareness-card p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.contact-extra {
  margin-top: 20px;
  padding: 18px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.contact-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.contact-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: #0C2340;
  color: white;
}

.highlight-box h3,
.highlight-box p {
  color: white;
}

.support-extra {
  margin-top: 20px;
  padding: 18px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.support-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.support-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: #0C2340;
  color: white;
}

.highlight-box h3,
.highlight-box p {
  color: white;
}

.advisor-extra {
  margin-top: 20px;
  padding: 18px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.advisor-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.advisor-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: white;
  color: #0C2340;
}

.highlight-box h3,
.highlight-box p {
  color: #0C2340;
}

.highlight-box .btn-primary {
  display: inline-block;
  margin-top: 10px;
}

.about-extra {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.about-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.about-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: #0C2340;
  color: white;
}

.highlight-box h3,
.highlight-box p {
  color: white;
}

.leadership-extra {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.leadership-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.leadership-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: #0C2340;
  color: white;
}

.highlight-box h3,
.highlight-box p {
  color: white;
}

.career-extra {
  margin-top: 20px;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #F6B93B;
  border-radius: 10px;
  text-align: left;
}

.career-extra h3 {
  color: #0C2340;
  margin-bottom: 8px;
}

.career-extra p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.highlight-box {
  background: white;
  color: #0C2340;
}

.highlight-box h3,
.highlight-box p {
  color: #0C2340;
}
.footer-column h3 {
  position: relative;
  display: inline-block; /* important */
}

.footer-column h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: yellow;
  margin: 6px auto 0; /* centers the line */
}