    .hydropower-generation-section .power-section-para {
        max-width: 100%;
    }

    .hydropower-generation-section .heading-radient-wrapper {
        max-width: 100%;
    }

    .hydropower-generation-section {
        position: relative;
        z-index: 3;
        padding-bottom: 0px;
    }

    .hydropower-generation-section .heading-radient {
        margin-bottom: 10px;
    }

    .hydropower-generation-wrapper-left {
        width: 54%;
        padding: 60px;
        padding-right: 100px;
        margin-left: -70px;
        margin-top: -200px;
        border-top-right-radius: 30px;
        background-color: #FFFFFF;
    }

    .hydropower-generation-wrapper-right {
        width: 57%;
        margin-left: -50px;
    }

    .hydropower-generation-wrapper {
        position: relative;
        padding-bottom: 60px;
        display: flex;
        border-bottom: 1px solid #D9D9D9;
    }

    .power-section-top-box {

        flex-direction: column;

    }

    .hydropower-generation-wrapper::after,
    .hydropower-generation-wrapper::before {
        position: absolute;
        content: "";
        bottom: -12px;
        height: 24px;
        width: 1px;
        background-color: #D9D9D9;
    }

    .hydropower-generation-wrapper::after {
        right: 0;
    }

    .hydropower-generation-wrapper::before {
        left: 0;
    }

    @media (max-width:1198px) {
        .hydropower-generation-section .power-section-para {
            max-width: 100%;
        }

        .hydropower-generation-section .heading-radient-wrapper {
            max-width: 100%;
        }

    }

    @media (max-width:1024px) {
        .hydropower-generation-wrapper-left {
            margin-top: -150px;
            width: 60%;
        }

        .hydropower-generation-wrapper-right {
            width: 53%;
        }

    }

    @media (max-width:1024px) {
        .hydropower-generation-wrapper-left {
            margin: 0px;
            padding: 0;
            width: 100%;
        }

        .hydropower-generation-wrapper {
            flex-direction: column;
        }

        .hydropower-generation-wrapper-right {
            width: 100%;
            margin: 0;
        }

    }

    /* hydropower-plants section css starts here */

    .hydropower-plants-section {
        padding-bottom: 0px;
    }

    .hydropower-plants-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 30px;

    }

    .hydropower-plants-card {
        display: flex;
        position: sticky;
        top: 0;
        height: 460px;
        overflow: hidden;
        border-radius: 30px;
    }

    .hydropower-card-left {
        width: 60%;
        position: relative;
    }

    .hydropower-card-left img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .hydropower-number {
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 40px;
        left: 40px;
        border-radius: 50%;
        background-color: #FFFFFFCC;

        font-family: "Inter";
        font-weight: 600;
        font-size: 14px;
        color: #0B9146;

    }

    .hydropower-card-right {
        display: flex;
        padding: 40px;
        width: 45%;
        position: relative;
        border-radius: 30px;
        background-color: #EFFBF4;
        margin-left: -40px;
        overflow: hidden;
        align-items: flex-start;
        z-index: 3;
        flex-direction: column;
        justify-content: center;
    }

    .hydropower-card-right-inside {
        display: flex;
        flex-direction: column;
        gap: 12px;
        overflow-y: auto;
        max-height: 350px;
        margin-bottom: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .hydropower-card-right-inside::-webkit-scrollbar {
        display: none;
    }

    .hydropower-card-heading {
        font-family: "Inter";
        font-weight: 600;
        font-size: 20px;
        line-height: 1.3;
        color: #404040;
        margin-bottom: 4px;
    }

    .hydropower-card-data {
        font-family: "Inter";
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        color: #707070;
    }

    .hydropower-card-data strong {
        font-weight: 600;
    }

    .hydropower-card-list {
        padding-left: 20px;
    }

    .hydropower-card-list li {
        margin: 0;
        padding: 0;
        font-family: "Inter";
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        color: #707070;
        list-style: disc;
    }

    .hydropower-card-right-inside-box {
        border-radius: 20px;
        padding: 20px;
        display: flex;

        background-color: #FFFFFF;

    }

    .hydropwer-card-inside-box-content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

    .hydropwer-card-inside-box-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0B914614;
    }

    .hydropwer-card-inside-box-header {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        align-items: center;
    }

    .hydropwer-card-inside-box-heading {
        font-family: "Inter";
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
        color: #404040;

    }

    .hydropwer-card-inside-box-header .mid-arrow {
        height: 22px;
        width: 0px;
        border: 1px solid #E0E0E0
    }

    .hydropwer-card-inside-box-sub-heading {
        font-family: "Inter";
        font-weight: 600;
        font-size: 14px;
        line-height: 1.3;
        color: #0B9146;

    }

    .hydropower-card-right-scroll {
        display: inline-flex;
        position: absolute;
        align-items: end;

        bottom: 20px;
        right: 20px;
        gap: 20px;
    }

    .hydropower-card-right-scroll-data {
        font-family: "Inter";
        font-weight: 400;
        font-size: 12px;
        line-height: 1.3;
        color: #0B9146;
    }

    .hydropower-card-right-scroll-icon {
        width: 12px;
    }

    .hydropower-card-right-scroll-icon img {
        display: block;
        height: initial;
        width: 100%;
    }

    @media (max-width:767px) {

        .hydropower-plants-card {

            flex-direction: column;
            height: auto;
        }

        .hydropower-card-right-inside-box {
            flex-direction: column;
            gap: 20px;
        }

        .hydropwer-card-inside-box-content {
            width: 100%;
            padding: 0;
        }

        .hydropower-card-left,
        .hydropower-card-right {
            width: 100%;
        }

        .hydropower-card-right {
            margin: 0;
            padding: 40px 20px;
            margin-top: -40px;
        }

        .hydropower-card-left img {
            aspect-ratio: 2/1;
        }

        .hydropower-number {
            display: none;
        }

        .hydropower-generation-section .power-section-top-box {
            padding-bottom: 30px;
        }

        .hydropower-generation-section .power-section-top-box::after,
        .hydropower-generation-section .power-section-top-box::before {
            content: none;
        }
    }

    .dg-hydropower-page .about-hero {
        position: relative;
    }

    .dg-hydropower-page .hydropower-plants-section .hydropower-card-right .hydropower-card-data a {
        margin-top: 15px;
        color: #058758;
        display: block;
    }