.devgTable {
    width: 100%;

    .tableInner {
        border: 1px solid #93b33d;
        border-bottom: none;
    }

    table {
        width: 100%;
        min-width: 550px;
        border-collapse: collapse;

        th,
        td {
            padding: 12px 18px;
        }

        thead {
            tr {
                background: linear-gradient(to right, #008449 0%, #97b43d 100%);

                th {
                    color: var(--white);
                    font-weight: 700;
                    text-align: center;

                    &:first-child {
                        text-align: left;
                    }

                    &:not(:last-child) {
                        border-right: 3px solid var(--white);
                    }
                }
            }
        }

        tbody {
            tr {
                td {
                    border-bottom: 2px solid var(--pale);
                    text-align: right;

                    &:first-child {
                        text-align: left;
                        border-bottom: 2px solid #008449;
                    }
                }

                &.totalRow {
                    td {
                        font-weight: 700;
                    }
                }
            }
        }
    }
}

.imgBox {
    &.shadowBox {
        height: 100%;

        img {
            width: 100%;
            height: auto;
        }
    }
}

.borderHeading {
    h4 {
        display: inline-block;
        border-radius: 40px;
        padding: 10px 20px 14px;
        border: 1px solid #000;
    }
}

.eachCenter {
    text-align: center;
}

.eachIconH {
    &.eachCenter {
        text-align: center;

        .numMain {
            &::after {
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                height: 2px;
                width: 50px;
                background-color: #b2d235;
            }
        }
    }
}

.phaseWrap {
    padding: 40px;
    background-size: cover !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 450px;
    overflow: hidden;
    border-radius: 30px;

    .evIcon {
        width: 70px;
        height: 70px;
        background-color: #83cce6;
        padding: 10px;
        border-radius: 50%;
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
    }

    .resImg {
        display: none;
    }
}

.kvcLogoheading {
    display: flex;
    flex-wrap: wrap;

    .kvcLogo {
        width: 120px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #666666;
        position: relative;

        &::after {
            width: 25px;
            height: 25px;
            position: absolute;
            background: url(../images/capitals/intellectual/rightArrow.png) no-repeat center center;
            background-size: 100%;
            top: 50%;
            right: -14px;
            transform: translateY(-50%);
            content: "";
        }
    }
}

.bg_d9edf6 {
    background-color: #d9edf6;
}

.borderHeading {
    h4 {
        background-color: #fff;
    }

    &.noBorder {
        h4 {
            border: none;
        }
    }
}

.borderCircle {
    position: relative;
    padding-bottom: 100px;

    &::after {
        width: 300px;
        height: 300px;
        position: absolute;
        content: "";
        left: -97px;
        bottom: -127px;
        background: url(../images/capitals/intellectual/data-founder.png) no-repeat center center;
        background-size: 100%;
        z-index: -1;
    }
}

.starHeading {
    position: relative;
    padding-top: 25px;

    &:before {
        width: 200px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: url(../images/capitals/intellectual/starLine.png) no-repeat center center;
        background-size: 100%;
        content: "";
    }
}

.leafItem {
    padding: 20px 30px;
    position: relative;
    text-align: center;

    &::before {
        width: 40px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/capitals/intellectual/leftLeaf.png) no-repeat center center;
        background-size: auto 100%;
        content: "";
    }

    &::after {
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/capitals/intellectual/rightLeaf.png) no-repeat center center;
        background-size: auto 100%;
        content: "";
    }
}

.layerImg {
    position: relative;

    &::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background: linear-gradient(to bottom, #010101d1 0%, #f3f28c00 100%); */
        background: linear-gradient(to bottom, #010101 0%, #0000003b 100%);
        content: "";
    }

    .textWrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 20px;
    }
}

.gradWrap {
    background: linear-gradient(to right, #4ca566 0%, #a8cd6e 100%);
    padding: 20px;

    &.borderCircle {
        &::after {
            width: 34%;
            height: 385px;
            position: absolute;
            content: "";
            left: auto;
            right: -90px;
            bottom: -127px;
            background: url(../images/capitals/intellectual/circle_2.png) no-repeat top center;
            background-size: 100%;
            opacity: 0.3;
        }
    }
}

/* Responsive */
@media (max-width: 1440px) {
    .phaseWrap {
        .evIcon {
            width: 50px;
            height: 50px;
        }

        h2 {
            margin-bottom: 20px;
        }
    }

    .fz_18 {
        font-size: 16px !important;
    }
}

@media(max-width: 1280px) {
    .highLightImgWrap {
        .imgWrap {
            text-align: center;

            img {
                width: 80%;
            }
        }

        .mb_100 {
            margin-bottom: 20px !important;
        }
    }
}

@media (max-width: 991px) {
    .kvcLogoheading {
        .kvcLogo {
            width: 100px;
        }
    }

    .fz_32 {
        font-size: 25px !important;
    }

    .layerImg {
        width: 100%;
        height: 300px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

@media (max-width: 767px) {

    .capSec_3 {
        .textWrap1 {
            .row_1 {
                .col_2 {
                    .imgWrap {
                        width: 350px;
                        margin: 0 auto;
                    }
                }
            }
        }
    }

    .highLightImgWrap {
        .col_2 {
            order: 1;
        }

        .col_1 {
            order: 2;
        }

        .col_3 {
            order: 3;
        }

        .rightWrap,
        .leftWrap {
            display: flex;
            margin-bottom: 0 !important;
            padding-bottom: 20px !important;
            justify-content: center !important;
        }

        .imgWrap {
            width: 100%;
            height: 500px;
            margin: 0px auto 30px;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    .phaseWrap {
        background: none !important;
        position: relative;
        padding: 0;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0a0b10;
            z-index: 1;
        }

        h2 {
            position: relative;
            z-index: 2;
            padding: 30px 25px 0px;
        }

        .textWrap {
            position: relative;
            z-index: 2;
            padding: 0px 25px;
        }

        .resImg {
            display: block;
            width: 100%;
            height: auto;
            position: relative;
            z-index: 2;
            margin-top: 30px;
        }
    }

    .kvcLogoheading {
        .kvcLogo {
            width: 85px;
        }
    }

    .fz_32 {
        font-size: 22px !important;
    }

    .resRow {
        flex-direction: column-reverse;
    }

    .imgWrap {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .borderCircle {
        padding-bottom: 50px;
    }

    .textWrap {
        .res_fdcr {
            flex-direction: column-reverse;
        }
    }

    .gradWrap {
        &.borderCircle {
            &::after {
                width: 150px;
                height: 200px;
                right: 0;
                bottom: 0;
            }
        }
    }
}

@media only screen and (max-width: 640px) {
    .capList {
        ul {
            li {
                .toolTip {
                    font-size: 11px;
                    padding: 6px 10px;
                    top: calc(100% + 8px);
                }

                &:first-child {
                    .toolTip {
                        &::after {
                            left: 20px;
                        }
                    }
                }
            }
        }
    }

    .kvcLogoheading {
        margin-bottom: 10px !important;

        .kvcLogo {
            width: 75px;
        }
    }

    .fz_32 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 575px) {
    .phaseWrap {
        .evIcon {
            width: 40px;
            height: 40px;
            padding: 8px;
        }
    }
}

@media (max-width: 480px) {
    .highLightImgWrap {
        .imgWrap {
            width: 100%;
            height: auto;
        }
    }

    .phaseWrap {
        h2 {
            font-size: 25px !important;
            padding: 30px 20px 0px;
            line-height: 1.4;
        }

        .textWrap {
            padding: 0px 20px;
        }
    }

    .capSec_3 {
        .textWrap2 {
            .row_1 {
                .col_2 {
                    .imgWrap {
                        width: 100%;
                        margin: 0 auto;
                    }
                }
            }
        }
    }
}

@media (max-width: 420px) {
    .phaseWrap {
        h2 {
            font-size: 28px !important;
            line-height: 1.4;

            span {
                display: block;
            }
        }
    }
}


/* ---- background moved out of the markup (CSP: no inline styles) ---- */
.phaseWrap.phaseWrapBg {
    background: url(../images/capitals/intellectual/phaseImg.jpg);
}
