/* ============== career section ======================== */
.color-base--blue {
    color: #066ccb;
}

.color_grey {
    color: #555;
}

.color-text--title {
    color: #212529;
}

.core_values_container {
    margin-top: 20px;
}

.card-blue {
    background: linear-gradient(135deg, #75bcfacf, #cae4e6);
}

.card-purple {
    background: linear-gradient(135deg, #35fa77c0, #daf1edc9);
}

.card-orange {
    background: linear-gradient(135deg, #fbc2ebcd, #d4e2fbbb);
}

.card-yellow {
    background: linear-gradient(135deg, #ffe10090, #e3ddc0b7);
}

.card-green {
    background: linear-gradient(135deg, #95a8ffbb, #e4d4f4a7);
}

.card-plant {
    background: linear-gradient(135deg, #26efde8d, #bafbd393);
}

.value-hover:hover .value-hover__text {
    color: #555 !important;
}

.value-card {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.value-card-Icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* ============= lets get started ================ */
.bg-lets-get-started {
    padding: 9rem 0;
    font-size: 16px;
    margin-top: 0;
    color: #fff;
}

.bg-lets-get-started h2 {
    color: #fff;
}

@media (max-width: 1200px) {
    .img_container {
        align-self: flex-end;
    }

    .content_container {
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .bg-lets-get-started {
        padding: 3.7rem 0;
        font-size: 16px;
    }

    .bg-lets-get-started p {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .bg-lets-get-started {
        padding: 4rem 0;
    }
}

/* ===================current openings=============================  */
.vaccancy__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #c9d7ffcf;
    margin-bottom: 1rem;
}

.vaccancy__infos {
    display: flex;
    flex-direction: column;
}

.vaccancy_dateContainer {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vaccancy_contentContainer p {
    color: #212529;
    font-size: 14px;
}

.vaccancy_dateContainer h4 {
    margin-bottom: 0 !important;
}

.vaccancy_dateContainer span {
    font-size: 0.9rem;
}

.vaccancy_title {
    font-size: 1.3rem;
    font-weight: 700;
}

.job-link {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0;
}

.job-link svg {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.currentOpenings-title {
    margin-bottom: 20px;
}

.no_vacanccy_list {
    margin-top: 20px;
}

.no_vaccancy_number {
    font-weight: 700;
    font-size: 1.5rem;
}

.vaccancy__list {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.06rem;
    margin-bottom: 1.06rem;
    transition: all 0.35s ease;
}

.vaccancy__list .vaccancy_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem !important;
}

.vaccancy_contentContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 0.2rem;
}

.vaccancy__infos {
    flex: 1 1;
    justify-content: space-between;
}

.vaccancy__infos div h3 {
    margin-top: 0 !important;
}

.extra-job {
    max-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
}

.extra-job.show {
    max-height: 300px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom-width: 1px;
    opacity: 1;
    transform: translateY(0);
}

.link-btn {
    background: #066ccb;
    border-radius: 30px;
    color: white;
    padding: 10px 20px;
    transition:
        background-color 0.5s ease,
        color 0.5s ease,
        border 0.5s ease;
    font-size: 0.8rem;
    border: 1px solid transparent;
}

.link-btn:hover {
    background: #fff;
    border: 1px solid #066ccb;
    color: #066ccb;
}

#showMoreBtn {
    cursor: pointer;
    transition: transform 0.2s ease;
}

#showMoreBtn:active {
    transform: scale(0.96);
}

@media (min-width: 768px) {
    .vaccancy__infos {
        flex-direction: row;
    }

    .job-link {
        margin-left: auto;
    }

    .vaccancy_dateContainer {
        width: 15%;
        align-items: flex-start;
    }

    .vaccancy_container {
        gap: 0.5rem !important;
    }
}

@media (max-width: 992px) {
    .no_vacanccy_list {
        margin-top: 0;
    }
}

/* --- Recruitment Section --- */
.recruitment {
    background: #cbe6ff;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
}

.recruitment p {
    text-align: left;
}

.position-sticky {
    position: sticky;
    top: 100px;
    z-index: 4;
}

.content-style {
    margin-bottom: 40px !important;
}

.recruitment__content h5 {
    margin: 10px 0 !important;
}

.recruitment__content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.icon-whatsApp {
    user-select: none;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    fill: #137b3b;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.whatsApp-anchor {
    color: #137b3b;
}

.whatsApp-anchor:hover .icon-whatsApp {
    fill: #0f6630;
}

.whatsApp-anchor:hover .whatsApp_text {
    color: #0f6630;
}

@media (max-width: 992px) {
    .recruitment {
        margin-top: 2rem;
    }

    .recruitment h4,
    .recruitment p {
        text-align: center;
    }
}

.recruitment__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.recruitment__list div img {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .recruitment h4 {
        margin-bottom: 5px;
    }

    .recruitment__list div img {
        height: 6rem;
        width: 6rem;
    }

    .recruitment__list {
        flex-direction: column;
        gap: 0;
        margin-top: 5px;
    }

    .whatsApp-anchor {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .icon-whatsApp {
        height: 2rem;
        width: 2rem;
    }
}

/* --- Application Journey Section --- */
.section-panel {
    padding: 50px 0;
}

.steps {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}

.steps__row {
    background: #cbe6ff;
    border: 1px solid rgb(166, 190, 255);
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    padding: 0.9rem;
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.steps__row:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgb(181 194 226);
}

.steps__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 2 1;
}

.steps__icon {
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 50%;
    background-color: #246cff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.steps__icon svg {
    height: 1.9rem;
    width: 1.9rem;
    color: #fff;
}

.steps__num {
    font-size: 1.3rem;
    color: #00246f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.steps__num h5 {
    line-height: normal;
    border-left: 1px solid #7a7979;
    padding-left: 0.75rem;
    flex: 2 1;
    margin-bottom: 0 !important;
}

.steps__list p {
    margin: 0;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .steps__row {
        gap: 0.5rem;
        flex-direction: column;
    }

    .steps__col {
        align-items: center;
    }

    .content-style {
        margin-bottom: 20px !important;
    }
}

.steps_container {
    width: 100%;
}

@media (min-width: 1200px) {
    .steps_container {
        width: 90%;
        margin: 0 auto;
    }
}

/* --- Career Detail Page --- */
.btn-mail {
    background: #0556a2;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #0556a2;
    transition: all 0.5s ease;
    cursor: pointer;
}

.btn-mail:hover {
    background: #fff;
    color: #0556a2;
    border: 1px solid #0556a2;
}

.careerPage_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
