    * {
        box-sizing: border-box;
    }

    /* what we do industries section css Start */
    .whatwedoindustriesbanner {
        background: url(../images/whyitmatters/whyitmattersbackground.webp) no-repeat center right;
        position: relative;
        height: 592px;
        background-size: cover;
    }

    .headingAlignset {
        display: inline-block;
    }

    /* initial hidden state */
    .headingAlignset p {
        text-align: end;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0;
        text-decoration: underline;
        text-decoration-color: #1e4683;
        margin-top: 10px;
        color: #1E4683;

        opacity: 0;
        /* start hidden */
        transform: translateY(-20px);
        /* start slightly above */
        animation: fadeDown 1s ease forwards;
        /* run animation */
        animation-delay: 0.5s;
        /* optional delay after page load */
    }

    /* keyframes for fade down */
    @keyframes fadeDown {
        to {
            opacity: 1;
            transform: translateY(0);
            /* move to original position */
        }
    }

    .productContentbox {
        background: #E3EEFF;
        padding: 45px 40px;
        position: relative;
        /* bottom: 30px; */
        width: 100%;
        max-width: 997px;
        margin: 284px 0px 40px;
    }

    .productAlign {
        display: flex;
        align-items: flex-end;

    }

    .productContentbox .alignTagline {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #fff;
        background: #E1171F;
        padding: 7px 16px;
        position: absolute;
        top: -20px;
    }

    .productBannerHeading {
        font-weight: 600;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0;
        padding: 10px 14px;
        color: #fff;
        background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
        display: inline-flex;

    }

    .alignText {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
        gap: 10px;
    }

    .alignText p {
        font-weight: 400;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }

    /* what we do industries section css End */

    /* Industriesserve section css start*/
    .industriesweServe {
        background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 100%);
        padding-bottom: 74px;
    }

    .industriesAlign {
        margin-top: 20px;
        display: flex;
        position: sticky;
        top: 150px;
    }

    .textCenter {
        text-align: center;
    }

    .paragraphSet {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0;
        text-align: center;
        color: #525252;
        padding-bottom: 38px;
    }

    .customAligntext {
        padding: 64px 0px 18px 0px;
    }


    .downloadbutton {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        background: #E31E24;
        padding: 20px 51px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        transition: background 0.3s;
        cursor: pointer;
        text-decoration: none;
    }

    .downloadbutton:hover {
        background: #243b6b;
        transition: background 0.3s;
    }

    .leftMenu {
        width: 100%;
        max-width: 708px;
        background: #fff;
    }

    .paddingAlign {
        padding: 30px 30px;
    }

    .leftMenu h4 {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0;
        color: #1E4683;
    }

    .industriesDetails {
        padding-top: 75px;
    }

    .industriesDetails span {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        color: #525252;

    }

    .industriesDetails p {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        margin: 9px 0px 20px;
    }

    .bottomAlignment {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #cccc;
        padding: 20px 30px;
    }

    .industryInfo {
        display: flex;
        gap: 10px;
        margin: 9px 0px 0px;
    }

    .lableName {
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        color: #525252;
    }

    .alignIcontext {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 10px 12px;
        border: 1px solid #cccc;
    }


    /* Partners in Growth section css Start */
    .whyitmatters .testimonialContent p {
        text-align: left;
        padding: 0px 38px;
    }

    .whyitmatters .testimonialAuthor {
        justify-content: left;
        padding: 0px 38px;
    }

    .waterReuseimage {
        width: 100%;
        max-width: 100%;
    }

    .waterReuseimage img {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .workingStatus {
        padding: 0px 30px;
        text-align: left;
    }

    .workingStatus h3 {
        color: #E1171F;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .fontWeightset {
        font-weight: 700 !important;

    }

    .textdetailsAlign span {
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #1E4683;

    }

    .testimonialAuthor #testimonialRole {
        padding: 0px;
    }

    .displayAlign {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    /* Partners in Growth section css End */


    /* responsive Css* Start*/
    @media screen and (max-width:1750px) {
        .whatwedoindustriesbanner {
            background: url(../images/whyitmatters/whyitmattersbackground.webp) no-repeat center 20%;
        }

        .productContentbox {
            max-width: 850px;
        }

        .leftMenu h4 {
            font-size: 28px;
        }

        .leftMenu {
            max-width: 555px;
        }

        .bottomAlignment {
            padding: 15px 30px;
        }

        .paddingAlign {
            padding: 25px 20px;
        }

        .industriesDetails {
            padding-top: 35px;
        }

        /* .downloadbutton {
            padding: 15px 40px;
        } */
    }

    @media screen and (max-width: 1450px) {
        .downloadbutton {
            padding: 16px 20px 16px 20px;
        }

        .productContentbox {
            max-width: 797px;
        }

        .leftMenu h4 {
            font-size: 24px;
        }

        .industriesDetails {
            padding-top: 25px;
        }

        .industriesDetails span {
            font-size: 18px;
        }

        .industriesDetails p {
            font-size: 18px;
            margin: 9px 0px 15px;
        }

        .paddingAlign {
            padding: 20px 20px;
        }

        .bottomAlignment {
            padding: 10px 20px;
        }

        .lableName {
            font-size: 18px;
        }

        .leftMenu {
            max-width: 470px;
        }
    }

    @media screen and (max-width:1250px) {
        .productContentbox {
            max-width: 697px;
        }

        .productContentbox .alignTagline {
            font-size: 20px;
        }

        .productBannerHeading {
            font-size: 22px;
        }

        .productContentbox {
            padding: 45px 30px;
        }

        .alignText {
            margin-top: 25px;
        }

        .IndustriesUse .downloadbutton {
            padding: 10px 10px 10px 10px;
        }

        .leftMenu h4 {
            font-size: 22px;
        }

        .industriesDetails {
            padding-top: 15px;
        }

        .industriesDetails p {
            margin: 9px 0px 10px;
            font-size: 16px;
        }

        .lableName {
            font-size: 16px;
        }

        .downloadbutton {
            padding: 12px 20px 12px 20px;
            font-size: 14px;
        }

        .waterReuseimage img {
            height: 100%;
        }

        .industriesIcon img {
            width: 80%;
        }

        .alignIcontext {
            padding: 7px 10px;
        }

        .industriesDetails span {
            font-size: 16px;
        }

    }

    @media screen and (max-width:991px) {

        .whyitmatterscard h4 {
            font-weight: 600;
            font-size: 22px;
            line-height: 120%;
            letter-spacing: 0;
            color: #1E4683;
        }

        .DownloadButton {
            width: 100%;
        }

        .downloadbutton {
            justify-content: center;
            width: 100%;
        }

        .flexAlign {
            display: flex;
            align-items: center;
        }

        .whyitmatterscard {
            background: #fff;
        }

        .whyitmatterscard .widthSet {
            width: 100% !important;
        }

        .flexAlign {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .paddingAlign {
            padding: 20px 20px;
        }

        .bottomAlignment {
            padding: 20px 20px;
        }

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

        .paragraphSet .block {
            display: inline;
        }

        .whyitmatterscard .block {
            display: inline;
        }
    }

    @media screen and (max-width:767px) {
        .whatwedoindustriesbanner {
            background: url(../images/whyitmatters/mobilebanner.webp) no-repeat center 0%;
            position: relative;
            background-size: cover;
            margin-top: 95px;
        }

        .productContentbox {
            padding: 40px 20px;
            max-width: 100%;
            margin: 270px 0px 0px;
        }

        .block {
            display: inline;
        }

        .headingAlignset p {
            font-size: 26px;
        }
    }

    @media screen and (max-width:992px) {
        .productContentbox {
            padding: 35px 20px 20px;
            width: 95%;
            left: calc(5% / 2);
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .headingAlignset p {
            padding-left: 60px;
            text-align: left;
        }
    }

    @media screen and (max-width:500px) {
        .productBannerHeading {
            font-size: 18px;
        }

        .productContentbox {
            padding: 40px 10px;
        }

        .alignText p {
            font-size: 14px;
        }

        .alignText img {
            width: 15%;
        }

        .alignText {
            margin-top: 20px;
        }

        .headingAlignset p {
            font-size: 22px;
        }

        .productContentbox {
            padding: 35px 20px 20px;
            width: 95%;
            left: calc(5% / 2);
        }

        .whatwedoindustriesbanner {
            height: 487px;
            padding-top: 59px;
        }

        .productContentbox .alignTagline {
            font-size: 18px;
        }

        .alignText p {
            font-size: 14px;
        }

        .headingAlignset p {
            font-size: 18px;
        }
    }

    @media screen and (max-width:376px) {
        .productContentbox .alignTagline {
            font-size: 16px;
        }
    }

    /* responsive Css End */
