/* ===============================
   JOBS – FINAL STYLES
   =============================== */

/* ---------- Page title bar (theme) ---------- */
.single-job #page-content-title,
.post-type-archive-job #page-content-title{
  background:#00041f !important; /* footer navy */
  padding:80px 0px;
}
.post-type-archive-job .post-type-archive-pagetitle, .single-job .single-pagetitle {
  text-align:center;
}
.single-job #page-content-title h1,
.post-type-archive-job #page-content-title h1{
  color:#fff !important;
}

.single-job #page-content-title #page-content-header,
.post-type-archive-job #page-content-title #page-content-header{
  max-width:1200px;
  margin:0 auto;
}

/* ---------- Center main content ---------- */
.single-job #page-content #content-container.container_24,
.post-type-archive-job #page-content #content-container.container_24{

  margin:0 auto;
  padding:0 20px;
}
.single-job .single-job-wrapper {
  width:65%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: start;
  align-items: start;
}

/* ---------- Typography ---------- */
.single-job,
.post-type-archive-job{
  font-family:Actor, sans-serif;
}

.single-job h1,
.single-job h2,
.single-job h3,
.post-type-archive-job h1,
.post-type-archive-job h2,
.post-type-archive-job h3{
  font-family:Raleway, sans-serif;
  letter-spacing:.3px;
}

/* ---------- Hide duplicate title ---------- */
.single-job .job-single .entry-title{
  display:none !important;
}

/* ---------- Job content ---------- */
.single-job .job-content{
  width:100%;
  margin-top:30px;
  margin-bottom:0px;
  line-height:1.7;
  display:flex;
  flex-direction:column;
  align-items: start;
}
.single-job .job-content p {
  font-size:18px;
  font-family:'Raleway';
}
.single-job .job-apply h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
/* ---------- Apply section ---------- */
.single-job .job-apply{
  margin-top:10px;
  border-top:1px solid #00041f;
  width:100%;
  display:flex;
  flex-direction:column;
  width:100%;
}

/* ---------- Form layout ---------- */
.single-job .wpcf7 form{
  width:100%;
}

/* Inputs */
.single-job .wpcf7 input[type="text"],
.single-job .wpcf7 input[type="email"],
.single-job .wpcf7 input[type="tel"]{
  width:100%;
  padding:16px 18px;
  border:2px solid #f07a22;
  background:#f7d7c0;
  font-size:16px;
  outline:none;
  box-sizing:border-box;
}

.single-job .wpcf7 input:focus{
  background:#fff;
  box-shadow:0 0 0 3px rgba(240,122,34,.15);
}

/* ---------- Submit ---------- */
.single-job .wpcf7 input[type="submit"]{
  background:#f07a22;
  color:#fff;
  border:0;
  padding:16px 28px;
  font-family:Raleway, sans-serif;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;
  cursor:pointer;
}

.single-job .wpcf7 input[type="submit"]:hover{
  background:#00041f;
}

/* ---------- Modern upload ---------- */
.single-job .job-upload{
  margin-top:10px;
}

.single-job .job-upload-input{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}

.single-job .job-upload-box{
  border:2px dashed #f07a22;
  background:#fff;
  padding:22px;
  border-radius:0px;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
  cursor:pointer;
  transition:.15s ease;
  position:relative;
}

.single-job .job-upload-box:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 48px rgba(0,0,0,.14);
}

.single-job .job-upload-box.is-dragover{
  border-color:#f07a22;
  box-shadow:0 0 0 4px rgba(240,122,34,.15);
}

.single-job .job-upload-icon{
  width:90px;
  height:90px;
  display:grid;
  place-items:center;
  border-radius:12px;
  /*background:rgba(240,122,34,.12);*/
  color:#f07a22;
  margin-bottom:10px;
  position:absolute;
  right:20px;
  top:20px;
}

.single-job .job-upload-text strong{
  font-family:Raleway, sans-serif;
  font-weight:700;
}

.single-job .job-upload-link{
  color:#f07a22;
  font-weight:700;
  text-decoration:underline;
}

.single-job .job-upload-filename{
  margin-top:5px;
  font-weight:600;
}
.singe-job .job-upload-text p {
  padding:0px;
  margin:0px;
  line-height:1.2;
}
.single-job .job-upload-hint p {
  padding:0px;
  margin:0px;
  line-height:1.2;
}
/* ---------- Archive cards ---------- */
.post-type-archive-job .jobs-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

@media(max-width:900px){
  .post-type-archive-job .jobs-grid{
    grid-template-columns:1fr;
  }
}
.post-type-archive-job .job-wrapper {
  margin-top:30px;
  display:flex;
  flex-direction:column;
  row-gap:20px;
}
.post-type-archive-job .job-card{
  background:#fff;
  border-radius:0px;
  padding:15px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  transition:.15s ease;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: start;
  align-items: start;
}
.post-type-archive-job .job-title {
  margin-top:0;
  padding:0;
  font-size:26px;
  font-family:'Actor';
  line-height:1.2;
  
}
.post-type-archive-job .jobs-intro {
  font-size:20px;
  font-family:'Raleway';
}
.post-type-archive-job .job-excerpt p {
  font-size:18px;
  font-family:'Raleway';
  padding:0;
  margin:0;
  line-height:1.2;
}
.post-type-archive-job .job-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 56px rgba(0,0,0,.14);
}

.post-type-archive-job .job-card h3 a{
  color:#00041f;
  text-decoration:none;
}

.post-type-archive-job .job-cta{
  display:inline-block;
  margin-top:12px;
  background:#f07a22;
  color:#fff;
  padding:10px 20px;
  border-radius:0px;
  font-family:Raleway, sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
  font-size:16px;
}

.post-type-archive-job .job-cta:hover{
  background:#00041f;
}

@media(max-width:768px){
  .single-job .job-upload-icon {
    display:none !important;
  }
  .single-job .single-job-wrapper {
    width:100%;
  }
  .single-job .job-apply h2 {
    font-size:26px;
  }
  .single-job .single-pagetitle {
    font-size:36px !important;
  }
}