/* intro */
.solIntroSec {
    .solIntroImg {
        width: 100%;
        height: 540px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px;
        }
    }

    .solTxt {
        border-radius: 30px;
        padding: 40px 30px;
        position: relative;
        height: 540px;
        overflow: hidden;

        &::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/common/common-bg.png);
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 1;
            filter: brightness(0) saturate(100%) invert(39%) sepia(92%) saturate(3317%) hue-rotate(182deg) brightness(85%) contrast(109%);
        }

        .solTxtInner {
            position: relative;
            z-index: 2;
            text-align: left;

            .solTxtPara {
                height: 180px;
                overflow-y: auto;
                padding-right: 8px;

                p {
                    color: #fff;
                }
            }

            ::-webkit-scrollbar-thumb {
                background-color: #005783;
            }
        }
    }

    &.eprIntroSec {

        .solIntroImg,
        .solTxt {
            height: 400px;
        }
    }
}

.single-solution.postid-2357 {
    .solIntroSec {
        .solTxt {
            height: 100%;
        }

        .solTxtInner {
            .solTxtPara {
                height: 400px;
            }
        }
    }

}



/* solution process */
.solProcess {
    .solProcessBtm {
        padding-top: 20px;

        .solProcessCard {
            width: 100%;
            height: 210px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            border-radius: 20px;
            padding: 20px 15px;
            transition: all 0.5s;

            .solProcessCardInn {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;

                .solProcessLeft {
                    width: calc(100% - 90px);
                    padding-right: 10px;
                    padding-top: 30px;

                    .solProcessHead {
                        font-size: 25px;
                        margin-bottom: 10px;
                        font-weight: 700;
                        transition: all 0.5s;
                    }
                }

                .solProcessRt {
                    width: 90px;
                    height: 90px;
                    border-radius: 50%;
                    background: linear-gradient(140deg, rgb(126 207 89) 12%, rgb(62 211 125) 45%, rgb(80 164 205) 80%);

                    .solImg {
                        width: 100%;
                        height: 100%;
                        padding: 18px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            transition: all 0.5s;
                            filter: brightness(0) saturate(100%);
                        }
                    }
                }
            }

            &:hover {
                border-color: transparent;
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

                .solProcessCardInn {
                    .solProcessLeft {
                        .solProcessHead {
                            color: #30A4DC;
                        }
                    }

                    .solProcessRt {
                        .solImg {
                            img {
                                filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(2%) hue-rotate(249deg) brightness(113%) contrast(100%);
                            }
                        }
                    }
                }
            }
        }
    }
}

/* clean energy */
.cleanEnergySec {
    .cleanEnergyLeft {
        .styledPara {
            font-size: 25px;
            font-style: italic;
        }

        .commonBtn {
            width: auto;
        }
    }

    .cleanEnergyRt {
        position: sticky;
        top: 50px;
        width: 100%;
        height: 400px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }
    }
}

/* what we do */
.whatWeDo {
    &::after {
        top: 20px;
    }

    .whatWeDoBtm {
        padding-top: 20px;

        .whatWeDoCard {
            width: 100%;
            background-color: #EAFAFF;
            border-radius: 12px;
            padding: 35px 15px;
            text-align: left;
            transition: all 0.5s;

            .whatWeDoHead {
                font-size: 22px;
                font-weight: 700;
                color: #000;
                transition: all 0.5s;
                min-height: 50px;
            }

            .whatWeDoTxt {
                height: 155px;
                overflow-y: auto;
                padding-right: 8px;

                br {
                    display: none;
                }

                ul {
                    li {
                        font-size: 16px;
                        line-height: 26px;
                    }
                }
            }

            &:hover {
                background-color: #fff;
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

                .whatWeDoHead {
                    color: #30A4DC;
                }
            }
        }
    }

    &.eprOemSec {
        .whatWeDoCard {
            background-color: #fff;
        }
    }
}

/* output Section */
.outputSec {
    padding: 50px 0px;

    &::after {
        top: -50px;
    }

    .outputLeft {
        width: 100%;
        height: auto;

        .outPutImg {
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 12px;
            }
        }
    }

    .outputRight {
        padding-left: 10px;
    }
}

/* quality section */
.qualitySec {
    overflow: visible;

    .qualityRight {
        position: sticky;
        top: 100px;

        .qualityImg {
            width: 100%;
            height: 320px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 12px;
            }
        }
    }
}

/* why choose section */
.whyChooseNav {
    .headingWrap {
        p {
            strong {
                font-size: 22px;
            }
        }
    }

    .whyChooseNavBtm {
        position: relative;

        .whyChooseSlider {
            padding-bottom: 30px;

            .slick-arrow {
                position: absolute;
                top: auto;
                bottom: -30px;

                &.slick-prev {
                    left: calc(50% - 37px);
                }

                &.slick-next {
                    right: calc(50% - 37px);
                }
            }

            .whyChooseSlide {
                padding: 15px;

                .whyChooseCard {
                    width: 100%;
                    height: 320px;
                    background-color: #fff;
                    border-radius: 12px;
                    padding: 12px 20px;
                    transition: all 0.5s;

                    .whyChooseImg {
                        width: 70px;
                        height: 70px;
                        border-radius: 50%;
                        background: linear-gradient(140deg, rgb(126 207 89) 12%, rgb(62 211 125) 45%, rgb(80 164 205) 80%);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 12px;
                        margin-left: auto;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                            filter: brightness(0) saturate(100%);
                            transition: all 0.5s;
                        }
                    }

                    .whyChooseCardBtm {
                        .whyChooseHead {
                            font-size: 22px;
                            font-weight: 700;
                            color: #000;
                            font-family: "MyriadPro";
                        }

                        .whyChooseTxtInn {
                            height: 150px;
                            overflow-y: auto;
                            padding-right: 8px;
                        }
                    }

                    &:hover {
                        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

                        .whyChooseImg {
                            img {
                                filter: brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(2%) hue-rotate(249deg) brightness(113%) contrast(100%);
                            }
                        }
                    }
                }
            }
        }
    }
}

/* Responsive */

@media (max-width: 1768px) {
    .solProcess {
        .solProcessBtm {
            .solProcessCard {
                .solProcessCardInn {
                    .solProcessLeft {
                        width: calc(100% - 80px);
                    }

                    .solProcessRt {
                        width: 80px;
                        height: 80px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1440px) {
    .solProcess {
        .solProcessBtm {
            .solProcessCard {
                .solProcessCardInn {
                    .solProcessLeft {
                        width: calc(100% - 70px);

                        .solProcessHead {
                            font-size: 22px;
                            margin-bottom: 8px;
                        }
                    }

                    .solProcessRt {
                        width: 70px;
                        height: 70px;
                    }
                }
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseImg {
                            width: 60px;
                            height: 60px;
                        }

                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 20px;
                                margin-bottom: 8px;
                            }
                        }
                    }
                }
            }
        }
    }

    .solIntroSec {
        .solTxt {
            .solTxtInner {
                .solTxtPara {
                    height: 280px;
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .solProcess {
        .solProcessBtm {
            .solProcessCard {
                height: 220px;
                padding: 15px 10px;

                .solProcessCardInn {
                    flex-direction: column-reverse;

                    .solProcessLeft {
                        width: 100%;
                        padding-right: 0;
                        padding-top: 10px;
                        text-align: center;

                        .solProcessHead {
                            font-size: 20px;
                        }
                    }

                    .solProcessRt {
                        margin: 0px auto;
                    }
                }
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                padding-bottom: 50px;

                .slick-arrow {
                    bottom: 0;
                }
            }

            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseImg {
                            margin: 0px auto;
                            margin-bottom: 15px;
                        }

                        .whyChooseCardBtm {
                            .whyChooseHead {
                                text-align: center;
                            }

                            .whyChooseTxtInn {
                                height: 150px;
                                padding-right: 10px;
                            }
                        }

                    }
                }
            }
        }
    }
}

@media (max-width: 1199px) {
    .whatWeDo {
        .headingWrap {
            width: 100% !important;
        }
    }
}

@media (max-width: 1024px) {
    .solIntroSec {
        .solTxt {
            padding: 25px;
            text-align: left;

            /* .solTxtInner {
                .solTxtPara {
                    text-align: center;
                }
            } */
            h2 {
                text-align: left;
            }
        }
    }

    .cleanEnergySec {
        .cleanEnergyLeft {
            .styledPara {
                font-size: 20px;
            }
        }
    }

    .whyChooseNav {
        .headingWrap {
            .secH {
                margin-bottom: 10px;
            }

            p {
                strong {
                    font-size: 18px;
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .solIntroSec {
        .row {
            flex-direction: column-reverse;
            row-gap: 30px;
        }

        .solIntroImg {
            height: 400px;
            margin: 10px 0px 15px;
        }

        .solTxt {
            height: auto;
            text-align: center;

            h2 {
                text-align: center;
            }

            .solTxtInner {
                .solTxtPara {
                    height: auto;
                    padding-right: 0;
                }
            }
        }
    }

    .single-battery {
        .solTxtPara {
            table {
                tr {
                    text-align: left;
                }
            }
        }
    }

    .single-solution.postid-2357 {
        & .solIntroSec {
            & .solTxtInner {
                .solTxtPara {
                    height: auto;
                    padding-right: 0;
                }
            }
        }
    }

    .single-solution .abt-second-section .content p {
        text-align: center;
    }

    .solIntroSec {
        &.eprIntroSec {

            .solIntroImg,
            .solTxt {
                height: auto;
            }
        }
    }

    .solProcess {
        .solProcessBtm {
            padding-top: 0;

            .row {
                justify-content: center;
            }
        }
    }

    .cleanEnergySec {
        .secH {
            text-align: center;
        }

        .cleanEnergyLeft {
            text-align: center;
            padding-bottom: 20px;

            .styledPara {
                margin-bottom: 8px;
            }
        }

        .cleanEnergyRt {
            position: static;
            height: 400px;
            padding-bottom: 20px;
        }
    }

    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                height: auto;
                padding: 25px 15px;

                .whatWeDoHead {
                    font-size: 20px;
                    min-height: auto;
                }

                .whatWeDoTxt {
                    height: auto;
                }
            }
        }
    }

    .outputSec {
        .secH {
            text-align: center;
        }

        .outputRight {
            .outPutImg {
                width: 100%;
                height: 400px;
                margin-bottom: 15px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 20px;
                }
            }

            br {
                display: none;
            }
        }
    }

    .qualitySec {
        .secH {
            text-align: center;
        }

        .qualityLeft {
            .qualityImg {
                width: 100%;
                height: 400px;
                margin-bottom: 15px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 20px;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .solIntroSec {
        .solIntroImg {
            height: auto;
        }
    }

    .solProcess {
        .solProcessBtm {
            .solProcessCard {
                height: auto;
                padding: 15px 10px;
            }
        }
    }

    .cleanEnergySec {
        .cleanEnergyLeft {
            .styledPara {
                font-size: 18px;
            }
        }

        .cleanEnergyRt {
            height: auto;
        }
    }

    .outputSec {
        .outputRight {
            .outPutImg {
                height: auto;
            }
        }
    }

    .qualitySec {
        .qualityLeft {
            .qualityImg {
                height: auto;
            }
        }
    }
}

@media (max-width: 575px) {
    .solIntroSec {
        .solTxt {
            padding: 25px 20px;
        }
    }
}

/* start min-width responsive */
@media(min-width: 1921px) {
    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                .whatWeDoHead {
                    font-size: 24px;
                }

                .whatWeDoTxt {
                    ul {
                        li {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    .qualitySec {
        .qualityRight {
            .qualityImg {
                height: 440px;
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 24px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2134px) {}

@media(min-width: 2400px) {
    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                .whatWeDoHead {
                    font-size: 26px;
                }

                .whatWeDoTxt {
                    ul {
                        li {
                            font-size: 20px;
                        }
                    }
                }
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 26px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2560px) {
    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                .whatWeDoHead {
                    font-size: 28px;
                }

                .whatWeDoTxt {
                    ul {
                        li {
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 28px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(min-width: 2880px) {
    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                .whatWeDoHead {
                    font-size: 30px;
                }

                .whatWeDoTxt {
                    ul {
                        li {
                            font-size: 24px;
                        }
                    }
                }
            }
        }
    }

    .cleanEnergySec {
        .cleanEnergyLeft {
            .styledPara {
                font-size: 28px;
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 30px;
                            }
                        }
                    }
                }

                .slick-arrow {
                    &.slick-prev {
                        left: calc(50% - 55px);
                    }
                    &.slick-next {
                        right: calc(50% - 55px);
                    }
                }
            }
        }
    }
}

@media(min-width: 3840px) {
    .solIntroSec {
        &.eprIntroSec {

            .solIntroImg,
            .solTxt {
                height: 550px;
            }
        }
    }

    .whatWeDo {
        .whatWeDoBtm {
            .whatWeDoCard {
                .whatWeDoHead {
                    font-size: 34px;
                }

                .whatWeDoTxt {
                    ul {
                        li {
                            font-size: 28px;
                        }
                    }
                }
            }
        }
    }

    .cleanEnergySec {
        .cleanEnergyLeft {
            .styledPara {
                font-size: 30px;
            }
        }
    }

    .whyChooseNav {
        .whyChooseNavBtm {
            .whyChooseSlider {
                .whyChooseSlide {
                    .whyChooseCard {
                        .whyChooseCardBtm {
                            .whyChooseHead {
                                font-size: 34px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* end min-width responsive */