body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    /* top: 0; */
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 80px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body {

    display: flex !important;
    justify-content: center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

}


.navbar-nav a:hover {
    color: #fd8c23 !important;
}


.navbar-nav .active a {
    color: #fd8c23 !important;
}


.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}

.header-btn a{
    border: 1px solid #fd8c23;
    padding: 7px 26px;
    border-radius: 50px;
    color: #fd8c23;
}

.header-btn a:hover{
    background-color: #fd8c23;
    color: #ffffff;
}


@media(max-width:1200px){
    .header-btn{
        display: none;
    }
}


@media(max-width:992px) {
    /* .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    } */

   

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 80px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */


/* section */

.section-head-title h2{
    font-size: 40px;
    font-weight: 500;
    color: #240f7e;
    font-family: "Philosopher", sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.section-head-title p{
    text-align: center;
    font-size: 18px;
    color: #000000;
}


@media (max-width: 432px) {
    .section-head-title h2{
        font-size: 35px;
    }
}


/* section end */


/* banner start */

.banner-section {
    position: relative;
}

.banner-slide {
    height: 630px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-overlay {
    /* background: rgba(0,0,0,0.55); */
    background: rgba(36, 15, 126, 0.55);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
}

.banner-content {
    color: #ffffff;
    margin: auto;
}

.banner-content h2 {
    color: #fd8c23;
    font-size: 50px;
    font-weight: 600;
    /* font-family: "DM Serif Display", serif; */
    font-family: "Philosopher", sans-serif;
}

.banner-content p {
    font-size: 18px;
    font-weight: 400;
    margin: 20px auto;
    /* max-width: 650px; */
}

.banner-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.banner-btn-one{
    background-color: #fd8c23;
    color: #ffffff;
    border-radius: 50px;
}

.banner-btn-one:hover{
    background: transparent;
    border: 1px solid #ffffff;
}

.banner-btn-two{
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
}


.banner-btn-two:hover{
    background-color: #fd8c23;
    color: #ffffff;
}

.banner-btns a {
    padding: 8px 25px;
}

@media(max-width:432px){
    .banner-content h2{
        font-size: 35px;
    }

    .banner-content p{
        font-size: 15px;
    }
}

/* banner end */




/* footer start */


/* .footer-section {
    padding-bottom: 15px;
    background-color: #240f7e;
} */


.footer-section {
    position: relative;
    padding-bottom: 15px;
    background: url('../image/college1.jpeg');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 15, 126, 0.85);
}

.footer-section > * {
    position: relative;
    z-index: 2;
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 100px;
}

.footer-about p {
    margin-top: 15px;
    color: #e6e5e5;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #e6e5e5;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #fd8c23;
}


.footer-menu{
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #fd8c23;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #e6e5e5;

    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #fd8c23;
}

.copy-right {
    display: flex;

    justify-content: center;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #e6e5e5;

}

.copy-right a {
    color: #e6e5e5;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
        display: flex;
        justify-content: left;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */





/* about start */

.about-section {
    padding: 50px 0px;
}



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    /* background-color: #fd8c23; */
    border: 1px solid #fd8c23;
    color: #fd8c23;
    border-radius: 50px;
    font-size: 15px;
}

.about-btn a:hover {
    background-color: #fd8c23;
    color: #ffffff;
    
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #240f7e;
    /* font-family: "Orbitron", sans-serif; */
    font-family: "Philosopher", sans-serif;
    margin-bottom: 15px;

    
}

.about-content span {
    color: #fd8c23;
}

.about-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}


.about-points {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.about-points li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;

    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.about-points i {
    color: #240f7e;
    margin-right: 10px;
    margin-top: 4px;
}



@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}


@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .about-content p {
        font-size: 15px;
        text-align: left;
    }

    .about-points li{
        font-size: 15px;
    }
}

/* about end */




/* contact page */

.address-section{
    padding: 50px 0px;
}

.address-card-col{
    margin-top: 15px;
}

.address-card{
    /* background-color: #240f7e; */
    background: linear-gradient(135deg, #240f7e 0%, #3b1fa8 50%, #fd8c23 100%);
    /* background: linear-gradient(135deg, #240f7e 0%, #6a5acd 45%, #b9b3ff 100%); */
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
    height: 100%;
}


.address-card:hover {
    transform: translateY(-10px) !important;

}

.address-icon{
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-icon i{
    color: #ffffff;
    font-size: 20px;
}

.address-content{
    text-align: center;
}
.address-content a{
    color: #ffffff;
    text-decoration: none;
}

/* address end */

/* form */

.form-section{
 
    margin-bottom: 20px;
    padding: 50px 0px;
    
}



.contact-form{
    padding: 35px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contact-form h2{
    color: #fd8c23;
    margin-bottom: 25px;
    font-size: 43px;
    text-align: left;
    font-family: "Philosopher", sans-serif;
}

.contact-form h6{
    color: #240f7e;
    margin-bottom: 25px;
    text-align: left;
    font-style: italic;
}


.form-btn{
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: #fd8c23;
    color: #ffffff;
    font-weight: 400;
    transition: 0.3s;
}

.form-btn:hover{
    background: #240f7e;
    color: #ffffff !important;
}


@media(max-width:992px) {
    .google-maps{
        padding-top: 20px;
    }
}


@media(max-width:432px) {
    .address-card{
        justify-content: left;
    }
}

/* contact page end */








/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #fd8c23;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #fd8c23;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */




/* faculty page strat */


.faculty-section {
    /* background: #f5f6ff; */
    /* background-color: #fcfcfb; */
    background-color: #f7f7f7;
    padding: 70px 0px;
}

.faculty-card-col{
    margin-top: 40px;
}


.faculty-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 20px 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    z-index: 1;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    
}

.faculty-card:hover {
    transform: translateY(-12px);
}


.faculty-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #240f7e, #fd8c23);
    z-index: 2;
}



.faculty-img {
    position: relative;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    display: inline-block;
    z-index: 3;
}

.faculty-img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fd8c23;
}

.faculty-content{
    text-align: left !important;
}

.faculty-content h4 {
    font-size: 24px;
    color: #240f7e;
    font-weight: 500;
    margin-bottom: 6px;
}

.designation {
    color: #fd8c23;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

.designation small {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.faculty-content p {
    font-size: 13px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 12px;
}

.faculty-content strong {
    color: #240f7e;
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}


@media(max-width:432px){
    .faculty-section{
        padding: 20px 0px;
    }
}

/* faculty end */



/* cta section */

.cta-section {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 45%; 
    height: 100%;
    background: #fd8c23;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}


.cta-content, 
.cta-btn,
.cta-box,
.cta-section * {
    position: relative;
    z-index: 2;
}




.cta-content h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.3;
    color: #000000;
    font-family: "Philosopher", sans-serif;
    
}

.cta-content p {
    font-size: 16px;
    color: #444;
}

.cta-image{
    text-align: center;
}


.cta-btn {
    display: inline-block;
    padding: 7px 25px;
    /* background: linear-gradient(90deg, #334891, #67a3e4); */
    background: #fd8c23;
    
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background-color: #240f7e;
    color: #fff;
}


/* @media (max-width: 768px) {
    .cta-section::after {
        width: 100%;
        clip-path: none;
    }
} */

@media (max-width: 768px) {
    
    .cta-section{
        padding-top: 30px;
    }

    .cta-section::after {
        width: 100%;
        height: 35%;         
        top: auto;
        bottom: 0;            
        clip-path: none;    
    }

    .cta-content h2{
        font-size: 35px;
    }
}


@media (max-width: 432px) {

    .cta-content h2{
        font-size: 25px;
    }

    .cta-content p{
        font-size: 14px;
    }
}

/* cta end */



/* gallry page start */

.gallery-section {
    background:#f7f7f7;
    padding: 70px 0px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(36, 15, 126, 0.3);
}

.gallery-item:hover img {
    transform: scale(1.08);
}


.gallery-modal {
    background: transparent;
    border: none;
}

.gallery-modal img {
    width: 100%;
    border-radius: 10px;
}

.gallery-btn{
    text-align: center;
}

.gallery-btn a {
    padding: 7px 26px 7px 26px;
    border: 1px solid #fd8c23;
    color: #fd8c23;
    border-radius: 50px;
    font-size: 15px;
}

.gallery-btn a:hover{
    background-color: #fd8c23;
    color: #ffffff;
}

/* gallery page end */


/* course page  */

.course-detail-section {
    padding: 80px 0;
    background-color: #f9f8ff;
}


.course-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    
}

.course-img-box img {
    width: 100%;
    height: auto;
    display: block;
}

.course-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: linear-gradient(135deg, #240f7e, #fd8c23);
    color: #fff;
    padding: 8px 18px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 400;
}


.course-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #240f7e;
    font-family: "Philosopher", sans-serif;
}

.course-content h2 span {
    color: #fd8c23;
}

.course-intro {
    margin-top: 15px;
    font-style: italic;
    line-height: 1.7;
    color: #333;
}

.course-highlight {
    margin-top: 15px;
    line-height: 1.8;
    color: #444;
}

.achievement-box {
    margin: 20px 0;
    padding: 14px 18px;
    background: #fff;
    border-left: 5px solid #fd8c23;
    border-radius: 8px;
    font-weight: 500;
}


.course-title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 35px;
    color: #fd8c23;
    font-family: "Philosopher", sans-serif;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.course-list li {
    background: #240f7e;
    color: #ffffff;
    padding: 14px 15px;
    border-left: 5px solid #fd8c23;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    
}


@media (max-width: 767px) {
    .course-content h2 {
        font-size: 26px;
        text-align: left;
    }

    .course-intro,
    .course-highlight {
        text-align: left;
    }

    .course-list {
        grid-template-columns: 1fr;
        /* display: flex;
        flex-direction: column; */
    }

    .achievement-box {
        text-align: left;
    }

    .course-title{
        font-size: 26px;
    }
}


/* course end */


/* home course list sectioon start */

.course-list-section {
    padding: 50px 0px;
    background: #ffffff;
}

.course-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(36, 15, 126, 0.25) 0px 12px 30px;
}

.course-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.course-list-content {
    padding: 25px;
    text-align: center;
}

.course-list-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #240f7e;
    margin: 0;
}

/* home course list sectioon end */




/* certifiction ncte*/

.ncte-certification-section {
    background: #f7f7fb;
}


.ncte-img{
    text-align: center;
}

.ncte-img img {
    width: 70%;
}

.ncte-content{
    text-align: center;
}

.ncte-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.ncte-content a {
    color: #fd8c23;
    font-weight: 600;
    text-decoration: none;
}

.ncte-content a:hover {
    text-decoration: underline;
}

.ncte-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fd8c23;
    color: #ffffff !important;
    font-weight: 400 !important;
    border-radius: 30px;
    transition: all 0.4s ease;
}

.ncte-btn a{
    color: #ffffff;
}

.ncte-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(36, 15, 126, 0.3);
    color: #fff;
}


@media (max-width: 432px) {
    .ncte-img img {
        width: 80%;
    }

    /* .ncte-content {
        text-align: left;
    } */
}


/* certifiction end */


/* mission and vision.  class mv is short name class. */

.mission-vision-section {
    padding: 50px 0px;
    background: linear-gradient(135deg, #f7f7fb, #ffffff);
}

.mv-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 45px 35px;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #240f7e, #fd8c23);
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #240f7e, #fd8c23);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mv-icon i {
    font-size: 30px;
    color: #ffffff;
}

.mv-card h3 {
    font-size: 26px;
    font-weight: 500;
    color: #240f7e;
    margin-bottom: 15px;
    font-family: "Philosopher", sans-serif;
}

.mv-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin: 0;
}


.mv-card:hover .mv-icon {
    box-shadow: 0 0 25px rgba(253, 140, 35, 0.6);
}


@media (max-width: 432px) {
   .mv-card {
        padding: 16px 20px;
    }

    .mv-card p{
        font-size: 15px;
    }
}

/* mission end */