/* HIRING CSS */


/* HERO */


#hiring-hero .hiring-hero-content-container {
    z-index: 1;
    position: relative;
    width: 100%;
}
  

@media(min-width: 992px) {
    #hiring-hero {
        padding: 35px 0 65px 0;
    }
    #hiring-hero .container {
        padding-right: 80px;
    } 
    #hero-socials {
        right: 30px;
    }
    #hiring-hero .hiring-hero-content-container {
        max-width: 597px;
    }
    #hiring-hero .bg-img.bg-img-center {
        mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-position: left center;
        -webkit-mask-position: left center;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        max-width: 1100px;
        left: auto;
        right: 0;
        transform: translateY(-50%);
    }
    #hiring-hero .hiring-hero-container {
        padding: 60px 0;
        min-height: 520px;
    }
}
@media(max-width: 991px) {
    #hiring-hero {
        padding: 0;
    }
    #hero-socials {
        display: none;
    }
    #hiring-hero .container {
        padding: 0;
    } 
    #hiring-hero .hiring-hero-container {
        padding: 70px 30px;
        min-height: 420px;
    }
	#hiring-hero .bg-img.bg-img-center {
		opacity: 0.5;
	}
}

/* INTRO */

#hiring-intro {
    padding-top: 75px;
}
#dashed_lottie {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    z-index: 1;
}
#hiring-intro img {
    height: auto;
    width: 100%;
}
@media(min-width: 992px) {
    .intro-content {
        max-width: 597px;
        margin-left: auto;
        margin-right: 0;
    }
    #dashed_lottie {
        min-width: 3600px;
    }
}
@media(max-width: 991px) {
    #hiring-intro .container > .row {
        flex-direction: column-reverse;
    }
    #hiring-intro img {
        margin-top: 50px;
    }
    #dashed_lottie {
        min-width: 2600px;
    }
}

/* CONTACT */

#gform_wrapper_2 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#gform_wrapper_2 .gfield_checkbox .gchoice {
    padding: 16px 18px;
    gap: 10px;
    border: 1px solid #FAC832;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 1;
}

#gform_wrapper_2 .gfield_checkbox .gchoice label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
    color: #FFFFFF;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    text-transform: none !important;
}

#gform_wrapper_2 .gfield_checkbox .gfield-choice-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

#gform_wrapper_2 .gfield_checkbox .gchoice:hover,
#gform_wrapper_2 .gfield_checkbox .gchoice:has(.gfield-choice-input:checked) {
    background-color: var(--ylw-color);
}

#gform_wrapper_2 .gfield_checkbox .gchoice:hover label,
#gform_wrapper_2 .gfield_checkbox .gfield-choice-input:checked + label {
    color: var(--blk-color);
}

#field_2_15 {
    margin-bottom: 15px !important;
}
#contact .section-header {
    max-width: 510px;
}
#gform_wrapper_2 {
    max-width: 590px;
}

@media(max-width: 991px) {
    .apply-bg-img {
        margin-bottom: 40px;
    }
}

/* TESTIMONIALS */

#trusted-respected {
    padding: 75px 0;
  }
  .testimonial-slide-inner {
    padding: 40px;
  }
  .testimonial-author-name {
    font-size: 19px;
  }
  .author-info {
    font-size: 15px;
    opacity: 0.65;
  }
  .testimonial-image {
    margin-right: 30px;
  }
  .testimonial-image img {
    height: auto;
  }
  
 
  
  .slick-list {
    margin: 0 -10px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .slider-nav {
    width: 93px;
  }
  .slick-list {
    overflow: visible;
  }
  
  @media(min-width: 768px) {
    .testimonial-content > p {
      font-size: 20px;
    }
  }
  
  @media(max-width: 767px) {
    .testimonials-slider-header {
      justify-content: flex-start !important;
      flex-direction: column;
    }
    .testimonials-slider-header .slider-nav {
      margin-top: 10px;
    }
    .slider-nav > div svg {
      max-width: 30px;
    }
    .slider-nav {
      width: 80px;
    }
  }

/* HIRING */

.job-card {
    padding: 30px 20px;
}


/* APPLY */

.apply-bg-img {
    padding-top: 86.25%;
  mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/additional-services-img-mask.svg');
  -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/additional-services-img-mask.svg');
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}


/* SINGLE JOB */

#job-header h1 {
    line-height: 1 !important;
}

@media(min-width: 992px) {
    #job-header {
        padding: 45px 0 0;
    }
    .job-header-section-inner {
        min-height: 420px;
    }
    .job-header-section-inner-content {
        max-width: 410px;
    }
    .breadcrumbs-separator {
        margin: 0 10px;
    }
    #job-header .bg-img-container {
        mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        -webkit-mask-image: url('/wp-content/themes/fyrestarter-theme/assets/img/tech-page/tech-hero-mask.svg');
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-position: left center;
        -webkit-mask-position: left center;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        max-width: 895px;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 991px) {
    #job-header .bg-img-container  {
        min-width: 100vw;
        opacity: 0.45;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    #job-header,
    #job-header .container {
        padding: 0;
    }
    .job-header-section-inner-content {
        width: 100%;
    }
    .job-header-section-inner {
        padding: 60px 30px;
    }
    .job-meta.mb-60 {
        margin: 0 !important;
    }
}

.job-content {
    max-width: 800px;
}

@media(max-width: 1300px) and (min-width: 992px) {
    #job-header .bg-img-container  {
        max-width: calc(100% - 320px) !important;
    }
}