@media only screen and (max-width: 768px) {


    /* Footer */

    .Footer {
        background-color: var(--Footer-bgcolor);
        padding: 0vh 6vw;
    }

    .Footer-First-section>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--Footer-color);
        padding: 3vh 0vw;
        gap: 20px;

    }

    .Footer-last-section>ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: var(--Footer-color);
        align-items: center;
        padding: 3vh 0vw;
        gap: 8px;
        border-top: 1px solid rgba(59, 44, 27, 0.74);
    }

    .Footer-First-section>ul>li {
        border-right: none;
        display: flex;
        justify-content: start;
        padding: 0vh 2vw 0vh 0vw;
        width: calc(100%);
    }

    .Footer-First-section>ul>li:nth-child(4) {
        border-right: none !important;
    }

    .Footer-First-section>ul>li>div {
        display: flex;
        flex-direction: column;
        gap: 8px;

    }


    .Footer-First-section>ul>li>div>h4 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .Footer-First-section>ul>li>div>a {
        color: var(--Footer-color);
        text-decoration: none;
        font-size: 16px;
    }

    .Footer-First-section>ul>li>div>a>img {
        width: 100%;
    }

    .Footer-First-section>ul>li>div>div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Footer-First-section>ul>li>div>div>a {
        color: var(--Footer-color);
        font-size: 25px;
    }

    .Footer-last-section>ul>li:last-child>p {
        font-size: 11px;
        font-weight: 600;
    }





    /* HEader */

    .header>ul>li:nth-child(1) {
        display: block;
        position: relative;
        z-index: 2;

    }



    .header>ul>li:nth-child(3) {
        display: none;

    }

    .header>ul>li:nth-child(4) {
        display: none;
    }

    .header>ul>li:nth-child(5) {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .header>ul>li:nth-child(5)>button {
        display: none;
        color: var(--Footer-color);
        padding: 13px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--font-size);
        font-weight: 600;
        gap: 3px;
        background-color: var(--primary-color);
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }


    .header>ul>li>a>img {
        width: 50vw;
    }




    .Mobile-Menu-Search.open {
        transform: translateY(-150vh);
    }


    .mobile-view-2 {
        padding: 2vh 7vw;
    }

    .Nave-mobile-search-button {
        font-size: 20px;
    }

    .Nave-Search-Section-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .Mobile-search-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }


    .Nave-Search-Section-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .Mobile-search-menu>input:focus {
        outline: none;
        border: none;
    }

    .Mobile-search-menu>input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none;
    }

    .Mobile-search-menu>input {
        background-color: transparent;
        border: none;
        width: 70vw;
        font-size: 15px;
    }

    .Nave-Search-button-2 {
        padding: 0.8vw;
        color: white;
        background-color: #00598e;
        border-radius: 50%;
    }


    .Nave-logo {
        width: 30vw;
    }

    .Mobile-Menu-Show {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100%;
        background-color: #ffffff;
        padding: 0vw;
        transition: transform 0.6s ease-in-out;
        z-index: 5;
        overflow-y: scroll;
    }


    .Mobile-Menu-Show.open {
        transform: translateX(-100vw);
    }

    .mobile-view-1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1vh 7vw;

    }

    .close-btn-2 {
        font-size: 35px;
        color: #000000;
    }

    .Programs {
        padding: 1vh 6vw;
        color: black;
        border-bottom: 1px solid black;
        animation: slideDown 0.5s ease forwards;
        background-color: white;
        position: absolute;
        z-index: 2;
        top: 9%;
        width: 100vw;
        /* background-color: #115ca8; */
    }


    .Section1>ul>li {
        width: calc(100%/1);
        height: 100%;
        border-radius: 10px;
    }

    .slider-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30vh;
        overflow: hidden;
    }

    .Section1>ul>li:nth-child(1)>p {
        font-family: "Roboto";
        font-size: 17px;
        font-weight: 600;
        width: 100%;
    }

    .Section1>ul>li:nth-child(1)>h1 {
        font-size: 24px;
        font-weight: 800;
        width: 100%;
    }

    .Home {
        padding: 2vh 2vw;
    }








    .Section1>ul>li:nth-child(3) {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5vh 2vw;
        background-color: var(--primary-color);
    }

    .Section1>ul>li:nth-child(3)>ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(1)>h2 {
        font-size: 20px;
        color: white;
        margin-bottom: 2vh;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(2)>div {
        background-color: transparent;
        border-radius: 10px;
        display: flex;

    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(2)>div>input {
        border: none;
        background-color: white;
        width: 100%;
        border-radius: 10px 0px 0px 10px;
        padding: 5vw;

    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(2)>div>input:focus {
        outline: none;
        border: none;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(2)>div>button {
        background-color: black;
        color: white;
        border: none;
        padding: 5vw;
        width: 18vw;
        border-radius: 0px 10px 10px 0px;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(3) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(3)>p {
        font-weight: 600;
        color: white;
    }

    .Section1>ul>li:nth-child(3)>ul>li:nth-child(4)>p {
        font-weight: 600;
        color: white;
        font-size: 14px;
    }



    .Section1>ul>li:nth-child(4) {
        background-size: cover;
        background-Position: 'center';
        background-repeat: no-repeat;
        height: 40vh;
    }

    /* Join- Placement */

    .JoinPlacement {
        position: relative;
        top: -4%;
    }

    .JoinPlacement>ul {
        background-color: var(--yellow-color);
        display: flex;
        flex-direction: column;
        padding: 3vh 3vw;
        border-radius: 10px;
    }

    .JoinPlacement>ul>li {
        width: calc(100%/1);
    }


    .JoinPlacement>ul>li:nth-child(1)>h1 {
        font-size: 30px;
        width: 100%;
        font-weight: 900;
        font-family: "Roboto";
    }

    .JoinPlacement>ul>li:nth-child(2)>p {
        font-family: "Roboto";
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .JoinPlacement>ul>li:nth-child(2)>button {
        padding: 3vh 2vw;
        background-color: var(--primary-color);
        color: var(--Footer-color);
        border: none;
        font-weight: 500;
        width: 100%;
        font-size: 19px;
        border-radius: 10px;
    }





    /* Hiring-Partners */


    .HiringPartners>ul {
        display: flex;
        flex-direction: column;
        background-color: var(--Footer-color);
        justify-content: center;
        border-radius: 10px;
        position: relative;
        top: 0%;
    }

    .HiringPartners>ul>li:nth-child(1) {
        width: 100%;
        border-right: 1px solid lightgray;
    }

    .HiringPartners>ul>li:nth-child(2) {
        width: 100%;
    }

    .Stats-Hiring>div>h2 {
        color: var(--primary-color);
        font-size: 50px;
        font-weight: 500;
    }

    .Stats-Hiring>div>h4 {
        color: var(--primary-color);
        font-size: 20px;
    }

    .Stats-Hiring {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        gap: 25px;
        padding: 3vw 2vw 5vw 3vw;
    }

    .HiringPartnersImage>ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 3vw 2vw 5vw;
    }

    .HiringPartnersImage>ul>li:nth-child(1)>h3 {
        color: var(--primary-color);
        text-align: center;
        font-family: "Roboto";
        font-size: 25px;
    }

    .HiringPartnersImage>ul>li:nth-child(2)>ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .HiringPartnersImage>ul>li:nth-child(2)>ul>li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(96%/4);
        height: 100px;
    }


    .HiringPartnersImage>ul>li:nth-child(2)>ul>li>img {
        width: 70%;
    }





    .Section2>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        border-radius: 10px;
        padding: 1vh 2vw;


    }

    .Section2>ul>li {
        display: flex;
        justify-content: center;
        width: calc(100%/1);

    }

    .Section2>ul>li:nth-child(1)>div {
        display: flex;
        flex-direction: column;
        gap: 10px;

    }

    .Section2>ul>li:nth-child(1)>div>h1 {
        font-size: 40px;
        font-weight: 600;
    }


    .Section2>ul>li:nth-child(1)>div>p {
        font-size: 20px;
        font-weight: 600;
    }

    .Section2>ul>li:nth-child(1)>div>ul>li {
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 10px;
    }


    .Section2>ul>li:nth-child(1)>div>ul>li>p {
        font-weight: 600;
        font-size: 20px;
    }

    .Video-home {
        width: 100%;
        height: 400px;
        border-radius: 10px;
    }


    .Section1>ul>li:nth-child(4)>ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        right: 0%;
        gap: 26px;
        top: 75%;
        padding: 0vh 6vw;
    }

    .Section1>ul>li:nth-child(4)>ul>li {
        background-color: var(--primary-color);
        color: white;
        padding: 1vh 1vw;
        border-radius: 5px;
        width: 100%;
        text-align: center;
    }

    .Curriculum-main {
        padding: 3vh 6vw;
    }

    .Curriculum-main>h1 {
        font-size: 35px;
    }

    .payment-container h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .payment-container {
        display: flex;
        flex-direction: column;
        padding: 20px;
        padding: 3vh 6vw;
    }

    .content-wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 20px;
    }

    .Certificate>ul>li:nth-child(1) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 25px;
    }

    .Certificate>ul>li:nth-child(1)>div {
        width: calc(100% / 1);
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 2vh 0vw;
        justify-content: center;
    }

    .Certificate>ul>li:nth-child(1)>div>h1 {
        font-size: 35px;
        color: var(--primary-color);
    }

    .Certificate {
        padding: 3vh 6vw;
        background-color: #afbce4;
    }

    .Certificate>ul>li:nth-child(1)>div>button {
        max-width: 35vw;
        background-color: #21D4FD;
        background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
        padding: 2vh 3vw;
        border: none;
        border-radius: 5px;
        color: var(--Footer-color);
        font-size: 22px;
    }

    .Cardsection1>ul {
        display: inline;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        padding: 5vh 0vw;
    }

    .Remind>ul>li:nth-child(1)>ul>li:nth-child(1)>h1 {
        font-size: 24px;
    }

    .Remind>ul>li:nth-child(1)>ul>li:nth-child(2)>button {
        max-width: 100%;
        background-color: #21D4FD;
        background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
        padding: 3vh 3vw;
        border: none;
        border-radius: 5px;
        color: var(--Footer-color);
        font-size: 21px;
    }

    .Remind>ul>li:nth-child(2)>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .Remind>ul>li:nth-child(2)>ul>li {
        width: calc(100%);
        height: 30vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Remind {
        padding: 3vh 6vw;
    }

    .Remind>ul>li:nth-child(2)>ul>li>ul {
        display: flex;
        flex-direction: column;
        background-color: #007bff4d;
        position: relative;
        top: 43%;
        padding: 5vh 1vw;
    }

    .course-hero-section>ul>li>button {
        padding: 3vh 4vw;
        background-color: var(--primary-color);
        color: var(--Footer-color);
        border: none;
        border-radius: 5px;
        font-size: 15px;
        max-width: 34vw;
        margin: 2vh 0vw;
    }

    .Payment {
        display: none;
    }


    .Payment1 {
        display: block;
    }




    .Curriculum-main-payment {
        /* background-color: #dae5f1;
    background-image: linear-gradient(135deg, #dae5f1 0%, #E0C3FC 13%, #ffffff 53%);Remind
    ;
    */
        padding: 3vh 6vw;
    }

    .Curriculum-main-payment>h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .Curriculum-payment {
        padding: 1vw;
        border-radius: 10px;
        border: 1px solid rgba(14, 57, 151, .53);

    }

    .section-payment {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;

        overflow: hidden;
    }

    .section-header-payment {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: var(--yellow-color);
        cursor: pointer;
    }

    .section-header-payment h3 {
        margin: 0;
        font-size: 18px;
    }

    .icon {
        transition: transform 0.3s ease;
    }

    .icon.rotate {
        transform: rotate(45deg);
    }

    .section-content-payment {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, padding 0.5s ease;
        background-color: #fff;
        padding: 0px 15px;
    }

    .section-content-payment.open {
        max-height: 500px;
        /* Adjust based on content height */

    }

    .section-content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .section-content li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .section-content li:last-child {
        border-bottom: none;
    }

    .course-hero-section {
        /* background-color: var(--primary-color); */
        height: 65vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

}