/* This CSS file is for EXED project */

.row, .col, h1, h2, h3, h4, h5, h6, p, blockquote, body{
    margin: 0!important;
    padding: 0 !important;
}

/* ======== temporary ===========*/

body{
    /*background: #b5b5b5;*/
}


/* ================= ExEd Home page ====================*/
/* =====================================================*/

/* ======= Header Home page ========*/

.headerFullWidth{
}

.headerFullWidth img{
    height: 70px;
}

.headerFullWidth .navbar{
    padding: 16px 0!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    z-index: 1;

}

.headerFullWidth .nav-link{
    color: var(--white);
}

.headerFullWidth .navbar-nav .nav-link.active, .headerFullWidth .navbar-nav .nav-link.show{
    color: var(--white);
}

.headerLgSmall{
    display: none;
}

.icoBorder{
    /*border-radius: 333px;*/
    /*border: 1px solid var(--white);*/
    padding: 4px 8px;
    transition: 0.3s;
}


.icoBorder:hover{
    border-radius: 333px;
    /*border: 1px solid var(--white);*/
    background-color: var(--primaryBlue);
    padding: 4px 8px;
}

.OEP a{
    text-decoration: none;
    color: var(--primaryBlue);
}

.OEP li{
    padding : 8px 0;
}

.OEP li:hover{
    background-color: var(--primaryBlue-400);
}

.OEP a:hover{
    color: var(--primaryBlue);
    width: max-content;
}

.moreProgramme{
    color: var(--brickRed);
    /*text-align: center;*/
}

/* ========== Hero section ============*/

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
    /*background-image: url(../image/heroBG.jpg);*/
}

.carousel-item1 {
    background-image: url(../image/heroBG.jpg);
}

.carousel-item2 {
    background-image: url(../image/slide2.jpg);
    background-position: top;
}

#heroCarousel{
    margin-top: -113px;
    z-index: 0;
}



.carousel-caption {
    /*bottom: 20%;*/
    position: initial!important;
    /*right: 15%;*/
    /*bottom: 1.25rem;*/
    /*left: 15%;*/
    /*padding-top: 1.25rem;*/
    /*padding-bottom: 1.25rem;*/
    /*color: var(--bs-carousel-caption-color);*/
    /*text-align: center;*/
}
.carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.carousel-caption p {
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-control-prev, .carousel-control-next{
    opacity: 1;
    /*background-color: var(--primaryBlue);*/
    /*padding: 16px;*/
}

.upComingCourse .courseContent{
    margin-left: auto;
    margin-right: 64px;

}

.upComingCourse .carousel-caption{
    display: flex;
    height: 100%;
    align-items: center;
    text-align: left;
}

.upComingCourse .carousel-caption p, .upComingCourse .carousel-caption h1{
    text-shadow: none;
}

.upComingCourse .carousel-caption p{
    font-size: 1rem;
}

.iNN{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.heroButton{
    display: flex;
    gap: 32px;
}

.heroButton a:hover{
    background-color: var(--primaryBlue-300)!important;
}



.hContent{
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /*text-align: center;*/
    align-items: center;
}

.mainHeadingTxt h1, .gateWaytoIIM {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.09);
}
.mainHeadingTxt h1{
    font-size: 4rem;
}

.mainHeadingTxt h2{
    font-size: 2.5rem;
}

.heroSectionExEd{
    background-image: url(../image/heroBG.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -116px;
}

.heroSectionExEd h2{
    font-family: Poppins, serif;
    font-size: 3rem;
    font-weight: 300;
}

.atTHereat{
    font-family: cabin, serif;
    font-size: 3.5rem;
}

.gateWaytoIIM{
    font-size: 2rem;
    font-weight: 500;
    color: var(--white);

}


/* ========== About section ============*/

.about .peoplePic{
    max-width: 650px;
    height: max-content;

}

.peoplePicParent{
    display: flex;
    justify-content: center;
    align-items: center;



}

.multiplePics{
    position: relative !important;
}

.dotsAbout{
    position: absolute;
    max-width: 180px;
    left: 140px;
    top: -30px;

}

.image1About{
    position: absolute;
    max-width: 220px;
    left: 180px;
    top: -10px;
}

.image2About{
    position: absolute!important;
    top: 50px;
    right: 210px;
    /* bottom: 0; */
    width: 280px;
}
.image3About{
    position: absolute;
    /*right: 39px;*/
    left: 68px;
    top: 230px;
    width: 330px;
}

.about{
    margin: 5rem 0;
    padding: 0 48px;
}

.programmsImageSide{
    padding: 16px;
    background-color: var(--brickRed);
    border-radius: 4px;
    width: fit-content;
    position: absolute;
    color: white;
    min-width: 200px;
    top: 350px;
    right: 290px;
}

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

}

.figures i{
    font-size: 32px;
}

.aboutWelcome::before{
    display: inline-block;
    content: "";
    border-top: 3px solid black;
    width: 40px;
    margin: 0 16px 0 0;
    transform: translateY(-4px);
}

.boxCount{
    padding: 32px;
    background-color: var(--primaryBlue-400);
    border-radius: 8px;
}

.contentAvailable{
    height: 80px;
}

.boxCount .row{
    /*justify-self: auto;*/
}

.boxCount .col{
    /*max-width: 100px;*/
    text-align: center;
}

.lineSide{
    border-right: 2px solid var(--grey-400);
}


.contentAvailable{
    /*width: 33.33%;*/
}

/* ====== Home page -> Current Programme section =====*/

.currentProgramme{
    /*padding: 5rem 0;*/
    padding: 5rem 0 5rem 3rem;
    /*background-color: var(--primaryBlue);*/
    background-image: url(../image/blueLineBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.upcomingProgramme{
    /*padding: 5rem 0;*/
    padding: 5rem 0 5rem 3rem;
    /*background-color: var(--primaryBlue);*/
    background-image: url(../image/redLineBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-container {
    position: relative;
    max-width: 1820px;
    margin: auto;
    /*background: #fff;*/
    /*padding-top: 3rem;*/
    border-radius: 10px;
    /*box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
}

.slider-header {
    position: absolute;
    top: 30px;
    right: 2rem;
    display: flex;
    gap: 24px;
}

.nav-button {
    /*width: 35px;*/
    /*height: 35px;*/
    background: var(--white);
    color: var(--primaryBlue);
    border: none;
    /*border-radius: 50%;*/
    cursor: pointer;
    padding: 12px 16px;
    transition: 0.3s;
    border-radius: 2px;
}

.nav-button:hover {
    background: var(--primaryBlue-400);
}

.slider-wrapper {
    display: flex;
    /*overflow-x: auto;*/
    scroll-behavior: smooth;
    gap: 2rem;
    padding: 1rem;
    scroll-snap-type: x mandatory;
    cursor: grab;
    overflow-x: hidden;
}

.slider-wrapper:active {
    cursor: grabbing;
}

.card {
    flex: 0 0 auto;
    width: 375px;
    /*height: 180px;*/
    /*background: white;*/
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    /*font-size: 1.2rem;*/
    user-select: none;
    border: none;
}
.uiCardCurrentProgramme{

}

.pagination {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: var(--brickRed-200);
}

.upcomingProgramme .nav-button{
    background-color: var(--brickRed);
}
.upcomingProgramme .nav-button i{
    color: var(--white);
}

.upcomingProgramme .uiCard2{
    border-radius: 4px;
    /* background-color: var(--accent); */
    /* border: 1px solid var(--grey-400) */
    background-color: var(--primaryBlue);
    background-image: url(/image/uicard2bgBlue.png);
    /*background-position: bottom;*/
    /* border-radius: 4px 4px 0 0; */
    background-position: bottom;
    background-size: cover;
}

.upcomingProgramme .cardBody2{
    background: none;
}
.upcomingProgramme .card{
    /*height: auto;*/
}

.upcomingProgramme .cardImage2 img{
    /*margin-top: -20px;*/
}

/*.upcomingProgramme .uiCard2, .upcomingProgramme .cardBody2{*/
/*    background-color: var(--primaryBlue);*/
/*}*/
/*.cardBody2 p{*/
/*    color: var(--brickRed);*/
/*}*/


/* ====== Home page -> testimonial =====*/

.testimonial{
    /*background-image: url(../../image/whiteLineBG.jpg);*/
    background-image: url(../image/whiteLineBG.png);

    padding: 5rem 0;
    /*text-align: center;*/
}

.testimonial .rating{
    color: var(--saffron);
}

.testimonial .card{
    padding: 32px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.testimonial .slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*background: #f8f9fa;*/
    padding: 0;
}

.slider-track {
    display: flex;
    width: fit-content;
    animation: scroll 20s linear infinite;
}

.slider-track:hover {
    animation-play-state: paused;
}

.testimonial .slider-item {
    flex: 0 0 auto;
    width: 33.333vw; /* 3 cards per view */
    padding: 1rem;
}

.testimonial .card {
    height: 100%;
    width: auto;
    background-color: var(--primaryBlue-400);
}
.nameDesignation{
    display: flex;
    align-items: anchor-center;
    gap: 16px;
}

.cardImgBottom{
    width: 80px;
    height: 80px;
    border-radius: 333px;
    object-fit: cover;
    border: 1px solid var(--grey-300);
}

.testimonial i{
    font-family: "Font Awesome 6 Pro", serif");
    font-weight:900;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .slider-item {
        width: 50vw; /* 2 cards visible */
    }
}

@media (max-width: 576px) {
    .slider-item {
        width: 80vw; /* 1 card visible */
    }
}

/* ====================== Home page -> FAQs =====================*/

.FAQs{
    padding: 5rem 0;
}

.FAQs .container{
    padding: 4rem;
    border-radius: 4px;
    background-image: url(../image/faqBG.png);
    box-shadow: 2px 2px 18px #f1f1f1;
    border: 1px solid #e6e6e6;

    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/


}

.faqTitle{
    background-color: var(--grey-300);
    color: var(--white);
    padding: 4px 12px!important;
    width: fit-content;
    border-radius: 4px;
}

.calenderBtn{
    background-color: var(--primaryBlue);
    padding: 8px 16px;
    border-radius: 4px;
}
.calenderBtn{
    /*width: 200px;*/
}

.topicTags a{
    border: 1px solid var(--primaryBlue);
    background-color: rgba(0, 128, 0, 0);
    color: var(--primaryBlue);
}

.calenderBtn a{
    text-decoration: none!important;
    color: var(--white);

}
.calenderBtn i{
    /*color: var(--white);*/
    padding: 8px;
    border-radius: 4px;
    background-color: var(--primaryBlue-400);
    margin-right: 8px;
}

.topicTags{
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}

.FAQs .desc{
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.dwnldButton{
    gap: 16px;
}

.FAQs .accordionBorder .accordion{
    background-color: rgba(255, 255, 255, 0);
}

/* ====== Home page -> Newsletter =====*/

.newLetterContact{
    padding: 80px;
}

.newsletterP{
    background-color: var(--offWhite);
    background-image: url(../image/newletter.png);
    border: 1px solid var(--primaryBlue-200);
    border-radius: 4px;
    padding: 80px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-position: right;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    /*background-position-y: bottom;*/
    background-size: 370px auto;
}

.newsletterEmail{
    border-radius: 4px 0 0 4px;
}

.newsletterSubmit{
    border-radius: 0 4px 4px 0;
}

.newsletterSubmit:hover{
    background-color: var(--primaryBlue-100);
    color: var(--white);

}

.newsletterP form{
    max-width: 500px;
}

.contactUS{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contactDetails .call{
    display: flex;
    gap: 16px;
}

.iconContact i{
    padding: 16px;
    border-radius: 4px;
    border: 1px solid var(--primaryBlue);
    color: var(--primaryBlue);
    transition: 0.3s;
}
.iconContact i:hover{
    background-color: var(--primaryBlue-400);
}

.contactDetailM a{
    text-decoration: none;
    color: var(--primaryBlue);
}

.contactDetails{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ==================== Home page -> footer ===================*/
.logoFtrSmall{
    display: none;
}

footer{
    padding: 32px 0 8px 0;
    color: var(--white);
}

footer .row{
    padding: 0 0 16px 0!important;
}

footer a{
    text-decoration: none;
    color: var(--white);
    transition: 0.3s;
}

footer a:hover{
    color: var(--primaryBlue-300);
}
.impLinks{
    display: flex;
    flex-direction: column;
}

footer img{
    height: 70px;
}

.socialIcons i{
    font-size: 32px;
    margin-right: 16px;

}

.copyRights{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(227, 227, 227, 0.15);
    padding: 8px 0 0 0 !important;
}
.terms {
    display: flex;
    gap: 16px;
}

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

.TermsS{
    display: flex;
    gap: 32px;
}




/* ================= ExEd Login page ====================*/
/* =====================================================*/

.EEESLogin2{
    display: flex;
    height: 100vh;

}

.leftPartEEES {
    background-image: url(../image/loginbackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 50%;
    /*padding: 40px 80px !important;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.rightPartEEES{
    display: flex;
    width: 50%;
    /*padding: 40px 80px !important;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.rightPartEEES .buttonGoogle {
    width: -webkit-fill-available;
    text-align: center;
}
 .rightPartEEES .loginGnBtn{
    display: flex !important;
    gap: 16px;
    justify-content: center !important;
}
.EEESinfo{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 80px; ;
}


.executiveEduLogo{
    filter: brightness(0) invert(1);

}

.ESSSTextPart p{max-width: 90%;line-height: 1.7 !important}

.ESSSTextPart{
    color: var(--white);
}

.rightPartEEES {
    display: flex;
    justify-content: center;
}

.rightPartEEES .formSection {
    width: auto;
}

.ESSSContactPart .iconContact i{
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--primaryBlue);
    color: var(--primaryBlue);
    transition: 0.3s;
}




.ESSSlogoRow img{
    height: 70px;
}

.ESSSContactPart a{
    color: var(--white);
}

.ESSSContactPart .iconContact a i{
    color: var(--white);
    border: 1px solid var(--white);
}

.ESSSContactPart .iconContact a i:hover{
    background-color: var(--primaryBlue);
}


.EEESLogin .formSection{
    padding: 16px 32px;
}

.EEESLogin{
    display: flex;
    height: 100vh;
    align-items: center;
}

.EEESLogin{
    /*background-image: url(../../image/bgLoginEEES.jpg);*/
    /*background-image: url(../../image/backgroundpatterncurves.jpg);*/
    /*background-image: url(../image/heroBG.jpg);*/
    background-image: url(../image/loginBG2.jpg);
    /*background-image: url(../../image/bgSpiral.jpg);*/


    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.signIn2{
    padding: 32px;
    /*background-image: url(../../image/backgroundpatterncurves.jpg);*/
    /*background-image: url(../../image/bgLoginEEES.jpg);*/
    /*background-image: url(../../image/lgnBG.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    gap: 24px;
    flex-direction: column;
    border-radius: 8px;
    /*box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.09);*/
    /*border: 1px solid var(--grey-400);*/
    height: 100vh;
}

.signIn{
    padding: 32px;
    /*background-image: url(../../image/backgroundpatterncurves.jpg);*/
    /*background-image: url(../../image/bgLoginEEES.jpg);*/
    background-image: url(../../image/lgnBG.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
    gap: 24px;
    flex-direction: column;
    border-radius: 8px;
    /*box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.09);*/
    border: 1px solid var(--grey-400);
}

.signIn .formSection{
    gap: 8px;
    flex-direction: column;
    border-radius: 8px;
}

.signIn .logo{
    height: 80px;
}

.formInputField{
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.formInputField button{
    margin-top: 8px;
}

.withGoogle{
    flex-direction: column;
    gap: 16px;
}

.signInwithTag{
    padding: 4px;
    /*background-color: var(--offWhite);*/
    position: relative;
    width: 300px;
    margin: auto;
}

.signInwithTag p     {
    overflow: hidden;
    text-align: center;
    color: var(--grey-200);
}

.signInwithTag p:before, .signInwithTag p:after{
    background-color: var(--grey-400);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25%;
}

.signInwithTag p:before {
    margin-right: 12px
}

.signInwithTag p:after {
    margin-left: 12px
}

.navbar .megamenu{
    padding: 1rem;
}



/* ================= Media query ====================*/
/* =====================================================*/


/* ============ desktop view ============ */


@media all and (min-width: 992px) {

    .navbar .has-megamenu{
        position:static!important;
    }
    .navbar .megamenu{
        left:0; right:0; width:100%; margin-top:0;
    }
}

/* ============ mobile view ============ */
@media(max-width: 991px){

    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}

@media (max-width: 1399px) {

    /* ==========    about ========== */
    .about .peoplePic {
        max-width: 550px;
        height: max-content;

        .programmsImageSide {
            right: 5vw;
        }

        .image3About {
            left: 0;
            width: 320px;
        }

        .image2About {
            right: 3vw;
        }

        .image1About {
            left: 3vw;
            top: -1vw;
        }

        .dotsAbout {
            left: 0;
        }

    }

    @media (min-width: 1200px) {

    }

    @media (max-width: 1199px) {
        .about .peoplePic {
            max-width: 450px;
        }
    }


    @media (min-width: 992px) and (max-width: 1250px) {
        .headerFullWidth img {
            height: 50px;
        }
    }


    @media (min-width: 992px) {
        .headerLgSmall {
            display: none;
        }
    }

    @media (max-width: 991px) {

        /*========= Header =============*/
        .headerLgLarge {
            display: none;
        }

        .headerLgSmall {
            display: block;
        }

        .headerFullWidth .navbar {
            background-color: var(--primaryBlue);
        }

        .headerFullWidth .navbar-toggler {
            color: var(--white);
        }

        .buttonMenu {
            background-color: var(--white);
            justify-content: center;
            padding: 16px;
            border-radius: 4px;
            margin-top: 16px;
        }

        .headerFullWidth .navbar-expand-lg {
            /*padding-bottom: 0!important;*/
        }

        .headerFullWidth .icoBorder {
            background-color: var(--primaryBlue);
            border-radius: 0;

        }

        .headerFullWidth .navbar-collapse {
            margin: 16px;
        }

        /*.custom-toggler.navbar-toggler-icon {*/
        /*    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
        /*}*/
        /*.custom-toggler.navbar-toggler {*/
        /*    border-color: rgb(255,255,255);*/
        /*}*/
        /* ==========    hero ========== */
        #heroCarousel {
            margin-top: 0;
        }


        /* ==========    about ========== */
        .programmsImageSide {
            right: 5vw;
        }

        .image3About {
            top: 30vw;
            width: 320px;
        }

        .image2About {
            right: 3vw;
        }

        .image1About {
            left: 0;
            top: 5vw;
        }

        .dotsAbout {
            left: -10vw;
        }


        /* Upcoming program*/
        .upcomingProgramme, .currentProgramme {
            /*padding: 5rem 0;*/
            padding: 3rem 0 3rem 3rem;
        }

        .titleCurrProg p {
            max-width: 500px;
        }


        /*======Testimonials=====*/
        .testimonial {
            padding: 3rem 0
        }

        .testimonialHeadTxt {
            padding: 24px;
        }

        .testimonial .slider-item {
            width: 50vw;
        }

        /*===========FAQs=========*/
        .FAQs .container {
            padding: 3rem;
        }

        /*.dwnldButton{*/
        /*    flex-direction: column;*/
        /*    width: fit-content;*/
        /*}*/
        /*    Newsletter =================*/
        .newsletterP {
            background-size: 250px auto;
            background-position-y: bottom;
        }

        .newLetterContact {
            padding: 48px;
        }

        .newLetterContact .row {
            align-items: center
        }


        /*    Footer =================*/
        .copyCC {
            justify-content: center;
        }

        .copyR {
            margin: 0 0 8px 0
        }


    /*    Login page*/
        .EEESinfo {
            padding: 0 40px;
        }


    }

    @media (min-width: 768px) and (max-width: 991px) {

        .dwnldButton {
            flex-direction: column;
            width: fit-content;
        }

    /*    login page*/
        .EEESinfo{
            padding: 48px ;
        }

    /*    sign in login*/

        .leftPartEEES, .rightPartEEES{
            height: auto;
        }



    }


    @media (min-width: 768px) {

        /*news letter*/
        .newsletterP {
            background-size: 160px auto;
            background-position-y: bottom;
        }

        .logoFtrSmall {
            display: none;
        }



    }

    @media (max-width: 767px) {

        /*====== Home page->Slider =======*/
        .carousel-item2 {
            background-position: right;
        }

        /*====== Home page->About =======*/
        .about .peoplePic {
            max-width: 650px;
            margin-bottom: 32px;
        }

        .upComingCourse .courseContent {
            margin-left: 64px;
        }

        /*====== Home page -> Upcoming Programme =======*/
        .titleCurrProg h3 {
            max-width: 450px;
        }

        /*====== Home page -> FAQs =======*/
        .FAQs .row {
            gap: 48px;
        }

        /* ================   Newsletter =============*/
        .newLetterContact .row {
            gap: 2rem;
        }


        .newsletterP {
            background-size: 160px auto;
            background-position-y: bottom;
        }

        /* ================   Footer =============*/
        .logoFtrLarge {
            display: none;
        }

        .logoFtrSmall {
            display: block;
        }

        .logFtr {
            text-align: center
        }

        .copyCC {
            justify-content: center;
        }

    /*    Login page*/

        .EEESLogin2{
            flex-wrap: wrap;
            height: auto;
        }

        .Login2 .row{
            flex-wrap: wrap;
        }

        .leftPartEEES, .rightPartEEES {
            width: auto;
            height: auto;
        }
        .EEESinfo{
            min-width: 400px;
        }
        .EEESinfo{
            padding: 64px;
        }

    }


    @media (min-width: 576px) {
        /* ============ Login page* =========/*/
        /*    =========== Footer =============*/
        /*.logoFtrSmall{ display: none; }*/
    }

@media (max-width: 575px) {

    /*====== Home page -> header =======*/
    .headerFullWidth .navbar {

        background-color: var(--primaryBlue);
    }

    /*====== Home page -> Slider =======*/
    .upComingCourse .courseContent {
        margin-left: 32px;
        margin-right: 32px;
    }


    /*====== Home page->About =======*/
    .about .peoplePic {
        max-width: 350px;
    }

    .about {
        margin: 3rem 0;
        padding: 0 32px;
    }

    /*====== Home page -> Current Programme =======*/
    .slider-header {
        top: 0;
    }

    .upcomingProgramme, .currentProgramme {
        padding: 3rem 0 3rem 2rem;
    }


    /*====== Home page -> Testimonials =======*/
    .testimonial .slider-item {
        width: 80vw;
    }

    /*====== Home page -> FAQs =======*/
    /*====== Home page -> newsletter =======*/
    .newLetterContact {
        padding: 32px;
    }

    .inputFieldNewsletter {
        flex-wrap: wrap;
    }


    .newsletterP {
        background-image: none;
    }

    .newsletterEmail {
        max-width: 400px;
        margin-bottom: 16px;
    }

    .newsletterSubmit {
        border-radius: 0 4px 4px 0;
        width: 100%;
    }


    /*====== Home page -> footer =======*/
    footer .row {
        padding: 0 0 16px 0 !important;
        flex-wrap: wrap;
        text-align: center;
    }

    .logoFtrLarge {
        display: none;
    }

    .ftrLogo {
        margin: 0 0 16px 0 !important;
    }

    .copyRights {
        flex-wrap: wrap;
        text-align: center;
    }

    .terms {
        margin: auto;
    }

    footer img {
        height: 60px;
        padding: 0 16px;
    }

    .logFtr {
        margin: 0 0 16px 0 !important;
    }

    .copyCC {
        text-align: center;
    }

    .TermsS {
        margin: auto;
    }

    .copyR {
        padding: 0 36px;
        margin-bottom: 16px;
    }


    /*====== Login page =======*/
    .signIn {
        margin: 0 10px;
        padding: 16px;
    }

    .logoLgLGN {
        display: none;
    }

    .EEESLogin .formSection {
        padding: 16px 16px;
    }


    .signIn2{
        height: auto;
        padding: 80px 32px;
    }

}

@media (max-width: 450px) {

/*    login */
    .EEESinfo {
        padding: 32px ;
    }
}



/*Scroll button*/

#scrollToTopBtn {
        position: fixed;
        bottom: 48px;
        right: 16px;
        z-index: 100;
        border: none;
        outline: none;
        background-color: var(--brickRed);
        color: white;
        cursor: pointer;
        padding: 8px 14px;
        border-radius: 4px;
        font-size: 16px;
        display: none; /* Hidden by default */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: opacity 0.3s ease;
    }

#scrollToTopBtn:hover {
    background-color: var(--primaryBlue-100);
}
