* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    /* background: url('../images/bg.jpg') no-repeat top left; */
    /* width: 1920px;
    margin: 0 auto;
    /* height: 10323px; */
}

.wrapper {
    /* overflow: hidden; */
}

.container {
    max-width: 1746px;
    /* max-width: 100%; */
    margin: 0 auto;
    padding: 0 15px;
}

h1,
h2 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;

}

h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Griding css */

.flex {
    display: flex;
}

.space_between {
    align-items: center;
    justify-content: space-between;
}

.btn {
    background: #D9D9D9;
    color: #2B3393;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;


}

/* Banner */
.header {
    position: relative;
}

section#banner {
    position: relative;

    img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        /* height: 800px;
        width: 1941px; */
        visibility: hidden;
    }



    .container {

        /* h2 {
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translateY(-50%);
            font-size: 70px;
        } */
    }

    .slides li {
        height: 430px;
        display: block;
    }
}


/* select role */

.select-role {

    &.aboutPage {
        p {
            font-size: 17px;
            margin-bottom: 10px;
            color: #fff !important;
        }

        h2 {
            color: #fff;
            margin-bottom: 10px;
        }

        strong {
            color: #fff !important;

        }

        .emailALigment {
            display: flex;
            justify-content: space-between;

            strong {
                display: block;
                color: #fff !important;

            }
        }

        .wrap {
            display: flex;
            flex: 0 0 0;
            gap: 50px;
            padding-top: 20px;
            padding-bottom: 20px;

            .col {
                width: 50%;
                background: #072386;
                padding: 10px 20px;
                border-radius: 10px;
                transition: all ease 0.5s;

                &:hover {
                    /* transform: scale(1); */
                    width: 53%;

                }


            }
        }
    }
}

/* background: #072386; */



width: 100%;
/* height: 248px; */
/* display: flex; */
flex-direction: column;
align-items: center;
padding: 39px 0 20px;

.accordion-item {
    text-align: center;

    .accordion-header {
        .arrow {
            margin-left: 18px;
            transition: none;
            position: relative;
            padding: 4px;
            top: -3px;
            left: -12px;
        }

        .wrap {
            display: inline-block;
            position: relative;
            left: 10px;
        }
    }

    &.active .arrow {
        position: relative;
        top: 3px;
        left: 11px;
    }
}

.accordion-content a {
    border-bottom: 1px solid #ddd;

}

/* .btn {
        display: block;
        background: #fff;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        width: 90%;
        color: #000;
        margin-bottom: 15px;
        text-align: center;
        border-radius: 10px;

    } */
}

/* home page */

.row {
    padding: 60px 0;

    h2 {
        margin-bottom: 55px;

    }

    .colCover {
        .col {
            border-radius: 25px;
            overflow: hidden;
        }

        display: flex;
        gap: 43px;
        flex-wrap: wrap;

        .box {
            background: #fff;
            /* width: 396px; */
            /* width: 419px; */
            /* height: 454px;*/

            /* width: 200px; */
            margin-bottom: 7px;
            border-radius: 5px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #000;
            overflow: hidden;
            /* padding: 20px; */
            text-align: center;
            margin: 0;

            a {
                border-radius: 41px;
                padding: 0;
                font-size: 0;
                position: relative;

                span {
                    background: rgba(0, 0, 0, 0.7);
                    font-size: 15px;
                    color: #fff;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    /* height: 38px; */
                    width: 100%;
                    padding: 5px 10px;
                    line-height: 1.4;
                    min-height: 52px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                img {
                    transition: all 0.3s ease;
                    cursor: pointer;
                    object-fit: cover;
                }
            }


            &:hover img {
                transform: scale(1.1);
            }
        }

    }


}

.blueBg {
    /* background: #072386; */
}

.grayBg {
    background: #A4ACAF;
}


/* Roles and Responsibilities part css */
.wrapper-Responsibilities {
    position: relative;
}

.servicesCover {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

    a {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        text-decoration: none;
        display: block;
        width: 83%;
        border-radius: 100px;
        font-size: 18px;
    }
}

.roles-responsibilities {



    ul {
        gap: 150px;

        li {
            display: flex;
            gap: 15px;
            max-width: 300px;

        }
    }

}


/* Chapter List  */



.accordion {
    width: 80%;
    margin: 0 auto;
}

.accordion-item {
    background: #eaeaea;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;

    &.active .arrow {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 17px;
    }
}

.accordion-header {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #072386;
    transition: all 0.3s ease;
    border-top: 1px solid #ddd;
    position: relative;
    font-size: 14px;
    padding-right: 47px;

    .arrow {
        border: solid #072386;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 11px;
        transition: all ease 0.5s;

    }

}

.accordion-header a {
    color: #072386;
    text-decoration: none;


}

.accordion-header:hover {
    background: #eaeaea;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
}

.accordion-content a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #00267d;
    text-decoration: none;
}

.accordion-content a:hover {
    background: #ddd;
}

.accordion-item.active .accordion-content {
    max-height: 453px;
}

.accordion-item.active a.active {
    font-weight: 700;
    text-decoration: underline;
}

/* Chapter Details  */

.chapterDetails {
    padding-top: 25px;
    /* Breadcrumb */
    /* padding-top: 10px; */



    .breadcrumb {
        display: flex;
        align-items: center;
        padding: 15px 0;
        font-size: 14px;
        color: white;
        background: #072386;
        padding: 0 10px;
        border-radius: 10px;
        margin-bottom: 23px;
        position: sticky;
        top: 77px;
        z-index: 1;
        margin: 0 -20px;
        border-radius: 0;
        margin-bottom: 15px;
        margin-top: -25px;


        a {
            text-decoration: none;
            color: white;
            transition: color 0.3s;
            font-size: 16px;

            &:hover {
                color: #cccccc;
            }
        }

        .separator {
            margin: 0 10px;
            color: white;
            font-weight: bold;
            font-size: 27px;
            line-height: 1.4;
        }
    }

    font-size: 30px;


    h2 {
        margin-bottom: 10px;
        color: #000;
        font-size: 24px;
        font-weight: 500;
    }


    /* COntent Placeholder */
    .contentPlaceholder {
        padding-bottom: 15px;
        padding-right: 200px;

        h5 {
            color: #000;

        }

        p,
        span {
            font-size: 16px;
            color: #000;
            line-height: 1.5;
            margin-bottom: 20px;
            display: block;
        }

        ul {
            li {
                font-size: 16px;
                color: #000;
                line-height: 1.5;
                margin-bottom: 2px;
            }

            margin-bottom: 15px;
        }

        img {
            border-radius: 10px;
            /* width: 100%;
            height: auto; */
            height: auto;

        }
    }
}

/* zoom slider  */

.zoom-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    overflow: hidden;

    margin: 30px 0;


    &.npWrap {
        flex-wrap: wrap;
        justify-content: flex-start;

        .zoom-slider-item:hover {
            width: 23.33% !important;

            img {
                transform: scale(1.1);
            }

            ul {
                position: relative;
            }

            .overlay {
                background: rgba(0, 0, 0, 0.1);
            }
        }
    }

    &.homePage {
        justify-content: center;

        .zoom-slider-item {
            width: 313px !important;
        }

        .zoom-slider-item-logo {
            /* strong {
                background: none;
            } */
        }
    }




    .zoom-slider-item {
        width: 23.33%;
        height: 313px !important;
        position: relative;
        overflow: hidden;
        transition: width 0.3s ease;
        border-radius: 10px;

        a {
            text-decoration: none;
        }

        &:hover {
            width: 32.8% !important;

            .zoom-slider-item-desc {
                opacity: 1;
            }

            .zoom-slider-item-logo strong {
                text-align: left;
            }
        }

        img {
            transition: all ease 0.5s;
        }

    }

    .zoom-slider-item-assets {
        width: 100%;
        position: relative;

        img {
            /* video { */
            width: 100% !important;
            height: 20rem !important;
            object-fit: cover;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            /* } */
        }
    }

    .zoom-slider-item-info {
        padding: 20px;

        .zoom-slider-item-desc {
            opacity: 0;
            position: relative;
            z-index: 9;

            span {
                display: block;
                font-size: 30px;
                color: #fff;
            }

            p {
                margin-bottom: 15px;
            }

            .btn {
                text-decoration: none;
                display: inline-block;
                border-radius: 10px;
                padding: 10px;
                font-size: 15px;
            }
        }

        ul {
            margin-top: 5px;

            li {

                background: rgba(255, 255, 255, .9);
                /* padding: 2px 10px; */
                /* font-size: 16px; */
                /* color: #000; */
                margin-bottom: 4px;
                border-radius: 4px;

                &:hover {
                    background: #01044B;

                    a {
                        color: #fff;
                    }
                }
            }

            a {


                padding: 2px 10px;
                font-size: 14px;
                color: #000;
                margin-bottom: 4px;
                /* border-radius: 4px; */
                text-decoration: none;
                display: block;


            }
        }

    }
}

.zoom-slider-item:not(:hover) .zoom-slider-item-info {
    width: 100%;
    width: 100%;

}

.zoom-slider-item-logo {
    strong {
        font-size: 15px;
        font-weight: 900;
        color: #fff;
        position: relative;
        z-index: 9;
        display: block;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px;
        border-radius: 10px;


        a {
            color: #fff;
            text-decoration: none;
        }
    }
}





.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}


.accordianFormat {
    .container {
        width: 80%;
        margin: 0 auto;
    }

    .accordion {
        width: 100%;




    }



    .accordion-item.active .accordion-content {
        max-height: 1000px;
    }

    .colCover {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        padding: 10px;
        background: #e5e5e5;
    }
}




.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #0078d7;
}

/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    /* display: flex; */
    align-items: flex-start;
    justify-content: center;
}

.mega-menu li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.dropdown:hover .mega-menu {
    display: grid;
}

.mega-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-menu h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.menu-section h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    color: #333;
}

.menu-section ul {
    list-style: none;
}

.menu-section ul li {
    font-size: 13px;
    color: #555;
    padding: 1px 0;

    a {
        font-size: 13px !important;
    }
}

.menu-section ul li:hover {
    color: #0078d7;
    cursor: pointer;
}


.about_manual p {
    color: #fff;
    padding: 20px 50px;
    font-size: 25;
    background: gray;
    height: 800px;
}



/* navigation button */

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;

    a {
        font-size: 19px;
        text-decoration: none;
        border-radius: 5px;
    }

    a.next-post.btn {
        margin-left: auto;
    }
}

.btnCOver {
    padding-bottom: 20px;
    display: flex;
    justify-content: end;

    a {
        font-size: 19px;
        text-decoration: none;
        border-radius: 5px;
        display: inline-block;
    }
}

/* css 19 */

.chapter_overView {


    h3,
    p {
        padding: 10px 10px 0px 20px;
        margin-bottom: 20px;
        color: #000;

    }

    h3 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.roles {
    background: #0046ad;

    color: #fff;
    padding: 40px 20px;
}

.roles_wrapper {
    display: flex;
    justify-content: space-between;
}

.roles h2 {
    margin-bottom: 30px;
    font-size: 24px;
}

.roles-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.role-card {
    max-width: 250px;

    /* text-align: justify; */
    &:last-child {
        margin-bottom: 10px !important;
    }

}

.role-card i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.role-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Purpose Section */
.purpose_cover {
    background: #e5e5e5;
    /* Gray */

}

.purpose {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.purpose-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.purpose-card {
    max-width: 280px;
}

.purpose-card i {
    font-size: 36px;
    margin-bottom: 15px;
    color: #0046ad;
    /* Blue icons */
}

.purpose-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.purpose-card p {
    font-size: 14px;
    color: #555;
}

.notes p {
    color: #000;
    padding-top: 20px;
    font-size: 14px;
}

.overView_img {
    text-align: center;

    img {
        width: 100%;
    }
}


/* customAcordion */


.customAcordion {
    margin-top: 1px;

    .accordion {
        width: 100%;
        background: #072386;
        padding: 42px 20px;

    }

    display: flex;

    .leftData {
        min-width: 315px;
        background: #072386;
    }

    .coverLeft {
        position: sticky;
        top: 45px;
    }

    .rightData {
        width: calc(100% - 315px);
        padding: 0 20px;

        &.Enablers,
        &.Annexures {
            background: #d1d2d4;
        }

    }
}

.wrapper-chapter-details .coverLeft {
    top: 0px;
}

.gridCover {
    display: flex;

    .grid {
        padding-right: 30px;
        width: 50%;

        ul {
            li {
                display: flex;
                gap: 15px;
                margin-bottom: 8px;

                .svgCover {}

                .contentCOver {
                    h6 {
                        font-size: 16px;
                        font-weight: 700;
                        color: #072386;
                    }

                    p {
                        font-size: 14px;
                        color: #000;
                    }

                    li {
                        font-size: 16px;
                        position: relative;
                        padding-left: 14px;

                        &:after {
                            content: "";
                            position: absolute;
                            width: 5px;
                            height: 5px;
                            left: 0;
                            top: 9px;
                            background: rgb(0, 0, 0);
                            border-radius: 100px;
                        }
                    }
                }
            }
        }
    }

    .right {
        border-left: 3px solid #072386;
        padding-left: 30px;
        padding-right: 0;

        h3 {
            font-size: 18px;
            color: #072386;

            font-size: 700;
            margin-bottom: 15px;

        }

        .role-card {
            max-width: unset;
            margin-bottom: 12px;

            .customBtn {
                font-size: 16px;
                border: 2px solid #072386;
                padding: 6px;
                border-radius: 100px;
                gap: 10px;
                display: flex;
                align-items: center;
                max-width: 328px;
                color: #072386;
                font-weight: 700;
                padding-left: 14px;
                line-height: 1.2;

                svg {
                    min-width: 45px;
                }

                img {
                    width: auto;
                    height: auto;
                }
            }

            ul {
                list-style-type: circle;
                margin-top: 10px;
            }

            li {
                font-size: 14px;
                color: #000;
                margin-top: 0;
                padding-left: 35px;
                margin-bottom: 0;
                position: relative;

                &:after {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    left: 15px;
                    top: 9px;
                    background: rgb(0, 0, 0);
                    border-radius: 100px;
                }
            }
        }



    }


}

.note {
    color: #000;
    font-size: 14px;
    margin-top: 30px;
    font-style: italic;

    strong {
        font-weight: 700;
        color: #072386;
    }
}


h2.chapter-title {
    color: black;
    padding-top: 35px;
    padding-left: 51px;
    font-size: 30px;
    text-transform: capitalize;
}




.selectRole {
    .bgRow {
        background: #F2F2F2;
        margin-bottom: 20px;


        .container {
            padding: 20px;

            h2 {
                font-size: 25px;
                font-weight: 700;
                margin-bottom: 20px;
                color: #000;

            }

            ul {
                display: flex;
                gap: 20px;
                flex-wrap: wrap;

                li {
                    position: relative;
                    border: 1px solid #000;
                    border-radius: 20px 20px 0 0;
                    width: 239px;


                    max-width: 241px;


                    &:after {
                        content: '';

                        width: 100%;
                        display: block;
                        height: 4px;

                    }

                    svg {
                        width: 70px;
                        height: 70px;
                        margin-bottom: 10px;
                        background: #ebe7e7;
                        border-radius: 5px;
                        padding: 5px;
                    }

                    span {
                        font-size: 20px;
                        color: #000;
                        display: block;
                        line-height: 1.2;
                        min-height: 73px;
                        padding-right: 20px;
                    }

                    a {
                        text-decoration: none;
                        padding: 10px 20px;
                        padding-top: 30px;
                        padding-bottom: 50px;
                        display: block;

                    }

                    &:hover {
                        svg {
                            background: none;
                        }

                        svg path {
                            fill: #fff;
                        }

                        span {
                            color: #fff;
                        }
                    }
                }


            }
        }

        &.yellow {
            svg path {
                fill: #F7BF6C;
            }

            .container {
                li {
                    &:after {
                        background: #F7BF6C;

                    }

                    &:hover {
                        background: #F7BF6C;
                    }
                }
            }

        }

        &.blue {
            svg path {
                fill: #72A6D6;
            }

            .container {
                li {
                    &:after {
                        background: #72A6D6;

                    }

                    &:hover {
                        background: #72A6D6;
                    }
                }
            }
        }

        &.green {
            svg path {
                fill: #36BCAD;
            }

            .container {
                li {
                    &:after {
                        background: #36BCAD;

                    }



                    &:hover {
                        background: #36BCAD;
                    }
                }
            }
        }
    }
}

.scriptArea {
    padding: 30px;
    background: #D7E2F3;

    .scriptInner {
        position: relative;
        padding: 25px;
        border-left: 1px solid #000;
        position: relative;
        margin-left: 30px;

        margin-bottom: 100px;

        &:before,
        &:after {
            width: 25px;
            height: 1px;
            position: absolute;
            top: 0;
            content: '';
            display: block;
            background: #000;
            left: 0;
        }

        &:after {
            top: auto;
            bottom: 0;
        }

        .extra {
            font-size: 22px;
            position: absolute;
            /* transform: rotate(269deg) translateY(-50%); */
            left: -40px;
            top: 58%;
            writing-mode: sideways-lr;
            text-orientation: upright;
            font-size: 15px;
            font-weight: 600;
            color: #333;
            margin-right: 25px;
            padding-left: 10px;
            transform: translateY(-59%);
            white-space: nowrap;
            letter-spacing: 3px;

        }
    }

    h3 {
        font-size: 35px;
        font-weight: 600;
        color: #000;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 25px;
        padding-left: 15px;
        margin-bottom: 20px;

    }

    font-size: large;

    strong {
        font-weight: 700;
        position: relative;
        padding-left: 0;

        /* &:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background: #000;
            width: 5px;
            height: 5px;
            border-radius: 100px;
            top: 50%;
            transform: translateY(-50%);
        } */
    }

    p,
    strong,
    a {
        font-size: 16px;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }

    a {
        color: blue;
    }



    ul {




        li {}
    }

}

.evBox {
    background: #D2EEFC;
    padding: 20px;
    border-radius: 10px;
    position: relative;

    i {
        width: 20px;
        height: 20px;
        background: red;
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;

    }

    img {
        float: right;
    }
}


.scroll {
    max-height: calc(100vh - 193px);
    overflow: auto;


}

span.searchHeading {
    margin-bottom: 10px;
    display: block;
    padding-left: 8px;
    font-weight: 600;
}


.man_power {
    padding-top: 39px;

    h2 {
        color: #000000;
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: 700;
        font-family: Roboto;
    }

    ul {
        display: flex;
        justify-content: space-between;
        gap: 45px;
        margin-bottom: 15px;

        li {
            width: 33.33%;
            background: #2B3494;
            border-radius: 25px;
            border: 1px solid #000000;
            display: flex;
            align-items: center;

            a {
                padding: 30px 10px;
                display: block;
                display: flex;
                align-items: center;
                text-decoration: none;
            }

            svg {
                margin: 0 40px;
            }

            h3 {
                margin-bottom: 0px;
                text-align: left;
                font-family: Roboto;
                font-weight: 400;
                color: #ffffff;
                font-size: 22px;

                span {
                    display: block;
                }
            }
        }
    }

}



.formatsBanner {
    li {
        position: relative;

        span {
            position: absolute;
            left: 0;
            font-size: 30px;
            color: #000;
            padding: 0 30px;
            font-weight: bold;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.5);
            bottom: 42px;
        }
    }


}

.accordianFormat {
    padding-top: 50px;
}


.ContWrapp {
    h2 {
        color: #000;
        margin-top: 40px;
    }

    .banner-image {
        img {
            width: 100%;
            height: auto;
        }
    }
}