/* =========================================================
   LAKHSAI CAREER SECTION
========================================================= */

.lakhsai-career-section {

    width: 100%;

    padding: 25px 0;

    background: #ffffff;

}


/* =========================================================
   MAIN CAREER BANNER
========================================================= */

.lakhsai-career-banner {

    position: relative;

    width: 94%;

    max-width: 1280px;

    height: 450px;

    margin: 0 auto;

    display: flex;

    overflow: hidden;

    background: #ffffff;

    border-radius: 10px;

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lakhsai-career-content {

    position: relative;

    z-index: 5;

    width: 48%;

    height: 100%;

    padding: 48px 35px 30px 45px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    background: #ffffff;

}


/* =========================================================
   SMALL ORANGE HEADING
========================================================= */

.lakhsai-career-kicker {

    display: block;

    margin-bottom: 17px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 1px;

    color: #e58b1c;

}


/* =========================================================
   MAIN TITLE
========================================================= */

.lakhsai-career-title {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 45px;

    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -1px;

    color: #101b43;

}


.lakhsai-career-title span {

    display: block;

    color: #2455c8;
	font-size:30px;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.lakhsai-career-description {

    width: 390px;

    max-width: 100%;

    margin: 22px 0 0;

    font-family: "Poppins", sans-serif;

    font-size:20px;

    font-weight: 400;

    line-height: 1.75;

    color: #34384b;

}


/* =========================================================
   FEATURES
========================================================= */

.lakhsai-career-features {

    display: flex;

    align-items: center;

    gap: 28px;

    margin-top: 32px;

}


/* =========================================================
   FEATURE ITEM
========================================================= */

.lakhsai-career-feature {

    display: flex;

    align-items: center;

    gap: 10px;

    min-width: 0;

}


/* =========================================================
   FEATURE ICON
========================================================= */

.lakhsai-feature-icon {

    flex-shrink: 0;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f2f6ff;

    color: #2456c9;

    font-size: 22px;

}


/* =========================================================
   FEATURE TEXT
========================================================= */

.lakhsai-feature-text {

    display: flex;

    flex-direction: column;

    font-family: "Poppins", sans-serif;

    line-height: 1.35;

}


/* =========================================================
   FEATURE TITLE
========================================================= */

.lakhsai-feature-text strong {

    font-size: 15px;

    font-weight: 700;

    color: #20233a;

}


/* =========================================================
   FEATURE SUBTITLE
========================================================= */

.lakhsai-feature-text span {

    font-size: 12px;

    font-weight: 400;

    color: #4c5060;

}


/* =========================================================
   RIGHT IMAGE AREA
========================================================= */

.lakhsai-career-image-area {

    position: relative;

    width: 52%;

    height: 100%;

    overflow: hidden;

}


/* =========================================================
   CAREER IMAGE
========================================================= */

.lakhsai-career-image {

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 10px;

}


/* =========================================================
   IMAGE
========================================================= */

.lakhsai-career-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    object-position: center;

}


/* =========================================================
   HIRING CARD
========================================================= */

.lakhsai-hiring-card {

    position: absolute;

    right: 18px;

    bottom: 22px;

    z-index: 10;

    width: 285px;

    min-height: 108px;

    padding: 16px 20px;

    display: flex;

    align-items: center;

    gap: 17px;

    border-radius: 17px;

    background: linear-gradient(
        110deg,
        #1755c9 0%,
        #263bd1 52%,
        #5b20db 100%
    );

    box-shadow:
        0 12px 28px rgba(25, 51, 160, 0.25);

}


/* =========================================================
   HIRING ICON
========================================================= */

.lakhsai-hiring-icon {

    flex-shrink: 0;

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 28px;

}


/* =========================================================
   HIRING CONTENT
========================================================= */

.lakhsai-hiring-content {

    display: flex;

    flex-direction: column;

    font-family: "Poppins", sans-serif;

}


/* =========================================================
   HIRING TITLE
========================================================= */

.lakhsai-hiring-content strong {

    margin-bottom: 6px;

    color: #ffffff;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.2;

}


/* =========================================================
   HIRING TEXT
========================================================= */

.lakhsai-hiring-content span {

    color: rgba(255, 255, 255, 0.92);

    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;

}


/* =========================================================
   HIRING SUBTEXT
========================================================= */

.lakhsai-hiring-content small {

    color: rgba(255, 255, 255, 0.85);

    font-size: 12px;

    line-height: 1.4;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-career-banner {

        width: 96%;

        height: 430px;

    }


    .lakhsai-career-content {

        width: 50%;

        padding: 40px 25px 25px 30px;

    }


    .lakhsai-career-image-area {

        width: 50%;

    }


    .lakhsai-career-title {

        font-size: 36px;

    }


    .lakhsai-career-description {

        font-size: 13px;

        margin-top: 17px;

    }


    .lakhsai-career-features {

        gap: 14px;

        margin-top: 25px;

    }


    .lakhsai-feature-icon {

        width: 42px;

        height: 42px;

        font-size: 18px;

    }


    .lakhsai-feature-text strong {

        font-size: 11px;

    }


    .lakhsai-feature-text span {

        font-size: 10px;

    }


    .lakhsai-hiring-card {

        width: 250px;

        min-height: 95px;

        right: 12px;

        bottom: 12px;

        padding: 13px 15px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-career-section {

        padding: 15px 0;

    }


    .lakhsai-career-banner {

        width: 94%;

        height: auto;

        min-height: 0;

        display: flex;

        flex-direction: column;

        overflow: hidden;

        border-radius: 14px;

        box-shadow:
            0 8px 30px rgba(0, 0, 0, 0.08);

    }


    /* =====================================================
       MOBILE LEFT CONTENT
    ===================================================== */

    .lakhsai-career-content {

        width: 100%;

        height: auto;

        min-height: 390px;

        padding: 32px 25px 30px;

    }


    /* =====================================================
       MOBILE KICKER
    ===================================================== */

    .lakhsai-career-kicker {

        font-size: 12px;

        margin-bottom: 12px;

    }


    /* =====================================================
       MOBILE TITLE
    ===================================================== */

    .lakhsai-career-title {

        font-size: 32px;

        line-height: 1.15;

    }


    /* =====================================================
       MOBILE DESCRIPTION
    ===================================================== */

    .lakhsai-career-description {

        width: 100%;

        margin-top: 17px;

        font-size: 13px;

        line-height: 1.65;

    }


    /* =====================================================
       MOBILE FEATURES
    ===================================================== */

    .lakhsai-career-features {

        margin-top: 24px;

        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 8px;

    }


    .lakhsai-career-feature {

        flex-direction: column;

        align-items: flex-start;

        gap: 7px;

    }


    .lakhsai-feature-icon {

        width: 42px;

        height: 42px;

        font-size: 18px;

    }


    .lakhsai-feature-text strong {

        font-size: 11px;

    }


    .lakhsai-feature-text span {

        font-size: 10px;

    }


    /* =====================================================
       MOBILE IMAGE
    ===================================================== */

    .lakhsai-career-image-area {

        width: 100%;

        height: 290px;

        overflow: hidden;

    }


    .lakhsai-career-image {

        width: 100%;

        height: 100%;

        border-radius: 0;

    }


    /* =====================================================
       MOBILE HIRING CARD
    ===================================================== */

    .lakhsai-hiring-card {

        width: calc(100% - 30px);

        min-height: 82px;

        right: 15px;

        bottom: 15px;

        padding: 11px 15px;

        border-radius: 13px;

        gap: 12px;

    }


    .lakhsai-hiring-icon {

        width: 40px;

        height: 40px;

        font-size: 22px;

    }


    .lakhsai-hiring-content strong {

        font-size: 16px;

    }


    .lakhsai-hiring-content span {

        font-size: 11px;

    }


    .lakhsai-hiring-content small {

        font-size: 10px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-career-content {

        min-height: 365px;

        padding: 28px 20px 25px;

    }


    .lakhsai-career-title {

        font-size: 28px;

    }


    .lakhsai-career-description {

        font-size: 12px;

    }


    .lakhsai-career-features {

        gap: 5px;

    }


    .lakhsai-feature-icon {

        width: 38px;

        height: 38px;

        font-size: 16px;

    }


    .lakhsai-feature-text strong {

        font-size: 10px;

    }


    .lakhsai-feature-text span {

        font-size: 9px;

    }


    .lakhsai-career-image-area {

        height: 250px;

    }

}

/* =========================================================
   LAKHSAI JOBS SECTION
========================================================= */

.lakhsai-jobs-section {

    width: 100%;

    padding: 45px 0 55px;

    background: #ffffff;

}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.lakhsai-jobs-container {

    width: 94%;

    max-width: 1200px;

    margin: 0 auto;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.lakhsai-jobs-heading {

    text-align: center;

    margin-bottom: 30px;

}


/* =========================================================
   KICKER
========================================================= */

.lakhsai-jobs-kicker {

    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

    color: #ee8a20;

}


/* =========================================================
   MAIN HEADING
========================================================= */

.lakhsai-jobs-heading h2 {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 27px;

    font-weight: 700;

    line-height: 1.25;

    color: #101a38;

}


.lakhsai-jobs-heading h2 span {

    color: #2454c7;

}


/* =========================================================
   HEADING DESCRIPTION
========================================================= */

.lakhsai-jobs-heading p {

    margin: 7px auto 0;

    max-width: 650px;

    font-family: "Poppins", sans-serif;

    font-size:15px;

    font-weight: 400;

    line-height: 1.6;

    color: #444b5a;

}


/* =========================================================
   JOB CATEGORY
========================================================= */

.lakhsai-job-category {

    position: relative;

}


/* =========================================================
   CATEGORY TITLE
========================================================= */

.lakhsai-category-title {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 88px;

    height: 24px;

    padding: 0 12px;

    margin-bottom: 10px;

    border-radius: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 600;

    line-height: 1;

}


/* =========================================================
   IT CATEGORY
========================================================= */

.lakhsai-category-it {

    color: #ffffff;

    background: #214bc2;

}


/* =========================================================
   NON IT CATEGORY
========================================================= */

.lakhsai-category-non-it {

    color: #ffffff;

    background: #f07813;

}


/* =========================================================
   JOB GRID
========================================================= */

.lakhsai-job-grid {

    display: grid;

    width: 100%;

}


/* =========================================================
   IT GRID
========================================================= */

.lakhsai-it-grid {

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px;

}


/* =========================================================
   NON IT GRID
========================================================= */

.lakhsai-non-it-grid {

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;

}


/* =========================================================
   NON IT CATEGORY SPACING
========================================================= */

.lakhsai-non-it-category {

    margin-top: 13px;

}


/* =========================================================
   JOB CARD
========================================================= */

.lakhsai-job-card {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    min-width: 0;

    background: #ffffff;

    border: 1px solid #edf0f6;

    border-radius: 9px;

    box-shadow:
        0 2px 8px rgba(20, 40, 90, 0.035);

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;

}


/* =========================================================
   CARD HOVER
========================================================= */

.lakhsai-job-card:hover {

    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(20, 40, 90, 0.09);

}


/* =========================================================
   IT CARD
========================================================= */

.lakhsai-it-card {

    min-height: 195px;

}


/* =========================================================
   NON IT CARD
========================================================= */

.lakhsai-non-it-card {

    min-height: 205px;

}


/* =========================================================
   JOB MAIN CONTENT
========================================================= */

.lakhsai-job-main {

    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 16px 18px 10px;

}


/* =========================================================
   JOB ICON
========================================================= */

.lakhsai-job-icon {

    flex-shrink: 0;

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 29px;

}


/* =========================================================
   IT ICON
========================================================= */

.lakhsai-it-card .lakhsai-job-icon {

    background: #eaf0ff;

    color: #2996cf;

}


/* =========================================================
   NON IT ICON
========================================================= */

.lakhsai-non-it-card .lakhsai-job-icon {

    background: #fff0df;

    color: #ed7815;

}


/* =========================================================
   JOB CONTENT
========================================================= */

.lakhsai-job-content {

    flex: 1;

    min-width: 0;

}


/* =========================================================
   JOB TITLE
========================================================= */

.lakhsai-job-content h3 {

    margin: 2px 0 7px;

    font-family: "Poppins", sans-serif;

    font-size:22px;

    font-weight: 700;

    line-height: 1.3;

}


/* =========================================================
   IT TITLE
========================================================= */

.lakhsai-it-card .lakhsai-job-content h3 {

    color: #1747bd;

}


/* =========================================================
   NON IT TITLE
========================================================= */

.lakhsai-non-it-card .lakhsai-job-content h3 {

    color: #e87513;

}


/* =========================================================
   JOB LIST
========================================================= */

.lakhsai-job-content ul {

    margin: 0;

    padding: 0 0 0 15px;

}


/* =========================================================
   JOB LIST ITEM
========================================================= */

.lakhsai-job-content li {

    margin-bottom: 5px;

    padding-left: 1px;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.55;

    color: #303744;

}


/* =========================================================
   JOB FOOTER
========================================================= */

.lakhsai-job-footer {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 0 12px 12px;

}


/* =========================================================
   JOB INFO
========================================================= */

.lakhsai-job-info {

    min-width: 0;

    flex: 1;

    height: 34px;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 0 10px;

    border-radius: 6px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    white-space: nowrap;

}


/* =========================================================
   IT FOOTER INFO
========================================================= */

.lakhsai-it-card .lakhsai-job-info {

    background: #f2f6ff;

    color: #4a5265;

}


.lakhsai-it-card .lakhsai-job-info i {

    color: #315cc9;

}


/* =========================================================
   NON IT FOOTER INFO
========================================================= */

.lakhsai-non-it-card .lakhsai-job-info {

    background: #fff5eb;

    color: #d87927;

}


.lakhsai-non-it-card .lakhsai-job-info i {

    color: #e87c18;

}


/* =========================================================
   JOB INFO ICON
========================================================= */

.lakhsai-job-info i {

    flex-shrink: 0;

    font-size: 13px;

}


/* =========================================================
   JOB INFO TEXT
========================================================= */

.lakhsai-job-info span {

    overflow: hidden;

    text-overflow: ellipsis;
	font-size:13px;

}


/* =========================================================
   APPLICATION DATE
========================================================= */

.lakhsai-job-info strong {

    font-weight: 700;

}


.lakhsai-it-card .lakhsai-job-info strong {

    color: #2856c5;

}


.lakhsai-non-it-card .lakhsai-job-info strong {

    color: #e77b20;

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {

    .lakhsai-job-main {

        gap: 12px;

        padding: 15px 14px 10px;

    }


    .lakhsai-job-icon {

        width: 65px;

        height: 65px;

        font-size: 26px;

    }


    .lakhsai-job-content h3 {

        font-size: 15px;

    }


    .lakhsai-job-content li {

        font-size: 9px;

    }


    .lakhsai-job-footer {

        gap: 8px;

        padding: 0 9px 10px;

    }


    .lakhsai-job-info {

        padding: 0 7px;

        font-size: 8px;

    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 767px) {

    .lakhsai-jobs-section {

        padding: 35px 0 45px;

    }


    .lakhsai-jobs-container {

        width: 92%;

    }


    .lakhsai-jobs-heading {

        margin-bottom: 25px;

    }


    .lakhsai-jobs-heading h2 {

        font-size: 25px;

    }


    .lakhsai-jobs-heading p {

        font-size: 10px;

    }


    /* =====================================================
       IT JOBS
    ===================================================== */

    .lakhsai-it-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    /* =====================================================
       NON IT JOBS
    ===================================================== */

    .lakhsai-non-it-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .lakhsai-it-card,
    .lakhsai-non-it-card {

        min-height: 0;

    }


    .lakhsai-job-main {

        padding: 18px 16px 12px;

    }


    .lakhsai-job-icon {

        width: 65px;

        height: 65px;

    }


    .lakhsai-job-content h3 {

        font-size: 16px;

    }


    .lakhsai-job-content li {

        font-size: 10px;

    }


    .lakhsai-job-footer {

        padding: 0 12px 12px;

    }


    .lakhsai-job-info {

        font-size: 9px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-jobs-container {

        width: 94%;

    }


    .lakhsai-jobs-heading h2 {

        font-size: 23px;

    }


    .lakhsai-jobs-heading p {

        font-size: 9px;

        padding: 0 10px;

    }


    .lakhsai-category-title {

        min-width: 82px;

        height: 23px;

        font-size: 9px;

    }


    .lakhsai-job-main {

        gap: 12px;

        padding: 15px 12px 10px;

    }


    .lakhsai-job-icon {

        width: 58px;

        height: 58px;

        font-size: 23px;

    }


    .lakhsai-job-content h3 {

        font-size: 14px;

    }


    .lakhsai-job-content li {

        font-size: 9px;

        line-height: 1.5;

        margin-bottom: 4px;

    }


    .lakhsai-job-footer {

        gap: 6px;

        padding: 0 9px 10px;

    }


    .lakhsai-job-info {

        height: 31px;

        gap: 5px;

        padding: 0 7px;

        font-size: 7.5px;

    }


    .lakhsai-job-info i {

        font-size: 11px;

    }

}

/* =========================================================
   LAKHSAI TRAINING SECTION
========================================================= */

.lakhsai-training-section {

    width: 100%;

    padding: 25px 0 45px;

    background: #ffffff;

}


.lakhsai-training-container {

    width: 90%;

    max-width: 1200px;

    margin: 0 auto;

}


/* =========================================================
   TRAINING MAIN TITLE
========================================================= */

.lakhsai-training-title {

    text-align: center;

    margin-bottom: 5px;

}


.lakhsai-training-title > span {

    display: block;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 0.8px;

    color: #eb861d;

}


/* =========================================================
   ORANGE TITLE DIVIDER
========================================================= */

.lakhsai-title-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    height: 22px;

}


.lakhsai-title-divider span {

    width: 42px;

    height: 2px;

    background: #f4b35c;

}


.lakhsai-title-divider i {

    color: #ed871b;

    font-size: 15px;

}


/* =========================================================
   TRAINING GRID
========================================================= */

.lakhsai-training-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

}


/* =========================================================
   TRAINING CARD
========================================================= */

.lakhsai-training-card {

    min-height: 225px;

    padding: 14px 22px 15px;

    border: 1px solid #edf0f6;

    border-radius: 9px;

    box-shadow:
        0 2px 12px rgba(20, 40, 90, 0.035);

}


/* =========================================================
   IT TRAINING CARD
========================================================= */

.lakhsai-it-training {

    background: linear-gradient(
        135deg,
        #f8faff 0%,
        #ffffff 100%
    );

    border-color: #e5eaf6;

}


/* =========================================================
   NON IT TRAINING CARD
========================================================= */

.lakhsai-non-it-training {

    background: linear-gradient(
        135deg,
        #fffaf5 0%,
        #ffffff 100%
    );

    border-color: #f2e8dd;

}


/* =========================================================
   TRAINING CARD TITLE
========================================================= */

.lakhsai-training-card-title {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 7px;

}


.lakhsai-training-card-title h3 {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;

}


/* =========================================================
   TRAINING ICON
========================================================= */

.lakhsai-training-icon {

    flex-shrink: 0;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    font-size: 20px;

}


/* =========================================================
   IT TRAINING ICON
========================================================= */

.lakhsai-it-training .lakhsai-training-icon {

    background: #e9efff;

    color: #174cc4;

}


.lakhsai-it-training .lakhsai-training-card-title h3 {

    color: #1749b7;

}


/* =========================================================
   NON IT TRAINING ICON
========================================================= */

.lakhsai-non-it-training .lakhsai-training-icon {

    background: #fff0df;

    color: #ed7c15;

}


.lakhsai-non-it-training .lakhsai-training-card-title h3 {

    color: #e77817;

}


/* =========================================================
   TRAINING LIST
========================================================= */

.lakhsai-training-list {

    margin: 0;

    padding: 0;

    list-style: none;

}


/* =========================================================
   TRAINING LIST ITEM
========================================================= */

.lakhsai-training-list li {

    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.45;

    color: #303744;

}


/* =========================================================
   TRAINING CHECK ICON
========================================================= */

.lakhsai-training-list li i {

    flex-shrink: 0;

    margin-top: 3px;

    font-size: 9px;

}


/* =========================================================
   IT CHECK
========================================================= */

.lakhsai-it-training .lakhsai-training-list li i {

    color: #315bc7;

}


/* =========================================================
   NON IT CHECK
========================================================= */

.lakhsai-non-it-training .lakhsai-training-list li i {

    color: #ed861e;

}


/* =========================================================
   TRAINING STRONG
========================================================= */

.lakhsai-training-list strong {

    font-weight: 700;

    color: #202838;

}


/* =========================================================
   SUCCESS TITLE
========================================================= */

.lakhsai-success-title {

    text-align: center;

    margin: 13px 0 3px;

}


.lakhsai-success-title > span {

    display: block;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0.8px;

    color: #278b65;

}


/* =========================================================
   SUCCESS DIVIDER
========================================================= */

.lakhsai-success-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    height: 21px;

}


.lakhsai-success-divider span {

    width: 42px;

    height: 2px;

    background: #63b795;

}


.lakhsai-success-divider i {

    color: #27906b;

    font-size: 14px;

}


/* =========================================================
   SALARY GRID
========================================================= */

.lakhsai-salary-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

}


/* =========================================================
   SALARY CARD
========================================================= */

.lakhsai-salary-card {

    min-height: 94px;

    display: flex;

    align-items: center;

    gap: 22px;

    padding: 12px 55px;

    border: 1px solid #edf0f6;

    border-radius: 8px;

}


/* =========================================================
   IT SALARY
========================================================= */

.lakhsai-it-salary {

    background: linear-gradient(
        135deg,
        #f8faff,
        #ffffff
    );

    border-color: #e0e7f7;

}


/* =========================================================
   NON IT SALARY
========================================================= */

.lakhsai-non-it-salary {

    background: linear-gradient(
        135deg,
        #fffaf6,
        #ffffff
    );

    border-color: #f1e6db;

}


/* =========================================================
   SALARY ICON
========================================================= */

.lakhsai-salary-icon {

    flex-shrink: 0;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    font-size: 30px;

}


/* =========================================================
   IT SALARY ICON
========================================================= */

.lakhsai-it-salary .lakhsai-salary-icon {

    background: #e9efff;

    color: #1752c4;

}


/* =========================================================
   NON IT SALARY ICON
========================================================= */

.lakhsai-non-it-salary .lakhsai-salary-icon {

    background: #fff0df;

    color: #ed7c15;

}


/* =========================================================
   SALARY CONTENT
========================================================= */

.lakhsai-salary-content {

    min-width: 0;

}


/* =========================================================
   SALARY TITLE
========================================================= */

.lakhsai-salary-content h3 {

    margin: 0 0 1px;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.25;

}


/* =========================================================
   IT SALARY TITLE
========================================================= */

.lakhsai-it-salary .lakhsai-salary-content h3 {

    color: #1749b7;

}


/* =========================================================
   NON IT SALARY TITLE
========================================================= */

.lakhsai-non-it-salary .lakhsai-salary-content h3 {

    color: #e77817;

}


/* =========================================================
   SALARY AMOUNT
========================================================= */

.lakhsai-salary-amount {

    display: flex;

    align-items: baseline;

    gap: 5px;

}


/* =========================================================
   SALARY NUMBER
========================================================= */

.lakhsai-salary-amount strong {

    font-family: "Poppins", sans-serif;

    font-size: 25px;

    font-weight: 700;

    line-height: 1.15;

}


/* =========================================================
   IT SALARY NUMBER
========================================================= */

.lakhsai-it-salary .lakhsai-salary-amount strong {

    color: #1650c4;

}


/* =========================================================
   NON IT SALARY NUMBER
========================================================= */

.lakhsai-non-it-salary .lakhsai-salary-amount strong {

    color: #e77817;

}


/* =========================================================
   SALARY MONTH
========================================================= */

.lakhsai-salary-amount span {

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    color: #252b38;

}


/* =========================================================
   SALARY OFFICE
========================================================= */

.lakhsai-salary-content p {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.3;

    color: #222936;

}


/* =========================================================
   BOTTOM GRID
========================================================= */

.lakhsai-bottom-grid {

    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-top: 18px;

}


/* =========================================================
   APPLY CARD
========================================================= */

.lakhsai-apply-card {

    min-height: 115px;

    display: flex;

    align-items: center;

    gap: 22px;

    padding: 15px 30px;

    border: 1px solid #edf0f6;

    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 2px 10px rgba(20, 40, 90, 0.025);

}


/* =========================================================
   APPLY ICON
========================================================= */

.lakhsai-apply-icon {

    flex-shrink: 0;

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: #1651c4;

    color: #ffffff;

    font-size: 35px;

}


/* =========================================================
   APPLY CONTENT
========================================================= */

.lakhsai-apply-content {

    min-width: 0;

}


.lakhsai-apply-content h3 {

    margin: 0 0 10px;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.2;

    color: #161b29;

}


.lakhsai-apply-content p {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 19px;

    font-weight: 600;

    line-height: 1.3;

    color: #151b2a;

}


.lakhsai-apply-content strong {

    margin-left: 5px;

    color: #1d55c8;

}


/* =========================================================
   CONDITIONS CARD
========================================================= */

.lakhsai-conditions-card {

    min-height: 115px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding: 13px 28px;

    border: 1px solid #edf0f6;

    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 2px 10px rgba(20, 40, 90, 0.025);

}


/* =========================================================
   CONDITIONS CONTENT
========================================================= */

.lakhsai-conditions-content {

    min-width: 0;

}


.lakhsai-conditions-content h3 {

    margin: 0 0 6px;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #1c2330;

}


.lakhsai-conditions-content ul {

    margin: 0;

    padding-left: 16px;

}


.lakhsai-conditions-content li {

    margin-bottom: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.45;

    color: #303642;

}


/* =========================================================
   CONDITION STAMP
========================================================= */

.lakhsai-condition-stamp {

    flex-shrink: 0;

    width: 95px;

    height: 95px;

    display: flex;

    align-items: center;

    justify-content: center;

    transform: rotate(-10deg);

}


/* =========================================================
   STAMP CIRCLE
========================================================= */

.lakhsai-stamp-circle {

    position: relative;

    width: 100px;

    height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 3px solid #1b51bd;

    border-radius: 50%;

    font-family: "Poppins", sans-serif;

    color: #1b51bd;

}


/* =========================================================
   STAMP INNER CIRCLE
========================================================= */

.lakhsai-stamp-circle::before {

    content: "";

    position: absolute;

    inset: 6px;

    border: 1px dashed #1b51bd;

    border-radius: 50%;

}


/* =========================================================
   STAMP TEXT
========================================================= */

.lakhsai-stamp-circle span {

    position: relative;

    z-index: 2;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.2;

}


.lakhsai-stamp-circle strong {

    position: relative;

    z-index: 2;

    margin: 2px 0;

    font-size: 15px;

    font-weight: 800;

    line-height: 1;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-training-container {

        width: 94%;

    }


    .lakhsai-training-card {

        padding: 14px 16px;

    }


    .lakhsai-training-list li {

        font-size: 9px;

    }


    .lakhsai-salary-card {

        padding: 12px 25px;

    }


    .lakhsai-apply-card {

        padding: 15px 20px;

    }


    .lakhsai-conditions-card {

        padding: 13px 18px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-training-section {

        padding: 25px 0 40px;

    }


    .lakhsai-training-container {

        width: 92%;

    }


    /* =====================================================
       MAIN TRAINING CARDS
    ===================================================== */

    .lakhsai-training-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .lakhsai-training-card {

        min-height: auto;

        padding: 16px;

    }


    .lakhsai-training-card-title h3 {

        font-size: 14px;

    }


    .lakhsai-training-list li {

        font-size: 10px;

        line-height: 1.5;

    }


    /* =====================================================
       SALARY CARDS
    ===================================================== */

    .lakhsai-salary-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .lakhsai-salary-card {

        min-height: 95px;

        padding: 14px 20px;

        gap: 18px;

    }


    .lakhsai-salary-amount strong {

        font-size: 23px;

    }


    .lakhsai-salary-amount span {

        font-size: 13px;

    }


    .lakhsai-salary-content p {

        font-size: 13px;

    }


    /* =====================================================
       BOTTOM CARDS
    ===================================================== */

    .lakhsai-bottom-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .lakhsai-apply-card {

        min-height: 105px;

        padding: 14px 18px;

        gap: 18px;

    }


    .lakhsai-apply-icon {

        width: 65px;

        height: 65px;

        font-size: 30px;

    }


    .lakhsai-apply-content h3 {

        font-size: 17px;

    }


    .lakhsai-apply-content p {

        font-size: 16px;

    }


    .lakhsai-conditions-card {

        min-height: 125px;

        padding: 14px 18px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-training-container {

        width: 94%;

    }


    .lakhsai-training-title > span {

        font-size: 12px;

    }


    .lakhsai-success-title > span {

        font-size: 11px;

    }


    .lakhsai-training-card {

        padding: 14px;

    }


    .lakhsai-training-icon {

        width: 36px;

        height: 36px;

        font-size: 18px;

    }


    .lakhsai-training-card-title h3 {

        font-size: 13px;

    }


    .lakhsai-training-list li {

        font-size: 9px;

    }


    .lakhsai-salary-card {

        padding: 12px 15px;

    }


    .lakhsai-salary-icon {

        width: 55px;

        height: 55px;

        font-size: 26px;

    }


    .lakhsai-salary-content h3 {

        font-size: 12px;

    }


    .lakhsai-salary-amount strong {

        font-size: 21px;

    }


    .lakhsai-salary-amount span {

        font-size: 12px;

    }


    .lakhsai-salary-content p {

        font-size: 12px;

    }


    .lakhsai-apply-card {

        padding: 13px;

        gap: 14px;

    }


    .lakhsai-apply-icon {

        width: 58px;

        height: 58px;

        font-size: 27px;

    }


    .lakhsai-apply-content h3 {

        font-size: 15px;

    }


    .lakhsai-apply-content p {

        font-size: 14px;

    }


    .lakhsai-condition-stamp {

        width: 75px;

        height: 75px;

    }


    .lakhsai-stamp-circle {

        width: 68px;

        height: 68px;

    }


    .lakhsai-stamp-circle strong {

        font-size: 11px;

    }


    .lakhsai-stamp-circle span {

        font-size: 5.5px;

    }

}

/* =========================================================
   CAREER CTA SECTION
========================================================= */

.lakhsai-career-cta-section {

    width: 100%;

    padding: 12px 0 35px;

    background: #ffffff;

}


/* =========================================================
   CTA CONTAINER
========================================================= */

.lakhsai-career-cta {

    position: relative;

    width: 94%;

    max-width: 1200px;

    min-height: 135px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    overflow: hidden;

    border-radius: 9px;

    background:
        linear-gradient(
            105deg,
            #1645c4 0%,
            #143d9f 48%,
            #0d2b78 100%
        );

    box-shadow:
        0 3px 12px rgba(18, 54, 130, 0.12);

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lakhsai-career-cta-content {

    position: relative;

    z-index: 3;

    width: 58%;

    padding: 20px 0 20px 30px;

}


/* =========================================================
   HEADING
========================================================= */

.lakhsai-career-cta-content h2 {

    margin: 0 0 4px;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.3;

    color: #ffffff;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.lakhsai-career-cta-content p {

    margin: 0 0 12px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 400;

    line-height: 1.5;

    color: rgba(255, 255, 255, 0.88);

}


/* =========================================================
   APPLY BUTTON
========================================================= */

.lakhsai-career-cta-button {

    width: 120px;

    height: 32px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    padding: 0 12px;

    border-radius: 5px;

    background: #ffffff;

    color: #1747b8;

    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 600;

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;

}


.lakhsai-career-cta-button i {

    font-size: 10px;

}


.lakhsai-career-cta-button:hover {

    color: #1747b8;

    text-decoration: none;

    transform: translateY(-2px);

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.18);

}


/* =========================================================
   RIGHT IMAGE AREA
========================================================= */

.lakhsai-career-cta-image {

    position: absolute;

    top: 0;

    right: 0;

    width: 43%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =========================================================
   IMAGE
========================================================= */

.lakhsai-career-cta-image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: right center;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-career-cta {

        min-height: 125px;

    }


    .lakhsai-career-cta-content {

        width: 60%;

        padding-left: 25px;

    }


    .lakhsai-career-cta-content h2 {

        font-size: 18px;

    }


    .lakhsai-career-cta-content p {

        font-size: 9px;

        margin-bottom: 10px;

    }


    .lakhsai-career-cta-image {

        width: 42%;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-career-cta-section {

        padding: 10px 0 30px;

    }


    .lakhsai-career-cta {

        width: 92%;

        min-height: 155px;

        border-radius: 8px;

    }


    .lakhsai-career-cta-content {

        width: 64%;

        padding: 20px 0 20px 18px;

    }


    .lakhsai-career-cta-content h2 {

        font-size: 16px;

        line-height: 1.3;

        margin-bottom: 5px;

    }


    .lakhsai-career-cta-content p {

        max-width: 250px;

        font-size: 8px;

        line-height: 1.45;

        margin-bottom: 10px;

    }


    .lakhsai-career-cta-button {

        width: 100px;

        height: 29px;

        padding: 0 9px;

        font-size: 8px;

    }


    .lakhsai-career-cta-button i {

        font-size: 8px;

    }


    .lakhsai-career-cta-image {

        width: 42%;

        right: -5px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-career-cta {

        min-height: 135px;

    }


    .lakhsai-career-cta-content {

        width: 66%;

        padding-left: 14px;

    }


    .lakhsai-career-cta-content h2 {

        font-size: 13px;

    }


    .lakhsai-career-cta-content p {

        max-width: 190px;

        font-size: 7px;

        margin-bottom: 8px;

    }


    .lakhsai-career-cta-button {

        width: 86px;

        height: 26px;

        font-size: 7px;

    }


    .lakhsai-career-cta-image {

        width: 40%;

    }

}