/* .mec-all-program-container {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
    padding: 96px 0px;
    min-height: 100vh;
    text-align: center;
    overflow: visible !important;
}

.mec-program-left h2 {
    font-size: 22px;
    font-family: 'SatoshiBlack';
    margin-bottom: 8px;
    color: #fff;
}

.mec-program-left span {
    display: block;
}

.mec-program-left .mapc-para {
    font-size: 16px;
    font-family: 'SatoshiRegular';
    color: #fff;
    margin-bottom: 32px;
}

.mec-program-left-button {
    display: none;
    align-items: center;
    justify-content: start;
    gap: 8px;
    width: 100%;
}

.mec-program-left-button p {
    font-size: 16px;
    font-family: 'SatoshiBold';
    color: #fff;
}

.mec-program-left-button img {
    width: 22px;
}

.mec-program-main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    position: sticky;
    top: 0px;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: space-evenly;
    padding: 56px 24px;
    text-align: left;
    transition: transform 0.3s ease;
}

.mec-program-main:nth-child(2) {
    z-index: 1;
}

.mec-program-main:nth-child(3) {
    z-index: 2;
}

.mec-program-main:nth-child(4) {
    z-index: 3;
}

.mec-program-main:nth-child(5) {
    z-index: 4;
}

.mec-program-main:nth-child(6) {
    z-index: 5;
}

.mec-program-right {
    position: relative;
    display: flex;
    flex-direction: column;
    visibility: hidden;
}

.mec-program-empty,
.mec-program-empty-one {
    width: 100%;
    border-radius: 21px;
    height: 72px;
    margin-top: -40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mec-program-empty {
    background-color: #695ecc;
    border: 0.9px solid #9f9ac6;
}

.mec-program-empty-one {
    background-color: #9c91f6;
    border: 0.9px solid #9f9ac6;
}

.mec-program-main-container {
    width: 100%;
    min-height: 355px;
}

.mec-program-card {
    height: 100%;
    border-radius: 21px;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.mec-program-card:first-child {
    top: 0;
}

.mec-program-card .mpm-student-profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
}

.mec-program-button {
    position: absolute;
    border-radius: 21px;
    background-color: #2b2b2b;
    bottom: 10px;
    left: 13px;
    right: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.mec-program-button img {
    height: 22px;
}

.mec-program-button p {
    font-size: 16px;
    font-family: 'SatoshiMedium';
    color: #e9ced0;
    text-align: center;
    flex: 1;
}

.mec-program-card.show {
    display: flex;
}

.mec-program-card.hide {
    display: none;
}

.mec-program-floating-icon {
    position: absolute;
    width: 129px;
    left: -59px;
    bottom: -71px;
    z-index: -1;
}

.mec-all-program-container.pinned {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    overflow: hidden;
}

.mec-all-program-container.pinned {
    touch-action: none;
    overscroll-behavior: contain;
}

.mec-program-main-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.mec-progress-dots {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
    pointer-events: all;
}

.mec-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.mec-dot:hover {
    background-color: rgba(105, 94, 204, 0.5);
}

.mec-dot.active {
    background-color: #695ecc;
    transform: scale(1.3);
}

.mec-all-program-container .fixed-header {
    text-align: center;
    display: inline-block;
    position: sticky;
    z-index: 5;
    top: 3vh;
    left: 0;
}

.mec-all-program-heading {
    font-family: 'SatoshiBlack';
    color: #2B2B2B;
    font-size: 26px;
}

.mec-program-main-head img {
    width: 125px;
    top: -8px;
    position: relative;
    left: -23px;
}

.mec-program-main {
    border-radius: 18px;
}

.bg-img-three {
    background-image: url(../bucket/Artboard2-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-one {
    background-image: url(../bucket/Artboard1-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-two {
    background-image: url(../bucket/Artboard5-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-four {
    background-image: url(../bucket/Artboard4-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-five {
    background-image: url(../bucket/Artboard3-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mec-program-main-head {
    position: absolute;
    top: 4vh;
}

@media (min-width: 375px) {

    .mec-program-left h2 {
        font-size: 26px;
    }

    .mec-program-button {
        padding: 14px;
    }

    .mec-program-button p {
        font-size: 18px;
    }

    .mec-program-left .mapc-para {
        font-size: 18px;
    }

    .mec-all-program-container {
        padding: 56px 0px;
    }
}

@media (min-width: 640px) {
    .mec-all-program-container .fixed-header {
        top: 8vh;
    }

    .mec-all-program-heading {
        font-size: 32px;
    }

    .mec-program-left-button {
        display: flex;
    }

    .mec-program-main {
        flex-direction: row;
        gap: 54px;
    }

    .mec-program-main .mec-program-left {
        flex: 0 0 50%;
        padding: 0 0 215px 70px;
    }

    .mec-program-empty {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .mec-program-empty-one {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .mec-program-left h2 {
        margin-bottom: 16px;
    }

    .mec-program-left .mapc-para {
        margin-bottom: 0px;
    }

    .mec-program-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 56px;
    }

    .mec-program-button p {
        font-size: 18px;
    }

    .bg-img-three {
        background-image: url(../bucket/Artboard2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-img-one {
        background-image: url(../bucket/Artboard1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-img-two {
        background-image: url(../bucket/Artboard5.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-img-four {
        background-image: url(../bucket/Artboard4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-img-five {
        background-image: url(../bucket/Artboard3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


@media (min-width: 800px) {
    .mec-all-program-container {
        max-width: 680px;
        margin: auto;
    }

    .mec-program-main {
        padding: 56px 0px;
    }

    .mec-program-button p {
        font-size: 18px;
    }

    .mec-program-left {
        flex: 50;
    }

    .mec-program-right {
        flex: 60;
        max-width: 600px;
    }

    .mec-program-main-container {
        min-height: auto;
        height: 450px;
    }

    .mec-program-main {
        gap: 27px;
    }

    .mec-program-left-button img {
        width: 30px;
    }

    .mec-program-left-button p {
        font-size: 18px;
    }

    .mec-progress-dots {
        right: 24px;
    }

    .mec-dot {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1000px) {
    .mec-all-program-container {
        max-width: 900px;
    }

    .mec-program-main {
        padding: 72px 0px;
    }

    .mec-program-left h2 {
        font-size: 32px;
    }

    .mec-program-main-container {
        height: 70vh;
        max-height: 600px;
    }

    .mec-program-main .mec-program-left {
        flex: 0 0 65%;
    }
}

@media (min-width: 1200px) {
    .mec-all-program-container {
        max-width: 1024px;
        padding: 96px 0px;
    }
}

@media (min-width: 1400px) {
    .mec-all-program-container {
        max-width: 1260px;
    }
}

@media (min-width: 1600px) {
    .mec-program-main {
        transition: top 0.3s ease-in-out;
    }

}

@media (min-width: 1000px) and (min-height: 1000px) {
    .mec-program-main-container {
        max-height: 800px;
    }
} */



.mec-all-program-container {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    position: relative;
    padding: 96px 0px;
    min-height: 100vh;
    text-align: center;
    overflow: visible !important;
}

.mec-program-left h2 {
    font-size: 22px;
    font-family: 'SatoshiBlack';
    margin-bottom: 8px;
    color: #2B2B2B;
}

.mec-program-left span {
    display: block;
}

.mec-program-left .mapc-para {
    font-size: 16px;
    font-family: 'SatoshiRegular';
    color: #4c4c4c;
    margin-bottom: 32px;
}

.mec-program-left-button {
    display: none;
    align-items: center;
    justify-content: start;
    gap: 8px;
    width: 100%;
}

.mec-program-left-button p {
    font-size: 16px;
    font-family: 'SatoshiBold';
    color: #2b2b2b;
}

.mec-program-left-button img {
    width: 22px;
}

.mec-program-main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    position: sticky;
    top: 24px;
    flex-direction: column;
    background-color: #fff;
    /* align-items: center; */
    justify-content: space-evenly;
    padding: 56px 24px;
    text-align: left;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.mec-program-main:nth-child(2) {
    z-index: 1;
}

.mec-program-main:nth-child(3) {
    z-index: 2;
}

.mec-program-main:nth-child(4) {
    z-index: 3;
}

.mec-program-main:nth-child(5) {
    z-index: 4;
}

.mec-program-main:nth-child(6) {
    z-index: 5;
}

.mec-program-right {
    position: relative;
    display: flex;
    flex-direction: column;
}

.mec-program-empty,
.mec-program-empty-one {
    width: 100%;
    border-radius: 21px;
    height: 72px;
    margin-top: -40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mec-program-empty {
    background-color: #695ecc;
    border: 0.9px solid #9f9ac6;
}

.mec-program-empty-one {
    background-color: #9c91f6;
    border: 0.9px solid #9f9ac6;
}

.mec-program-main-container {
    width: 100%;
    min-height: 355px;
}

.mec-program-card {
    height: 100%;
    border-radius: 21px;
    display: flex;
    align-items: end;
    flex-direction: column;
    /* background-image: url(../bucket/mec-program-card-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center; */
}

.mec-program-card:first-child {
    top: 0;
}

.mec-program-card .mpm-student-profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
    /* object-position: bottom;
    vertical-align: middle; */
}

.mec-program-button {
    position: absolute;
    border-radius: 21px;
    background-color: #2b2b2b;
    /* bottom: 16px; */
    bottom: 10px;
    left: 13px;
    right: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.mec-program-button img {
    height: 22px;
}

.mec-program-button p {
    font-size: 16px;
    font-family: 'SatoshiMedium';
    color: #e9ced0;
    text-align: center;
    flex: 1;
}

.mec-program-card.show {
    display: flex;
}

.mec-program-card.hide {
    display: none;
}

.mec-program-floating-icon {
    position: absolute;
    width: 129px;
    left: -59px;
    bottom: -71px;
    z-index: -1;
}

/* body.scroll-lock {
    overflow: hidden;
    height: 100vh;
} */

.mec-all-program-container.pinned {
    position: sticky;
    /* instead of fixed */
    top: 0;
    width: 100%;
    z-index: 999;
    /* background: white; */
    height: auto;
    /* let it grow naturally */
    overflow: hidden;
}

.mec-all-program-container.pinned {
    touch-action: none;
    overscroll-behavior: contain;
}

.mec-program-main-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.mec-progress-dots {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
    pointer-events: all;
}

.mec-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.mec-dot:hover {
    background-color: rgba(105, 94, 204, 0.5);
}

.mec-dot.active {
    background-color: #695ecc;
    transform: scale(1.3);
}

.mec-all-program-container .fixed-header {
    text-align: center;
    display: inline-block;
    position: sticky;
    z-index: 5;
    top: 3vh;
    left: 0;
}

.fixed-header .mec-all-program-heading {
    font-family: 'SatoshiBlack';
    color: #2B2B2B;
    font-size: 26px;
}

.fixed-header img {
    width: 100px;
    top: -8px;
    position: relative;
    left: -30px;
}

@media (min-width: 375px) {

    .mec-program-left h2 {
        font-size: 26px;
    }

    .mec-program-button {
        padding: 14px;
    }

    .mec-program-button p {
        font-size: 18px;
    }

    .mec-program-left .mapc-para {
        font-size: 18px;
    }
}

@media (min-width: 640px) {
    .mec-all-program-container .fixed-header {
        top: 8vh;
    }

    .fixed-header .mec-all-program-heading {
        font-size: 32px;
    }

    .mec-program-left-button {
        display: flex;
    }

    .mec-program-main {
        flex-direction: row;
        gap: 54px;
    }

    .mec-program-main .mec-program-left {
        flex: 0 0 50%;
    }

    .mec-program-empty {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .mec-program-empty-one {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .mec-program-left h2 {
        margin-bottom: 16px;
    }

    .mec-program-left .mapc-para {
        margin-bottom: 0px;
    }

    .mec-program-left {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 56px;
    }

    .mec-program-button p {
        font-size: 18px;
    }
}

@media (min-width: 800px) {
    .mec-all-program-container {
        max-width: 680px;
        margin: auto;
    }

    .mec-program-main {
        padding: 56px 0px;
    }

    .mec-program-button p {
        font-size: 18px;
    }

    .mec-program-left {
        flex: 50;
    }

    .mec-program-right {
        flex: 60;
        max-width: 600px;
    }

    .mec-program-main-container {
        min-height: auto;
        height: 450px;
    }

    .mec-program-main {
        gap: 27px;
    }

    .mec-program-left-button img {
        width: 30px;
    }

    .mec-program-left-button p {
        font-size: 18px;
    }

    .mec-progress-dots {
        right: 24px;
    }

    .mec-dot {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1000px) {
    .mec-all-program-container {
        max-width: 900px;
    }

    .mec-program-main {
        padding: 72px 0px;
    }

    .mec-program-left h2 {
        font-size: 32px;
    }

    .mec-program-main-container {
        height: 70vh;
        max-height: 600px;
    }
}

@media (min-width: 1200px) {
    .mec-all-program-container {
        max-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .mec-all-program-container {
        max-width: 1260px;
    }

    .mec-program-main {
        transition: top 0.3s ease-in-out;
    }

}

@media (min-width: 1000px) and (min-height: 1000px) {
    .mec-program-main-container {
        max-height: 800px;
    }
}