    .howWeDoItbanner {
        background: url(../images/howwedoit/banner.webp) no-repeat center center;
        background-size: cover;
       
        position: relative;
    }
    .productContentbox{
        margin: 293px 0 0px;
    }

    .headingAlignset p {
        margin-bottom: 42px;
        font-weight: 500;
    }

    .alignText p {
        max-width: 80%;
    }

    /* 
    howWeDoItMain CSS */

    .howWeDoItMain{
        padding: 74px 0 87px;
        background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 73.21%, #FFFFFF 100%);
    }

    .PartnershipGrid {
        display: flex;
        justify-content: space-between;
        margin-top: 48px;
        align-items: center;
    }

    .processLine {
        width: 13.54%;
        max-width: 233px;
        overflow: hidden;
        text-align: center;
    }

    .processLine svg {
        width: 100%;
    }

    .PartnershipCol {
        max-width: 418px;
        width: 100%;
        border: 1px solid #D5D9E5;
        border-radius: 15px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 83.1%, rgba(255, 255, 255, 0.3) 100%);
        position: relative;
    }

    .PartnershipCol .img {
        padding-bottom: 20px;
        background: url(../images/howwedoit/Pattern.svg) no-repeat bottom 10px right;
    }

    .PartnershipCol .img img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .PartnershipCol img {
        border-radius: 15px;
        width: 100%;
    }

    .PartnershipCol h4 {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        color: #E1171F;
        padding: 0 20px;
        margin-bottom: 16px;
        background-repeat: no-repeat;
        background-position: center left 20px;
        background-size: 32px 32px;
        padding-left: 60px;
    }

    .PartnershipCol p {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #333333;
        padding: 0 20px 44px;

        /* Line clamp */
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 150px;
        margin-bottom: 20px;
    }

    .partnr1 {
        background-image: url(../images/howwedoit/services-1.svg);
    }

    .partnr2 {
        background-image: url(../images/howwedoit/services-2.svg);
    }

    .partnr3 {
        background-image: url(../images/howwedoit/services-3.svg);
    }

    /* Sticky section that animates its own padding-top */
    .lunchAndLearn {
        position: sticky;
        top: 160px;
        /* <- requested sticky offset */
        z-index: 2;

        /* Background (unchanged) */
        background: url(../images/howwedoit/lunchAndLearn.webp) no-repeat top center;
        background-size: 100% auto;

        /* Scroll-driven padding (starts at 398px, goes to 0) */
        padding-top: calc(var(--pt, var(--pt-initial, 600)) * 1px);
        will-change: padding-top;
    }

    /* Your existing form styles (kept) */
    .getInTouchForm {
        max-width: 1142px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;

        /* Keep/remove this if you want the extra lift; it won't break the scroll animation */
        transform: translateY(-52px);
    }

    /* (Optional) respect reduced motion */
    @media (prefers-reduced-motion: reduce) {
        .lunchAndLearn {
            padding-top: 0 !important;
        }
    }

    .formColumn1 {
        max-width: 564px;
        width: 49.39%;
        background: url(../images/get-in-touch/structure.svg) no-repeat top right, linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
        padding: 30px;
        background-size: 139px auto, cover;
    }

    .formColumn2 {
        max-width: 578px;
        width: 50.61%;
        background: rgba(244, 248, 255, 1);
        padding: 40px;
        position: relative;
    }

    .formColumn1 h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 120%;
        background: linear-gradient(98.76deg, #FFFFFF 0.59%, #F8F8F8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        /* For Firefox */
        color: transparent;
        /* Fallback */
        margin-bottom: 16px;
    }

    .subTitleForm {
        background: rgba(225, 23, 31, 1);
        color: #FFFFFF;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        padding: 16px;
        display: inline-block;
        margin-bottom: 267px;
    }

    .descrPara {
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
        margin-bottom: 16px;
    }

    .notePara {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
    }

    .formGroup {
        margin-bottom: 15px;
    }

    .formGroup label {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 15px;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 10px;
        display: block;
    }

    .formGroup .formControl {
        width: 100%;
        background-color: rgba(255, 255, 255, 1);
        border: rgba(219, 219, 219, 1) 1px solid;
        padding: 15.5px 18px;
        color: #222;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }

    .formGroup select.formControl {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/get-in-touch/selectArrow.svg) no-repeat center right 13px, #FFFFFF;
    }

    .formGroup .formControl:focus {
        box-shadow: none;
        border: rgb(65, 63, 63) 1px solid;
        outline: 0;
    }

    .formGroup .formControl::placeholder {
        color: rgba(102, 102, 102, 1);
    }

    .formGroup input[type="checkbox"] {
        width: 18px;
        height: 18px;
        border: 1px solid rgba(171, 181, 190, 1);
        background-color: #FFFFFF;
    }

    .formGroup .checkLabel {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-transform: capitalize;
        color: rgba(82, 82, 82, 1);
    }

    .button-group {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        position: absolute;
        width: calc(100% - 80px);
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .btnForm {
        background-color: rgba(30, 70, 131, 1);
        padding: 20.5px 15.5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(30, 70, 131, 1);
        width: 100%;
    }

    .next-btn img {
        margin-left: 10px;
        vertical-align: middle;
    }

    .prev-btn img {
        margin-right: 10px;
        vertical-align: middle;
    }

    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }

    .formGroup .textarea {
        height: 101px;
    }

    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }

    .formGroup {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeSlideIn 0.4s ease forwards;
    }

    .form-step.slide-in-left .formGroup {
        animation: fadeSlideInLeft 0.4s ease forwards;
    }

    @keyframes fadeSlideIn {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeSlideInLeft {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .formGroup.animate {
        animation: fadeSlideIn 0.4s ease forwards;
    }

    .form-step.slide-in-left .formGroup.animate {
        animation: fadeSlideInLeft 0.4s ease forwards;
    }



    /* wired Animation css */

    /* Forward only animation */
    @keyframes dash-move {
        0% {
            stroke-dashoffset: var(--dash-start);
        }

        100% {
            stroke-dashoffset: 0;
        }

        /* moves to top */
    }

    .wire-anim {
        --dash-start: 0;
        stroke-linejoin: round;
        animation: dash-move 3s linear infinite;
    }



    /* MultiSelect css */

    /* match your input */
    .formGroup .formControl {
        width: 100%;
        background: #fff;
        border: 1px solid #dbdbdb;
        padding: 15.5px 18px;
        color: #222;
        font-size: 16px;
    }

    .formGroup select.formControl {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/get-in-touch/selectArrow.svg) no-repeat center right 13px, #fff;
    }

    /* select2 container */
    .select2 {
        width: 100% !important;
    }

    /* turn single selection text into pill look */
    .select2-selection--single {
        display: flex;
        align-items: center;
        min-height: 50px;
        border: 1px solid #dbdbdb;
        padding: 6px 12px;
        background: #fff;
    }

    /* style selected value as pill */
    .select2-selection__rendered {
        background: #0d3b78;
        /* pill background */
        color: #fff;
        padding: 8px 12px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* placeholder styling */
    .select2-selection__placeholder {
        background: none;
        color: #999;
        padding: 0;
    }

    /* clear (x) icon */
    .select2-selection__clear {
        color: #fff;
        font-weight: bold;
        margin-left: 5px;
        cursor: pointer;
    }

    /* dropdown */
    .select2-dropdown {
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: 6px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-top: 4px;
    }

    .select2-results__option {
        padding: 8px 12px;
        cursor: pointer;
    }

    .select2-results__option--highlighted[aria-selected] {
        background: #eaeaeb;
        color: #222;
    }

    /* growthService CSS */

    .growthService .owl-carousel .owl-item img {
        width: auto;
    }

    .growthService .leftInfo p {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        margin-top: auto;
        color: #E1171F;
    }

    .growthService .paddingAlign {
        padding-top: 0;
    }

    .contentSlideGrowth {
        margin-top: auto;
    }

    .contentSlideGrowth p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF;
        padding-top: 120px;
    }

    .growth {
        background: none;
    }

    .tabsProgressWrapper {
        justify-content: flex-end;
    }

    .leftsidedetails h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #E1171F;
        margin-top: 210px;
    }

    @media screen and (max-width: 1440px) {
        .processLine {
            width: 50%;
        }
    }

    @media screen and (max-width: 1280px) {
        .contentSlideGrowth p {
            padding-top: 120px;
        }

        .contentSlideGrowth p {
            font-size: 16px;
        }

        .leftsidedetails h2 {
            font-size: 24px;
        }

        .leftsidedetails h2 {
            margin-top: 180px;
        }
    }

    @media screen and (max-width:1024px) {
        .howWeDoItbanner {
            background: url(../images/howwedoit/banner.webp) no-repeat top center;
            background-size: 100% auto;
            background-size: cover;
        }
    }

    @media screen and (max-width: 991px) {
        .getInTouchForm>div {
            max-width: 100%;
            width: 100%;
        }

        .subTitleForm {
            margin-bottom: 12px;
            width: 100%;
        }

        .button-group {
            position: unset;
            width: 100%;
            transform: translateX(0);
        }
    }

    @media screen and (max-width: 768px) {
        .howWeDoItbanner {
            background: url(../images/howwedoit/bannerMb.webp) no-repeat center right;
            background-size: cover;
            position: relative;
        }

        .sectonHeading,
        .formColumn1 h2 {
            font-size: 24px;
        }

        .subTitleForm,
        .msgSpan {
            font-size: 16px;
        }

        .leftsidedetails {
            padding: 10px 0;
            max-width: 90%;
        }

        .leftsidedetails h2 {
            margin-top: 0;
            font-size: 20px;
        }

        .processLine {
            display: none;
        }

        .growthAlign .headingFont,
        .growthAlign .subHeading {
            text-align: center;
        }

        .growthAlign .subHeading {
            margin-top: 10px;
        }

        .progressIndicator {
            display: none;
        }

        .growthSlideralign {
            margin-top: 0;
        }

        .growth .owl-carousel .owl-item img {
            aspect-ratio: 16/12;
            object-fit: cover;
            object-position: top left;
        }

        .formGroup label {
            font-size: 14px;
        }

        .btnForm {
            padding: 12.5px 14.5px;
        }
    }