.career-grid {
    margin: 50px 0px;
}


/* accordion */

.career-accordion {
    margin-top: 25px;
}

.accordion-career-wrp .accordion {
    border-top: 1px solid #cbcbcb;
}

.career-accordion .accordion-item {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #cbcbcb;
    background: transparent;
}

.career-accordion .accordion-header {
    margin: 0px !important;
}

.ready_text p {
    color: #A3A3A3;
}

.career-accordion button {
    font-size: 25px;
    color: #000 !important;
    padding-right: 7px;
    background: transparent !important;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    box-shadow: none !important;
    display: flex;
    justify-content: start;
}

.career-accordion .card-body {
    padding: 25px 30px;
    border-top: 1px solid #E8E8E1;
}

.career-accordion .accordion-button::after {
    background-image: url(../placeholder-images/black-down.svg);
    background-size: 10px;
    margin-bottom: -10px;
    right: 0px;
    background-size: 18px;
    position: absolute;
}

.career-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../placeholder-images/black-up.svg);
    transform: none;
    background-size: 18px;
    right: 0px;
    position: absolute;
}


.culture-spacer {
    margin-bottom: 17px;
    display: block;
}

.future-talent {
    margin: 120px 0px;
}

.future-talent .row,
.career-culture .row {
    row-gap: 60px;
}

.future-box h3 {
    font-size: 30px;
    margin: 35px 0px 20px 0px;
}

.future-box-inner {
    padding: 0px 20px;
}

.career-accordion {
    margin: 80px 0px 100px 0px;
}

.future-img {
    height: 400px;
}

.future-img1 {
    height: 300px;
}

.future-img img,
.future-img1 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* tab career style */

.accordion-tab-left {
    width: 25%;
    position: sticky;
    top: 0px;
    height: 100%;
}

.accordion-tab-left .nav-pills {
    border-left: 1px solid #141414;
    margin-top: 20px;
}


.accordion-tab-left .nav-pills button {
    background: transparent;
    width: fit-content;
    border: none;
    border-radius: 0px;
    padding: 0px 0px 0px 40px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
}

.accordion-tab-left .nav-pills button.active {
    color: #E65300 !important;
    background-color: transparent;
    position: relative;
}

.accordion-tab-left .nav-pills button.active::before {
    width: 9px;
    position: absolute;
    content: '';
    height: 100%;
    left: -5px;
    top: 0px;
    background: #E65300;
}

.accordion-tab-left .nav-pills button:last-child {
    margin-bottom: 0px;
}

.accordion-tab-left .nav-pills {
    border-left: 1px solid #402D1C;
    margin-top: 20px;
}

.accordion-tab-right {
    width: 75%;
    padding-left: 70px;
    position: sticky;
    top: 30px;
    height: 100%;
}

.accordion-tab-right .tab-pane {
    font-size: 20px;
}

.country-h,
.job_box button,
.total_jobs_c {
    font-family: FamiljenGrotesk-Bold;
}

.faq-tabs-main {
    padding: 50px 0px 0px 0px;
}

.total_jobs_c,
.country-h {
    font-size: 30px;
}

.job_box button {
    background: transparent;
    font-size: 22px;
    text-align: left;
    border: none;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    border-bottom: 2px solid #000;
}

.job_box button:hover {
    color: #E65300;
    border-bottom: 2px solid #E65300;
}

.job_location {
    color: #989898;
    font-size: 20px;
    margin-bottom: 10px;
}

.job_box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ref-numb {
    font-size: 18px;
    margin-right: 15px;
}

.reference-numbers .ref-numb:last-child {
    margin-right: 0px;
}

.job_box {
    border-bottom: 1px solid #b1b1b1;
    padding: 20px 0px;
}


.create-detail li span {
    display: inline-block;
    font-size: 20px;
    font-family: FamiljenGrotesk-Regular;
}

.create-detail li span:first-child {
    width: 150px;
    margin-right: 30px;
}

.create-detail ul {
    list-style-type: none;
    padding: 0px;
    margin: 40px 0px;
}

.back_job {
    background: transparent !important;
}

.detail_career_innner h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #E65300;
    font-family: FamiljenGrotesk-Medium;
}

.detail_career_innner p {
    font-size: 20px;
    max-width: 1000px;
}

.switch-box1 {
    padding: 20px 30px;
    box-shadow: 0px 1px 10px #dedcdc6e;
}

.switch-box1 .career_form.form_box1 {
    box-shadow: none;
    padding: 40px 0px;
}

.switch-box1 {
    display: none;
}

.career-stick{
    position: sticky;
    top: 20px;
    height: 100%;
}




/* responsive */


@media only screen and (max-width: 1199px) {

    .future-img {
        height: 270px;
    }

    .future-box h3 {
        font-size: 24px;
        margin: 25px 0px 15px 0px;
    }

    .future-talent {
        margin: 80px 0px;
    }

    .future-img1 {
        height: 230px;
    }
}

@media only screen and (max-width: 991px) {
    .career-accordion {
        margin: 50px 0px 60px 0px;
    }

    .future-img {
        height: 220px;
    }

    .future-talent {
        margin: 50px 0px;
    }

    .detail_career_innner p,
    .create-detail li span {
        font-size: 18px;
    }

    .total_jobs_c,
    .country-h {
        font-size: 22px;
    }

    .job_box button {
        font-size: 20px;
    }

    .job_location {
        font-size: 17px;
    }

    .accordion-tab-left .nav-pills button {
        padding: 0px 0px 0px 30px;
        font-size: 20px;
    }

    .accordion-tab-right {
        padding-left: 20px;
    }

    .faq-tabs-main {
        padding: 40px 0px 0px 0px;
    }

    .career-accordion button {
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .future-img {
        height: auto;
    }

    .future-box {
        max-width: 440px;
        margin: 0 auto;
    }

    .future-talent .row.mt-5 {
        margin-top: 20px !important;
    }

    .faq-flex {
        flex-direction: column;
    }

    .accordion-tab-left {
        width: 100%;
        position: relative;
        top: auto;
        height: auto;
        margin-bottom: 40px;
    }

    .accordion-tab-right {
        padding-left: 0px;
        width: 100%;
    }

    .faq-tabs-main {
        padding: 10px 0px 0px 0px;
    }

    .back-career_wrp {
        margin-bottom: 15px;
    }
    .career-stick{
        position: relative;
        top: auto;
        height: auto;
    }
    
}

@media only screen and (max-width: 575px) {
    .future-box-inner {
        padding: 0px 0px;
    }

    .reference-numbers {
        flex-direction: column;
    }
}

@media only screen and (max-width: 424px) {
    .create-detail li span:first-child {
        width: 110px;
    }

    .switch-box1 {
        padding: 20px 20px;
    }

    .switch-box1 .career_form.form_box1 {
        box-shadow: none;
        padding: 40px 0px 25px 0px;
    }

    .career-accordion button {
        font-size: 18px;
    }

    .future-box h3 {
        font-size: 20px;
        margin: 25px 0px 15px 0px;
    }

    .detail_career_innner h2 {
        font-size: 18px;
    }

    .create-detail ul {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 374px) {
    .job_box button {
        font-size: 18px;
    }

    .create-detail li span:first-child {
        width: 100px;
        margin-right: 15px;
    }
}