.hero_section.careers_hero_section::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    min-height: 40.5%;
    opacity: .3;
}
.hero_section.careers_hero_section .hero_overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    min-height: 49%;
    opacity: .7;
}
.hero_section.careers_hero_section .hero_content .tagline {
    margin-bottom: 24px;
    color: #80c72b;
}
.hero_section.careers_hero_section .hero_content .title {
    margin-bottom: 10px;
}
.hero_section.careers_hero_section .hero_content .primary_btn.light_btn{
    margin-top: 31px;
}
.hero_section.careers_hero_section {
    padding-bottom: 100px;
}
.hero_section.careers_hero_section .hero_content .description {
    color: #BFBEBE;
}
.why_work_with_us_section{
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    margin-block: 34px 23px;
}
.why_work_with_us_section .figure {
    height: 100%;
    width: 100%;
    position: absolute;
}
.why_work_with_us_section .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_work_with_us_section .why_work_with_us_content {
    z-index: 1;
    position: relative;
    text-align: center;
    max-width: 715px;
    margin: 0 auto;
    padding-block: 62px 31px;
}
.why_work_with_us_section .why_work_with_us_content h2.title, .why_work_with_us_section .why_work_with_us_content .description{
    color: var(--white);
}
.why_work_with_us_section .why_work_with_us_content h2.title{
    margin-bottom: 9px;
}
.why_work_with_us_section .why_work_with_us_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);
    opacity: .4;
}
.services-list-container{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 62px;
}
.services-list-container .services-list-box{
    background: linear-gradient(0deg, rgba(232, 236, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 12px;
    padding: 16px;
}
.services-list-container .services-list-box .intro_header .title{
    color: var(--steel-blue);
    margin-bottom: 10px;
}
.services-list-container .services-list-box .intro_header .description{
    color: var(--steel-blue);
}
.services-list-container .services-list-box .intro_header figure.icon {
    background: #0A0E1A;
    display: table;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 17px;
}
.current_opportunites{
    background: linear-gradient(0deg, rgba(232, 236, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;    
    margin-block: 0 23px;
}
.current_opportunites .intro_header .tagline {
    margin-bottom: 14px;
    color: var(--steel-blue);
}
.current_opportunites .recent-articles-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.current_opportunites .recent-articles-container .recent-articles-box{
    background-color: #ffffff;
    border-radius: 12px;
    min-height: 250px;   
    padding: 16px; 
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description{
    color: var(--steel-blue);
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .tagline{
    color:#3A8EC2;
    margin-bottom: 9px;
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .title{
    margin-bottom: 15px;
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .primary_btn.grey_btn {
    min-width: 137px;
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .btn_group {
    display: flex;
    justify-content: right;
    /* margin-top: 13px; */
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details{
    margin-top: 15px;
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details .details-icon{
    position: relative;
    padding-left: 23px;
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details .details-icon::before{
    content: '';
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details .location::before{
    background-image: url(../images/careers/location-icon.svg);
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details .employment-type::before{
    background-image: url(../images/careers/time-icon.svg);
}
.current_opportunites .recent-articles-container .recent-articles-box .intro_header .description .details .employment-type{
    margin-top: 8px;
}

.current_opportunites .recent-articles-container .recent-articles-box .intro_header{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.current_opportunites .recent-articles-container .recent-articles-box .intro_header .btn_group{
    margin-top: auto;
}

.current_opportunites .recent-articles-container .recent-articles-box .intro_header .btn_group .primary_btn {
    margin-top: 13px;
}

.current_opportunites .card-container{
    padding: 12px 10px;
    background-color: var(--bone-white);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
    gap: 25px;
}
.current_opportunites .card-container .card-box .box-title{
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: var(--secondary);
}
.current_opportunites .card-container .card-box .box-title::before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;    
}
.current_opportunites .card-container .card-box .box-title.company::before{
    background-image: url(../images/careers/card-company-icon.svg);
}
.current_opportunites .card-container .card-box .box-title.location::before{
    background-image: url(../images/careers/card-location-icon.svg);
}
.current_opportunites .card-container .card-box .box-title.department::before{
    background-image: url(../images/careers/card-department-icon.svg);
}
.custom-select {
    position: relative;
    width: 100%;
}
.custom-select select {
    width: 100%;
    height: 44px;
    padding: 0 45px 0 24px;
    border: 1px solid #E8ECF2;
    border-radius: 30px;
    background: #fff;
    color: var(--steel-blue);
    cursor: pointer;
    outline: none;

    /* Remove default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/* Custom arrow */

.card-container .card-box .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    background: url(../images/careers/select-arrow.svg) no-repeat;
    width: 12px;
    height: 7px;
    top: 22px;
}

.privacy-policy {
    background: linear-gradient(0deg, rgba(232, 236, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
    margin-block: 0 23px;
}


/*******************Responsive****************************/

@media screen and (max-width:991px){
    .services-list-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
 
@media screen and (max-width:767px){
   .current_opportunites .recent-articles-container {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:480px){
    .current_opportunites .card-container, .services-list-container {
        grid-template-columns: 1fr;
    }
}