@media screen and (max-width: 467px) {

    html,
    body {
        width: 100%;
        /* height: 100%; */
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        background-color: #fede00;
    }
}



/* -------request call back-----------  */

@media only screen and (max-width:467px) {
    .main-container {
        display: flex;
        flex-direction: column;
        /* margin: 40px 0px 0px 10px; */
        justify-content: center;
    }

    .container-right {
        display: none;
    }

    .container-left {
        /* margin: 0px 10px 0px 0px; */
        background-color: #fede00;
        width: 98%;
        height: auto;
        border-radius: 10px;
    }

    .email {
        display: flex;
        flex-direction: column;
    }

    .email input {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 0px 0px 10px;
        font-size: 16px;
        margin: 10px 10px 0px 15px;
    }

    .name-field input {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 0px 0px 10px;
        font-size: 16px;
        margin: 10px 0px 0px 15px;
    }

    .year-field input {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 10px 0px 10px;
        font-size: 16px;
        margin: 10px -100px 0px 15px;
    }

    .job-title select {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 50px 0px 10px;
        font-size: 16px;
        margin: 10px 50px 0px 15px;
    }

    .programe select {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 50px 0px 10px;
        font-size: 16px;
        margin: 10px 35px 0px 15px;
    }

    .phone {
        display: flex;
    }

    .phone select {
        height: 40px;
        width: 110px;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 50px 0px 5px;
        font-size: 16px;
        margin: 50px -10px 0px 15px;
    }

    .phone input {
        height: 40px;
        width: 63%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 6px 0px 10px;
        font-size: 16px;
        margin: 50px -240px 0px 15px;
    }

    .email label {
        font-size: 20px;
        padding: 10px 0px 0px 20px
    }

    .name-field label {
        font-size: 20px;
        padding: 10px 0px 0px 20px;
        margin-top: 10px;
    }

    .year-field label {
        font-size: 20px;
        padding: 20px 0px 0px 20px;
    }

    .job-title label {
        font-size: 20px;
        padding: 20px 0px 0px 20px;
    }

    .programe label {
        font-size: 20px;
        padding: 20px 0px 0px 20px;
    }

    #number label {
        font-size: 20px;
        padding: 0px 0px 0px 20px;
    }

    #option {
        height: 40px;
        width: 91%;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px 50px 0px 10px;
        font-size: 16px;
        margin: 10px 35px 0px 15px;
    }

    .row1,
    .row2,
    .row3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #btn {
        width: 91%;
        height: 40px;
        outline: none;
        border-radius: 5px;
        border: 0.5px solid gray;
        padding: 0px -456px 0px 80px;
        font-size: 16px;
        margin: 20px -240px 20px 15px;
        background-color: #0962ea;
        color: #F1C40F;
    }
}


@media only screen and (max-width:467px) {
    nav {
        display: none;
    }

    .ham-menu {
        display: block;
    }

    #ham-item {
        display: flex;
        justify-content: space-between;
    }

    .nav-logo1 {
        /* margin-right: 2rem; */
    }

    .nav-logo1 img {
        margin-left: -2rem;

    }
}


/* -----------------------ham-menu-------------------- */

@media only screen and (max-width:467px) {
    .hamburger {
        background-color: white;
        border-radius: 50px;
        -webkit-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
        -moz-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
        box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    }

    .ham-menu {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.65rem 0.5rem;
        cursor: pointer;
        transition: width 0.3s ease;
        /* Smooth transition */
        width: 65px;
        /* Default width */
        height: 65px;

    }

    .ham-menu:hover {
        width: 160px;
        /* Expanded width on hover */

    }

    /* .ham-menu:hover{
    transform: ;
  } */

    .ham-icon-img {

        margin-left: 0.3rem;

    }

    .ham-icon-img img {
        width: 40px;
        height: 40px;

    }

    .ham-icon i {
        color: #0962ea;
        font-size: 48px;
        margin-left: 0;
        text-align: center;

    }

    .hamburger:hover {
        background: #081f37;
    }

    .ham-icon {
        display: none;
        transition: opacity 0.3s ease;
        background: #ffffff;
        border-radius: 50px;
        padding: 0 .1rem;

    }

    .ham-menu:hover .ham-icon {
        display: block;

    }

    .ham-menu:hover .ham-icon-img {
        /* margin-left: -3rem; */
        display: none;
        position: relative;


    }



    .shape {
        width: 400px;
        display: none;
        height: 400px;
        border: 1px solid blue, 1px solid blue, 1px solid blue 1px solid blue 1px solid blue;
        background-position: center;
        background: url(images/n2.jpg) no-repeat;
        background-size: contain;

        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    }

    .nav-social-con {
        display: flex;
        flex-direction: column;
    }

    .main-contact {
        display: flex;
        gap: 1rem;
        margin-left: 0;
        padding-bottom: 3rem;

    }

    .nav-socials {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 4rem;
    }


    .nav-socials li {
        list-style: none;
    }

    .nav-socials li a i {
        padding: 0.5rem;
    }


    .nav-socials li a {
        width: 44px;
        height: 44px;
        margin-right: 10px;
        margin-left: 10px;
        background-color: #D46FCF;
        /* border: 1px solid rgb(106, 106, 235); */
        border-radius: 50%;
        font-size: 20px;
        text-decoration: none;
        /* display: flex;
    align-items: center;
    justify-content: center; */
        padding: 1rem;
        text-align: center;
        transition: all 0.3s ease-out;
    }

    .nav-socials li a:hover {
        background-color: #7B47C5;
        color: #ffffff;
        border: none;
    }

    .nav-socials li a i {
        color: #ffffff;
    }





     .nav-logo1 img {
        width: 200px;
        height: 200px;

    }

    .nav-logo img {
        width: 130px;
        height: 130px;
        margin-left: 0;

    }

    nav {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 3rem 0 0;
        align-items: center;
        /* background-color: #040053; */

    }

    .navigation-menu {
        display: flex;
        flex-direction: column;
        margin: 0.75rem;
        gap: 1rem;
        align-items: center;
    }

    .navitems {
        display: flex;
        flex-direction: column;

        /* gap: 1rem; */
    }

    @keyframes smoothHover {
        0% {
            background-image: none;
            -webkit-text-fill-color: white;
            font-weight: 400;
            letter-spacing: 3px;
            font-size: 55px;
            font-style: normal;
        }

        100% {
            background-image: url(images/text-bg.jpg);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            font-weight: 800;
            letter-spacing: 1px;
            font-size: 60px;
            font-style: italic;
        }
    }



    .navitems li {
        list-style: none;
        display: inline-block;
        height: 80px;
        position: relative;

    }


    .navitems li a {
        color: white;
        text-decoration: none;
        letter-spacing: 3px;
        font-size: 55px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        /* font-family: myFontnav; */
        font-family: "Archivo Black", sans-serif;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }

    .navitems li a:hover {
        animation: smoothHover 0.5s forwards;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: none;
    }


    /* 
.navitems li a:hover {
   
    background-image: url(images/text-bg.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 800;
    letter-spacing: 10px;
    font-size: 80px;
    font-style: italic;
       
} */

    .navigation-main-modal {
        display: flex;
        display: none;
        justify-content: center;

        /* width: 1300px; */
        /* display: none; */
    }

    .navigation-main-modal.show {
        display: block;
        /* animation: fadeIn 0.3s ease-out; */
    }

    .navigation-modal {
        /* display: none; */
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1001;
        /* Sit on top */
        left: 0;
        top: -5%;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 800px;


    }

    .nav-modal-content {
        background-color: #fff;
        margin: 4rem 1rem;
        padding: 20px;

        width: 100%;
        /* height: 100%;
    width: 1200px; */
        /* Could be more or less, depending on screen size */
        /* max-width: 2500px; */
        /* Limit the max width */
        border-radius: 8px;
        /* Rounded corners */
    }

    .nav-close-button {
        color: #aaa;
        float: right;
        font-size: 60px;
        font-weight: bold;
        cursor: pointer;
    }

    .nav-close-button:hover,
    .nav-close-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .contact-btn {
        display: flex;
        justify-content: center;
        padding-left: 0.5rem;
    }
}


/* -------------------------banner-section------------------------- */

@media only screen and (max-width:467px) {


    .main-banner-section {
        height: 480px;
    }


    .sub-banner-section {
        margin: 0 1rem;
    }

    .main-head {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }

    .main-head h1 {
        font-size: 32px;
        /* margin-top: 2rem; */
        font-family: myFont1;
        color: #212529;
    }

    .sub-head {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }

    .sub-head h2 {
        font-size: 25px;
        font-family: "Alice", serif;
        color: #343a40;
    }

    .sub-head h2 span {
        color: #e63946;
    }

    .para1 {
        display: flex;
        justify-content: center;
        margin: 1rem 0 0 0 0;
    }

    .para2 {
        display: flex;
        justify-content: left;
    }

    .para1 p,
    .para2 p {
        font-family: myFont2;
        font-size: 17px;
        color: #495057;
    }

    .banner-btn {
        display: flex;
        justify-content: center;
        margin: 2rem 0;
        gap: 2rem;
    }

    .sub-btn1 {
        display: flex;
        justify-content: center;
    }

    .sub-btn1 button {
        padding: 0.65rem 2rem;
        border: none;
        outline: none;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        cursor: pointer;
        background-color: #e63946;
        color: #faf4f4;
    }

    .sub-btn1 button:hover {
        background-color: #f6c524;
        outline: 2px solid #000000;
        color: #000000;
    }

    .sub-btn2 button {
        padding: 0.65rem 2rem;
        border: none;
        outline: none;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        cursor: pointer;
        background-color: #000000;
        color: #faf4f4;
    }

    .sub-btn2 button:hover {
        background-color: #f6c524;
        outline: 2px solid #000000;
        color: #000000;
    }

    .sub-btn2 {
        display: flex;
        justify-content: center;
    }
}




/* ------------------------service-section---------------- */

@media only screen and (max-width:467px) {
    .main-service {
        display: none;
    }

    .res-ser-center {
        display: block;
    }






    /* - -----------------------------request Advisor banner------------------------- */

    .request-main-container {
        background-color: #e5d171;
        color: #000000;
        margin-bottom: 0;
        padding-top: 2rem;
        margin-top: 2rem;
        box-shadow: 15px 15px 200px 80px #FFD60A inset;
        --mask:
            linear-gradient(0deg, #0000 10px, #000 0) 0 5px,
            radial-gradient(5px, #000 98%, #0000) 50%/9.25px 10px repeat space;
        -webkit-mask: var(--mask);
        mask: var(--mask);

    }

    .semi-sub-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .req-card-img img {
        width: 380px;
        height: 300px;
        margin: 0;
        padding: 1rem 0;
    }

    .req-content {
        margin: 1rem;
    }

    .req-title h1 {
        font-family: "Poppins", serif;
        font-size: 38px;
        text-align: center;


    }




    .req-para p {
        font-size: 22px;
        font-family: "Poppins", serif;
        text-align: center;

    }

    .req-button {
        display: flex;
        justify-content: center;
        padding: 2rem;
    }

    .req-button button {
        padding: 1rem 2rem;
        margin: 1rem 0;
        cursor: pointer;
        border: none;
        outline: none;
        background: #e63946;
        color: #ece5e5;
        font-size: 18px;
    }


    /* ===============end-request-dvisor-banner====================== */

    /* ----------------------------courses section----------------------------------------- */

    .all-course-section {

        display: none;

    }

    /* ---------------------------res-course-sec------------------------------------------ */


.res-course-btn .details {
    padding: 0.5rem 0.6rem;
    border: none;
    outline: none;
    font-family: "Poppins", serif;
    font-size: 15px;
    cursor: pointer;
    background-color: #fede00;
    color: #000;
}

.res-course-btn .details a{ 
    text-decoration: none;
    color: #000;
}

.res-course-btn .details:hover {
    background-color: #000;
    outline: 2px solid #fede00;
    color: #fede00;
}




    /* ---------------------------res-course-sec-end----------------------------------------- */

    .res-all-course {
        display: block;
    }


    /* --------=======================certificate-section==================---------- */



    .main-cert-section {
        background-color: #e5d171;
        color: #000000;
        margin-bottom: 4rem;
        /* margin-top: 2rem; */
        box-shadow: 15px 15px 200px 80px #FFD60A inset;
        padding: 2rem;
        position: relative;
    }

    .main-cert-section::before {
        content: "";
        width: 100%;
        height: 26px;
        position: absolute;
        bottom: -0.3%;
        left: 0;
        background-size: auto;
        background-repeat: repeat no-repeat;
        background-position: 71vw bottom;
        background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0C22.4434 -1 28.9842 2 55 24C94.1849 54 121.997 57 158.5 58C198.5 60 200 44 240 52C280 59 320 89 360 89C400 89 440 59 480 54C520 49 560 69 600 84C640 99 680 109 720 114C760 119 800 119 840 104C880 89 920 59 960 62C1000 64 1040 99 1080 94C1120 89 1127.5 59 1147.5 37C1171.48 11 1185.65 0 1200 0V134H1180C1160 134 1120 134 1080 134C1040 134 1000 134 960 134C920 134 880 134 840 134C800 134 760 134 720 134C680 134 640 134 600 134C560 134 520 134 480 134C440 134 400 134 360 134C320 134 280 134 240 134C200 134 160 134 120 134C80 134 40 134 20 134H0V0.0103865Z' fill='%23FFF5EE'/></svg>");
    }

    /* @media(max-width:850px) {
    .main-cert-section::before {
        height: 13px
    }
} */



    .semi-sub-cert {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .cert-card-img img {
        width: 330px;
        height: 240px;
        margin: 0;
        padding-right: 1rem;
    }

    .cert-content {
        margin: 0;
    }

    .cert-title h1 {
        margin: 0;
        font-family: "Poppins", serif;
        font-size: 38px;
        color: white;

    }

    .cert-title h1 span {
        margin-bottom: 1rem;
        font-family: "Poppins", serif;
        font-size: 35px;
        font-weight: 900;
        color: #000000;
    }

    .cert-title span {
        font-family: "Poppins", serif;
        font-size: 18px;
        color: #e63946;
        font-weight: 300;
    }

    .cert-title span span {
        font-weight: 600;
        font-size: 25px;
    }


    /* .cert-para p {
    font-size: 18px;
    margin: 1rem 0;
    font-weight: 400;
    font-family: "Poppins", serif;

} */

    .cert-button button {
        padding: 1rem 2rem;
        margin: 1rem 0;
        cursor: pointer;
        border: none;
        outline: none;
        background: #e63946;
        color: #ece5e5;
    }



    /* =====================end-certificate-section========================== */



    /* --------------------career-service------------------------- */


    .services-section {
        padding: 0 0 3rem 0;
        text-align: center;
        font-family: "Poppins", serif;
        /* background: #ffffff; */

    }

    .section-header h2 {
        color: #ffffff;
        font-size: 28px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .section-header h1 {
        font-size: 38px;
        font-weight: 700;
        margin: 0;
        padding: 0 1rem;
        font-weight: bold;
        color: #000000;
    }

    .underline {
        width: 400px;
        height: 4px;
        background-color: #ffffff;
        margin: 1rem auto 3rem auto;
        transition: all 0.4s ease-in-out;
    }

    .underline:hover {
        background: #f39c12;
        cursor: pointer;
        width: 600px;
        height: 8px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
        padding: 0 2rem;
    }

    .service-card {
        background: #1c1c1c;
        border-radius: 15px;
        padding: 20px;
        position: relative;
        text-align: left;
        overflow: hidden;
        border: 1px solid #333;
        transition: all 0.3s ease;
    }

    .service-card:hover {
        border-color: #f39c12;
        transform: translateY(-5px);
    }

    .service-card .icon {
        font-size: 2em;
        color: #f39c12;
        margin-bottom: 15px;
    }

    .service-card h3 {
        font-size: 1.3em;
        color: #fff;
        margin-bottom: 10px;
    }

    .service-card p {
        color: #ccc;
        font-size: 0.95em;
        margin-bottom: 20px;
    }

    .explore-link {
        color: #f39c12;
        font-weight: bold;
        text-decoration: none;
        font-size: 1em;
    }

    .explore-link:hover {
        text-decoration: underline;
        color: #fede00;

    }



    /* -------------------end-career-service------------------------- */




    /*==================== roadmap ====================*/

    .roadmap-main-section {
        background: #ffd500;
        padding-bottom: 5rem;
        background-color: #ffe600;
        background-image: url("https://www.transparenttextures.com/patterns/robots.png");
    }

    .roadmap-head h1 {
        text-align: center;
        margin: 1rem 0 2rem 0;
        padding: 0 1rem;
        font-size: 40px;
        font-family: "Poppins", serif;
        font-weight: 800;
        color: #ffffff;
        -webkit-text-stroke: .6px #000;
    }

    .roadmap-head h2 {
        text-align: center;
        padding: 3rem 0 0 0;
        font-size: 25px;
        font-family: "Poppins", serif;
        font-weight: 600;

    }

    .roadmap-steps h3 {
        font-family: "Poppins", serif;
        font-size: 25px;
        font-weight: 800;
        margin: 0.78rem 0 0 0;
    }

    .timeline ul li:nth-child(odd) div {
        left: 45px;
        text-align: left;

    }



    /* ------------------------------featured-section---------------------------------------- */
    .featured-main-section {
        background: #fede00;
        padding: 2rem 0;
        font-family: "Poppins", serif;
    }

    .featured-main-section h1 {
        text-align: center;
        font-size: 38px;
        font-weight: 900;
        padding: 0 0 1rem 0;
    }

    .featured-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .featured-content {
        display: flex;
        flex-direction: column-reverse;
        background: rgb(0, 0, 0);
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        max-width: 900px;
        width: 90%;
        color: #fede00;
        gap: 2rem;
    }

    .text-section {
        flex: 1;
        padding-right: 20px;
    }

    .rating {
        font-size: 14px;
        color: #555;
        margin-bottom: 5px;
    }



    .description {
        font-size: 17px;
        color: #666;
        margin-bottom: 20px;
    }

    .features {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .features li {
        font-size: 17px;
        margin-bottom: 5px;
    }

    /* .buttons {
    display: flex;
    gap: 10px;
} */

    .fenroll {
        background: #e63946;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 17px;
        margin-bottom: 1rem;
        /* border-radius: 5px; */
        cursor: pointer;
    }

    .fenroll:hover {
        background: transparent;
        outline: 1px solid #e63946;
    }

    .fcurriculum {
        background-color: #fede00;
        color: #000;
        border: none;
        padding: 10px 15px;
        font-size: 17px;
        /* border-radius: 5px; */
        cursor: pointer;
    }

    .fcurriculum:hover {
        background: transparent;
        outline: 1px solid #fede00;
        color: #fff;
    }

    .image-section {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-container {
        position: relative;
    }

    .image-container img {
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
    }

    /* ----------------------------------end-featured-section------------------------------------ */



    /* ====================================top-courses========================================= */

    .top-main-section {
        padding: 3rem 0;
        font-family: "Poppins", serif;
        width: 100%;
        height: 100%;

        background: #000000;
        --gap: 5em;
        --line: 1px;
        --color: rgba(255, 255, 255, 0.2);

        background-image: linear-gradient(-90deg,
                transparent calc(var(--gap) - var(--line)),
                var(--color) calc(var(--gap) - var(--line) + 1px),
                var(--color) var(--gap)),
            linear-gradient(0deg,
                transparent calc(var(--gap) - var(--line)),
                var(--color) calc(var(--gap) - var(--line) + 1px),
                var(--color) var(--gap));
        background-size: var(--gap) var(--gap);
    }

    .top-main-section h1 {
        font-size: 40px;
        font-weight: 900;
        color: #fede00;
        text-align: center;
    }


    .top-main-courses {
        position: relative;
        margin: 1rem 0;
        width: 350px;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .top-sub-section {
        display: flex;
        justify-content: center;

    }

    .top-course-card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .top-main-courses .top-image {
        position: relative;
        width: 100%;
        height: 240px;
        border-radius: 15px;

    }

    .top-main-courses:nth-child(1) .top-image {
        background: url(../images/top1.jpg);
        background-size: cover;
        background-position: center;
    }

    .top-main-courses:nth-child(2) .top-image {
        background: url(../images/top2.jpg);
        background-size: cover;
        background-position: center;
    }

    .top-main-courses:nth-child(3) .top-image {
            background: url(../images/top3.jpg);
        background-size: cover;
        background-position: center;
    }

    .top-main-courses .top-image::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background: transparent;
        border-radius: 50%;
        bottom: 0;
        right: 50%;
        box-shadow: 10px 10px 0 #000;
    }

    .top-main-courses .top-image::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background: transparent;
        border-radius: 50%;
        right: 0;
        bottom: 70px;
        box-shadow: 10px 10px 0 #000;
    }

    .top-main-courses .top-content {
        position: relative;
        width: 100%;
        height: 150px;
        background: #fede00;
        border-radius: 15px;
        border-top-right-radius: 0px;
    }

    .top-main-courses .top-content .top-head {
        position: absolute;
        height: 80px;
        width: 50%;
        background: #fede00;
        top: -80px;
        right: 0;
        border-top: 10px solid #000;
        border-left: 10px solid #000;
        border-top-left-radius: 25px;
    }

    .top-main-courses .top-content .top-head::before {
        position: absolute;
        content: "";
        width: 25px;
        height: 25px;
        background: transparent;
        border-radius: 50%;
        right: 0;
        box-shadow: 10px -10px 0 #000;
    }

    .top-main-courses .top-content .top-head::after {
        position: absolute;
        content: "";
        width: 25px;
        height: 25px;
        background: transparent;
        border-radius: 50%;
        bottom: 0;
        left: -25px;
        box-shadow: 10px 10px 0 #e63946;
    }

    .top-main-courses .top-content .top-head span {
        background: #e63946;
        color: #fff;
        padding: 10px 20px;
        margin: 15px;
        display: block;
        border-radius: 10px;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }

    .top-main-courses .top-content .top-text {
        height: 100%;
        color: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 15px;
        gap: 5px;
    }

    .top-main-courses .top-content .top-text p {
        color: #333;
        font-size: 14px;
    }



    /* ====================================end-top-courses========================================= */

    /* ==============================trending-courses-section===================================  */

    .trend-main-section h1 {
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: #ffffff;
        font-family: "Poppins", serif;
        padding: 1rem 0.5rem;
    }

    /* ==============================trending-courses-section=end==================================  */



    /* =================================our-services-sectioon============================= */

    .code-ser-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        font-family: "Poppins", serif;
    }


    /* Services Section */
    .code-ser-section {
        padding: 1rem 1rem 4rem 1rem;
        display: flex;
        justify-content: center;
        background: #000;
    }

    .ser-sub-sec {
        max-width: 100%;

    }

    /* Header Styling */
    .code-ser-header {
        text-align: left;
        margin-bottom: 30px;
        margin-right: 0;
    }


    .code-ser-header h1 {
        font-size: 40px;
        font-weight: 800;
        color: #fede00;
        margin-bottom: 10px;
        padding-left: 1rem;
        padding-top: 1rem;
    }

    .code-ser-header p {
        font-size: 18px;
        color: #777;
        margin-bottom: 20px;
        padding-left: 1rem;

    }

    /* Button Styling */
    .code-ser-btn {
        background: #fede00;
        color: #000;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        border-radius: 6px;
        transition: all 0.3s ease-in-out;
        margin-left: 1rem;
    }

    .code-ser-btn:hover {
        background: #fede00;
    }

    /* Grid Layout */
    .code-ser-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.78rem;
        padding: 0 1rem;
    }

    /* Service Cards */
    .code-ser-card {
        /* background: #6b21a83d; */
        background-color: #756213;
        background-image: linear-gradient(315deg, #756213 0%, #000000 74%);

        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        /* position: relative; */
        outline: 2px solid #fede00;


    }

    .code-ser-card h3 {
        font-size: 22px;
        margin-bottom: 10px;
        padding: 0 2rem;
        color: #fede00;

    }

    .code-ser-card h2 {
        font-size: 40px;
        padding: 0 0 1rem 0;

    }

    .code-ser-card p {
        font-size: 17px;
        /* color: #666; */
        color: #fede00;

        margin-bottom: 10px;
        padding: 0 2rem 1rem 2rem;
    }



    /* Hover Effects */
    .code-ser-card:hover {
        transform: translateY(-5px);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
        /* outline: 5px solid #fede00; */
    }

    /* Dark Card Styling */
    .code-ser-dark {
        background: #1a2a2a;
        color: white;
    }

    .code-ser-dark h3,
    .code-ser-dark p,
    .code-ser-dark a {
        color: white;
    }

    .code-ser-dark:hover {
        transform: translateY(-5px);
        box-shadow: 5px 5px 15px rgba(26, 42, 42, 0.3);
    }


    /* =================================end-our-services-sectioon============================= */




    /* ================feedback-section========================================== */

    .feedback-container h2 {
        text-align: center;
        font-size: 27px;
        color: #666;
    }


    .feedback-container {
        margin: 0;
        font-family: "Poppins", serif;
        background-color: #fede00;
        background-image: url("https://www.transparenttextures.com/patterns/light-wool.png");
        padding: 3rem 0 2rem 0;
    }

    .feed-sub-container {
        margin: 1rem 0 1rem -0.5rem;
        padding-right:  3rem;
        display: flex;
        justify-content: center;
    }

    .feedback-title {
        font-size: 40px;
        text-align: center;
        color: #000000;
        padding: 0 1rem;
    }

    .feedback-section {
        margin: 2rem 1rem;
    }

    .feedback-wrapper {
        /* display: flex;
    justify-content: center; */
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        padding: 1rem 0;
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin-right: 0;
        /* margin: auto; */
    }

    .feedback-testimonial {
        /* background-color: #222; */
        width: 350px;
        position: relative;
        box-shadow: 10px 10px #000;
    }

    .feedback-header {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        padding: 10px;
        position: relative;
        top: -30px;
        color: #fede00;

    }

    .feedback-header:after,
    .feedback-header:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .feedback-header:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #000;
        border-width: 30px;
        margin-left: -30px;
    }

    .feedback-header:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #000;
        border-width: 20px;
        margin-left: -20px;
    }

    .feedback-header i {
        font-size: 25px;
        /* border-radius: 50%; */
        margin-right: 0;
    }

    .info h3 {
        margin: 0;
        font-size: 20px;
    }

    .info p {
        margin: 0;
        font-size: 0.9em;
    }

    .content {
        padding: 20px;
        background-color: #e63946;
        border: 1px solid #beff1d;
        border-radius: 0 0 0 10px;
    }

    .content p {
        font-style: italic;
        color: #fff;
        /* color: #beff1d; */
        position: relative;
    }

    /* 
.content p::before {
    content: "“";
    font-size: 2em;
    color: #fede00;
    position: absolute;
    left: -10px;
    top: -5px;
} */





    /* ============================end-feedback-secttion============================ */



    /* ================================main-testimonial===================================== */

    .test-main-section {
        font-family: "Poppins", serif;
        background: #fede00;
        padding: 3rem 0;
    }

    .test-main-section h1 {
        color: #000000;
        font-size: 50px;
        font-weight: 900;
        text-align: center;
        padding-bottom: 2rem;

    }



    .swiper-slide {
        padding: 50px 0;
    }


    /* =============================================end=main-testimonial=============================================== */














    /* Newsletter Styling */
    .newsletter {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .newsletter form {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }

    .newsletter input {
        border: none;
        background: transparent;
        border-bottom: 1px solid #fede00;
        padding: 1rem;
        width: 100%;
        font-size: 16px;
        outline: none;
        /* Removes outline */
        transition: all 0.3s ease-in-out;
    }

    .newsletter input::placeholder {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: none;
        transition: 0.3s;
        color: #dbd0d0;
    }

    .newsletter input:focus::placeholder {
        top: 1rem;
        font-size: 12px;
        color: #fede00;
    }

    .newsletter .sub {
        position: absolute;
        /* right: 0; */
        top: 1rem;
        left: 8rem;
        background: none;
        border: none;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        padding: 7px 15px;
        /* border: 1px solid #fede00;
    border-radius: 20px ; */
    }

    .newsletter .sub:hover {
        color: #e63946;
    }

    .small-text {
        font-size: 15px;
        margin-top: 7px;
        font-weight: 200;
    }

    /* Links */
    .links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        gap: 1rem;
        padding-top: 2rem;
    }


    .links div {
        text-align: center;
    }


    .bottom-section p {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        font-weight: 200;
    }


    /* ---------------------------------------------futurix-banner---------------------------------------------- */

    .future-container {
        text-align: center;
        font-family: "Poppins", serif;
        background: #fede00;
        padding: 4rem 1rem;
        color: #000;
        margin-top: 1rem;
    }


    .future-head {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        flex-wrap: nowrap;
    }

    .futuhead1 {
        font-size: 45px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.2;
    }

    .code-span {
        background-color: #000;
        color: #fff;
        font-style: italic;
        padding: 0 1rem;
        border-radius: 15px;
        display: inline-block;
        position: relative;
        margin-right: 0;
        transform: rotate(5deg);
        font-size: 40px;

        /* Fixes spacing */
    }

    .bright {
        display: inline-block;
        position: relative;
        color: #fff;
        -webkit-text-stroke: 1px #000000;
    }

    .bright::after {
        content: "";
        position: absolute;
        background-image: url(images/star.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: -40px;
        top: 0.5rem;
        transform: rotate(-10deg);
        /* font-size: 45px; */
        width: 50px;
        height: 80px;
        z-index: 1;
    }

    .paint-span::before {
        content: "";
        position: absolute;
        top: -2rem;
        /* bottom: 50px; */
        /* Adjust the position as needed */
        left: 4%;
        transform: translateX(-50%) rotate(-30deg);
        width: 100px;
        height: 120px;
        background: url(images/splash.png) no-repeat center;
        background-size: contain;
        z-index: -1;
        /* animation: rotate 4s infinite linear; */
    }

    .paint-span::after {
        display: none;
        content: "";
        position: absolute;
        top: 3.5rem;
        /* bottom: 50px; */
        /* Adjust the position as needed */
        left: 65%;
        transform: translateX(-50%) rotate(-30deg);
        width: 110px;
        height: 120px;
        background: url(../images/curved-arrow.png) no-repeat center;
        background-size: contain;
        z-index: 1;
        /* animation: rotate 4s infinite linear; */
    }

    .tomorrow::after {
        content: "";
        position: absolute;
        background-image: url(images/skill-development.png);
        background-size: contain;
        background-repeat: no-repeat;
        right: -120px;
        bottom: 10px;
        transform: rotate(-25deg);
        width: 150px;
        height: 100px;
        z-index: 1;
        /* animation: rotate 4s infinite linear; */
    }


    /* ---------------------------------------------futurix-banner-end--------------------------------------------- */


    /* ----------------------------faq section-------------------------- */

    .faq-container {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .faq-main-section{
        background-color: #e63946;
        opacity: 1;
    }

    .faq-main-section h1 {
        text-align: center;
        font-family: "Poppins", serif;
        font-size: 38px;
        padding: 1rem 2rem 3rem 1.5rem;
        font-weight: 800;
    }

    .faq-sub-section {
        display: flex;
        justify-content: center;
        margin-bottom: 4rem;
    }

    .faq-column1 {
        width: 100%;

    }

    .faq-column2 {
        width: 100%;
    }

    .faq-column1 .faq {
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
        margin: 1rem;
    }



    .faq-column2 .faq {
        border-bottom: 1px solid #ffffff;
        padding: 15px 0;
        margin: 1rem;

    }

    .faq-question {
        font-weight: bold;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-question p {
        font-family: "Poppins", serif;
        font-size: 18px;
        font-weight: 400;
        margin-right: 1rem;
        padding: 0 1rem;
    }

    .faq-question span {
        display: inline-block;
        transition: transform 0.3s ease-in-out;
        font-size: 30px;
        margin-right: 1rem;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.3s ease-in-out;

    }

    .faq-answer p {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-size: 16px;
        padding: 1rem 0 0 1rem;
    }


    .faq.active .faq-answer {
        max-height: 200px;
        opacity: 1;
        /* padding: 10px 15px; */
    }

    .faq.active .faq-question span {
        transform: rotate(180deg);
    }

    /* ----------------------------end faq section-------------------------- */

}


/*==================== roadmap-end ====================*/


@media (max-width: 1024px) {
    .awareness-section {
        padding: 0 2rem;
    }

    .awareness-header h1 {
        font-size: 35px;
    }

    .awareness-grid {
        gap: 10px;
    }

    .grid-content {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .awareness-section {
        padding: 2rem 1rem;
    }

    .awareness-header h1 {
        font-size: 35px;
    }

    .awareness-header p {
        font-size: 18px;
    }

    .awareness-grid {
        grid-template-columns: 1fr;
    }

    .grid-item:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .grid-content {
        padding: 10px;
    }

    .grid-content h3 {
        font-size: 28px;
    }

    .grid-content p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .awareness-header {
        padding-bottom: 1rem;
    }

    .awareness-header h1 {
        font-size: 35px;
        font-weight: 900;
        margin-top: 0;
        color: #ffffff;
    }

    .awareness-header p {
        font-size: 18px;
    }

    .grid-content {
        padding: 8px;
    }

    .grid-content h3 {
        font-size: 28px;
    }

    .grid-content p {
        font-size: 18px;
        padding-bottom: 1rem;
    }
}