/* CSS for Hiring Page  */

.content_wrapper{
    background : #000;
}

.mst-container{
    padding : 4rem 2rem;
    background : #000;
    max-width : 1140px;
    margin : 0 auto;
}

main.hero_wrapper .mst-container{
    background: transparent;
}

main.hero_wrapper {
    background: url('/wp-content/uploads/2023/05/mastroke-dottedbg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mst-container .header_wrapper h1{
    text-align : left;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: .5px;
}

.mst-container h2{
    text-align : center;
}

.header_wrapper{
    display: flex;
    justify-content : space-between;
    align-items: center;
    color : #fff;
    padding-top: 8rem;
    padding-bottom: 5rem;
}


.header_wrapper-first,
.header_wrapper-second{
    width : 50%;
}

.header_wrapper-second{
    text-align : center;
}

.header_wrapper-first p{
    padding-top : 2rem;
    padding-bottom : 1rem;
    width :80%;
    font-size: 20px;
    line-height: 34px;
}

.header_wrapper-second img{
    height : 450px;
}

.mst-btn{
    background: #66fcf1 !important;
    border: 0px !important;
    border-radius: 10px !important;
    color: #000 !important;
    padding: 5px 20px !important;
    text-transform: unset !important;
    transition : all 0.3s;
    display: inline-block;
    font-weight: 700 !important;
}

.mst-btn:hover{
    background : #0cdbcc !important;
}

.why_join_mst{
    text-align :center;
}

.why_join_mst p{
    line-height : 34px;
}

.why_join_mst h2{
    padding-bottom : 3rem;
}

.why_join_mst .mst-link{
    text-decoration : none;
    color: #fff;
    font-weight : 800;    
    transition : all 0.3s;    
}

.why_join_mst .mst-link:hover{
    color: #66fcf1;
    text-decoration: underline;
}

.teamMastroke{
    color:#66FCF1; 
    font-weight:700;
}

.career_wrapper{
    position : relative;
}

.career_wrapper::before {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.8)), url('/wp-content/uploads/2023/05/hiring_video-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: 0;
}

.career_wrapper .mst-container,
section.applynow_Wrapper .mst-container{
    background : transparent;
}

section.applynow_Wrapper .mst-container{
    padding: 5rem 2rem 7rem;
}

.mst-career{
    display : flex;
    justify-content : space-between;
    align-items : center;
    position : relative;
}

.mst-career .mst-career-first{
    width : 60%;
    text-align : center;
}

.mst-career .mst-career-second{
    width:40%;
    padding-left : 2rem;
}

.mst-career .mst-career-second h2 {
    text-align: left;
    line-height: 75.5px;
}

.mst-career .mst-career-second .mst-underline{
    margin-top: 2rem;
    width: 40%;
    height: 2px;
    background: #66fcf1;
}

.mst-testimonials h5 {
    text-align : center;
    color : #66fcf1;
}

.employee_testimonial_wrapper {
    display : flex;
    gap : 20px;
    overflow-x: auto;
    margin: 4rem 0 2rem ;
    z-index : 2;
}

.employee_testimonial::-webkit-scrollbar,
.employee_testimonial_wrapper::-webkit-scrollbar {
    display: none;
}


.employee_testimonial_wrapper .testimonial-carousel_item {
    display: flex;
    width: 630px;
    padding: 13px 30px;
    flex-shrink: 0;
    opacity : 0.5;
    transform: scale(0.85);
}

.employee_testimonial_wrapper .testimonial-carousel_item:first-of-type {
    padding-left: 0rem;
    margin-right: 2rem;
}

.employee_testimonial_wrapper.owl-carousel .owl-stage-outer{
    margin: 0 4rem;
}

.employee_testimonial{
    display : flex;
    gap : 20px;
}

.employee_testimonial_wrapper.owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    align-items: center;
    height: 100%;
    top : 0%;
}

.employee_testimonial_wrapper .owl-nav .owl-prev span,
.employee_testimonial_wrapper .owl-nav .owl-next span{
    font-size: 36px;
    border: 2px solid #666;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    color: #666;
    justify-content: center;
    cursor: pointer;
    align-items :center;
    padding-bottom: 10px;
    transition: all 0.3s;
}

.employee_testimonial_wrapper .owl-nav .owl-prev span:hover,
.employee_testimonial_wrapper .owl-nav .owl-next span:hover {
    color: #fff;
    border-color: #fff;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left{
    background: #333333;
    width: 230px;
    border-radius: 10px;
    display: flex;
    flex-direction : column;
    align-items: flex-start;
    justify-content : center;
    color: #fff;
    height: 283px;
    position : relative;
    padding: 75px 75px 75px 20px;
    background-repeat: no-repeat;
    background-position: -30% bottom;
}

.employee_testimonial_wrapper .testimonial-carousel_item .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width : calc(600px - 230px);
}

.employee_testimonial_wrapper .testimonial-carousel_item .right p{
    width : 70%;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left h4{
    font-size : 26px;
    font-weight: 700;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left h5{
    font-size : 16px;
    color : #fff;
    z-index : 1;
    text-align: left;
    margin-right : 5px;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left .backdrop-img{
    position: absolute;
    bottom: -2px;
    left: -10px;
    opacity: 0.3;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left .testimonial-underline{
    height : 2px;
    background : #66fcf1;
    width : 80px;
    border-radius : 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 1;
    padding-top: 1px;
    opacity: 1;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left .employee_image{
    height : 180px;
    width : 180px;
    background : transparent;
    border-radius :50%;
    position : absolute;
    left: 62%;
    overflow: hidden;
}

.employee_testimonial_wrapper .testimonial-carousel_item .left .employee_image img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}

.mst-perks .perks_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 4rem;
}

.mst-perks .perks_wrapper .single-perk {
    width: calc(33% - 30px);
    min-height: 200px;
    text-align: center;
    border-radius: 20px;
    border: 1.5px solid #333;
    padding: 30px 10px;
    transition : all 1s;
}

.mst-perks .perks_wrapper .single-perk:hover{
    border-color : #66fcf1;
    color : #66fcf1;
    transition : all 1s;
}   

.mst-perks .perks_wrapper .single-perk .perk-icon{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mst-perks .perks_wrapper .single-perk .perk-icon img.imgHover{
    transition : all 0.4s;
    height: 50px;
    filter: grayscale(1) brightness(5);
}

.mst-perks .perks_wrapper .single-perk .perk-icon img.imgHover.home{
    height : 65px;
}

.mst-perks .perks_wrapper .single-perk:hover .perk-icon img.imgHover{
    height : 65px;
    filter : grayscale(0) brightness(1);
}

.mst-perks .perks_wrapper .single-perk:hover .perk-icon img.imgHover.home{
    height : 80px;
}

.mst-perks .perks_wrapper .single-perk hr.single-perk-underline {
    width: 60%;
    margin: 1.5rem auto 1.5rem;
    height: 1.5px;
    background: #66fcf1;
    border-radius: 20px;
}

.mst-perks .perks_wrapper .single-perk  .single-perk-details h5 {
    text-transform: uppercase;
    font-weight: 700;
}

.mst-perks .perks_wrapper .single-perk:hover  .single-perk-details h5{
    color : #66fcf1;
}

.mst-perks .perks_wrapper .single-perk  .single-perk-details p{
    width: 70%;
    margin: 0 auto;
    line-height: 36px;
}

.hiring-process_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 4rem;
}

.hiring-process_wrapper .hiring-process {
    width : calc(33% - 30px);
    background: #333;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 1.5px solid #333;
    border-left: none;
    transition: all 0.4s;
}

.hiring-process_wrapper .hiring-process:hover {
    color: #66fcf1; 
    border-color: #66fcf1;
}

.hiring-process_wrapper .hiring-process div img.imgHover{
    width: 70px;
    transition : all 0.3s;
    filter : grayscale(1) brightness(5);
}   

.hiring-process_wrapper .hiring-process:hover img.imgHover {
    filter : grayscale(0) brightness(1);
}

.hiring-process_wrapper .hiring-process .details h5 {
    font-weight: 800;
}

.hiring-process_wrapper .hiring-process:hover .details h5{
    color : #66fcf1 !important;
}

.hiring-process_wrapper .hiring-process .details p {
    line-height: 36px;
    margin-bottom: 0;
}

.mst-open-positions{
    text-align:center;
}

.mst-open-positions h2{
    margin-bottom :2rem;
}

section.applynow_Wrapper .mst-applyNow{
    display: flex;
    align-items: center;
}

.mst-applyNow .apply-now_wrapper h2 {
    text-align: left;
}

.mst-applyNow .apply-now_wrapper .apply-now_form {
    width: 50%; 
    padding: 0 4rem 4rem 0;
}

.mst-applyNow .apply-now_portrait {
    background-image: url('/wp-content/uploads/2023/05/hiring_apply-now.png');
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50%;
}

.form-wrapper#hiring-form .form-input input,
.form-wrapper#hiring-form .form-input textarea {
    color: #fff;
    background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    padding-left: 50px;
}

.form-wrapper#hiring-form .form-input {
    position: relative;
}

.form-wrapper#hiring-form .form-input  .input-icon{
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 16px;
}

.form-wrapper#hiring-form .form-input.textarea  .input-icon{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    font-size: 16px;
}

.form-wrapper#hiring-form .form-input input::placeholder,
.form-wrapper#hiring-form .form-input textarea::placeholder{
    font-style : italic;
    padding-left : 0px;
}

.form-wrapper#hiring-form .form-input input:focus-within,
.form-wrapper#hiring-form .form-input textarea:focus-within {
    color : #fff;
    border-color : #66fcf1;
}

.form-wrapper#hiring-form .form-input label{
    margin: 2rem 0 1rem;
    color: #fff;
    font-size: 16px;
    display: block;
}

.form-wrapper#hiring-form .form-input input[type="file"],
.form-wrapper#hiring-form .form-input input.career-file {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding-left: 0 !important;
}

.form-wrapper#hiring-form .form-input input[type="file"]::file-selector-button,
.form-wrapper#hiring-form .form-input input.career-file::file-selector-button {
    font-size: 14px;
    padding: 8px 14px;
    margin-right: 2rem;
}

.form-wrapper#hiring-form .form-accept span.wpcf7-list-item {
    margin-left: 0;
}

.form-wrapper#hiring-form .form-accept span.wpcf7-list-item span.wpcf7-list-item-label{
    color : #fff;
    font-weight: 300;
}

.form-wrapper#hiring-form input[type="submit"] {
    border-radius: 10px !important;
    background: #66fcf1 !important;
    color: #000 !important;
    padding: 5px 20px !important;
    text-transform: unset !important;
}

section.applynow_Wrapper{
    background: url('/wp-content/uploads/2023/05/mastroke-dottedbg.png'), #e0e0e01c;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Jobs  */
#careers-mastroke .awsm-lists {
    border: none;
}

#careers-mastroke .awsm-list-item .awsm-job-item {
    background: transparent;
    border-bottom: 1px solid #333;
    font-size: 16px;
    padding : 25px 20px;
}

#careers-mastroke .awsm-job-item h2.awsm-job-post-title a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    pointer-events: none;
}

.awsm-list-right-col .awsm-job-more-container a.awsm-job-more {
    text-decoration: none;
}

#careers-mastroke .awsm-list-right-col {
    float: left;
    width: 50%;
    float: unset;
    display: flex;
    justify-content: space-between;
}

#careers-mastroke .awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-items{
    background: #0B0C10;
    padding: 25px;
    align-items: center;
}

#careers-mastroke .awsm-filter-items p.jobs-filter-text {
    margin: 0 60px 10px 0;
    font-size: 16px;
    font-weight: 600;
}

#careers-mastroke .awsm-selectric{
    background: transparent;
    border: none;
    border-bottom: 1px solid #333;
}

#careers-mastroke .awsm-selectric .label{
    color: #ccc9;
    font-size: 14px;
}

#careers-mastroke .awsm-selectric .label:hover {
    color: #fff;
}

#careers-mastroke .awsm-jobs-pagination ul.page-numbers span.page-numbers.current {
    color: #66fcf1;
}

#careers-mastroke .awsm-jobs-pagination.awsm-load-more-classic a.page-numbers{
    color: #fff;
    background: transparent;
    border: none;
}

.applynow_Wrapper .mst-applyNow .sub-heading{
    text-align: left;
    margin-top: 1.5rem;
    width : 90%;
}

.applynow_Wrapper .mst-applyNow .sub-heading a {
    text-decoration: none;
    color: #66fcf1;
}

.applynow_Wrapper .mst-applyNow .sub-heading a:hover {
    color: #66fcf2be;
}

.whyjoin_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.whyjoin_single {
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-align: left;
    width: 30%;
}

.whyjoin_single div {
    width: 20%;
}

.whyjoin_single img {
    height: 50px;
    width: 50px;
}

.whyjoin_single p {
    width: 80%;
    margin-bottom: 0rem;
    color: #C0C0C0;
}

.whyjoin_single p:hover {
    color: #fff;
}

.whyjoin_single div {
    width: 20%;
}

.whyjoin_single img {
    height: 50px;
    width: 50px;
}

.whyjoin_quotes {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.whyjoin_quotes img {
    filter: contrast(0.5);
    height: 100px;
    position: absolute;
    left: 0;
}

.whyjoin_quotes p {
    margin-bottom: 0rem;
    position: relative;
    width: 70%;
    text-align: left;
    left: 80px;
    font-size: 1.5rem;
    line-height: 42px;
}

.whyjoin_wrapper:first-of-type {
    margin-bottom: 4rem;
}

.whyjoin_single:hover {
    transition: all 0.3s;
    transform: scale(1.12);
}


@media only screen and (min-width: 900px) and (max-width:1100px){

    .mst-perks .perks_wrapper .single-perk .single-perk-details p {
        width: 90%;
    }

    .hiring-process_wrapper .hiring-process {
        width: calc(33% - 20px);
        min-height: 325px;
    }
}

@media only screen and (min-width: 767px) and (max-width:900px){
    .mst-perks .perks_wrapper .single-perk {
        width: calc(33% - 18px);
        min-height: 400px;
    }

    .hiring-process_wrapper .hiring-process {
        width: calc(33% - 20px);
        min-height: 370px;
        padding: 20px;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item {
        opacity: 1 !important;
        transform: scale(1) !important;
    }

    .header_wrapper-second img {
        height: auto;
    }

    .whyjoin_single{
        align-items: flex-start;
        height: 80px;
    }

}

@media only screen and (max-width :767px) {

    .mst-container .header_wrapper h1{
        font-size: 25px;
		line-height : 40px;
        text-align: left;
    }

      /* carousel */
      .employee_testimonial_wrapper{
        overflow-x: visible;
    }

    .employee_testimonial_wrapper.owl-carousel .owl-stage-outer {
        margin: 0 1rem;
        padding-top: 4rem;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item {
        /* display: flex; */
        width: 250px;
        padding: 0px;
        flex-shrink: 0;
        flex-direction: column;
        text-align: center;
        border-radius: 10px;
        background: #333;
    }

    .employee_testimonial_wrapper .owl-carousel .owl-stage{
        padding-top: 4rem;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left {
        background: #333333;
        width: auto;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        height: 190px;
        position: relative;
        padding: 80px 20px 10px;
        background-repeat: no-repeat;
        background-position: -30% bottom;
        text-align: center;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left .backdrop-img {
        position: initial;
        opacity: 0.4;
        order: 4;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left .backdrop-img img{
        height : 35px;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left h4 {
        font-size: 16px;
        font-weight: 700;
        order: 1;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left .testimonial-underline {
        height: 2px;
        background: #66fcf1;
        width: 60px;
        border-radius: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        z-index: 1;
        padding-top: 1px;
        opacity: 1;
        order: 2;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left h5 {
        font-size: 14px;
        color: #fff;
        z-index: 1;
        text-align: center;
        order: 3;
        margin-bottom: 1rem;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left .employee_image {
        height: 100px;
        width: 100px;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        /* left: 62%; */
        overflow: hidden;
        order: 1;
        top: -47px;
        left: 50%;
        transform: translateX(-50%);
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .left .employee_image img {
        height: 100px;
        width: 100px;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .right {
        align-items: flex-start;
        width: auto;
        height: 175px;
        background: #333333;
        border-bottom-left-radius: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom-right-radius: 10px;
        padding-top: 2rem;
    }

    .employee_testimonial_wrapper .testimonial-carousel_item .right p {
        width: 100%;
    }

    .employee_testimonial .owl-dots{
        display: flex;
        justify-content: space-evenly;
        width: 45%;
        margin: 2rem auto 0;
    }

    .employee_testimonial .owl-carousel button.owl-dot.active span {
        background: #66fcf1;
    }

    .employee_testimonial .owl-carousel button.owl-dot span {
        display: block;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #fff;
    }

    .mst-perks .perks_wrapper .single-perk,
    .hiring-process_wrapper .hiring-process{
        width: 100%;
        min-height: auto;
    }

    #careers-mastroke .awsm-list-right-col{
        width: 100%;
    }

    .awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle{
        border: none;
    }   

    span.awsm-filter-toggle-text-wrapper{
        color: #fff;
    }

    #careers-mastroke .awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle svg{
        background: #fff;
    }

    #careers-mastroke .awsm-filter-items p.jobs-filter-text{
        display: none;
    }

    #careers-mastroke .awsm-filter-items p.jobs-filter-text{
        margin : 0;
    }
    #careers-mastroke .awsm-filter-toggle.awsm-on{
        background: transparent;
       
    }

    .whyjoin_wrapper:first-of-type {
        margin-bottom: 0;
    }

    .whyjoin_wrapper {
        flex-direction: column;
    }

    .whyjoin_single {
        width: 90%;
        margin-bottom: 1rem;
    }

    .whyjoin_single div {
        width: 10%;
    }

    .whyjoin_single p {
        width: calc(100% - 10%);
    }

    .whyjoin_quotes p{
        width: 90%;
    }

    
}



@media only screen and (max-width: 600px){

    .mst-container .header_wrapper h1{
        text-align: center;
    }

    .header_wrapper,
    .mst-career,
    .mst-perks .perks_wrapper,
    .hiring-process_wrapper,
    .mst-applyNow .apply-now_wrapper{
        flex-direction: column;
    }
    
    .header_wrapper-first,
    .header_wrapper-second,
    .header_wrapper-first p,
    .mst-career .mst-career-first,
    .mst-career .mst-career-second,
    .mst-applyNow .apply-now_wrapper .apply-now_form,
    .mst-applyNow .apply-now_wrapper .apply-now_portrait{
        width: 100%;
    }

    .header_wrapper-first{
        order: 2;
        padding-top: 4rem;
        text-align : center;
    }

    .header_wrapper-second img {
        height: unset;
    }
    
    .mst-container .header_wrapper h2{
        text-align: center;
    }

    .mst-career .mst-career-second h2{
        line-height: 50px;
    }

    .header_wrapper-second{
        order : 1;
    }

    #careers-mastroke .awsm-list-right-col{
        width: 100%;
        justify-content: space-between;
    }

    .mst-applyNow .apply-now_wrapper .apply-now_portrait{
        height: 300px;
    }
    
    .mst-applyNow .apply-now_wrapper .apply-now_form{
        padding :0;
    }

    .form-wrapper#hiring-form .form-accept span.wpcf7-list-item span.wpcf7-list-item-label{
        font-size: 14px;
    }

    .whyjoin_quotes p {
        left: 50px;
        font-size: 1rem;
        line-height: 30px;
    }

    .whyjoin_quotes img {
        height: 70px;
    }

    .whyjoin_single img {
        height: 40px;
        width: 40px;
    }

    .mst-applyNow .apply-now_portrait{
        height: 200px;
        order: 1;
        margin-bottom: 2rem;
    }

    section.applynow_Wrapper .mst-applyNow{
        flex-direction: column;
    }

    section.applynow_Wrapper .mst-applyNow .apply-now_wrapper{
        order : 2;
    }

    .mst-applyNow .apply-now_wrapper h2 {
        text-align: center;
    }

    .applynow_Wrapper .mst-applyNow .sub-heading {
        text-align: center;
        width: 100%;
    }


}   
