/* ======================================
   CAREER PAGE — FINAL PRODUCTION CSS
   Pixel Perfect (Matches Screenshot 1:1)
====================================== */

.career-section {
    font-family: "DM Sans", sans-serif;
}


/* --------------------------------------
   TITLES (Home-page style)
--------------------------------------- */
.career-title {
    font-size: 55px;
    font-weight: 300;
    text-align: center;
    color: #0c1c3c;
}

.career-title span {
    background: linear-gradient(to right, #0049a8, #0061d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}



/* --------------------------------------
   WHY WORK WITH US
--------------------------------------- */
.career-why {
    padding: 120px 0;
    background: #fff;
}

.W-60{
    width: 60%;
}
.career-why-item {
    text-align: center;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.career-why-num {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    background: #ECFAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-weight: 300;
    font-size: 24px;
    margin: auto;
    border: 1px solid #C5F1FC;
}

.career-why-item-h4 {
    margin-top: 24px;
    font-size: 24px!important;
    font-weight: 700;
}

.career-why-item p {
    font-size: 18px;
    margin-top: 16px;
    color: #4A5565;
}

@media (max-width: 991px) {
    .mt-60-md {
        margin-top: 40px;
    }
    .W-60{
    width: 100%;
}
    .career-why-num {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: #ECFAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-weight: 300;
    font-size: 22px;
    margin: auto;
    border: 1px solid #C5F1FC;
}

.career-why-item h4 {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 700;
}

.career-why-item p {
    font-size: 16px;
    margin-top: 16px;
    color: #4A5565;
}
}

@media (max-width: 767px) {
    .mt-60-md {
        margin-top: 40px;
    }

    .mt-40-sm {
        margin-top: 40px;
    }
}


/* --------------------------------------
   OPEN POSITIONS — PERFECT MATCH
--------------------------------------- */
.career-positions {
    padding: 120px 0;
    background: linear-gradient(to bottom, #f1f9ff, #e6f3ff);
}

.career-card {
    background: #fff;
    padding: 32px 36px;
    border-radius: 14px;
    border: 1px solid #e6edf7;
    margin-bottom: 30px;
}

/* Title and badge */
.career-card h4 {
    color: #005EB1;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.career-badge {
    background: #0891B2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 10px;
}

.career-meta {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #5b6473;
    margin-top: 15px;
}
.career-desc {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 1.55;
    margin: 24px 0 16px 0;
}
.career-meta img {
    width: 16px;
    height: 16px;
}



/* Button */
.career-btn-view {
    background-image: linear-gradient(90deg, #014b8c 0%, #0f8cd5 100%);
    padding: 11px 24px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 92, 255, 0.25);
}

/* -------------------------------
   RESPONSIVE (NO DESIGN CHANGE)
--------------------------------*/
.career-card .row {
    flex-wrap: nowrap;
}













/* --------------------------------------
   CORE VALUE — EXACT GLASS LOOK
--------------------------------------- */
/* --------------------------------------
   CORE VALUE — EXACT SAME AS serve-card
--------------------------------------- */

.career-core {
    padding: 120px 0;
    background-image: url("../image/careers/our-value.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}

.core-value-title {
    font-size: 55px;
    font-weight: 300;
}

.core-value-title span {
    font-weight: 700;
    background: linear-gradient(to right, #0891B2, #06B6D4, #00D3F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.core-value-sub {
    font-size: 18px;
    color: #dce8f4;
    margin-top: 24px;
}

/* GRID SAME LIKE serve-box WRAPPER */
.core-value-grid {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 40px;
}

/* CARD — 100% SAME AS serve-card */
.core-box {
    position: relative;
    border-radius: 14px;
    padding: 50px 24px 24px 24px;
    background: rgba(255, 255, 255, 0.12);
    /* only difference */
    border: 2px solid #468AAF;
    min-height: 200px;
    transition: 0.3s;
    text-align: left;
    backdrop-filter: blur(8px);
    width: 97%;
    margin-left: auto;
}

/* TOP TAB LIKE serve-tab */
.core-tag {
    position: absolute;
    top: -22px;
    left: -22px;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    color: #0c1c3c;
}

/* ONLY DIFFERENCE: COLORS */
.core-tag.blue {
    background: #C0EFFC;
}

.core-tag.yellow {
    background: #ffe7a1;
}

.core-tag.orange {
    background: #ffc8b3;
}

/* BODY TEXT SAME AS serve-body */
.core-box p {
    font-size: 18px;
    line-height: 1.55;
    color: #eaf3ff;
}





/* --------------------------------------
   PROCESS STEPS — CLEAN + CENTER
--------------------------------------- */
/* ================================
   CAREER PROCESS — DESKTOP
================================ */
.career-process {
    padding: 120px 0;
    background: #fff;
    text-align: center;
}

.career-process .career-title {
    margin-bottom: 50px;
}

/* DESKTOP STEPS */
.career-how-desktop {
    margin-top: 120px;
    margin-bottom: 120px;
}

.career-how-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-items: center;
    /* CENTER ALIGNED */
    align-items: start;
    position: relative;
}

/* EACH STEP */
.career-step {
    text-align: center !important;
    position: relative;
    width: 100%;
    max-width: 260px;
}

/* NUMBER BOX */
.career-step-icon {
    width: 80px;
    height: 80px;
    background: #eaf7ff;
    border: 1px solid #c5e8ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
}

/* ARROW BETWEEN STEPS */
.career-step::after {
    content: "";
    position: absolute;
    top: 34px;
    left: calc(41% + 65px);
    width: 250px;
    height: 30px;
    background-image: url(../image/home-page/center-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.career-step:last-child::after {
    display: none;
}

/* TITLES */
.career-step-title {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #0c1c3c;
}

/* DESC */
.career-step-desc {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    color: #5b6473;
}




.career-how-mobile {
    display: none;
}

/* MOBILE WRAPPER */
.career-mob-step {
    display: flex;
    gap: 18px;
    /* margin-bottom: 38px; */
}

/* ICON + LINE */
.career-mob-center-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.career-mob-icon-box {
    width: 70px;
    height: 70px;
    background: #eaf7ff;
    border: 1px solid #c5e8ff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-mob-line {
    width: 70px;
    height: 80px;
    background-image: url("../image/home-page/center-arrow-phone.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* MOBILE TEXT */
.career-mob-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c1c3c;
    margin-bottom: 6px;
}

.career-mob-text p {
    font-size: 16px;
    line-height: 20px;
    color: #5b6473;
}





/* --------------------------------------
   CONTACT HR — FINAL
--------------------------------------- */
.career-contact {
    padding: 120px 0;
    text-align: center;
    background-image: url("../image/careers/cta-section-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.career-contact h2 {
    font-size: 55px;
    font-weight: 300;
}

.career-contact h2 span {
    background: linear-gradient(to right, #0891B2, #06B6D4, #00D3F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.career-contact p {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 60px !important;
    margin-left: auto;
    margin-right: auto;
    color: #E8E8F0;
}

.career-contact-btn {
    padding: 14px 30px;
    border-radius: 12px;
    background: white;
    color: #002d59;
    display: inline-block;
    margin-top: 32px;
    font-weight: 600;
    font-size: 16px;
}

/* Center boxes on medium screens */
@media (max-width: 992px) {
  .core-box {
    position: relative;
    border-radius: 14px;
    padding: 30px 24px 24px 24px;
    background: rgba(255, 255, 255, 0.12);
    /* only difference */
    border: 2px solid #468AAF;
    transition: 0.3s;
    text-align: left;
    backdrop-filter: blur(8px);
    width: 100%;
    min-height: 150px;
}
.career-contact p {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 60px !important;
    margin-left: auto;
    margin-right: auto;
    color: #E8E8F0;
}
    .career-card .row {
        flex-wrap: wrap !important;
    }

    /* Left + Right go full width */
    .career-card .col-lg-9,
    .career-card .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .career-btn-view {
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .career-how-desktop {
        display: none;
    }

    .career-how-mobile {
        display: block !important;
        padding: 88px 0;
    }



    .career-why {
    padding: 88px 0;
    background: #fff;
}
.career-positions {
    padding: 88px 0 90px;
    background: linear-gradient(to bottom, #f1f9ff, #e6f3ff);
}
.career-core {
    padding: 88px 0;
    background-image: url(../image/careers/our-value.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}
.career-contact
 {
    padding: 88px 0;
    text-align: center;
    background-image: url(../image/careers/cta-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.career-title {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #0c1c3c;
}
.core-value-title {
    font-size: 34px;
    font-weight: 300;
}
.career-contact h2 {
    font-size: 34px;
    font-weight: 300;
}
.mb-60 {
    margin-bottom: 40px;
}
.mt-80 {
    margin-top: 50px;
}
.career-card h4 {
    color: #005EB1;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.career-badge {
    background: #0891B2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 10px;
}

.career-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5b6473;
    margin-top: 15px;
}
.career-desc {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.55;
    margin: 24px 0 16px 0;
}
.core-value-sub {
    font-size: 16px;
    color: #dce8f4;
    margin-top: 24px;
}
.core-box p {
    font-size: 16px;
    line-height: 1.55;
    color: #eaf3ff;
}
.core-tag {
    position: absolute;
    top: -22px;
    left: -17px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    color: #0c1c3c;
}
}

@media (max-width: 768px) {
    .career-card {
        padding: 26px 20px;
    }
}

@media (max-width: 576px) {
    .career-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .career-mob-text p {
    font-size: 14px;
    line-height: 20px;
    color: #5b6473;
}
.career-contact p {
    font-size:20px;
    margin-top: 24px;
    margin-bottom: 60px !important;
    margin-left: auto;
    margin-right: auto;
    color: #E8E8F0;
}
    .core-box {
        width: 100%;
    }

    .core-tag {
        position: absolute;
        top: -22px;
        left: 0px!important;
        padding: 8px 10px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
           .career-how-mobile {
        display: block !important;
        padding: 66px 0;
    }



    .career-why {
    padding: 66px 0;
    background: #fff;
}
.career-positions {
    padding: 66px 0 90px;
    background: linear-gradient(to bottom, #f1f9ff, #e6f3ff);
}
.career-core {
    padding: 66px 0;
    background-image: url(../image/careers/our-value.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}
.career-contact
 {
    padding: 66px 0;
    text-align: center;
    background-image: url(../image/careers/cta-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.career-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #0c1c3c;
}
.core-value-title {
    font-size: 30px;
    font-weight: 300;
}
.career-contact h2 {
    font-size: 30px;
    font-weight: 300;
}
.mb-60 {
    margin-bottom: 30px;
}
.mt-80 {
    margin-top: 50px;
}
.career-why-num {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    background: #ECFAFE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-weight: 300;
    font-size: 20px;
    margin: auto;
    border: 1px solid #C5F1FC;
}

.career-why-item h4 {
    margin-top: 22px;
    font-size: 20px;
    font-weight: 700;
}

.career-why-item p {
    font-size: 14px;
    margin-top: 14px;
    color: #4A5565;
}
.career-card h4 {
    color: #005EB1;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.career-badge {
    background: #0891B2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 10px;
}

.career-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5b6473;
    margin-top: 15px;
}
.career-desc {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.55;
    margin: 24px 0 16px 0;
}
.core-value-sub {
    font-size: 16px;
    color: #dce8f4;
    margin-top: 24px;
}
.core-box p {
    font-size: 16px;
    line-height: 1.55;
    color: #eaf3ff;
}
.core-tag {
    position: absolute;
    top: -22px;
    left: -17px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    color: #0c1c3c;
}
}

@media only screen and (max-width: 1400px) and (min-width: 992px)  {

.core-box {
    position: relative;
    border-radius: 14px;
    padding: 50px 24px 24px 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid #468AAF;
    min-height: 245px;
    transition: 0.3s;
    text-align: left;
    backdrop-filter: blur(8px);
    width: 97%;
    margin-left: auto;
}
}
@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
        .career-step::after {
    content: "";
    position: absolute;
    top: 34px;
    left: calc(41% + 65px);
    width: 217px;
    height: 30px;
    background-image: url(../image/home-page/center-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
        .career-step::after {
        content: "";
        position: absolute;
        top: 34px;
        left: calc(37% + 65px);
        width: 187px;
        height: 30px;
        background-image: url(../image/home-page/center-arrow.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }
}
    /* .career-step::after {
        content: "";
        position: absolute;
        top: 34px;
        left: calc(37% + 65px);
        width: 187px;
        height: 30px;
        background-image: url(../image/home-page/center-arrow.webp);
        background-repeat: no-repeat;
        background-size: contain;
    } */