/* ============================
   JOB OFFER PAGE
   ============================ */

.joboffer-page {
  background: #161719;
  padding-top: 140px;
  color: #ddd;
}

/* Page Header */
.job-head {
  text-align: center;
  margin-bottom: 30px;
}

.job-title {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.job-sub {
  max-width: 820px;
  margin: 12px auto;
  color: var(--muted);
  font-size: 15px;
  opacity: 0.9;
}

.job-line {
  width: 100px;
  margin: 20px auto 30px;
  height: 2px;
  border: 0;
  background: var(--gold);
}

/* Image */
.job-img-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 26px;
  box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

/* Text */
.job-text p {
  line-height: 1.72;
  margin-bottom: 18px;
}

.job-small-head {
  margin-top: 20px;
  font-size: 18px;
  color: var(--gold);
}

/* Buttons */
.job-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0;
}

.job-btn {
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .25s;
}

.job-btn:hover {
  background: var(--gold);
  color: #000;
}

.job-btn-wa {
  border-color: #68e365;
}

/* Contact Form Section */
.job-contact {
  margin-top: 60px;
  padding: 60px 0;
  background: url('../img/form-bg.webp') center/cover no-repeat fixed;
  background-blend-mode: multiply;
  background-color: rgba(0,0,0,0.65);
}

.jc-title {
  color: #fff;
  text-align: center;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
}

.jc-line {
  width: 80px;
  margin: 16px auto 30px;
  border: 0;
  height: 2px;
  background: var(--gold);
}

/* Form inputs WC7 */
.job-contact input,
.job-contact textarea,
.job-contact select {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 12px;
}

.job-contact input::placeholder,
.job-contact textarea::placeholder {
  color: #bbb;
}
