html {
    scroll-behavior: smooth;
}

.overview-main .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
}

.overview-main .page-title .heading {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.overview-main .page-title .heroimgcont {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-main .page-title .heroimgcont img {
    width: 70%;
}

.overview-main .page-title .heading h2 {
    /* font-size: 48px; */
    color: #444;
    /* font-weight: 700; */
}

.overview-main .page-title .heading p {
    font-size: 20px;
    color: #555;
}


@media(max-width:768px) {
    .overview-main .page-title .heroimgcont {
        display: none;
    }

    .overview-main .page-title {
        height: 300px;
    }

    .overview-main .page-title .heading {
        width: 100%;
    }

    .overview-main .page-title .heading h2 {
        /* font-size: 30px;
        font-weight: 600; */
        text-align: center;
    }

    .overview-main .page-title .heading p {
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width:480px) {

    .overview-main .page-title {
        height: 350px;
    }
}


/* ---- STICKEY SLIDER ----- */

.section p,
.section li {
    /* font-size: 20px; */
    color: #555;
}

.section.s2 p,
.section.s2 li,
.section.s5 p,
.section.s5 li,
.section.s6 p,
.section.s6 li,
.section.s2 h3,
.section.s2 h2,
.section.s5 h3,
.section.s5 h2,
.section.s6 h3,
.section.s6 h2 {
    color: #fff;
}

.section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #444;
}

.section .section-body-content ul {
    list-style: none;
    padding: 0;
}

.section .section-body-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 17px;
}

.section .section-body-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    /* green tick */
    font-weight: bold;
}

.section .section-header img {
    height: 70px;
    border-radius: 50%;
}

@media(max-width:480px) {

    .section p,
    .section li {
        font-size: 14px;
        padding: 0 20px;
    }

    .section h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .section .section-body-content ul li {
        font-size: 13px;
    }

    .section .section-header img {
        height: 40px;
    }
}



.section .section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    height: 100px;
}

.section .section-body .section-body-img img {
    width: 550px;
    border-radius: 20px;
}

.overview-wrapper {
    height: 600vh;
    position: relative;
}

.overview-wrapper .section {
    position: sticky;
    top: 0;
    height: 100vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 40px;
    /* background: #fff; */
}

.s1 {
    background: #FFDFC8;
}

.s2 {
    background: #C8F1FF;
}

.s3 {
    background: #18C3B3;
}

.s4 {
    background: #FFC658;
}

.s5 {
    background: #023B63;
}

.s6 {
    background: #222831;
}

.section-body {

    display: flex;
    align-items: center;
    justify-content: center;
}

.section-body-content,
.section-body-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1 .section-body-content p {
    width: 80%;
    /* font-size: 20px; */
    text-align: center;
}


/* VISSION MISSION */
.section-body-content.vission-mission {
    flex-direction: row;
    flex: 100%;
    justify-content: space-evenly;
    gap: 50px;
}

.vission-mission img {
    width: 500px;
    border-radius: 20px;
}

.vission-mission-conat {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vision-mission-conatent {
    background: #55555599;
    backdrop-filter: blur(7px);
    padding: 20px;
    width: 500px;
    border-radius: 20px;
    transform: translateY(-100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .5s ease-in-out;
}

.vission-mission img:hover~.vision-mission-conatent {
    transform: translateY(-130px);
}

@media(max-width:768px) {
    .section-body-img {
        display: none;
    }

    .vission-mission-conat img {
        display: none;
    }

    .section-body-content.vission-mission {
        flex-direction: column;
    }

    .vision-mission-conatent {
        width: 90%;
    }
}

@media(max-width:480px) {
    .s1 .section-body .section-body-content p {
        /* text-align: left; */
        font-size: 14px;
        width: 90%;
    }
}

/* ----------PIE CHART----------- */

.section-body-content.pie-chart-content {
    width: 100%;
    flex: none;
}

.chart-container {
    width: 100%;
    max-width: 900px;
    background: transparent;
    padding: 20px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.chart-box {
    position: relative;
    width: 300px;
    max-width: 100%;
}

canvas {
    width: 100%;
    height: auto;
    display: block;
}

.center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #2c3e50;
    pointer-events: none;
}

.center-sub {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.legend {
    /* min-width: 250px; */
    font-size: 15px;
    color: #444;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #555;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 12px;
}

/* MOBILE */
@media(max-width: 600px) {
    .center-text {
        font-size: 18px;
    }

    .legend {
        font-size: 14px;
    }
}

@media(max-width:762px) {
    .chart-box {
        width: 250px;
    }
}

/* slides */

/* ROAD MAP */
@media(max-width:480px) {

    .panel-8 .roadmap-header p,
    .last-text {
        font-size: 14px !important;
    }
}

/* ------------Heading----------- */
.overview-heaing-container {
    width: 100%;
    /* height: 350px; */
    padding: 40px 20px;
}

.overview-heaing-container h1 {
    /* font-size: 48px;
    font-weight: 700; */
    text-align: center;
}

/* @media(max-width:768px) {
    .overview-heaing-container h1 {
        font-size: 32px;
    }
}
@media(max-width:480px) {
    .overview-heaing-container h1 {
        font-size: 26px;
    }
} */