@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    font-family: var(--secondary-font);
}
:root{
     --primary:#0d3b66;
    --secondary:#f4a300;
    --first-color: #e6a400;
    --second-color: #001932;
    --third-color: rgb(27 66 110);
    --white-color: white;
    --black-color: black;
    --bg-light-2: #f2f7fa;
    --primary-font: Quicksand;
    --secondary-font: 'Poppins', sans-serif;
}

h1{
    font-size: clamp(25px, 4vw, 40px);
    font-weight: 600;
}
h2{
    font-size: clamp(20px, 4vw, 35px);
    font-weight: 600;
}
h3{
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 600;
}
h4{
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 600;
}
p{
   font-size: clamp(15px, 4vw, 16px);
}
.header_wrapper{
    padding: 8px 0px;
    background-color: var(--first-color);
   
}
.header_wrapper .header_item a{
    text-decoration: none;
    color: var(--white-color);
    margin-left: 10px;
}
.header_wrapper .header_item2{
    justify-content: center;
    text-align: center;
}
.header_wrapper .header_item2 a{
    margin-left: 15px;
 
}
.header_wrapper .header_item2 a i{
    padding: 5px;
    border-radius: 50%;
    background-color: var(--bg-light-2);
    color: var(--first-color);
}
.logo_wrapper{
    min-height: 170px;
    background-color: var(--second-colr);
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 0px;
}
.logo_wrapper .logo{
    height: 130px;
    width: 130px;
}
/* .logo_wrapper h1{
    font-size: 30px;
    font-weight: 700;
    color: var(--second-color);
} */
.logo_wrapper h2{
 
    color: var(--first-color);
  
}

.logo2{
    height: 100px;
}
.nav_wrapper{
    background-color: var(--second-color);
}
.nav_wrapper .navbar-toggler{
    color: #fff;
}
.nav_wrapper .navbar-nav{
    justify-content: center;
    text-align: center;
}
.nav_wrapper a{
    color: var(--white-color);
}
.nav_wrapper a:hover{
    color: var(--first-color);
}
.nav_wrapper .dropdown-menu {
background-color: var(--second-color);
}
.img_slider img{
    height: 500px;
}
.text_slider{
    min-height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--second-color);
}
.text_slider .text_item{
    min-height: 50px;
    background-color: var(--first-color);
    align-items: center;
    display: flex;
    justify-content: center;
 text-align: center;
 position: relative;
}
.text_slider .text_item::before{
    border-top: 15px solid transparent;
    border-left: 20px solid var(--first-color);
 border-bottom: 15px solid transparent; 
    content: "";
    height: 0;
    right: -10px;
    position: absolute;
    top: 8px;
}
.text_slider .text_item span{
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
}
.text_slider .text_item2{
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
 text-align: center;
}
.text_slider .text_item2 marquee{
    color: var(--white-color);
}
.home_wrapper{
    padding: 50px 0px;
}
.home_wrapper span{
    font-size: 18px;
    position: relative;
    
}
.home_wrapper span::after{
    content: '';
    width: 120px;
    height: 2px;
    background-color: var(--first-color);
    color: var(--first-color);
    position: absolute;
    bottom: -5px;
    left: 0px;
   
}
.home_wrapper h2{
    font-weight: 600;
    margin: 10px 0px 20px 0px;
}
.home_wrapper p{
    margin-bottom: 30px;
}
.home_wrapper a{
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--second-color);
    padding: 8px 20px;
    

}
.home_wrapper img{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.home_wrapper1{
    min-height: 100px;
    background-color: var(--second-color);
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 20px 0px;
}
.home_wrapper1 .home_item{
    border-right: 1px solid var(--white-color);
}
.home_wrapper1 h3{
    font-weight: 600;
    color: var(--first-color);
}
.home_wrapper1 span{
    color: var(--first-color);
    font-weight: normal;
}
.menter_wrapper{
    padding: 50px 0px;
}
.menter_wrapper h2{
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}
.menter_wrapper h2 span{
    color: var(--first-color);
}
.menter_wrapper h2::after{
    content: '';
    width: 7%;
    height: 3px;
    background-color: var(--first-color);
    left: 0; bottom: 0;
    position: absolute;
}
.menter_wrapper .menter_inner img{
width: 100%;
margin-bottom: 15px;
}
.menter_wrapper .menter_inner p{
    padding: 0px 15px;
    color: var(--first-color);
}
.menter_wrapper .menter_inner span{
    padding-left:15px;
}
.menter_wrapper .menter_inner{
    background-color: var(--bg-light-2);
    padding: 10px;
}
.events-section{
    padding: 50px 0px;
   
}
.events-section .inner-event{
    background-color: var(--white-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.events-section .inner-event h3{
    background-color: var(--first-color);
    padding: 8px 0px;
    text-align: center;
    font-weight: 600;
    color: var(--white-color);
    font-size: 20px;
}
.events-section .inner-event marquee{
    min-height: 400px;
}
.events-section .inner-event marquee ul{
    list-style-type: none;

}
.events-section  marquee ul li{
    margin-top: 10px;
}
.events-section  marquee ul li a{
    text-decoration: none;
    color: var(--black-color);
}
.events-section  marquee ul li span{
    padding-left: 30px;
    color: var(--first-color);
}
.view_more-btn {

    padding: 10px 0px 20px 20px;
}
.view_more-btn a{
    text-decoration: none;
    padding: 6px 15px;
    background-color: var(--second-color);
    color: var(--white-color);
}
.principle_msg{
    padding: 50px 0px;
    background-color: var(--bg-light-2);
}
.principle_msg h3{
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.principle_msg h3::after{
    content: '';
    width: 110px;
    height: 2px;
    background-color: var(--first-color);
    position: absolute;
    bottom: -7px;
    left: 0;
}
.principle_msg h3 span{
    color: var(--first-color);
}
.principle_msg a{
    text-decoration: none;
    padding: 6px 18px;
    background-color: var(--second-color);
    color: var(--white-color);

}
.principle_msg img{
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
}
.principle_msg .prince_item{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: var(--white-color);
}
.principle_msg .detail{
    padding: 0px 0px 10px 20px;
}
.principle_msg .detail p{
    font-size: 18px;
    color: var(--first-color);
}
.principle_msg .detail p span{
    color: var(--black-color);
    font-size: 16px;
}
.feature_wrapper{
    padding: 50px 0px;
    background-color: var(--bg-light-2);
}
.feature_wrapper h2{

    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}
.feature_wrapper h2 span{
    color: var(--first-color);
}
.feature_wrapper h2::after{
    content: '';
    width: 7%;
    height: 2px;
    background-color: var(--first-color);
    left: 10px; bottom: -3px;
    position: absolute;
}
.feature_wrapper p{
    line-height: 1.9;
}
.feature_wrapper p i{
    font-size: 25px;
    padding: 0px 2px;
    color: var(--first-color);
}
.feature_wrapper  .widegt{
    border-top: 2px dotted var(--first-color);
    position: relative;
}
.feature_wrapper .widegt .fa-circle{
    position: absolute;
    top: -8px;
    right: 50%;
    color: var(--first-color);
}
.feature_wrapper .feature_item{
    justify-content: center;
    text-align: center;
}
.feature_wrapper .feature_item span{
    font-size: 16px;
    font-weight: 500;
}
.feature_wrapper .feature_item i{
    font-size: 30px;
    padding: 15px 0px;
    color: var(--first-color);
}
.homecontact_wrapper{
    background-image: url(student.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
   margin: 10px 0px;
}
.homecontact_wrapper .homecontact_wrapper1{
    background-color: rgba(38, 50, 71, 0.7);
    min-height: 400px;
    padding: 50px 0px;
}
.homecontact_wrapper h3{
    font-weight: 700;
    color: var(--white-color);
    padding-left: 10px;
    border-left: 3px solid var(--white-color);
    margin-bottom: 30px;
}
.homecontact_wrapper ul{
    list-style-type: none;
}
.homecontact_wrapper ul li{
    margin-top: 15px;
}
.homecontact_wrapper ul li i{
    padding: 10px;
    color: var(--second-color);
    border-radius: 50%;
    background-color: var(--white-color);
    margin-right: 10px;
}
.homecontact_wrapper ul li a{
    color: var(--white-color);
    text-decoration: none;
}
.homecontact_wrapper h4{
    font-weight: 700;
    color: var(--white-color);
    padding-left: 10px;
    border-left: 3px solid var(--white-color);
  
}
.homecontact_wrapper h5{
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 10px;
}
.homecontact_wrapper input{
    background-color: transparent;
    color: var(--white-color);
}
.homecontact_wrapper textarea{
    background-color: transparent;
}
.homecontact_wrapper button{
    margin: 20px 0px;
    padding: 6px 20px;
    border: 1px solid var(--white-color);
    border-radius: 8px;
    color: var(--white-color);
 
}
.homecontact_wrapper button:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}
.homecontact_wrapper button i{
    font-size: 20px;
    margin: 0px 5px;
}
/*-----------------------------------------*/
.testimonial_wrapper{
    background-image: url(student.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    margin: 10px 0px;
}
.testimonial_wrapper .testimonial_wrapper1{
    background-color: rgba(38, 50, 71, 0.7);
    min-height: 400px;
    padding: 50px 0px;
}
.testimonial_wrapper h2{
    font-weight: 700;
    color: var(--white-color);
    padding-left: 8px;
    border-left: 3px solid var(--white-color);
    font-size: 25px;
}
.testimonial_wrapper h2 span{
    color: var(--first-color);
}
.testimonial_wrapper h3{
    color: var(--white-color);
    font-size: 18px;
}


.client-slider-section .item {
    padding: 50px 0px;

color: var(--white-color);
    justify-content: center;
 
    text-align: center;

}

.client-slider-section img {
    width: auto !important;
    height: 100px;
    border-radius: 50%;
    position: relative;
left: 46%;
bottom: 10px;
}
.client-slider-section h6{
    color: var(--first-color);
}
.footer_wrapper{
    padding: 40px 0px;
    background-color: var(--second-color);
    border-top: 3px solid var(--first-color);
    color: var(--white-color);
}
.footer_wrapper img{
    height: 110px;
    width: auto;
    margin-bottom: 20px;
}
.footer_wrapper h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.footer_wrapper ul{
    list-style-type: none;
}
.footer_wrapper ul li{
    margin-top: 10px;
}
.footer_wrapper ul li i{
    color: var(--first-color);
    margin: 0px 8px;
}
.footer_wrapper ul li a{
    text-decoration: none;
    color: var(--white-color);
}
.course_wrapper{
    padding: 40px 0px;
    background-color: var(--bg-light-2);
}
.course_wrapper h2{
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}
.course_wrapper h2 span{
    color: var(--first-color);
}

.course_wrapper .course_item{
    padding: 20px 10px;
    background-color: var(--white-color);
    min-height: 470px;
}
.course_wrapper .course_item h3{
    font-size: 20px;
    font-weight: 700;
}
.course_wrapper .course_item a{
    background-color: var(--first-color);
    color: var(--white-color);
}
.blog_wrapper{
    padding: 40px 0px;
}
.blog_wrapper h2{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}
.blog_wrapper .blog_inner{
    background-image: url(news-blog-img1.jpg);
    height: 455px;
    justify-content: start;
    align-items: end;
    display: flex;
    padding: 0px 0px 20px 20px;
}
.blog_wrapper .blog_inner2 .sp1{
    padding: 2px 10px;
    border-radius: 6px;
    background-color: var(--first-color);
    color: var(--white-color);
   
}
.blog_wrapper .blog_inner2 a{
    font-weight: 600;
    font-size: 22px;
    color: var(--white-color);
    padding-top: 8px;
    text-decoration: none;
}
.registration_wrapper{
    padding: 30px;
    border: 1px solid silver;
    border-radius: 5px;
    margin: 50px 0px;
}
.registration_wrapper h1{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
}
.registration_wrapper p{
    line-height: 0.2;
}
.registration_wrapper .regbtn{
    background-color: var(--first-color);
    color: var(--white-color);
    padding: 8px 20px;
}
.registration_wrapper .regbtn:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}
/*--------------------our-vision-and-mission------------------*/
.mission_wrapper{
    padding: 40px 0px;
}
.mission_wrapper h2{
font-size: 25px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}
.mission_wrapper .mission_item{
    padding: 30px 20px;
background-color: var(--first-color);
    box-shadow: antiquewhite 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px, var(--second-color) 10px -10px;
    border-radius: 6px;
    justify-content: center;
    color: var(--white-color);
    text-align: center;
}
.mission_wrapper .mission_item i{
    margin-bottom: 10px;
    font-size: 30px;
}
.mission_wrapper .mission_item h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}



.testimonial-slider {
    display: flex;
    overflow: hidden;
    position: relative;
  }
  
  .testimonial-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial-slide p {
    font-size: 1.2rem;
    color: #555;
  }
  
  .testimonial-slide p:last-child {
    font-style: italic;
    color: #888;
  }
  
  .testimonial-slider:hover {
    cursor: pointer;
  }
  /*--------------------------------------*/
  .contactpage_wrapper{
    padding: 40px 0px;
  }
  .contactpage_wrapper .contactpage_inner{
    background-image: url(img/b2.png);
    min-height: 600px;
    background-size: cover;
    background-position: center;
  }
  .contactpage_wrapper .contactpage_inner1{
    min-height: 600px;
    background-color:rgba(0,25,50,0.7);
padding:50px 80px;
   
  }
  .contactpage_wrapper .contactpage_inner1 p{
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
  }
  .contactpage_wrapper .contactpage_inner1 p i{
    padding-right: 25px;
    font-size: 22px;
  }
  .contactpage_wrapper .contactpage_inner1 a{
    color: var(--white-color);
    text-decoration: none;
  }
  .contactpage_wrapper .contactpage_inner1 a:hover{
    color: var(--first-color);
    text-decoration: underline;
  }
  .contactpage_wrapper .form{
    background-color: var(--bg-light-2);
    padding: 20px 40px;
min-height: 600px;
  }
  .contactpage_wrapper .form h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contactpage_wrapper .form input{
    
  }
  .contactpage_wrapper .form button{
    background-color: var(--second-color);
    color: var(--white-color);
    padding: 6px 30px;
  }
  .contactpage_wrapper .form button:hover{
    background-color: var(--first-color);
  }
  /*---------------------------*/
  .ads{
    position: fixed;
    top: 50%;
    left: -57px;
    background: linear-gradient( to right, red,green,blue);
    rotate: 90deg;
    padding: 11px 4px;
    border-radius: 3px;
  }
  .ads a{
    text-decoration: none;
    padding: 8px 10px;
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 3px;
  }
  .ads a:hover{
    background-color: var(--second-color);
  }
  /*-------------------------------------*/
  .aboutpage_header{
    min-height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    background-image: url(img/b2.png);
    background-position: center;
    background-size: cover;
  }
  .aboutpage_header h1{
    color: var(--white-color);
    font-weight: 700
  }
  /*----------------------------------*/
  .aboutpage_wrapper{
    padding: 40px 0px;
    
  }
  .aboutpage_wrapper h2{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .aboutpage_wrapper1{
    padding: 40px 0px;
    background-color: var(--bg-light-2);
  }
  .aboutpage_wrapper1 h2{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .aboutpage_wrapper1 img{
    height: 400px;
  }
  .aboutpage_wrapper2{
    padding: 40px 0px;

  }
  .aboutpage_wrapper2 h2{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .aboutpage_wrapper2 h2 span{
    color: var(--first-color);
  }
  .aboutpage_wrapper2 .about_inner{
    padding: 20px 10px;
    justify-content: center;
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: var(--bg-light-2);
    border-top: 2px solid var(--first-color);
    border-bottom: 2px solid var(--first-color);
  }
  .aboutpage_wrapper2 .about_inner i{
    font-size: 30px;
    color: var(--first-color);
    padding-bottom: 10px;
    
  }
  .aboutpage_wrapper2 h3{
    font-size: 25px;
    color: var(--second-color);
  }
.modal-content{
    padding: 20px;
}
.contact-section{
    padding:80px 0;
background-color: var(--bg-light-2);
}

.contact-box{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(15px);
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.left-side{
    color:#fff;
    padding:50px 40px;
    height:100%;
}

.left-side h2{
    font-weight:700;
    margin-bottom:15px;
    color: var(--black-color);
}

.left-side p{
    opacity:.9;
    margin-bottom:40px;
    color: var(--black-color);
}

.contact-item{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.contact-icon{
    width:60px;
    height:60px;
    min-width:60px;
    background: var(--first-color);
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    margin-right:15px;
    transition:.3s;
}

.contact-item:hover .contact-icon{
    transform:scale(1.1);

}

.contact-text h6{
    margin-bottom:3px;
    font-weight:600;
    color: var(--black-color);
}
.contact-text span{
    color: var(--black-color);
}

.form-side{
    background:#fff;
    padding:50px 40px;
}

.form-side h2{
    font-weight:700;
    margin-bottom:10px;
}

.form-side p{
    color:#666;
    margin-bottom:30px;
}

.form-control{
    border:1px solid #ddd;
    border-radius:12px;
    padding:14px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#6d4aff;
}

.btn-send{
    background:linear-gradient(135deg,#5b6dfd,#7c3aed);
    border:none;
    color:#fff;
    padding:14px 30px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.btn-send:hover{
    transform:translateY(-2px);
    color:#fff;
}

.social-links{
    margin-top:35px;
}

.social-links a{
    width:42px;
    height:42px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,.15);
    color:#fff;
    border-radius:50%;
    text-decoration:none;
    margin-right:10px;
    transition:.3s;
}

.social-links a:hover{
    background:#fff;
    color:#5b6dfd;
}

@media(max-width:991px){

    .left-side{
        text-align:center;
        padding:40px 25px;
    }

    .contact-item{
        justify-content:center;
        text-align:left;
    }

    .form-side{
        padding:40px 25px;
    }
}

@media(max-width:576px){

    .contact-section{
        padding:40px 15px;
    }

    .contact-box{
        border-radius:20px;
    }

    .left-side,
    .form-side{
        padding:30px 20px;
    }

    .contact-item{
        flex-direction:column;
        text-align:center;
    }

    .contact-icon{
        margin-right:0;
        margin-bottom:10px;
    }

    .btn-send{
        width:100%;
    }
}
.feature-card{
    background:#fff;
    border-radius:20px;
    transition:all .4s ease;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    overflow:hidden;
    position:relative;
    border:1px solid rgba(230,164,0,0.12);
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(230,164,0,0.25);
}

.icon-box{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#e6a400,#ffbf00);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:35px;
    box-shadow:0 10px 25px rgba(230,164,0,0.3);
}

.feature-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.feature-card p{
    color:#6c757d;
    margin-bottom:0;
}

.feature-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#e6a400,#ffbf00);
}

/* Section Heading */
.text-primary{
    color:#e6a400 !important;
}

.feature-card:hover h4{
    color:#e6a400;
}
.testimonial-section{
    background:#fafafa;
}

.theme-color{
    color:#e6a400;
}

.custom-badge{
    background:#fff5d6;
    color:#e6a400;
}

.testimonial-card{
    max-width:850px;
    margin:auto;
    background:#fff;
    padding:50px 40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid #e6a400;
}

.quote-icon{
    width:70px;
    height:70px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#e6a400,#ffc107);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.testimonial-card p{
    font-size:1.1rem;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.testimonial-card h5{
    margin-bottom:5px;
    font-weight:700;
}

.testimonial-card span{
    color:#e6a400;
    font-weight:600;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background:#e6a400 !important;
    opacity:.4;
}

.carousel-indicators .active{
    opacity:1;
}

@media (max-width:768px){

    .testimonial-card{
        padding:35px 25px;
    }

    .testimonial-card p{
        font-size:1rem;
        line-height:1.7;
    }

    .quote-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }
}
.theme-color{
    color:#e6a400;
}

.blog-badge{
    background:#fff5d6;
    color:#e6a400;
}

.blog-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(230,164,0,.18);
}

.blog-img{
    overflow:hidden;
}

.blog-img img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .blog-img img{
    transform:scale(1.08);
}

.blog-content{
    padding:25px;
}

.blog-meta{
    margin-bottom:12px;
    font-size:14px;
    color:#777;
}

.blog-meta i{
    color:#e6a400;
    margin-right:5px;
}

.blog-content h4{
    font-size:1.25rem;
    font-weight:700;
    line-height:1.5;
    margin-bottom:12px;
}

.blog-content p{
    color:#666;
    margin-bottom:20px;
}

.read-more{
    text-decoration:none;
    color:#e6a400;
    font-weight:600;
}

.read-more i{
    transition:.3s;
}

.read-more:hover i{
    margin-left:5px;
}

.blog-btn{
    background:#e6a400;
    color:#fff;
    font-weight:600;
    border-radius:50px;
}

.blog-btn:hover{
    background:#cc9200;
    color:#fff;
}

@media(max-width:768px){

    .blog-img img{
        height:220px;
    }

    .blog-content{
        padding:20px;
    }

    .blog-content h4{
        font-size:1.1rem;
    }
}
.theme-color{
    color:#e6a400;
}

.vmv-section{
    background:#fafafa;
}

.vmv-badge{
    background:#fff5d6;
    color:#e6a400;
}

.vmv-card{
    background:#fff;
    padding:40px 25px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:.4s;
    border-top:4px solid transparent;
}

.vmv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(230,164,0,0.2);
    border-top:4px solid #e6a400;
}

.vmv-icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#e6a400,#ffc107);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    box-shadow:0 10px 25px rgba(230,164,0,0.25);
}

.vmv-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.vmv-card p{
    color:#6c757d;
    line-height:1.8;
    margin-bottom:0;
}

/* Mobile */
@media(max-width:768px){
    .vmv-card{
        padding:30px 20px;
    }

    .vmv-card p{
        font-size:0.95rem;
    }
}
.course-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all 0.4s ease;
    height:100%;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(230,164,0,0.25);
}

.course-img{
    background:#f7f7ff;
    padding:25px;
    text-align:center;
}

.course-img img{
    max-width:100%;
    height:180px;
    object-fit:contain;
    transition:0.4s;
}

.course-card:hover .course-img img{
    transform:scale(1.05);
}

.course-body{
    padding:25px;
}

.course-body h4{
    font-weight:700;
    margin-bottom:12px;
}

.course-body p{
    color:#6c757d;
    font-size:15px;
    margin-bottom:20px;
    min-height:70px;
}

.course-btn{
    background:#e6a400;
    color:#fff;
    border-radius:50px;
    padding:8px 20px;
    font-weight:600;
    transition:0.3s;
}

.course-btn:hover{
    background:#cc8f00;
    color:#fff;
}
.mentors-section{
    background:#f8f9fa;
}

.mentor-card{
    background:#fff;
    border-radius:18px;
    padding:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s ease;
    height:100%;
    border-bottom:3px solid transparent;
}

.mentor-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(230,164,0,0.25);
    border-bottom:3px solid #e6a400;
}

.mentor-img{
    width:150px;
    height:150px;
    margin:0 auto 15px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.mentor-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s;
}

.mentor-card:hover .mentor-img img{
    transform:scale(1.1);
}

.mentor-body h5{
    font-weight:700;
    margin-bottom:5px;
}

.mentor-body p{
    color:#777;
    margin-bottom:0;
    font-size:14px;
}

.mentor-card h5:hover{
    color:#e6a400;
}
.principal-section{
    background:#f8f9fa;
}

.principal-img{
    position:relative;
    display:inline-block;
}

.principal-img img{
    width:100%;
    max-width:500px;   /* 👈 pehle 380px tha, ab bada ho gaya */
    height:520px;      /* 👈 uniform large portrait look */
    object-fit:cover;
    border-radius:25px;
    box-shadow:0 18px 45px rgba(0,0,0,0.18);
    transition:0.4s ease;
}

.principal-img:hover img{
    transform:scale(1.05);
}

/* Golden border effect */
.principal-img{
    position:relative;
    display:flex;
    justify-content:center;
}

.principal-img::before{
    content:"";
    position:absolute;
    width:90%;
    height:100%;
    background:linear-gradient(135deg,#e6a400,transparent);
    border-radius:25px;
    z-index:-1;
    top:20px;
    left:20px;
    opacity:0.15;
}
.message-text{
    color:#6c757d;
    line-height:1.8;
    font-size:15.5px;
    margin-bottom:15px;
}

/* Know More Button */
.know-more-btn{
    background:#e6a400;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s ease;
}

.know-more-btn:hover{
    background:#cc8f00;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){
    @media(max-width:768px){
    .principal-img img{
        max-width:100%;
        height:400px;
    }
}

    .message-text{
        font-size:15px;
    }
}
.about-section{
    background:#f8f9fa;
}

.about-text{
    color:#6c757d;
    line-height:1.8;
    font-size:15.5px;
}

.about-img img{
    width:100%;
    max-width:520px;
    height:420px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 18px 45px rgba(0,0,0,0.15);
    transition:0.4s ease;
}

.about-img img:hover{
    transform:scale(1.03);
}

/* Buttons */
.about-btn{
    background:#e6a400;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.about-btn:hover{
    background:#cc8f00;
    color:#fff;
    transform:translateY(-3px);
}

.about-outline-btn{
    border:2px solid #e6a400;
    color:#e6a400;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s ease;
}

.about-outline-btn:hover{
    background:#e6a400;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){
    .about-img img{
        height:320px;
    }

    .about-text{
        font-size:15px;
    }
}
.notice-section{
    background:#f8f9fa;
}
.notice-section marquee{
    min-height: 380px;
}

.notice-box{
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    overflow:hidden;
    height:380px;
    transition:0.3s;
}

.notice-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(230,164,0,0.25);
}

.notice-title{
    background:#e6a400;
    color:#fff;
    padding:15px;
    font-weight:700;
    text-align:center;
    font-size:16px;
}

.notice-marquee{
    padding:15px;
    height:350px;
    overflow:hidden;
}

.notice-marquee a{
    font-size:15px;
    color:#555;
    padding:8px 0;
    margin:0;
    border-bottom:1px dashed #ddd;
    text-decoration: none;
}
.notice-marquee p{
    font-size:15px;
    color:#555;
    padding:8px 0;
    margin:0;
    border-bottom:1px dashed #ddd;
}

/* Optional scroll styling feel */
.notice-box p:hover{
    color:#e6a400;
    cursor:pointer;
}
.notice-box a:hover{
    color:#e6a400;
    cursor:pointer;
}
.hero-section{
    position:relative;
}

/* Images */
.hero-img{
    height:90vh;
    object-fit:cover;
    filter:brightness(60%);
}

/* Caption */
.hero-caption{
    bottom:30%;
    z-index:2;
}

.hero-caption h1{
    font-size:3rem;
    font-weight:800;
    text-shadow:0 5px 20px rgba(0,0,0,0.6);
}

.hero-caption p{
    font-size:1.2rem;
    margin-top:10px;
    text-shadow:0 3px 15px rgba(0,0,0,0.6);
}

/* Button */
.hero-btn{
    margin-top:15px;
    background:#e6a400;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
    border:none;
}

.hero-btn:hover{
    background:#cc8f00;
    color:#fff;
    transform:translateY(-3px);
}

/* Indicators */
.carousel-indicators button{
    background-color:#e6a400 !important;
}

/* Responsive */
@media(max-width:768px){

    .hero-img{
        height:70vh;
    }

    .hero-caption h1{
        font-size:1.8rem;
    }

    .hero-caption p{
        font-size:1rem;
    }
}
.college-header{
    background:#fff;
    border-bottom:3px solid #e6a400;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

/* Logo */
.logo-img{
    width:150px;   /* 👈 bigger logo */
    height: 150px;
    object-fit:contain;
}

/* College Name BIG */
.college-name{
    font-size: 30px;   /* 👈 increased size */
    color:#000;
}

/* Hindi Name COLOR CHANGE */
.hindi-name{
    font-size:20px;
    color:#e6a400;   /* 👈 golden brand color */
}

/* Govt Logos */
.gov-logo{
    width:140px;
    height:140px;
    object-fit:contain;
    transition:0.3s;
}

.gov-logo:hover{
    transform:scale(1.1);
}

/* Mobile Responsive */
@media(max-width:768px){

    .college-name{
        font-size:18px;
    }

    .hindi-name{
        font-size:14px;
    }

    .logo-img{
        width:65px;
        height:65px;
    }

    .gov-logo{
        width:45px;
        height:45px;
    }
}
.top-header{
    background:#fff;
   
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
}

.college-logo{
    width:120px;
    height:auto;
    transition:.3s;
}

.college-logo:hover{
    transform:scale(1.05);
}

.college-title{
    color:var(--primary);
    font-weight:700;
    font-size:2rem;
    margin-bottom:5px;
}

.college-title-hindi{
    color:var(--secondary);
    font-size:1.5rem;
    font-weight:600;
    margin-bottom:5px;
}

.affiliation{
    color:#333;
    font-size:1.05rem;
    font-weight:500;
}

.right-icons img{
    max-height:70px;
    object-fit:contain;
    transition:.3s;
}

.right-icons img:hover{
    transform:translateY(-3px);
}

@media(max-width:992px){

    .college-logo{
        width:90px;
    }

    .college-title{
        font-size:1.6rem;
    }

    .college-title-hindi{
        font-size:1.2rem;
    }

    .affiliation{
        font-size:.95rem;
    }
}

@media(max-width:768px){

    .header-content{
        text-align:center;
    }

    .college-title{
        font-size:1.35rem;
    }

    .college-title-hindi{
        font-size:1rem;
    }

    .affiliation{
        font-size:.85rem;
    }

    .right-icons{
        justify-content:center !important;
        margin-top:15px;
    }

    .right-icons img{
        max-height:55px;
    }
}
.college-footer{
    background:linear-gradient(135deg,#001d3d,#003566);
    color:#fff;
    padding:70px 0 0;
}

.footer-logo-box img{
    width:90px;
    margin-bottom:15px;
}

.footer-logo-box h3{
    font-weight:700;
    margin-bottom:15px;
}

.footer-logo-box p{
    color:#d6d6d6;
    line-height:1.8;
}

.footer-contact{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.footer-contact li{
    margin-bottom:12px;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.footer-contact i{
    color:#ffc300;
    margin-top:4px;
}

.college-footer h4{
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.college-footer h4::after{
    content:'';
    width:50px;
    height:3px;
    background:#ffc300;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d6d6d6;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ffc300;
    padding-left:8px;
}

.office-hours p{
    color:#d6d6d6;
    margin-bottom:15px;
}

.social-icons{
    margin-top:25px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.social-icons a:hover{
    background:#ffc300;
    color:#000;
    transform:translateY(-4px);
}

.footer-bottom{
    margin-top:50px;
    padding:18px 0;
    text-align:center;
    background:rgba(0,0,0,.2);
    color:#d6d6d6;
}

@media(max-width:768px){

    .college-footer{
        text-align:center;
    }

    .footer-contact li{
        justify-content:center;
    }

    .college-footer h4::after{
        left:50%;
        transform:translateX(-50%);
    }

    .social-icons{
        text-align:center;
    }
}

/* Cards */
.info-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
}

.info-card h4{
    color:var(--primary);
    margin-bottom:20px;
}

/* Form */
.contact-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.btn-custom{
    background:var(--secondary);
    color:#fff;
    border:none;
    padding:12px 30px;
    font-weight:600;
}

.btn-custom:hover{
    background:#d89000;
}

/* Quick Cards */
.quick-card{
    background:#fff;
    text-align:center;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.quick-card:hover{
    transform:translateY(-5px);
}

.quick-icon{
    font-size:40px;
    color:var(--secondary);
    margin-bottom:10px;
}

iframe{
    border-radius:15px;
}
.adminlogin .login-card{
    width:100%;
    max-width:420px;
    background:rgba(255,255,255,0.95);
    padding:40px 35px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.adminlogin .logo{
    width:90px;
    margin:auto;
    display:block;
}

.adminlogin .login-title{
    text-align:center;
    margin-top:15px;
    margin-bottom:25px;
}

.adminlogin .login-title h3{
    font-weight:700;
    color:#222;
}

.adminlogin .login-title p{
    color:#666;
    font-size:14px;
}

.adminlogin .form-control{
    height:50px;
    border-radius:12px;
}

.adminlogin .form-control:focus{
    border-color:#e6a400;
    box-shadow:0 0 0 .2rem rgba(230,164,0,.15);
}

.adminlogin .password-wrapper{
    position:relative;
}

.adminlogin .password-toggle{
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
    cursor:pointer;
    color:#777;
}

.adminlogin .forgot-link{
    text-decoration:none;
    color:#e6a400;
    font-weight:600;
    font-size:14px;
}

.adminlogin .forgot-link:hover{
    color:#c78c00;
}

.adminlogin .login-btn{
    background:#e6a400;
    color:#fff;
    border:none;
    border-radius:12px;
    height:50px;
    font-weight:600;
    transition:.3s;
}

.adminlogin .login-btn:hover{
    background:#cc9200;
    color:#fff;
}

.adminlogin .footer-text{
    text-align:center;
    font-size:13px;
    color:#777;
    margin-top:20px;
}
.our-staff{
    background:#f8f9fa;
}

.teacher-card{
    background:#fff;
    border-radius:20px;
    text-align:center;
    padding:25px;
    height:100%;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.teacher-card:hover{
    transform:translateY(-8px);
}

.teacher-card img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #e6a400;
    margin-bottom:15px;
}

.teacher-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:5px;
}

.teacher-card span{
    display:block;
    color:#e6a400;
    font-weight:600;
    margin-bottom:10px;
}

.teacher-card p{
    color:#666;
    margin:0;
}
.infrastructure-section{
    background:#f8f9fc;
}

.section-title{
    font-size:48px;
    font-weight:700;
    color:#0f172a;
}

.section-title span{
    color:#e5a100;
}

.infra-card{
    background:#fff;
    border-radius:25px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.infra-card:hover{
    transform:translateY(-10px);
}

.infra-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:20px;
    border-radius:50%;
    background:#fff4d8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.infra-icon i{
    font-size:38px;
    color:#e5a100;
}

.infra-card h4{
    font-weight:700;
    margin-bottom:10px;
}

.infra-card p{
    color:#666;
    margin-bottom:0;
}
.hero-section{
    background: linear-gradient(
        135deg,
        #0f172a,
        #1e293b
    );
    color:#fff;
    position:relative;
    overflow:hidden;
  
}

.hero-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,193,7,.15);
    border-radius:50%;
    top:-200px;
    right:-150px;
}

.hero-badge{
    display:inline-block;
    background:#ffc107;
    color:#000;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-title{
    font-size:60px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-text{
    font-size:18px;
    color:#d1d5db;
    margin-bottom:30px;
}

.hero-btns .btn{
    margin-right:10px;
    border-radius:50px;
    padding:12px 30px;
}

.hero-image{
    max-height:500px;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .hero-title{
        font-size:38px;
    }

    .hero-section{
        text-align:center;
    }

    .hero-image{
        margin-top:40px;
    }
}
.hero{
    background: linear-gradient(rgba(0,25,50,.85), rgba(0,25,50,.85)),
    url('https://images.unsplash.com/photo-1562774053-701939374585');
    background-size: cover;
    background-position: center;
    color:white;
    text-align:center;
    padding:80px 20px;
    min-height: 400px;
    text-align: center;
    align-items: center;
    display: flex;
}


.hero h1{
    color: #cc9200;
    font-weight:900;
}
/* SEARCH */
.search-box{
    max-width:650px;
    margin:20px auto 0;
    position:relative;
}

.search-box input{
    border-radius:50px;
    padding:14px 45px 14px 20px;
    border:2px solid var(--primary);
}

.search-box i{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    color:var(--dark);
}
/* Title */
.blog-title {
    font-weight: 700;
    font-size: 2rem;
}

/* Meta */
.blog-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Hero image */
.blog-hero img {
    width: 100%;
    border-radius: 12px;
}

/* Blog content */
.blog-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.blog-content p {
    line-height: 1.8;
    color: #444;
}

/* Sidebar card */
.sidebar-card {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Author box */
.author-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.author-box img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* Headings */
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    font-weight: 700;
}
