/* Start custom CSS for html, class: .elementor-element-8be1e80 *//* ================= CAREER PAGE STYLES ================= */

.career-section {
  padding: 70px 20px;
  background: #f9fafb;
}

.career-container {
  max-width: 1000px;
  margin: auto;
}

.career-header {
  text-align: center;
  margin-bottom: 50px;
}

.career-header h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.career-header p {
  font-size: 16px;
  color: #4b5563;
  max-width: 760px;
  margin: auto;
  line-height: 1.7;
}

/* Blocks */
.career-block {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.career-block h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #065f46;
}

/* Why Work */
.career-points {
  padding-left: 18px;
}

.career-points li {
  margin-bottom: 10px;
  color: #374151;
}

/* Jobs */
.job-card {
  border-left: 4px solid #065f46;
  padding: 15px 18px;
  margin-bottom: 18px;
  background: #f9fafb;
  border-radius: 8px;
}

.job-card h3 {
  margin-bottom: 6px;
  color: #1f2937;
}

/* Form */
.career-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.career-form textarea {
  grid-column: 1 / -1;
  resize: none;
}

.career-form input,
.career-form textarea {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}

.career-form button {
  grid-column: 1 / -1;
  padding: 14px;
  border: none;
  background: #065f46;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

.career-form button:hover {
  background: #047857;
}

/* Mobile */
@media (max-width: 600px) {
  .career-header h1 {
    font-size: 28px;
  }

  .career-block {
    padding: 25px;
  }
}


/* ===== FORMIDABLE FORM INSIDE CAREER PAGE ===== */

.career-form-wrapper {
  margin-top: 20px;
}

/* Form width control */
.career-form-wrapper .frm_forms {
  max-width: 100%;
}

/* Inputs */
.career-form-wrapper input,
.career-form-wrapper textarea,
.career-form-wrapper select {
  padding: 12px 14px !important;
  border-radius: 8px !important;
  border: 1px solid #d1d5db !important;
  font-size: 14px !important;
}

/* Submit button */
.career-form-wrapper .frm_button_submit {
  background: #065f46 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  padding: 14px !important;
}

.career-form-wrapper .frm_button_submit:hover {
  background: #047857 !important;
}/* End custom CSS */