/* ===== CAREER PAGE ===== */
.career-section {
  padding: 40px 0 110px;
  background: #EFECE3;
  text-align: center;
}

/* Updated h2 styling */
.career-section .career-title {
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
  color: #1A2A4F;
  margin-bottom: 12px;
  font-weight: 700;
}

.career-intro {
  font-size: 1.18rem;
  max-width: 850px;
  margin: 0 auto 55px;
  color: #333;
  line-height: 1.7;
}

.career-info-box {
  background: #e8a803;
  border-radius: 14px;
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 40px;
  border: 2px solid #1c1b1b;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: left;
}

.career-info-box h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.career-info-box ul {
  margin-left: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1rem;
  color: #444;
}

.apply-btn-wrapper {
  margin-top: 35px;
  text-align: center;
}

.apply-btn {
  background: #534848;
  padding: 14px 35px;
  color: white;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}

.apply-btn:hover {
  background: #2d4e7d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .career-section {
    padding: 30px 0 60px;
  }
}
