
/* =====================================================
   LAKHS AI ABOUT SECTION
===================================================== */

.lakhsai-about {
    position: relative;
    width: 100%;
    height: 570px;

    overflow: hidden;

    background: #ffffff;
}


/* =====================================================
   RIGHT SIDE IMAGE
===================================================== */

.lakhsai-about-image {
    position: absolute;

    top: 0;
    right: 0;

    width: 48%;
    height: 100%;

    overflow: hidden;

    z-index: 1;
}


.lakhsai-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center center;
}


/* =====================================================
   CURVES
===================================================== */

.lakhsai-about-curves {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 3;

    pointer-events: none;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.lakhsai-about-content {
    position: relative;

    z-index: 5;

    width: 52%;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 7%;
    padding-right: 70px;

    box-sizing: border-box;
}


/* =====================================================
   SMALL TITLE
===================================================== */

.lakhsai-about-label {
    display: block;

    margin-bottom: 22px;

    font-family: Arial, sans-serif;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: .3px;

    color: #ED9140;
}


/* =====================================================
   MAIN TITLE
===================================================== */

.lakhsai-about-content h1 {
    margin: 0 0 28px;

    font-family: Arial, sans-serif;

    font-size: 53px;
    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1.5px;

    color: #101426;
}


.lakhsai-about-content h1 span {
    color: #2856C7;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.lakhsai-about-content p {
    max-width: 570px;

    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 20px;
    line-height: 1.65;

    font-weight: 500;

    color: #333746;
}


.lakhsai-about-content p strong {
    color: #3159C7;
    font-weight: 700;
}


/* =====================================================
   INFORMATION BOX
===================================================== */

.lakhsai-about-info {
    display: flex;
    align-items: center;

    width: 555px;
    max-width: 100%;

    min-height: 98px;

    margin-top: 36px;

    background: #ffffff;

    border-radius: 13px;

    box-shadow:
        0 5px 25px rgba(0, 0, 0, .08);

    overflow: hidden;
}


/* =====================================================
   INFO ITEM
===================================================== */

.lakhsai-info-item {
    flex: 1;

    display: flex;
    align-items: center;

    padding: 17px 20px;

    box-sizing: border-box;
}


/* =====================================================
   DIVIDER
===================================================== */

.lakhsai-info-divider {
    width: 1px;

    height: 55px;

    background: #eeeeee;

    flex-shrink: 0;
}


/* =====================================================
   ICON
===================================================== */

.lakhsai-info-icon {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 14px;

    border-radius: 50%;

    background: #F0F4FF;

    color: #315DCE;

    font-size: 26px;
}


.lakhsai-info-icon i {
    line-height: 1;
}


/* =====================================================
   INFO TEXT
===================================================== */

.lakhsai-info-item small {
    display: block;

    margin-bottom: 5px;

    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;

    color: #888888;
}


.lakhsai-info-item strong {
    display: block;

    font-family: Arial, sans-serif;

    font-size: 18px;
    font-weight: 700;

    white-space: nowrap;

    color: #20222D;
}

/* =========================================================
   OFFICE IMAGE
========================================================= */

.about-office-image {
    position: absolute;

    inset: 0;

    background-image: url("../image/aboutus_banner.png");

    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;
}

/* =========================================================
   LAKHS AI - WHO WE ARE SECTION
========================================================= */

.lakhs-who-section {
    position: relative;

    width: 100%;

    margin-top: 35px;
    margin-bottom: 0;

    padding: 0;

    background: #ffffff;

    overflow: hidden;

    z-index: 1;
}


/* =========================================================
   CONTAINER
========================================================= */

.lakhs-who-section .container {
    width: 100%;

    margin: 0 auto;

    padding-top: 0;
    padding-bottom: 0;
}


/* =========================================================
   MAIN ROW
========================================================= */

.lakhs-who-row {
    display: flex;

    align-items: stretch;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   LEFT IMAGE COLUMN
========================================================= */

.lakhs-who-image-col {
    width: 50%;

    margin: 0;
    padding: 0;

    display: flex;

    align-items: stretch;
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.lakhs-who-image {
    position: relative;

    width: 100%;

    height:750px;

    margin: 0;
    padding: 0;

    overflow: visible;
}


/* =========================================================
   IMAGE
========================================================= */

.lakhs-who-image img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    object-fit: cover;

    object-position: center center;
}


/* =========================================================
   EXPERIENCE BADGE
========================================================= */

.lakhs-experience-badge {
    position: absolute;

    left: 105px;
    bottom: 45px;

    width: 155px;
    height: 155px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    background: #ff9200;

    border-radius: 18px;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.12);

    z-index: 5;

    box-sizing: border-box;
}


/* =========================================================
   EXPERIENCE NUMBER
========================================================= */

.lakhs-experience-number {
    display: block;

    margin: 0 0 5px;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 52px;

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   EXPERIENCE TEXT
========================================================= */

.lakhs-experience-text {
    display: block;

    margin: 0;

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 500;

    text-align: center;
}


/* =========================================================
   RIGHT CONTENT COLUMN
========================================================= */

.lakhs-who-content-col {
    width: 50%;

    margin: 0;
    padding: 0 0 0 50px;

    display: flex;

    align-items: center;

    box-sizing: border-box;
}


/* =========================================================
   CONTENT WRAPPER
========================================================= */

.lakhs-who-content {
    width: 100%;

    max-width: 650px;

    margin: 0;

    padding: 20px 20px 20px 0;

    box-sizing: border-box;
}


/* =========================================================
   WHO WE ARE LABEL
========================================================= */

.lakhs-who-label {
    display: block;

    margin: 0 0 12px;

    padding: 0;

    color: #ed9140;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 0.5px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.lakhs-who-content h2 {
    margin: 0 0 22px;

    padding: 0;

    color: #101426;

    font-family: Arial, sans-serif;

    font-size: 39px;

    line-height: 1.18;

    font-weight: 700;

    letter-spacing: -0.8px;
}


/* BLUE WORD
========================================================= */

.lakhs-who-content h2 span {
    color: #2856c7;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lakhs-who-description {
    max-width: 610px;

    margin: 0 0 28px;

    padding: 0;

    color: #444753;

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1.6;

    font-weight: 500;
}


/* =========================================================
   FEATURES GRID
========================================================= */

.lakhs-who-features {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 42px;

    row-gap: 27px;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.lakhs-who-feature {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    min-width: 0;

    margin: 0;
    padding: 0;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.lakhs-who-feature-icon {
    width: 58px;
    height: 58px;

    min-width: 58px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;

    border-radius: 50%;

    background: #f0f4ff;

    color: #315dcc;

    font-size: 25px;

    box-sizing: border-box;
}


.lakhs-who-feature-icon i {
    line-height: 1;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.lakhs-who-feature-text {
    min-width: 0;

    margin: 0;
    padding: 1px 0 0;
}


/* =========================================================
   FEATURE TITLE
========================================================= */

.lakhs-who-feature-text h4 {
    margin: 0 0 6px;

    padding: 0;

    color: #20222d;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   FEATURE DESCRIPTION
========================================================= */

.lakhs-who-feature-text p {
    margin: 0;

    padding: 0;

    color: #666873;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.5;

    font-weight: 500;
}


/* =========================================================
   SERVICES SECTION
========================================================= */

.lakhs-services-section {
    position: relative;

    width: 100%;

    margin: 0;

    padding: 25px 0 70px;

    background: #ffffff;

    z-index: 1;
}


/* =========================================================
   SERVICES HEADING
========================================================= */

.lakhs-services-heading {
    width: 100%;

    margin: 0 0 32px;

    padding: 0;

    text-align: center;
}


/* =========================================================
   WHAT WE DO
========================================================= */

.lakhs-services-heading > span {
    display: block;

    margin: 0 0 8px;

    padding: 0;

    color: #ed9140;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 0.5px;
}


/* =========================================================
   SERVICES HEADING
========================================================= */

.lakhs-services-heading h2 {
    margin: 0;

    padding: 0;

    color: #101426;

    font-family: Arial, sans-serif;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 700;
}


/* BLUE SERVICES WORD
========================================================= */

.lakhs-services-heading h2 strong {
    color: #2856c7;

    font-weight: 700;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.lakhs-services-row {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 25px;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.lakhs-service-card {
    display: flex;

    align-items: flex-start;

    gap: 20px;

    width: 100%;

    min-height: 180px;

    margin: 0;
    padding: 25px;

    background: #ffffff;

    border: 1px solid #f0f0f0;

    border-radius: 14px;

    box-shadow:
        0 5px 25px rgba(0, 0, 0, 0.07);

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.lakhs-service-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   SERVICE ICON
========================================================= */

.lakhs-service-icon {
    width: 96px;
    height: 96px;

    min-width: 96px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0;

    border-radius: 50%;

    color: #ffffff;

    font-size: 38px;

    box-sizing: border-box;
}


/* =========================================================
   BLUE ICON
========================================================= */

.lakhs-service-icon.blue-icon {
    background: #2854cf;
}


/* =========================================================
   ORANGE ICON
========================================================= */

.lakhs-service-icon.orange-icon {
    background: #ff8c00;
}


/* =========================================================
   SERVICE ICON
========================================================= */

.lakhs-service-icon i {
    line-height: 1;
}


/* =========================================================
   SERVICE CONTENT
========================================================= */

.lakhs-service-content {
    min-width: 0;

    flex: 1;

    margin: 0;

    padding: 1px 0 0;
}


/* =========================================================
   SERVICE TITLE
========================================================= */

.lakhs-service-content h3 {
    margin: 0 0 8px;

    padding: 0;

    color: #20222d;

    font-family: Arial, sans-serif;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;
}


/* =========================================================
   SERVICE DESCRIPTION
========================================================= */

.lakhs-service-content p {
    margin: 0;

    padding: 0;

    color: #626571;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.55;

    font-weight: 500;
}


/* =========================================================
   SERVICE STRONG
========================================================= */

.lakhs-service-content p strong {
    color: #2856c7;

    font-weight: 700;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .lakhs-who-section {
        margin-top: 40px;
    }


    .lakhs-who-section .container {
        max-width: 100%;

        padding-left: 0;
        padding-right: 0;
    }


    .lakhs-who-image-col {
        width: 50%;
    }


    .lakhs-who-content-col {
        width: 50%;

        padding-left: 60px;
        padding-right: 70px;
    }


    .lakhs-who-content {
        max-width: 680px;
    }


    .lakhs-who-content h2 {
        font-size: 42px;
    }


    .lakhs-who-description {
        font-size: 18px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .lakhs-who-section {
        margin-top: 35px;
    }


    .lakhs-who-content-col {
        padding-left: 35px;
        padding-right: 25px;
    }


    .lakhs-who-content {
        padding-right: 0;
    }


    .lakhs-who-content h2 {
        font-size: 35px;
    }


    .lakhs-who-description {
        font-size: 16px;
    }


    .lakhs-who-features {
        column-gap: 25px;

        row-gap: 23px;
    }


    .lakhs-who-feature {
        gap: 10px;
    }


    .lakhs-who-feature-icon {
        width: 52px;
        height: 52px;

        min-width: 52px;

        font-size: 22px;
    }


    .lakhs-who-feature-text p {
        font-size: 13px;
    }


    .lakhs-experience-badge {
        left: 65px;

        bottom: 35px;

        width: 140px;
        height: 140px;
    }


    .lakhs-experience-number {
        font-size: 46px;
    }


    .lakhs-experience-text {
        font-size: 15px;
    }


    /* Services */

    .lakhs-services-row {
        gap: 18px;
    }


    .lakhs-service-card {
        gap: 15px;

        padding: 20px;
    }


    .lakhs-service-icon {
        width: 78px;
        height: 78px;

        min-width: 78px;

        font-size: 31px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhs-who-section {
        margin-top: 30px;
    }


    /* -------------------------
       WHO SECTION
    ------------------------- */

    .lakhs-who-row {
        display: block;

        width: 100%;
    }


    .lakhs-who-image-col {
        width: 100%;

        display: block;
    }


    .lakhs-who-image {
        width: 100%;

        height: 430px;
    }


    .lakhs-who-content-col {
        width: 100%;

        display: block;

        padding: 45px 25px 30px;
    }


    .lakhs-who-content {
        width: 100%;

        max-width: 100%;

        padding: 0;
    }


    .lakhs-who-content h2 {
        font-size: 38px;
    }


    .lakhs-who-description {
        max-width: 750px;

        font-size: 16px;
    }


    .lakhs-who-features {
        max-width: 800px;
    }


    /* -------------------------
       SERVICES
    ------------------------- */

    .lakhs-services-section {
        padding-top: 30px;
    }


    .lakhs-services-row {
        grid-template-columns: 1fr;

        gap: 20px;
    }


    .lakhs-service-card {
        min-height: 150px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* -------------------------
       WHO SECTION
    ------------------------- */

    .lakhs-who-section {
        margin-top: 25px;

        padding: 0;

        overflow: hidden;
    }


    .lakhs-who-section .container {
        width: 100%;

        max-width: 100%;

        padding-left: 0;
        padding-right: 0;
    }


    .lakhs-who-row {
        display: block;

        margin: 0;
        padding: 0;
    }


    /* -------------------------
       IMAGE
    ------------------------- */

    .lakhs-who-image-col {
        width: 100%;

        margin: 0;
        padding: 0;
    }


    .lakhs-who-image {
        width: 100%;

        height: 450px;

        margin: 0;
        padding: 0;
    }


    .lakhs-who-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;

        object-position: center center;
    }


    /* -------------------------
       EXPERIENCE BADGE
    ------------------------- */

    .lakhs-experience-badge {
        left: 30px;

        bottom: -25px;

        width: 125px;
        height: 125px;

        border-radius: 15px;
    }


    .lakhs-experience-number {
        font-size: 40px;

        margin-bottom: 4px;
    }


    .lakhs-experience-text {
        font-size: 14px;

        line-height: 1.35;
    }


    /* -------------------------
       CONTENT
    ------------------------- */

    .lakhs-who-content-col {
        width: 100%;

        margin: 0;

        padding: 65px 20px 35px;

        box-sizing: border-box;
    }


    .lakhs-who-content {
        width: 100%;

        max-width: 100%;

        margin: 0;

        padding: 0;
    }


    /* -------------------------
       LABEL
    ------------------------- */

    .lakhs-who-label {
        margin-bottom: 12px;

        font-size: 14px;
    }


    /* -------------------------
       HEADING
    ------------------------- */

    .lakhs-who-content h2 {
        margin-bottom: 18px;

        font-size: 31px;

        line-height: 1.2;

        letter-spacing: -0.5px;
    }


    /* -------------------------
       DESCRIPTION
    ------------------------- */

    .lakhs-who-description {
        max-width: 100%;

        margin-bottom: 27px;

        font-size: 15px;

        line-height: 1.65;
    }


    /* -------------------------
       FEATURES
    ------------------------- */

    .lakhs-who-features {
        display: grid;

        grid-template-columns: 1fr;

        gap: 22px;

        width: 100%;
    }


    .lakhs-who-feature {
        width: 100%;

        gap: 12px;
    }


    .lakhs-who-feature-icon {
        width: 52px;
        height: 52px;

        min-width: 52px;

        font-size: 22px;
    }


    .lakhs-who-feature-text h4 {
        font-size: 15px;

        margin-bottom: 5px;
    }


    .lakhs-who-feature-text p {
        font-size: 14px;

        line-height: 1.5;
    }


    /* -------------------------
       SERVICES
    ------------------------- */

    .lakhs-services-section {
        margin-top: 0;

        padding: 30px 0 45px;
    }


    .lakhs-services-section .container {
        width: 100%;

        max-width: 100%;

        padding-left: 16px;
        padding-right: 16px;
    }


    .lakhs-services-heading {
        margin-bottom: 25px;
    }


    .lakhs-services-heading > span {
        font-size: 14px;

        margin-bottom: 7px;
    }


    .lakhs-services-heading h2 {
        font-size: 30px;
    }


    .lakhs-services-row {
        display: grid;

        grid-template-columns: 1fr;

        gap: 18px;
    }


    .lakhs-service-card {
        width: 100%;

        min-height: 0;

        padding: 22px 20px;

        gap: 17px;
    }


    .lakhs-service-icon {
        width: 72px;
        height: 72px;

        min-width: 72px;

        font-size: 29px;
    }


    .lakhs-service-content h3 {
        font-size: 16px;

        margin-bottom: 7px;
    }


    .lakhs-service-content p {
        font-size: 14px;

        line-height: 1.55;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    /* -------------------------
       WHO SECTION
    ------------------------- */

    .lakhs-who-section {
        margin-top: 22px;
    }


    .lakhs-who-image {
        height: 275px;
    }


    /* -------------------------
       BADGE
    ------------------------- */

    .lakhs-experience-badge {
        left: 18px;

        bottom: -22px;

        width: 110px;
        height: 110px;

        border-radius: 14px;
    }


    .lakhs-experience-number {
        font-size: 35px;
    }


    .lakhs-experience-text {
        font-size: 12px;
    }


    /* -------------------------
       CONTENT
    ------------------------- */

    .lakhs-who-content-col {
        padding: 55px 16px 30px;
    }


    .lakhs-who-label {
        font-size: 13px;

        margin-bottom: 10px;
    }


    .lakhs-who-content h2 {
        font-size: 28px;

        line-height: 1.2;

        margin-bottom: 17px;
    }


    .lakhs-who-description {
        font-size: 14px;

        line-height: 1.65;

        margin-bottom: 24px;
    }


    /* -------------------------
       FEATURES
    ------------------------- */

    .lakhs-who-features {
        gap: 20px;
    }


    .lakhs-who-feature {
        gap: 11px;
    }


    .lakhs-who-feature-icon {
        width: 48px;
        height: 48px;

        min-width: 48px;

        font-size: 20px;
    }


    .lakhs-who-feature-text h4 {
        font-size: 14px;
    }


    .lakhs-who-feature-text p {
        font-size: 13px;

        line-height: 1.5;
    }


    /* -------------------------
       SERVICES
    ------------------------- */

    .lakhs-services-section {
        padding-top: 25px;

        padding-bottom: 40px;
    }


    .lakhs-services-heading {
        margin-bottom: 22px;
    }


    .lakhs-services-heading > span {
        font-size: 13px;
    }


    .lakhs-services-heading h2 {
        font-size: 27px;
    }


    .lakhs-service-card {
        padding: 18px 15px;

        gap: 14px;
    }


    .lakhs-service-icon {
        width: 62px;
        height: 62px;

        min-width: 62px;

        font-size: 25px;
    }


    .lakhs-service-content h3 {
        font-size: 15px;
    }


    .lakhs-service-content p {
        font-size: 13px;

        line-height: 1.5;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .lakhs-who-section {
        margin-top: 20px;
    }


    .lakhs-who-image {
        height: 250px;
    }


    .lakhs-who-content-col {
        padding-left: 14px;
        padding-right: 14px;
    }


    .lakhs-who-content h2 {
        font-size: 26px;
    }


    .lakhs-who-description {
        font-size: 13px;
    }


    .lakhs-who-feature-icon {
        width: 45px;
        height: 45px;

        min-width: 45px;

        font-size: 19px;
    }


    .lakhs-who-feature-text h4 {
        font-size: 13px;
    }


    .lakhs-who-feature-text p {
        font-size: 12px;
    }


    .lakhs-service-icon {
        width: 58px;
        height: 58px;

        min-width: 58px;

        font-size: 23px;
    }


    .lakhs-service-content h3 {
        font-size: 14px;
    }


    .lakhs-service-content p {
        font-size: 12px;
    }

}








/* =========================================================
   LARGE TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1200px) {

    .lakhsai-about {
        height: 550px;
    }

    .lakhsai-about-image {
        width: 48%;
    }

    .lakhsai-about-content {
        width: 52%;

        padding-left: 5%;
        padding-right: 50px;
    }

    .lakhsai-about-content h1 {
        font-size: 46px;
        line-height: 1.14;
    }

    .lakhsai-about-content p {
        max-width: 500px;

        font-size: 18px;
        line-height: 1.6;
    }

    .lakhsai-about-info {
        width: 100%;
        max-width: 500px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-about {
        height: 500px;
    }


    /* -------------------------
       IMAGE
    ------------------------- */

    .lakhsai-about-image {
        width: 47%;
        height: 100%;
    }


    .lakhsai-about-image img {
        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;
    }


    /* -------------------------
       CONTENT
    ------------------------- */

    .lakhsai-about-content {
        width: 53%;

        padding-left: 4%;
        padding-right: 35px;
    }


    .lakhsai-about-label {
        font-size: 17px;

        margin-bottom: 16px;
    }


    .lakhsai-about-content h1 {
        font-size: 39px;

        line-height: 1.15;

        letter-spacing: -1px;

        margin-bottom: 20px;
    }


    .lakhsai-about-content p {
        max-width: 430px;

        font-size: 16px;

        line-height: 1.6;
    }


    /* -------------------------
       INFORMATION BOX
    ------------------------- */

    .lakhsai-about-info {
        width: 100%;
        max-width: 450px;

        min-height: 85px;

        margin-top: 28px;
    }


    .lakhsai-info-item {
        padding: 12px 14px;
    }


    .lakhsai-info-icon {
        width: 48px;
        height: 48px;

        margin-right: 10px;

        font-size: 21px;
    }


    .lakhsai-info-item small {
        font-size: 10px;
    }


    .lakhsai-info-item strong {
        font-size: 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-about {

        width: 100%;

        height: auto;

        display: flex;

        flex-direction: column;

        overflow: hidden;
    }


    /* =====================================================
       HIDE DESKTOP CURVE
    ===================================================== */

    .lakhsai-about-curves {
        display: none;
    }


    /* =====================================================
       CONTENT
    ===================================================== */

    .lakhsai-about-content {

        order: 1;

        width: 100%;

        height: auto;

        padding: 45px 22px 40px;

        display: block;

        box-sizing: border-box;
    }


    /* =====================================================
       LABEL
    ===================================================== */

    .lakhsai-about-label {

        display: block;

        margin-bottom: 14px;

        font-size: 16px;

        line-height: 1.2;
    }


    /* =====================================================
       HEADING
    ===================================================== */

    .lakhsai-about-content h1 {

        margin: 0 0 20px;

        font-size: 35px;

        line-height: 1.18;

        letter-spacing: -.8px;
    }


    /* =====================================================
       DESCRIPTION
    ===================================================== */

    .lakhsai-about-content p {

        max-width: 100%;

        margin: 0;

        font-size: 16px;

        line-height: 1.65;
    }


    /* =====================================================
       INFORMATION BOX
    ===================================================== */

    .lakhsai-about-info {

        width: 100%;

        max-width: 100%;

        min-height: 0;

        margin-top: 28px;

        display: block;

        border-radius: 12px;

        overflow: hidden;
    }


    /* =====================================================
       INFORMATION ITEM
    ===================================================== */

    .lakhsai-info-item {

        width: 100%;

        min-height: 78px;

        padding: 12px 16px;

        display: flex;

        align-items: center;

        box-sizing: border-box;
    }


    /* =====================================================
       DIVIDER
    ===================================================== */

    .lakhsai-info-divider {

        width: 100%;

        height: 1px;

        background: #eeeeee;
    }


    /* =====================================================
       ICON
    ===================================================== */

    .lakhsai-info-icon {

        width: 48px;
        height: 48px;

        margin-right: 12px;

        font-size: 21px;
    }


    /* =====================================================
       INFO TEXT
    ===================================================== */

    .lakhsai-info-item small {

        margin-bottom: 4px;

        font-size: 10px;

        letter-spacing: .8px;
    }


    .lakhsai-info-item strong {

        font-size: 16px;

        white-space: normal;
    }


    /* =====================================================
       IMAGE
    ===================================================== */

    .lakhsai-about-image {

        order: 2;

        position: relative;

        top: auto;
        right: auto;

        width: 100%;

        height: 340px;

        overflow: hidden;
    }


    .lakhsai-about-image img {

        width: 100%;
        height: 100%;

        display: block;

        object-fit: cover;

        object-position: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-about-content {

        padding: 38px 18px 35px;
    }


    .lakhsai-about-label {

        font-size: 15px;

        margin-bottom: 13px;
    }


    .lakhsai-about-content h1 {

        font-size: 30px;

        line-height: 1.18;

        letter-spacing: -.5px;

        margin-bottom: 18px;
    }


    .lakhsai-about-content p {

        font-size: 15px;

        line-height: 1.65;
    }


    .lakhsai-about-info {

        margin-top: 25px;
    }


    .lakhsai-info-item {

        min-height: 75px;

        padding: 11px 14px;
    }


    .lakhsai-info-icon {

        width: 45px;
        height: 45px;

        margin-right: 11px;

        font-size: 20px;
    }


    .lakhsai-info-item small {

        font-size: 9px;
    }


    .lakhsai-info-item strong {

        font-size: 15px;
    }


    .lakhsai-about-image {

        height: 280px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .lakhsai-about-content {

        padding-left: 15px;
        padding-right: 15px;
    }


    .lakhsai-about-content h1 {

        font-size: 27px;
    }


    .lakhsai-about-content p {

        font-size: 14px;
    }


    .lakhsai-info-item strong {

        font-size: 14px;
    }


    .lakhsai-about-image {

        height: 250px;
    }

}



/* =========================================================
   DESKTOP CURVE ADJUSTMENT
========================================================= */

@media (min-width: 1400px) {

    .about-left {
        width: 53%;
    }

    .about-right {
        width: 47%;
    }

    .about-content {
        padding-left: 6%;
    }

}


/* =========================================================
   TECHNOLOGY SECTION
========================================================= */

.lakhs-technology-section {
    position: relative;

    width: 100%;

    margin: 0;

    padding: 55px 0 75px;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================================
   TECHNOLOGY HEADING
========================================================= */

.lakhs-tech-heading {
    width: 100%;

    margin: 0 0 22px;

    text-align: center;
}


/* =========================================================
   SMALL ORANGE TITLE
========================================================= */

.lakhs-tech-heading > span {
    display: block;

    margin: 0 0 9px;

    color: #ed9140;

    font-family: Arial, sans-serif;

    font-size: 15px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: .5px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.lakhs-tech-heading h2 {
    margin: 0;

    color: #101426;

    font-family: Arial, sans-serif;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -.5px;
}


.lakhs-tech-heading h2 strong {
    color: #2856c7;

    font-weight: 700;
}


/* =========================================================
   TECHNOLOGY STACK
========================================================= */

.lakhs-tech-stack {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    align-items: center;

    gap: 30px;

    margin: 0 0 28px;

    padding: 0 70px;

    box-sizing: border-box;
}


/* =========================================================
   TECHNOLOGY ITEM
========================================================= */

.lakhs-tech-item {
    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: transparent;
}


/* =========================================================
   TECHNOLOGY STACK AREA
========================================================= */

.lakhs-tech-stack {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    align-items: center;

    justify-items: center;

    gap: 25px;

    margin: 5px 0 30px;

    padding: 0 40px;

    box-sizing: border-box;
}


/* =========================================================
   EACH LOGO AREA
========================================================= */

.lakhs-tech-item {
    width: 100%;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    box-sizing: border-box;
}


/* =========================================================
   TECHNOLOGY LOGO AREA
========================================================= */

.lakhs-tech-item {
    width: 100%;
    height: 115px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}


.lakhs-tech-logo {
    width: 200px;
    height: 125px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
}


.lakhs-tech-logo img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: 200px;
    max-height: 125px;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   TECHNOLOGY STACK - TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhs-tech-item {
        height: 100px;
    }

    .lakhs-tech-logo {
        width: 170px;
        height: 105px;
    }

    .lakhs-tech-logo img {
        width: 100%;
        height: 100%;

        max-width: 170px;
        max-height: 105px;

        object-fit: contain;
        object-position: center;
    }

}


/* =========================================================
   TECHNOLOGY STACK - MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhs-tech-item {
        height: 90px;
    }

    .lakhs-tech-logo {
        width: 155px;
        height: 95px;
    }

    .lakhs-tech-logo img {
        width: 100%;
        height: 100%;

        max-width: 155px;
        max-height: 95px;

        object-fit: contain;
        object-position: center;
    }

}


/* =========================================================
   TECHNOLOGY STACK - SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhs-tech-item {
        height: 80px;
    }

    .lakhs-tech-logo {
        width: 135px;
        height: 80px;
    }

    .lakhs-tech-logo img {
        width: 100%;
        height: 100%;

        max-width: 135px;
        max-height: 80px;

        object-fit: contain;
        object-position: center;
    }

}

/* =========================================================
   FEATURE GRID
========================================================= */

.lakhs-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 28px;

    width: 100%;

    margin: 0;

    padding: 0;
}


/* =========================================================
   FEATURE CARD
========================================================= */

.lakhs-feature-card {
    position: relative;

    width: 100%;

    min-height: 315px;

    display: flex;

    align-items: stretch;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 10px;

    box-shadow:
        0 3px 15px rgba(0, 0, 0, .045);

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   FEATURE CONTENT
========================================================= */

.lakhs-feature-content {
    position: relative;

    z-index: 2;

    width: 65%;

    padding: 30px 15px 25px 38px;

    box-sizing: border-box;
}


/* =========================================================
   FEATURE LABEL
========================================================= */

.lakhs-feature-label {
    display: block;

    margin: 0 0 10px;

    color: #ed9140;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: .7px;
}


/* =========================================================
   FEATURE TITLE
========================================================= */

.lakhs-feature-content h3 {
    margin: 0 0 10px;

    color: #101426;

    font-family: Arial, sans-serif;

    font-size: 24px;

    line-height: 1.25;

    font-weight: 700;

    letter-spacing: -.3px;
}


/* =========================================================
   FEATURE DESCRIPTION
========================================================= */

.lakhs-feature-content > p {
    max-width: 470px;

    margin: 0 0 15px;

    color: #4e515b;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.55;

    font-weight: 500;
}


/* =========================================================
   FEATURE LIST
========================================================= */

.lakhs-feature-content ul {
    margin: 0 0 16px;

    padding: 0;

    list-style: none;
}


.lakhs-feature-content ul li {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 7px;

    color: #222631;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;
}


.lakhs-feature-content ul li i {
    color: #e89a27;

    font-size: 6px;
}


/* =========================================================
   BOTTOM TEXT
========================================================= */

.feature-bottom-text {
    margin-top: 16px !important;

    margin-bottom: 0 !important;

    max-width: 440px;

    color: #555963 !important;
}


/* =========================================================
   FEATURE IMAGE
========================================================= */

.lakhs-feature-image {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 45%;

    height: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    z-index: 1;

    pointer-events: none;
}


.lakhs-feature-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    object-position: bottom right;
}


/* =========================================================
   RESEARCH IMAGE
========================================================= */

.research-image {
    width: 50%;

    right: 0;

    bottom: 0;
}


.research-image img {
    object-position: bottom right;
}


/* =========================================================
   INTERNSHIP IMAGE
========================================================= */

.internship-image {
    width: 55%;

    right: -5px;

    bottom: -2px;
}


.internship-image img {
    object-position: bottom right;
}


/* =========================================================
   STUDENT COUNT BOX
========================================================= */

.lakhs-student-count {
    width: 190px;

    min-height: 110px;

    margin-top: 25px;

    padding: 17px 20px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #f1f6ff;

    border-radius: 12px;

    box-sizing: border-box;
}


.lakhs-student-count strong {
    display: block;

    margin-bottom: 4px;

    color: #2856c7;

    font-family: Arial, sans-serif;

    font-size: 36px;

    line-height: 1;

    font-weight: 700;
}


.lakhs-student-count span {
    color: #4d5565;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.45;

    font-weight: 500;
}


/* =========================================================
   TRAINING CARD
========================================================= */

.training-card {
    grid-column: 1 / -1;

    min-height: 275px;
}


/* =========================================================
   TRAINING CONTENT
========================================================= */

.training-card .lakhs-feature-content {
    width: 50%;

    padding-top: 30px;
}


/* =========================================================
   TRAINING IMAGE
========================================================= */

.lakhs-training-image {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 54%;

    height: 100%;

    overflow: hidden;
}


.lakhs-training-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;
}


/* =========================================================
   TRAINING LIST
========================================================= */

.training-list {
    margin-top: 8px !important;

    margin-bottom: 14px !important;
}


.training-list li {
    gap: 8px !important;

    margin-bottom: 8px !important;
}


.training-list li i {
    color: #315dcc !important;

    font-size: 16px !important;
}


/* =========================================================
   TRAINING TEXT
========================================================= */

.training-list li span {
    font-weight: 500;
}


/* =========================================================
   CTA SECTION
========================================================= */

.lakhs-cta-section {
    width: 100%;

    padding: 45px 0;

    background: #ffffff;

    box-sizing: border-box;
}


/* =========================================================
   CTA BANNER
========================================================= */

.lakhs-cta-banner {
    position: relative;

    width: 90%;
    max-width: 1250px;

    min-height: 150px;

    margin: 0 auto;

    display: flex;
    align-items: stretch;

    overflow: hidden;

    border-radius: 18px;

    box-sizing: border-box;

    background:
        linear-gradient(
            105deg,
            #2946d8 0%,
            #2145d5 38%,
            #123bbd 68%,
            #102e91 100%
        );

    box-shadow:
        0 8px 25px rgba(20, 55, 180, 0.12);
}

/* =========================================================
   LEFT CONTENT - EXACT 50%
========================================================= */

.lakhs-cta-content {
    position: relative;

    z-index: 3;

    width: 50%;
    flex: 0 0 50%;

    min-height: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 28px 35px 28px 65px;

    box-sizing: border-box;
}


/* =========================================================
   HEADING
========================================================= */

.lakhs-cta-content h2 {
    margin: 0 0 10px;

    font-family: Arial, sans-serif;

    font-size: 24px;
    line-height: 1.2;

    font-weight: 700;

    color: #ffffff;

    letter-spacing: -0.4px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lakhs-cta-content p {
    margin: 0 0 17px;

    font-family: Arial, sans-serif;

    font-size: 14px;
    line-height: 1.5;

    font-weight: 400;

    color: rgba(255,255,255,0.88);
}


/* =========================================================
   BUTTON
========================================================= */

.lakhs-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    width: 193px;
    min-width: 193px;

    height: 43px;

    padding: 0 18px;

    box-sizing: border-box;

    border: 1px solid rgba(255,255,255,0.45);

    border-radius: 8px;

    background: rgba(255,255,255,0.05);

    color: #ffffff;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 13px;

    font-weight: 600;

    transition: all .3s ease;
}


.lakhs-cta-button i {
    font-size: 12px;

    transition: transform .3s ease;
}


.lakhs-cta-button:hover {
    background: #ffffff;

    color: #2145d5;

    border-color: #ffffff;
}


.lakhs-cta-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT IMAGE - EXACT 50%
========================================================= */

.lakhs-cta-image {
    position: relative;

    width: 50%;
    flex: 0 0 50%;

    height:400px;
    min-height: 100px;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   IMAGE
========================================================= */

.lakhs-cta-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;

    object-fit: cover;

    object-position: center center;
}


/* =========================================================
   BLUE BLEND BETWEEN LEFT + RIGHT
========================================================= */

.lakhs-cta-banner::after {
    content: "";

    position: absolute;

    top: 0;
    left: 43%;

    width: 14%;
    height: 100%;

    z-index: 4;

    background:
        linear-gradient(
            90deg,
            #2145d5 0%,
            rgba(33,69,213,0) 100%
        );

    pointer-events: none;
}

/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .lakhs-technology-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }


    .lakhs-tech-heading h2 {
        font-size: 39px;
    }


    .lakhs-tech-stack {
        padding-left: 100px;
        padding-right: 100px;

        margin-bottom: 30px;
    }


    .lakhs-feature-content {
        padding-left: 40px;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .lakhs-technology-section {
        padding: 50px 0 65px;
    }


    .lakhs-tech-stack {
        padding-left: 30px;
        padding-right: 30px;

        gap: 20px;
    }


    .lakhs-feature-card {
        min-height: 300px;
    }


    .lakhs-feature-content {
        width: 68%;

        padding: 27px 10px 22px 28px;
    }


    .lakhs-feature-content h3 {
        font-size: 21px;
    }


    .lakhs-feature-content > p,
    .lakhs-feature-content ul li {
        font-size: 13px;
    }


    .research-image {
        width: 38%;
    }


    .internship-image {
        width: 46%;
    }


    .training-card .lakhs-feature-content {
        width: 52%;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhs-technology-section {
        padding: 45px 0 60px;
    }


    .lakhs-tech-heading {
        margin-bottom: 20px;
    }


    .lakhs-tech-heading h2 {
        font-size: 33px;
    }


    .lakhs-tech-stack {
        padding: 0 10px;

        grid-template-columns:
            repeat(4, 1fr);

        gap: 10px;

        margin-bottom: 25px;
    }


    .lakhs-tech-item {
        height: 65px;
    }


    .php-logo {
        width: 80px;
        height: 47px;

        font-size: 27px;
    }


    .mysql-logo {
        font-size: 24px;
    }


    .dart-logo,
    .flutter-logo {
        font-size: 25px;
    }


    .dart-logo i,
    .flutter-logo i {
        font-size: 28px;
    }


    /* Feature cards */

    .lakhs-feature-grid {
        grid-template-columns: 1fr;

        gap: 22px;
    }


    .lakhs-feature-card {
        min-height: 290px;
    }


    .training-card {
        grid-column: auto;

        min-height: 300px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhs-technology-section {
        padding: 40px 0 50px;
    }


    .lakhs-technology-section .container {
        padding-left: 16px;
        padding-right: 16px;
    }


    /* Heading */

    .lakhs-tech-heading {
        margin-bottom: 20px;
    }


    .lakhs-tech-heading > span {
        font-size: 13px;
    }


    .lakhs-tech-heading h2 {
        font-size: 29px;
    }


    /* Technology logos */

    .lakhs-tech-stack {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 15px;

        padding: 0;

        margin-bottom: 25px;
    }


    .lakhs-tech-item {
        height: 60px;
    }


    


    /* Cards */

    .lakhs-feature-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .lakhs-feature-card {
        min-height: 410px;

        display: block;

        border-radius: 10px;
    }


    .lakhs-feature-content {
        width: 100%;

        padding: 25px 20px 20px;
    }


    .lakhs-feature-label {
        font-size: 13px;
    }


    .lakhs-feature-content h3 {
        font-size: 21px;
    }


    .lakhs-feature-content > p {
        font-size: 14px;

        line-height: 1.55;
    }


    .lakhs-feature-content ul li {
        font-size: 12px;
    }


    /* Research image */

    .research-image {
        width: 42%;

        height: 190px;
    }


    /* Internship image */

    .internship-image {
        width: 52%;

        height: 190px;
    }


    .lakhs-student-count {
        width: 170px;

        min-height: 90px;

        margin-top: 18px;

        padding: 13px 17px;
    }


    .lakhs-student-count strong {
        font-size: 31px;
    }


    .lakhs-student-count span {
        font-size: 12px;
    }


    /* Training */

    .training-card {
        min-height: 470px;
    }


    .training-card .lakhs-feature-content {
        width: 100%;

        padding-bottom: 15px;
    }


    .lakhs-training-image {
        width: 100%;

        height: 190px;

        top: auto;
    }


    .lakhs-training-image img {
        object-fit: cover;

        object-position: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhs-technology-section {
        padding-top: 35px;
    }


    .lakhs-tech-heading h2 {
        font-size: 27px;
    }


    .lakhs-tech-stack {
        gap: 10px;
    }


    .lakhs-tech-item {
        height: 55px;
    }


    .php-logo {
        width: 68px;
        height: 40px;

        font-size: 22px;
    }


    .mysql-logo {
        font-size: 20px;
    }


    .dart-logo,
    .flutter-logo {
        font-size: 21px;
    }


    .dart-logo i,
    .flutter-logo i {
        font-size: 23px;
    }


    .lakhs-feature-card {
        min-height: 390px;
    }


    .lakhs-feature-content {
        padding: 22px 17px 15px;
    }


    .lakhs-feature-label {
        font-size: 12px;
    }


    .lakhs-feature-content h3 {
        font-size: 19px;
    }


    .lakhs-feature-content > p {
        font-size: 13px;
    }


    .research-image {
        width: 45%;

        height: 175px;
    }


    .internship-image {
        width: 55%;

        height: 175px;
    }


    .lakhs-student-count {
        width: 155px;

        min-height: 82px;
    }


    .lakhs-student-count strong {
        font-size: 28px;
    }


    .lakhs-student-count span {
        font-size: 11px;
    }


    .training-card {
        min-height: 440px;
    }


    .lakhs-training-image {
        height: 175px;
    }

}

/* =========================================================
   CTA BANNER - TABLET
========================================================= */

@media (max-width: 1199px) {

    .lakhs-cta-section {
        padding: 35px 20px;
    }

    .lakhs-cta-banner {
        width: 92%;
        max-width: 1100px;

        min-height: 145px;
    }

    .lakhs-cta-content {
        width: 50%;
        flex: 0 0 50%;

        min-height: 145px;

        padding: 20px 25px 20px 40px;
    }

    .lakhs-cta-content h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .lakhs-cta-content p {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .lakhs-cta-button {
        width: 175px;
        min-width: 175px;
        height: 40px;

        font-size: 12px;
    }

    .lakhs-cta-image {
        width: 50%;
        flex: 0 0 50%;

        min-height: 145px;
    }

}


/* =========================================================
   CTA BANNER - TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .lakhs-cta-section {
        padding: 30px 15px;
    }

    .lakhs-cta-banner {
        width: 94%;
        max-width: 900px;

        min-height: 140px;

        border-radius: 15px;
    }

    .lakhs-cta-content {
        width: 50%;
        flex: 0 0 50%;

        min-height: 140px;

        padding: 18px 20px 18px 30px;
    }

    .lakhs-cta-content h2 {
        font-size: 22px;

        line-height: 1.2;

        margin-bottom: 7px;
    }

    .lakhs-cta-content p {
        font-size: 12px;

        line-height: 1.4;

        margin-bottom: 12px;
    }

    .lakhs-cta-button {
        width: 165px;
        min-width: 165px;

        height: 37px;

        font-size: 11px;

        gap: 10px;
    }

    .lakhs-cta-image {
        width: 50%;
        flex: 0 0 50%;

        min-height: 140px;
    }

}


/* =========================================================
   CTA BANNER - MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhs-cta-section {
        width: 100%;

        padding: 25px 15px;

        box-sizing: border-box;
    }

    .lakhs-cta-banner {
        width: 100%;
        max-width: none;

        min-height: auto;

        display: flex;
        flex-direction: column;

        border-radius: 14px;
    }


    /* LEFT CONTENT */

    .lakhs-cta-content {
        width: 100%;
        flex: none;

        min-height: auto;

        padding: 25px 22px 20px;

        box-sizing: border-box;
    }

    .lakhs-cta-content h2 {
        font-size: 22px;

        line-height: 1.25;

        margin: 0 0 8px;
    }

    .lakhs-cta-content p {
        font-size: 13px;

        line-height: 1.5;

        margin: 0 0 15px;
    }

    .lakhs-cta-button {
        width: 170px;
        min-width: 170px;

        height: 40px;

        font-size: 12px;

        gap: 10px;
    }


    /* RIGHT IMAGE */

    .lakhs-cta-image {
        position: relative;

        width: 100%;
        flex: none;

        height: 145px;
        min-height: 145px;

        overflow: hidden;
    }

    .lakhs-cta-image img {
        width: 100%;
        height: 100%;

        min-width: 0;
        min-height: 0;

        object-fit: cover;

        object-position: center center;
    }


    /* REMOVE DESKTOP BLEND */

    .lakhs-cta-banner::after {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhs-cta-section {
        padding: 20px 12px;
    }

    .lakhs-cta-banner {
        width: 100%;

        border-radius: 12px;
    }


    /* CONTENT */

    .lakhs-cta-content {
        padding: 22px 18px 18px;
    }

    .lakhs-cta-content h2 {
        font-size: 20px;

        line-height: 1.25;
    }

    .lakhs-cta-content p {
        font-size: 12px;

        line-height: 1.45;
    }

    .lakhs-cta-button {
        width: 160px;
        min-width: 160px;

        height: 38px;

        font-size: 11px;
    }


    /* IMAGE */

    .lakhs-cta-image {
        height: 125px;
        min-height: 125px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .lakhs-cta-section {
        padding: 18px 10px;
    }

    .lakhs-cta-content {
        padding: 20px 16px 16px;
    }

    .lakhs-cta-content h2 {
        font-size: 18px;
    }

    .lakhs-cta-content p {
        font-size: 11px;
    }

    .lakhs-cta-image {
        height: 110px;
        min-height: 110px;
    }

}