/* Stili dedicati alla pagina "Lavora con noi" (templates/contatti/contattiJob.php) */
/* Colori ripresi dal tema Lavor: verde scuro #163525, verde testo #304c36, giallo brand #feed00 */

.jobHero{
  position: relative;
  padding: 90px 0 100px 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.jobHero-text{
  max-width: 860px;
}
.jobHero-title{
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: left;
}
.jobHero-subtitle{
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.jobBtn{
  display: inline-block;
  margin-top: 25px;
  padding: 18px 36px;
  background-color: #feed00;
  color: #304c36;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.jobBtn:hover{
  background-color: #163525;
  color: #feed00;
  text-decoration: none;
}

.jobValues{
  background-color: #ffffff;
  padding: 0 0 0 0;
  position: relative;
  overflow: visible;
}
.jobValues .row{
  margin-top: -120px;
}
.jobCard{
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  /* border-radius: 12px; */
  box-shadow: 4px 0px 20px 15px rgba(1,50,24,0.05);
  padding: 20px 15px;
  margin-bottom: 40px;
}
.jobCard-img{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  /* border-radius: 8px; */
  margin-bottom: 20px;
}
.jobCard-title{
  color: #163525;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.jobCard p{
  color: #304c36;
  margin-bottom: 0;
}

.jobCta{
  background-color: #f4f4f4;
  padding: 60px 0;
  text-align: center;
}
.jobCta-title{
  color: #163525;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 780px;
  margin: 0 auto 30px auto;
}

@media (max-width: 991px){
  .jobHero-title{
    font-size: 40px;
  }
  .jobHero-subtitle{
    font-size: 18px;
  }
  .jobValues .row{
    margin-top: 0;
  }
}

@media (max-width: 767px){
  .jobHero-title{
    text-align: center;
  }
  .jobHero{
    padding: 80px 30px 80px 30px;
    text-align: center;
  }
  .jobHero-text{
    max-width: 100%;
  }
  .jobBtn{
    width: 100%;
    margin-top: 40px;
  }
}
