@import './global-colors.css';
@import './global-fonts.css';

.careers-hero-section {
    width: 100%;
    height: 50vh;
    position: relative;
    z-index: 1;
}

.hero-text-holder {
    width: 70%;
}

.hero-text-container .header-text {
    margin-bottom: 40px;
}

.down-arrow-container {
    bottom: 20px;
}

.down-arrow-container {
    bottom: 20px;
}

.value-offering-header {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%;
}

.value-offering-header h2 {
    font-family: var(--CalibriRegular);
    font-size: 40px;
}

.careers-hero-section .down-arrow-container img {
    width: 32px;
    height: 32px;
}

.careers-hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Unleash Potential*/
.join-team-main-section {
    position: relative;
}

.join-team-main-section .section-content {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.join-team-main-header {
    text-align: center;
    margin-bottom: 10px;
}

.join-team-main-text {
    text-align: center;
    padding: 0px 20px 20px 20px;
    font-family: var(--CalibriRegular);
    font-size: 1.5rem;
}

.join-team-main-text h2 {
    font-family: var(--CalibriRegular);
    font-size: 16px;
    color: var(--blue-green);
}

.join-team-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.55);
}

.join-team-main-bg-img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.join-team-main-bg-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.join-team-main-mobile-bg-img-holder {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.join-team-main-mobile-bg-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.join-team-main-mobile-bg-img-holder-vac {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.join-team-main-mobile-bg-img-holder-vac img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.join-team-main-text ul {
    list-style-position: inside;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vacancies-container-container {
    background: var(--dark-blue-black-3);
}

/*Talent Base*/
.btn-holder {
    display: flex;
    margin-top: 20px;
    justify-content: center
}

.talent-base-main-section {
    background: var(--dark-blue-black-2);
    padding: 40px 0;
}

/*Experience Cards*/
.sections-holder {
    padding: 50px 0 70px 0;
    background-color: var(--dark-navy-blue);
}

.experience-section .section-header {
    margin-bottom: 20px;
}

.experience-section .section-content {
    display: flex;
    justify-content: center;
    padding: 0 50px;
}

.experience-section .section-content .experience-holder {
    width: 90%;
}

.cards-row {
    display: flex;
    justify-content: center;
}

.experience-holder .experience-card {
    cursor: pointer;
    position: relative;
    /*text-align: center;*/
    width: calc(50% - 100px);
    height: 102px;
    /* height: auto; */
    border-radius: 14px;
    box-shadow: 0 0 0 0.3px var(--blue-green);
    margin: 6px 6px;
    display: flex;
    flex-direction: column;
}

.card-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 1.5% 2.5%;
    flex: 1;
    min-height: 0;
}

.card-text {
    margin-top: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
}

.card-description {
    font-family: var(--CalibriRegular);
    font-size: clamp(12px, 1.8vw, 16px);
    color: var(--white);
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.selected-card {
    background-color: var(--blue-green-2);
}

.selected-card .card-text h2 {
    color: var(--white) !important;
}

.selected-card .card-description {
    padding: 0 20px;
    margin-top: 10px;
    font-family: var(--CalibriRegular);
    font-size: 20px;
}

.experience-card .card-content-contaier {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    background: #14A5AA1A;
    border: solid 1px var(--blue-green);
    border-radius: 12px;
}

.experience-holder .experience-card .card-icon {
    /*margin-bottom: 2px;*/
    margin-left: auto;
    margin-top: 16px;
}

.experience-holder .experience-card .card-content img {
    width: clamp(40px, 5vw, 64px);
    height: clamp(40px, 5vw, 64px);
}


.experience-holder .experience-card .card-text .name h2 {
    color: var(--blue-green);
    font-size: clamp(16px, 2.2vw, 24px);
}

.follow-us-section {
    padding: 40px 0;
    background-color: transparent;
    text-align: center;
}

.follow-us-section .text-holder {
    text-align: center;
    margin-bottom: 20px;
    color: var(--white);
    font-family: var(--CalibriRegular)
}

.icon-container {
    display: flex;
    justify-content: center;
}

.icon-container .icon-holder {
    width: 32px;
    height: 32px
}

.follow-us-section h2 {
    color: var(--white);
}

.hero-text-holder {
    font-family: var(--CalibriRegular);
    color: var(--white);
}



@media (min-width: 1030px) {
    .card-description {
        font-size: clamp(14px, 1.2vw, 18px);
        min-height: 50px;
        max-height: none;
        line-height: 1.2;
    }

    .experience-holder .experience-card .card-icon img {
        width: clamp(50px, 4.5vw, 70px);
        height: clamp(50px, 4.5vw, 70px);
    }
    
    .experience-holder .experience-card {
        height: 162px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {

    .experience-holder .experience-card .card-icon {
        margin: 0px;
    }

    .experience-holder .experience-card .card-icon .card-description {
        font-size: 15px;
    }

    .card-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 70%;
        padding: 0 15px 8px;
    }
}

@media (max-width: 768px) {
    .experience-section .section-header h2 {
        font-size: 20px !important;
    }

    .join-team-main-mobile-bg-img-holder img {
        width: 100%;
        height: 110%;
        object-fit: cover;
    }

    .experience-holder .experience-card .card-icon img {
        width: clamp(30px, 4vw, 60px);
        height: clamp(30px, 4vw, 60px);
    }

    .join-team-main-section .section-content {
        padding: 40px 0;
        margin-top: -10px;
        position: relative;
    }

    .card-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 70%;
        padding: 0 15px 8px;
    }

    .talent-base-main-section .join-team-main-text {
        padding: 15px;
    }

    .talent-base-main-section .join-team-main-text h2 {
        font-size: 16px !important
    }

    .join-team-main-bg-img-holder {
        display: none;
    }

    .join-team-main-mobile-bg-img-holder {
        display: block;
        margin-bottom: -2px;
    }

    .join-team-main-mobile-bg-img-holder-vac img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .join-team-main-mobile-bg-img-holder-vac {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .join-team-main-header {
        margin: 10px 0px;
    }

    .join-team-main-header h2 {
        font-size: 20px !important
    }

    .join-team-main-text {
        font-size: 14px;
        padding: 0px 10px;
    }

    /*Experience*/
    .experience-section .section-content .experience-holder {
        width: 100%;
        padding: 0 15px;
    }

    .experience-holder .experience-card {
        width: calc(95% - 12px);
        height: 109px;
        height: auto;
    }

    .selected-card .card-text h2 {
        font-size: 14px
    }

    .selected-card .card-description {
        margin-top: 5px;
        font-size: 12px;
    }

    .experience-holder .experience-card .card-icon {
        margin-bottom: 15px
    }

    .experience-holder .experience-card .card-content img {
        width: clamp(25px, 3.5vw, 40px);
        height: clamp(25px, 3.5vw, 40px);
    }

    .experience-holder .experience-card .card-text .name h2 {
        font-size: 25px !important;
    }

    .experience-holder .experience-card .card-text .position h2 {
        font-size: 20px !important;
    }

    .card-description {
        font-size: clamp(11px, 2.5vw, 14px);
        line-height: 1.2;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .card-text h2 {
        font-size: 16px !important;
    }

    .experience-holder .experience-card .card-text .name h2 {
        font-size: 16px !important;
    }

}

/*For Tablets*/
@media (min-width: 768px) and (max-width: 1024px) {
    .card-text h2 {
        font-size: 18px !important;
    }

    .experience-section .section-content .experience-holder {
        width: 90%;
        padding: 0 18px;
    }

    .experience-holder .experience-card .card-content img {
        width: clamp(30px, 4vw, 45px);
        height: clamp(30px, 4vw, 45px);
    }

    .experience-holder .experience-card {
        height: 130px;
        /* height: auto; */
    }

    .selected-card .card-text h2 {
        font-size: 16px !important
    }

    .selected-card .card-description {
        margin-top: 5px;
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {


    .experience-section .section-content .experience-holder {
        width: 93%;
        padding: 0 19px;
    }

    .experience-holder .experience-card .card-content img {
        width: clamp(35px, 4.5vw, 55px);
        height: clamp(35px, 4.5vw, 55px);
    }

    .selected-card .card-text h2 {
        font-size: 18px !important
    }

    .selected-card .card-description {
        margin-top: 5px;
        font-size: 16px;
    }

}

@media (max-width: 380px) {
    .join-team-main-section .section-content {
        padding: 30px 0;
        margin-top: -10px;
        position: relative;
    }
}

/* High zoom level support */
@media (min-resolution: 2dppx), (min-resolution: 192dpi) {
    .experience-holder .experience-card {
        height: 120px;
        /* height: auto; */
    }
    
    .card-description {
        font-size: clamp(10px, 2vw, 14px);
        line-height: 1.2;
    }
    
    .experience-holder .experience-card .card-text .name h2 {
        font-size: clamp(12px, 2.5vw, 18px) !important;
    }
    
    .experience-holder .experience-card .card-content img {
        width: clamp(28px, 5vw, 56px);
        height: clamp(28px, 5vw, 56px);
    }
}

/* Additional zoom support for very high zoom levels */
@media (min-resolution: 3dppx), (min-resolution: 288dpi) {
    .experience-holder .experience-card {
        height: 116px;
        /* height: auto; */
    }
    
    .card-description {
        font-size: clamp(12 px, 1.5vw, 12px);
        line-height: 1.1;
    }
    
    .experience-holder .experience-card .card-text .name h2 {
        font-size: clamp(18px, 2vw, 16px) !important;
    }
    
    .experience-holder .experience-card .card-content img {
        width: clamp(40px, 4vw, 48px);
        height: clamp(40px, 4vw, 48px);
    }
}

h2 {
}

.why-infinity-header {
    color: var(--dark-blue-black-3) !important;
    font-family: var(--CalibriRegular);
    font-size: 40px;
}