/* =========================================================
   SERVICES HERO
========================================================= */

.lakhsai-services-hero {
    width: 100%;
    background: #fff;

    padding: 8px 0 30px;

    overflow: hidden;
}


.lakhsai-services-container {
    width: 92%;
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 43% 57%;

    align-items: center;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lakhsai-services-content {
    position: relative;
    z-index: 10;

    padding-left: 5px;
    padding-right: 35px;
}


.lakhsai-services-label {
    display: block;

    margin-bottom: 17px;

    font-family: Arial, sans-serif;

    font-size: 19px;
    font-weight: 700;

    color: #f2a51a;

    text-transform: uppercase;
}


.lakhsai-services-content h1 {
    margin: 0 0 20px;

    font-family: "Poppins", sans-serif;

    font-size: 38px;
    line-height: 1.18;

    font-weight: 700;

    color: #11172f;
}


.lakhsai-services-content h1 span {
    color: #2858d8;
}


.lakhsai-services-content p {
    max-width: 480px;

    margin: 0 0 25px;

    font-family: Arial, sans-serif;

    font-size: 20px;
    line-height: 1.8;

    color: #4e5564;
}


/* =========================================================
   BUTTON
========================================================= */

.lakhsai-services-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    min-width: 170px;
    height: 48px;

    padding: 0 20px;

    border-radius: 12px;

    background: #2858d8;

    color: #fff !important;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    box-shadow: 0 8px 18px rgba(40, 88, 216, .20);

    transition: .3s ease;
}


.lakhsai-services-btn:hover {
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(40, 88, 216, .28);
}


.lakhsai-services-btn i {
    font-size: 12px;

    transition: .3s ease;
}


.lakhsai-services-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT IMAGE WRAPPER
========================================================= */

.lakhsai-services-image-wrap {
    position: relative;
    width: 100%;
    height: 395px;
    overflow: hidden;
}


/* =========================================================
   ACTUAL PHOTO
========================================================= */

.lakhsai-services-image {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-radius: 4px;

    z-index: 1;
}


.lakhsai-services-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    border-radius: 4px;
}


/* =========================================================
   SVG CURVE
========================================================= */
.lakhsai-curve-overlay {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    z-index: 5;

    pointer-events: none;
}



/* =========================================================
   WHAT WE OFFER
========================================================= */

.lakhsai-services-intro {

    width: 100%;

    background: #fff;

    padding: 20px 20px 45px;

    text-align: center;
}


.lakhsai-services-intro-container {

    max-width: 850px;

    margin: 0 auto;
}


.lakhsai-services-intro-label {

    display: block;

    margin-bottom: 12px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 700;

    color: #f2a51a;

    text-transform: uppercase;
}


.lakhsai-services-intro h2 {

    margin: 0 0 10px;

    font-family: "Poppins", sans-serif;

    font-size: 30px;

    line-height: 1.3;

    font-weight: 700;

    color: #11172f;
}


.lakhsai-services-intro h2 span {

    color: #2858d8;
}


.lakhsai-services-intro p {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.7;

    color: #555b67;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-services-container {

        width: 94%;

        grid-template-columns: 45% 55%;
    }


    .lakhsai-services-content {

        padding-right: 20px;
    }


    .lakhsai-services-content h1 {

        font-size: 30px;
    }


    .lakhsai-services-content p {

        font-size: 13px;
    }


    .lakhsai-services-image-wrap {

        height: 350px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-services-hero {

        padding: 30px 0 15px;
    }


    .lakhsai-services-container {

        width: 92%;

        display: flex;

        flex-direction: column;
    }


    .lakhsai-services-content {

        width: 100%;

        padding: 0;

        margin-bottom: 30px;
    }


    .lakhsai-services-label {

        font-size: 12px;

        margin-bottom: 12px;
    }


    .lakhsai-services-content h1 {

        font-size: 29px;

        line-height: 1.2;
    }


    .lakhsai-services-content p {

        max-width: 100%;

        font-size: 13px;

        line-height: 1.7;
    }


    .lakhsai-services-image-wrap {

        width: 100%;

        height: 300px;
    }


    .lakhsai-services-intro {

        padding: 20px 20px 35px;
    }


    .lakhsai-services-intro h2 {

        font-size: 25px;
    }


    .lakhsai-services-intro p {

        font-size: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-services-content h1 {

        font-size: 26px;
    }


    .lakhsai-services-image-wrap {

        height: 245px;
    }


    .lakhsai-services-intro h2 {

        font-size: 23px;
    }
}


/* =========================================================
   DIGITAL SERVICES SECTION
========================================================= */

.lakhsai-digital-services {
    width: 100%;
    background: #ffffff;

    padding: 5px 0 70px;

    overflow: hidden;
}


.lakhsai-digital-services-container {
    width: 92%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.lakhsai-service-card {
    position: relative;

    min-height: 275px;

    padding: 27px 18px 25px;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 12px;

    text-align: center;

    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================================
   HOVER
========================================================= */

.lakhsai-service-card:hover {
    transform: translateY(-5px);

    border-color: #e6e6e6;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   ICON
========================================================= */

.lakhsai-service-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: transparent;
}


.lakhsai-service-icon i {
    font-size: 48px;

    line-height: 1;
}


/* =========================================================
   INDIVIDUAL ICON COLORS
========================================================= */

.hosting-icon i {
    color: #2864d7;
}


.development-icon i {
    color: #f08b00;
}


.seo-icon i {
    color: #43a956;
}


.statistics-icon i {
    color: #6337c9;
}


.content-icon i {
    color: #22a9d3;
}


.ssl-icon i {
    color: #35ad52;
}


.payment-icon i {
    color: #e9345d;
}


.marketing-icon i {
    color: #f49a00;
}


/* =========================================================
   CARD TITLE
========================================================= */

.lakhsai-service-card h3 {
    margin: 0 0 12px;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.35;

    font-weight: 700;

    color: #171b2c;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.lakhsai-service-card p {
    max-width: 235px;

    margin: 0 auto;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    font-weight: 400;

    color: #50535d;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .lakhsai-digital-services-container {
        max-width: 1200px;

        gap: 24px;
    }

    .lakhsai-service-card {
        min-height: 275px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-digital-services {
        padding-bottom: 55px;
    }

    .lakhsai-digital-services-container {
        width: 92%;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }

    .lakhsai-service-card {
        min-height: 260px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .lakhsai-digital-services {
        padding: 0 0 45px;
    }

    .lakhsai-digital-services-container {
        width: 90%;

        grid-template-columns: 1fr;

        gap: 16px;
    }

    .lakhsai-service-card {
        min-height: auto;

        padding: 25px 20px 27px;
    }

    .lakhsai-service-icon {
        margin-bottom: 14px;
    }

    .lakhsai-service-card h3 {
        font-size: 15px;
    }

    .lakhsai-service-card p {
        max-width: 290px;

        font-size: 12px;
    }
}

/* =========================================================
   OUR PROCESS SECTION
========================================================= */

.lakhsai-process-section {

    width: 100%;

    padding: 0 0 45px;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.lakhsai-process-heading {

    width: 100%;

    text-align: center;

    margin-bottom: 28px;
}


.lakhsai-process-subtitle {

    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: .4px;

    color: #f39a24;

    text-transform: uppercase;
}


.lakhsai-process-heading h2 {

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 700;

    color: #11182b;
}


.lakhsai-process-heading h2 span {

    color: #2454c6;
}


.lakhsai-process-heading p {

    margin: 7px auto 0;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.6;

    color: #555b67;
}


/* =========================================================
   PROCESS CONTAINER
========================================================= */

.lakhsai-process-container {

    position: relative;

    width: 94%;

    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    column-gap: 18px;

    padding-top: 2px;
}


/* =========================================================
   CONNECTING DASHED LINE
========================================================= */

.lakhsai-process-line {

    position: absolute;

    left: 10%;

    right: 10%;

    top: 42px;

    height: 2px;

    z-index: 0;

    background: repeating-linear-gradient(
        to right,
        #dddddd 0,
        #dddddd 6px,
        transparent 6px,
        transparent 11px
    );
}


/* =========================================================
   PROCESS ITEM
========================================================= */

.lakhsai-process-item {

    position: relative;

    z-index: 2;

    text-align: center;

    min-width: 0;
}


/* =========================================================
   PROCESS ICON
========================================================= */

.lakhsai-process-icon {

    position: relative;

    z-index: 3;

    width: 82px;

    height: 82px;

    margin: 0 auto 13px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow:
        0 5px 14px rgba(0, 0, 0, .10);
}


/* =========================================================
   ICON COLORS
========================================================= */

.process-blue {

    background: #2456cf;
}


.process-orange {

    background: #f38b00;
}


.process-green {

    background: #32a94f;
}


.process-purple {

    background: #7a39d6;
}


.process-pink {

    background: #e9366b;
}


/* =========================================================
   PROCESS ICON IMAGE
========================================================= */

.lakhsai-process-icon img {

    width: 43px;

    height: 43px;

    display: block;

    object-fit: contain;
}


/* =========================================================
   NUMBER
========================================================= */

.lakhsai-process-number {

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.2;

    font-weight: 600;

    color: #252a35;
}


/* =========================================================
   PROCESS TITLE
========================================================= */

.lakhsai-process-item h3 {

    margin: 0 0 7px;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.35;

    font-weight: 700;

    color: #171b2c;
}


/* =========================================================
   PROCESS DESCRIPTION
========================================================= */

.lakhsai-process-item p {

    width: 100%;

    max-width: 175px;

    min-height: 58px;

    margin: 0 auto;

    font-family: "Poppins", sans-serif;

    font-size: 11.5px;

    line-height: 1.65;

    font-weight: 400;

    color: #555a65;
}


/* =========================================================
   CTA BANNER
========================================================= */

.lakhsai-process-cta {

    position: relative;

    width: 94%;

    max-width: 1200px;

    min-height: 190px;

    margin: 38px auto 0;

    overflow: hidden;

    border-radius: 9px;

    background:
        linear-gradient(
            105deg,
            #2854cf 0%,
            #173b9c 55%,
            #0e0238 100%
        );

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 28px 38px;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.lakhsai-process-cta-content {

    position: relative;

    z-index: 3;

    flex: 1;

    max-width: 56%;
}


.lakhsai-process-cta-content h2 {

    margin: 0 0 10px;

    font-family: Arial, sans-serif;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 700;

    color: #ffffff;
}


.lakhsai-process-cta-content p {

    margin: 0 0 14px;

    font-family: Arial, sans-serif;

    font-size: 16px;

    line-height: 1.7;

    color: rgba(255,255,255,.90);
}


/* =========================================================
   CTA BUTTON
========================================================= */

.lakhsai-process-cta-button {

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 22px;

    min-width: 150px;

    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,.65);

    border-radius: 6px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.2;

    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}


.lakhsai-process-cta-button span {

    font-size: 17px;

    line-height: 1;
}


.lakhsai-process-cta-button:hover {

    background: #ffffff;

    color: #2047b8;

    border-color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   CTA IMAGE
========================================================= */

.lakhsai-process-cta-image {

    position: absolute;

    right: 25px;

    bottom: -4px;

    width: 44%;

    height: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: center;

    z-index: 2;
}


.lakhsai-process-cta-image img {

    width: 100%;

    max-width: 440px;

    height: auto;

    max-height: 205px;

    object-fit: contain;

    object-position: bottom center;

    display: block;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .lakhsai-process-container {

        max-width: 1200px;
    }

    .lakhsai-process-cta {

        max-width: 1200px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-process-container {

        width: 92%;

        grid-template-columns:
            repeat(5, minmax(130px, 1fr));

        overflow-x: auto;

        padding-bottom: 15px;

        column-gap: 12px;
    }


    .lakhsai-process-line {

        left: 8%;

        right: 8%;
    }


    .lakhsai-process-icon {

        width: 72px;

        height: 72px;
    }


    .lakhsai-process-icon img {

        width: 38px;

        height: 38px;
    }


    .lakhsai-process-cta {

        width: 92%;

        min-height: 175px;

        padding: 25px;
    }


    .lakhsai-process-cta-content {

        max-width: 58%;
    }


    .lakhsai-process-cta-content h2 {

        font-size: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .lakhsai-process-section {

        padding-bottom: 35px;
    }


    .lakhsai-process-heading {

        margin-bottom: 25px;

        padding: 0 15px;
    }


    .lakhsai-process-subtitle {

        font-size: 11px;
    }


    .lakhsai-process-heading h2 {

        font-size: 23px;
    }


    .lakhsai-process-heading p {

        font-size: 11px;
    }


    /* ---------------------------------------------
       VERTICAL PROCESS
    --------------------------------------------- */

    .lakhsai-process-container {

        width: 90%;

        display: flex;

        flex-direction: column;

        gap: 25px;

        overflow: visible;

        padding: 0;
    }


    .lakhsai-process-line {

        left: 35px;

        right: auto;

        top: 35px;

        bottom: 35px;

        width: 2px;

        height: auto;

        background: #160457;
    }


    .lakhsai-process-item {

        min-height: 90px;

        display: grid;

        grid-template-columns: 70px 1fr;

        grid-template-rows: auto auto auto;

        column-gap: 17px;

        text-align: left;
    }


    .lakhsai-process-icon {

        grid-row: 1 / 4;

        width: 70px;

        height: 70px;

        margin: 0;
    }


    .lakhsai-process-icon img {

        width: 36px;

        height: 36px;
    }


    .lakhsai-process-number {

        margin: 2px 0 3px;

        font-size: 10px;
    }


    .lakhsai-process-item h3 {

        margin-bottom: 4px;

        font-size: 14px;
    }


    .lakhsai-process-item p {

        max-width: 100%;

        min-height: auto;

        margin: 0;

        font-size: 10.5px;

        line-height: 1.55;
    }


    /* ---------------------------------------------
       MOBILE CTA
    --------------------------------------------- */

    .lakhsai-process-cta {

        width: 90%;

        min-height: 285px;

        margin-top: 30px;

        padding: 25px 22px;

        display: block;
    }


    .lakhsai-process-cta-content {

        max-width: 100%;

        position: relative;

        z-index: 5;
    }


    .lakhsai-process-cta-content h2 {

        font-size: 18px;

        max-width: 280px;
    }


    .lakhsai-process-cta-content p {

        font-size: 10.5px;

        max-width: 280px;
    }


    .lakhsai-cta-break {

        display: none;
    }


    .lakhsai-process-cta-image {

        right: 0;

        bottom: -20px;
		

        width: 100%;

        height: 100px;

        justify-content: center;

        align-items: flex-end;
    }


    .lakhsai-process-cta-image img {

        width: 75%;

        max-height: 150px;

        object-position: right bottom;
    }

}