body {
  background-color: #020024;
  color: white;
}

.career-section {
  padding: 100px 10%;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-title .highlight {
  color: #1e90ff;
}

.career-text {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #ccc;
  line-height: 1.6;
}

.future-box {
  background-color: #0d0d2b;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px #1e90ff40;
  display: inline-block;
  max-width: 600px;
}

.future-box h3 {
  color: #1e90ff;
  margin-bottom: 10px;
}

.future-box p {
  margin-bottom: 20px;
  color: #ddd;
}

.apply-btn {
  background-color: #1e90ff;
  padding: 12px 30px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.apply-btn:hover {
  background-color: #006cd8;
}
