

.career-top{
    text-align: center;
    display: block;
}
.careers-page{
    padding-top: 0;
}
.career-top h1{
    color: var(--black);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.career-top h1 span{
    display: block;

}
.career-top .career-top-btn{
    display: flex;
    justify-content: center;
  
}
.career-top .career-top-btn a{
    color: var(--white);
    background: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    padding: 14px 63px;
    border-radius: 16px;
    margin-bottom: 50px;
    position: relative;
}
.career-top .career-top-btn a::after{
    content: "";
    position: absolute;
    right: 50px;
    z-index: 1;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--white);
    border-left: 2px solid var(--white);
    top: 22px;
    transform: rotate(-135deg);
}
.career-img{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns:  repeat(5, 1fr);
    gap: 20px;
}
.career-img img:first-child{
    grid-row: 1 / 3;
    grid-column: 1 / 4;
}
.career-imgs{
    grid-column: 4 / 6;
}
.career-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.careertable{
    padding-top: 110px;
    margin: 0 auto;
    max-width: 931px;

}
.careertable h3{
    color:var(--black);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    padding-bottom: 15px;

}
.careertable p{
    color:var(--black);
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 50px;
}
.careertable p span{
    display: block;
}

.career-dtls .career-card{
    padding: 20px 30px;
    border-radius: 16px;
    border: 1px solid var(--model-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.career-dtls .career-card:hover{
    border-color: var(--primary-color);

}
.career-card .career-card-head{
    color:var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 8px;
}
.career-card p{
    color: var(--table-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
    padding-bottom: 18px;
}
.career-card ul{
    display: flex;
    gap: 40px;
}
.career-card ul li span{
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    vertical-align: top;
    margin-left: 10px;
}

.career-card-btn .apply-job{
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    padding: 12px 40px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 27.75px;
    text-transform: capitalize;
    text-align: center;
    background: var(--white);
    cursor: pointer;
}
.career-card-btn .apply-job:hover{
    color: var(--white);
    background: var(--primary-color);
}
.career-top .career-top-btn a:hover{
    background: var(--black);
}
.career-dtls .career-jobs{
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 37px; 
    padding-bottom: 4px;
    display: block;
}

/* Resume Css Start */
.modal-resume .resume-career{
    padding: 20px;
    border-radius: 24px;
    width: 500px;
    margin: 0 auto;
    background: var(--white);
    position: relative;

}
.resume-title{
    font-size: 26px;
    color: var(--black);
    text-align: start;
    font-weight: 500;
    line-height: 26px;
    padding-right: 20px;
}
.modal-resume .nformwrap .drop{
    width: 100%;
    margin-right: 0;
}
.modal-resume .nformwrap .drop:last-child{
    margin-bottom: 10px;
    }
.modal-resume .nformwrap label{
    width: auto;
}
.modal-resume .nformwrap .help-block{
    left: 5px;
    bottom: -12px;
}
.modal-resume .nformwrap .select-button{
    display: inline-block;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    height: 54px;
    margin: 15px 0px 0px 0;
}
.modal-resume .nformwrap .select-button:hover{
    background: var(--black);
    border-color: var(--black);

}
.modal-resume .nformwrap .browsetext{
    margin-top: -16px;
    margin-bottom: 12px;
    text-align: left;
}
.modal-resume .nformwrap .resumeinfo{
    margin-bottom: 52px;

}

.modal-resume .nformwrap .inputfield textarea{
    height: 70px;
    line-height: normal;
}
.modal-resume .nformwrap .field-career-resume input{
border-radius: 8px;
padding: 0;
opacity: 0;
z-index: 2;
position: relative;
}
.field-career-resume{
    border: 2px dashed var(--grey-border);
    border-radius: 8px;
}
.field-career-resume::after{
    content: "Choose File";
    width: 99%;
    display: block;
    background: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    top: 30px;
    z-index: 1;
    color: var(--black);
    border-radius: 8px;
}
.resumefile .uploadselected{
    position: relative;
    font-size: 12px;
    color: var(--black);
    top: -16px;
    line-height: 5px;
    z-index: 1;
}
.modal-resume .nformwrap .resumefile .help-block{
    bottom: -32px;
}
.resume-career .nformwrap{
    padding-top: 25px;
}
.resume-career .nformwrap .inputfield input{
    height: 52px;
}
.resume-career .close{
filter: invert(1);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;

}
.gsc_modal .gsc_modal_wrapper.gsc_modal_noborder .modal-resume .resume-career .close img {
    box-shadow: none;

}
/* Resume Css End */


/* Mobile css Start */
@media screen and (max-width: 767px) {
    .careers-page{
        padding-top: 12px;
    }
    .career-top h1, .careertable h3{
        font-size: 22px;
        line-height: 1;

    }
    .careertable{
        padding-top: 55px;
    }
    .careertable p{
        font-size: 14px;
    }
 
    .career-card ul,.career-dtls .career-card{
    display: block;
    }
    .career-card ul li{
        padding-bottom: 10px;

    }
    .career-img{
        gap: 10px;
    }
    .career-card-btn{
        padding-top: 12px;
        display: grid;

    }
    /* Resume Css Start */
    .modal-resume .resume-career{
        width: 100%;
        border-radius: 0;
    }
    .modal-resume .nformwrap .select-button{
        margin: 40px 0 0;
    }
    .field-career-resume::after{
        top: 42px;
    }

    .gsc_modal .gsc_modal_wrapper.gsc_modal_noborder:has(.modal-resume){
        max-height: 100% !important;
        background-color:var(--white);
    }  
    .modal-resume .nformwrap .browsetext{
        margin-top: -22px;
    }
    .modal-resume .nformwrap .resumefile .help-block {
        bottom: -58px;

    }
    /* Resume Css End */


}