.career-section .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f9a01b;
}

.job-card {
  padding: 1.5rem;
  background-color: #eaeaea;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #333;
}

.job-summary {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.job-details {
  margin-top: 1rem;
}

.btn-outline-warning.btn-sm {
  border-color: #f9a01b;
  color: #f9a01b;
}

.btn-outline-warning.btn-sm:hover {
  background-color: #f9a01b;
  color: white;
}

.contact-box {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

.contact-title {
  color: #f9a01b;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.contact-item {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.contact-icon {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.send-resume-btn {
  background-color: #f9a01b;
  border: none;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 1rem;
}

.send-resume-btn:hover {
  background-color: #e8900a;
}

.career-submitbtn {
  background-color: #f9a01b;
  border: none;
  margin-bottom: 100px;
}

.text-orange {
  color: #f9a01b;
  font-size: 25px;
}

.career-submitbtn {
  background-color: #f9a01b;
  border: none;
  color: #fff;
}

.career-submitbtn:hover {
  background-color: #e28913;
  color: #fff;
}