.wwdSec {
    background-color: #E6F5FF;

    .secH {
        span {
            &::after {
                background-image: linear-gradient(to right, transparent, #A8DDFF);
            }
        }
    }
}

/*==esgBox start==*/
.esgBox {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    pointer-events: none;

    .esgContent {
        padding: 10px;

        .esgTitle {
            color: var(--green);
            display: block;
            font-size: 24px;
            margin-bottom: 10px;
            font-family: "Nata Sans", sans-serif;
            font-weight: 600;
            line-height: normal;
        }

        .esgTop {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
        }

        .esgList {
            min-height: 140px;

            ul {
                li {
                    display: flex;
                    margin-bottom: 20px;

                    &:last-child {
                        margin-bottom: 0px;
                    }

                    .esgListLeft {
                        color: var(--blue);
                        font-weight: 700;
                        font-family: "Nata Sans", sans-serif;
                        margin-right: 10px;
                        font-size: 20px;
                    }
                }
            }
        }
    }
}

.commitmentImg {
    figure {
        width: 100%;
        height: 430px;
        overflow: hidden;
        border-radius: 30px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
}

.commitmentext {
    .contText {
        margin-bottom: 20px;
    }

    .contList {
        ul {
            li {
                margin-bottom: 20px;
                padding-left: 30px;
                position: relative;

                &::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    background: url(../images/checkMark.png) no-repeat center center;
                    width: 20px;
                    height: 20px;
                    left: 0;
                    background-size: 100%;
                    top: -2px;
                }

                &:last-child {
                    margin-bottom: 0px;
                }
            }
        }
    }
}

.keySec {
    &.esgKeySec {
        padding-top: 0px;
        background-color: #fff;

        .keyBox {
            min-height: 300px;
        }
    }
}

.reportCard {
    padding: 50px 20px 30px 25px;
    border-radius: 20px;
    border-left: 4px solid var(--blue);
    background-image: linear-gradient(to right, #DFFFD7, #FFFFFF);
    position: relative;
    min-height: 220px;
    margin-bottom: 20px;

    .reportTitle {
        font-size: 30px;
        font-weight: 700;
        font-family: "Nata Sans", sans-serif;
        display: block;
        margin-bottom: 20px;
        line-height: normal;
    }

    .commonBtn {
        display: inline-flex;
    }
}


/*---sustainability details start--*/
.susDetailsSec {
    .countWrap {
        .countItem {
            h3 {
                column-gap: 0;

                .countText {
                    font-size: 18px;
                    width: calc(100% - 200px);
                    display: block;
                    width: 100% !important;
                }
            }
        }
    }
}

.susKeySec {
    &.keySec {
        .keyBox {
            min-height: 250px;

            h3 {
                padding-right: 60px;
            }
        }
    }
}

.marqueeSec {
    overflow: hidden;
}

.js-marquee-wrapper {
    height: 360px;

    .js-marquee {
        display: flex;
    }

    .galleryImgCards {
        margin-right: 20px;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        height: 350px;

        a {
            display: block;
            width: 100%;
            height: 100%;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top;
            }
        }
    }
}

.single-our-csr {

    &.postid-116,
    &.postid-117,
    &.postid-118 {
        .marqueeSec {
            display: none;
        }
    }
}

.page-template-esg {
    .countWrap {
        .countItem {
            width: calc(100% / 3);
        }
    }
}

/* Responsive */
@media (max-width: 1440px) {
    .js-marquee-wrapper {
        .galleryImgCards {
            height: 300px;
        }
    }
}

@media (max-width: 991px) {
    .js-marquee-wrapper {
        .galleryImgCards {
            height: 220px;
        }
    }

    .page-template-esg {
        .countWrap {
            .countItem {
                margin-bottom: 0;

                &:not(:last-child) {
                    &::after {
                        display: block !important;
                        height: 100%;
                    }
                }
            }
        }
    }
}

@media (max-width: 640px) {
    .page-template-esg {
        .countWrap {
            margin-top: 10px;

            .countItem {
                width: 100%;
                padding: 20px 14px !important;

                &:first-child{
                    padding-top: 0 !important;
                }

                &:last-child{
                    padding-bottom: 0 !important;
                }

                &:not(:last-child) {
                    &::after {
                        height: 1px;
                        width: 100%;
                        top: auto;
                        bottom: 0;
                        left: 0;
                        background: rgba(0, 0, 0, 0.2);
                        transform: none;
                    }
                }
            }
        }
    }
}