.tableHolder {
    border-bottom: 1px solid #005bab;

    table {
        width: 100%;
    }

    tr {
        &:not(:last-child) {
            td {
                border-bottom: 1px solid #ccc;
            }
        }
    }

    th,
    td {
        &:first-child {
            padding: 8px 15px;
        }
    }

    th {
        border-top: 1px solid #005bab;
        border-bottom: 1px solid #005bab;
    }

    td {
        vertical-align: top;

        &:not(:last-child) {
            border-right: 10px solid transparent;
        }
    }

    .ti {
        table {
            table-layout: fixed;

            th,
            td {
                padding: 8px 15px;
                border: 0;
            }
        }
    }
}
.mainAbsCont{
    .tableHolder {
        & th, & td {
            &:first-child {
                width: 200px;
            }
        }
    }

}
.mainAbsWrap {
    &.environmentSec {
        background-size: contain;

        .mainAbsCont {
            &:before {
                background: linear-gradient(180deg, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
            }
        }
    }

    &.peopleSec {
        background-size: contain;

        .mainAbsCont {
            &:before {
                background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
            }
        }
    }

    &.societySec {
        background-size: contain;

        .mainAbsCont {
            &:before {
                background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
            }
        }
    }
}


/* governanace philosophy */
.govPhWrap {
    .eachGovPh {
        display: flex;
        align-items: center;
        width: calc(50% - 15px);
        box-shadow: 2px 2px 10px #cccccc8a;

        .govPhIcon {
            width: 72px;
            height: auto;
            position: relative;
        }

        .govPhTxt {
            width: calc(100% - 72px);
            padding-left: 70px;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 35px;
                width: 2px;
                background-color: #005aaa;
            }
        }
    }
}

.govLstWrap {
    ul {
        column-gap: 28px;
        row-gap: 20px;
        li {
            width: 20%;
            position: relative;

            &:not(:last-child) {
                margin-bottom: 0px;

                &::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 2px;
                    height: 100%;
                    background-color: #005aaa;
                }
            }

            &:nth-child(4) {
                &::after {
                    content: normal;
                }
            }
        }
    }
}

.govtStrucTbl {
    display: flex;
    justify-content: space-between;
}

.govtStrucTblLeft {
    width: calc(100% - 70px);
    padding-right: 10px;

    .tableWrap {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;

        table {
            border: 1px solid #000;
            border-left: none;
            border-right: none;

            td {
                padding: 15px 10px;
                width: calc(100% / 6);
                text-align: center;
                vertical-align: center;
                border-right: 1px solid #000;
            }
        }

        &::-webkit-scrollbar {
            height: 5px;
        }

        &::-webkit-scrollbar-track {
            background-color: #e3fff4;
        }

        &::-webkit-scrollbar-thumb {
            background-color: #0d8f5c;
        }
    }
}

.govtStrucRight {
    display: flex;
    width: 70px;
    justify-content: end;
    gap: 5px;

    p {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: relative;
        text-align: center;
        margin: 0;
        font-weight: 400;
        font-size: 17px;
        padding: 15px 0px;

        &:first-child {
            &::before {
                content: "";
                position: absolute;
                bottom: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 10px solid black;
                left: -4px;
                transform: rotate(180deg);
            }

            &::after {
                background-color: #000;
            }
        }

        &::after {
            content: "";
            position: absolute;
            width: 1px;
            left: 0;
            height: 100%;
            top: 0;
        }

        &:last-child {
            &::before {
                content: "";
                position: absolute;
                top: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 10px solid #f58220;
                left: -4px;
            }

            &::after {
                background-color: #f58220;
            }
        }
    }
}

.eachNumBlockWrap h2 {
    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #f58220;
    }
}

.rg_brdr {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: -15px;
        width: 1px;
        height: 100%;
        background-color: #dddedf;
    }
}

.environmentSec {
    .row_2 {
        table {
            tbody {
                tr {
                    &:first-child {
                        td {
                            border-right: unset;
                        }
                    }
                }
            }
        }
    }
}


/* ============================================================================================================ */
/* Responsive Style */
/* ============================================================================================================ */

@media (max-width: 1366px) {
    ul {
        li {
            .fz_22 {
                font-size: 16px !important;
            }
        }
    }
}

@media (max-width: 1280px) {
    .esgFrame_sec_1 {
        .customBlock_2.mainAbsWrap {
            background-position: right bottom;
            padding-top: 0;
        }
    }

    .societySec {
        padding-bottom: 460px !important;
    }
}

@media (max-width: 1199px) {
    .peopleSec {
        padding-bottom: 460px !important;
    }
}

@media (max-width: 991px) {
    .peopleSec {
        padding-bottom: 350px !important;

        .row_2 {
            .col_4 {

                .col_1,
                .col_2 {
                    width: 50%;
                }
            }
        }
    }

    .govPhWrap {
        .eachGovPh {
            width: 100%;

            .govPhIcon {
                width: 50px;
            }
        }
    }

    .governanceSec {
        .bx_10 {
            >.row {
                row-gap: 20px;
            }
        }
    }

    .gover_struc {
        .row_5 {
            .eachNumBlockWrap {
                h2.fz_50 {
                    font-size: 35px !important;
                }
            }
        }
    }

    .societySec {
        padding-bottom: 530px !important;

        .sdgList {
            margin-bottom: 15px;
        }
    }

    .esgFrame_sec_1 {
        .customBlock_2.mainAbsWrap {
            padding-bottom: 200px !important;
            height: auto !important;
            padding-top: 0 !important;
        }
    }

    .perfGlan_fin {
        .eachNumBlockWrap.mb_40 {
            margin-bottom: 24px !important;
        }

        .eachNumBlockWrap {
            margin-bottom: 24px !important;
        }
    }
}

@media (max-width: 767px) {
    .govLstWrap {
        ul {
            column-gap: 20px;
            row-gap: 10px;
            align-items: flex-start !important;

            li {
                width: 30%;
                padding-right: 10px;

                &:not(:last-child) {
                    &::after {
                        top: 0;
                        height: 100%;
                        transform: none;
                    }
                }

                &:nth-child(3n+3) {
                    &::after {
                        content: normal;
                    }
                }

                &:nth-child(4) {
                    &::after {
                        content: '';
                    }
                }
            }
        }
    }

    .gover_struc {
        .row_5 {
            .subrow_1 {
                padding-top: 30px;
            }

            .eachNumBlockWrap {
                h2.fz_50 {
                    font-size: 30px !important;
                }
            }
        }
    }

    .esgFrame_sec_1 {
        .mainAbsWrap {
            .mainAbsCont {
                &:before {
                    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 100%);
                }
            }
        }
        .customBlock_1.mainAbsWrap {
            background-position: right bottom;
        }
    }
}

@media (max-width: 640px) {
    .peopleSec {
        padding-bottom: 200px !important;
    }

    .societySec {
        padding-bottom: 400px !important;
    }
}

@media (max-width: 575px) {
    .pageHeading {
        &.mb_30 {
            margin-bottom: 15px !important;
        }
    }

    .tableHolder {
        padding-bottom: 10px;

        td {
            font-size: 14px;

            &:not(:last-child) {
                border-right: 5px solid transparent;
            }
        }

        & .ti {
            & table {
                table-layout: auto;

                th,
                td {
                    padding: 5px 10px;
                    font-size: 13px;
                    text-align: left !important;
                }

                tr {
                    &:nth-child(even) {
                        background-color: #efefef60;
                    }
                }
            }
        }
    }

    .govPhWrap {
        .eachGovPh {
            width: 100%;

            .eachGovPhInn {
                align-items: flex-start !important;
                justify-content: space-between;

                .govPhTxt {
                    width: calc(100% - 60px);
                    padding-left: 35px;

                    &::after {
                        left: 15px;
                    }
                }
            }
        }
    }

    .govLstWrap {
        ul {
            column-gap: 0px;
            row-gap: 10px;

            li {
                width: 50%;
                padding-right: 20px;

                &:not(:last-child) {
                    &::after {
                        top: 0;
                        right: 30px;
                        transform: none;
                    }
                }

                &:nth-child(3n+3) {
                    &::after {
                        content: '';
                    }
                }

                &:nth-child(2n+2) {
                    &::after {
                        content: normal;
                    }
                }
            }
        }
    }

    .govtStrucTblLeft {
        width: calc(100% - 50px);

        h5.blueText {
            font-size: 18px !important;
            padding-bottom: 10px !important;
            margin-bottom: 10px !important;
        }

        .tableWrap {
            margin-bottom: 10px !important;
        }
    }

    .govtStrucRight {
        width: 50px;

        p {
            font-size: 12px !important;
        }
    }

    .esgFrame_sec_1 {
        .customBlock_2.mainAbsWrap {
            background-position: 92% 0%;
            padding-bottom: 140px !important;
        }
    }
    .environmentSec.pb_400 {
        padding-bottom: 170px !important;
    }
    .socialSec{
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .societySec {
        padding-bottom: 250px !important;
    }

    .esgFrame_sec_1 {
        .customBlock_1.mainAbsWrap {
            background-position: 92% 0%;
        }
    }
}

@media (max-width: 420px) {
    .peopleSec {
        padding-bottom: 160px !important;
    }
}