* {
    box-sizing: border-box;
}
html, body{
    height: 100%;
    margin: 0;
    font-family:'Times New Roman', Times, serif;
}

body {
    display: flex;
    flex-direction: column;
   
}




header{
    
    background-color:unset;


}


.heading{
    
    color:  #1F3A8A;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content:space-evenly;
    background-color: wheat;
    padding:10px 10px 10px 10px;
    font-weight:900;
    
    
}

.lndeng , .lndeng1{
   color: #1F3A8A;
   margin: -10 0 0 0;
   padding:0 0 0 0;

}

.lndeng h2{
    margin:-10px 0 -10px 0;

}

.lndeng p{
    margin-bottom: 0px;
}

.lndeng b{
    margin: 0;
    padding: 0;
    font-size: x-large;
    color:#F15A29;
}

.lndeng1{
    display: none;
}
.lndeng p{
    font-size: small;
}


h2{
    padding-top: 15px;
    margin: 0;
    font-size:xx-large;
}
   .pmushalogo img{
        width: 100px;
    }
        

.brabulogo img{
    width: 80px;
    
}



.navbar1{
   
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    background-color:  #1F3A8A;;
    /* padding:7px 15px 7px 10px; */

    text-align: center;
    gap: 15px;
   
    
}

.navbar1 a{
    text-decoration: none;
    color:wheat;
    justify-content: space-between;
    font-weight: bold;
    padding:0 5px;
    font-size:large;
    padding: 8px;
}

.navbar1 a:hover{
    color: wheat;
    background: #1F3A8A;

}



.navbar2{
   
    display: none;
    flex-wrap: wrap;
    justify-content:space-around;
    background-color:  #1F3A8A;;
    padding: 5px;
    text-align: center;
    gap: 15px;
   
    
}

.navbar2 a{
    text-decoration: none;
    color:rgb(255, 255, 255);
    justify-content: space-between;
    font-weight: bold;
    padding:0 5px;
    font-size:medium;
    padding: 3px;
}

.navbar2 a:hover{
    color: wheat;
    background: #1F3A8A;

}



.lndpmeng{
    color: #1F3A8A;
    padding: 0;
    padding-top: 0px;
}
.lndpmeng h2{
margin:-10px 0 -10px 0;
}
.lndpmhin{
    color: #00a14a;
    padding: 0;
}

.lndpmeng1{
    color: #1F3A8A;
    padding: 0;
    margin: 0px;
    display: none;
}
.lndpmeng1 h2{
    margin:-10px 0 -10px 0;
}
.lndpmhin1{
    color: #00a14a;
    padding: 0;
    display: none;
}



.logindiv {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

.loginbtn {
    cursor: pointer;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: -40px;
    background: #1F3A8A;
    min-width: 160px;
    z-index: 999;
}

.submenu a {
    padding: 10px 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ff962e;
}

.submenu a:hover {
    background: #1F3A8A;
}

.logindiv:hover .submenu{
 
        display: block;
     
}





.logindiv1 {
    position: relative;
   
    display: inline-block;
    display: none;
    
}


#loginbtn1 {
    cursor: pointer;
}


.submenu1 {
    display: none;
    position: absolute;
    top: 100%;
    right:-20px;
    background:#1F3A8A;
    min-width: 100px;
}


.submenu1 a {
    padding: 10px 15px;
    text-decoration: none;
    color:rgb(255, 255, 255);
    display: block;
    border-bottom: 1px solid #ff962e;
}

.submenu1 a:hover {
    background: #1F3A8A;
}


body:hover .submenu1{
    display: none;
}


.logindiv1:hover{
    background: #1F3A8A;
   
}





.logindiv3 {
    position: relative;
    display: inline-block;
  
}

.loginbtn3 {
    cursor: pointer;
}

.submenu3 {
    display: none;
    position: absolute;
    top: 100%;
    right: -47px;
    background: #1F3A8A;
    min-width: 160px;
    z-index: 999;
}

.submenu3 a{
    padding: 10px 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ff962e;
}

.submenu3 a:hover {
    background: #1F3A8A;
}





main{
    
    background-color: wheat;
flex: 1; 
}


.banner {
     width: 100%;
    display: flex;
    
}






    .about-section{
        width: 90%;
        margin: auto;
     
        
    }
    .about-section h3{
        color:#f75c2a ;
    }
    .register-btn{
        text-decoration: none;
        background-color: #00487e;
        padding: 10px;
        font-weight: bolder;
        color: wheat;

    }
    .notice-gallery img{
    width: 150px;

}
.info-box{
    width: 90%;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.notice-gallery{
    margin-top: 5px;
}





.depart{
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 10PX;
    color: white;
    text-align: center;
    background-color: #F15A29;
    border-radius: 10px;
    width: 90%;
    
}

.depart h2{
    margin: 0;
    padding: 0;
    font-size: large;

}

.depart a{
    color: white;
}

.departments a{
    text-decoration: none;
    color: #ffffff;
    font-size: large;
}


.departments{
    margin-top: 20PX;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}


.department{
    width: 360px;
    border-top: 4px solid #F15A29;
    padding: 0 10px 20px 10px;
    background-color: #1F3A8A;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.department table {
    margin: 0 auto;
    text-align: center;
}


.department .btn{
    margin-top: 15px;
}


@media (max-width:768px) {
    .department{
        width: 360px;
    }
}

.content{
    max-width: 720px;
    margin: auto;
    
}

.principal img{
    border-radius:20px ;

}

.principal h4{
    margin: 0;
    padding: 0;
}

.loginform{
    
    max-width: 720px;
    margin: 60px auto;
    background: #1F3A8A;
    padding: 30px 25px;
    border-radius: 12px;
    border: 2px solid brown;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
}

.loginform h3{
    font-size:30px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    color:wheat;
    letter-spacing: 1px;
}

.inputfield{
    margin-bottom: 18px;
}

.inputfield label{
    font-weight: bold;
    color: white;
    
}

.inputfield input , select{
    width: 100%;
    padding: 10px 12px;
    margin-top: 6px;
    border-radius: 6px;
    border: 1px solid #F7941D;
    font-size: 15px;
    outline: none;
    background-color: #fff;
}

.inputfield input:focus{
    border-color: #F7941D;
    box-shadow: 0 0 0 2px #F7941D;
}

.submitbtn input{
    width: 100%;
    padding: 10px;
    border: none;
    background: #F7941D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submitbtn input:hover{
    background: #F15A29;
}

  .loginform{
        margin-top: 20px;
    }


    .otp input{
        width: 110px;
    }
    .otp button{
        padding: 10px;
      border: 1px solid #F7941D;
        border-radius: 5px;
        width: 90px;
        background-color: #0b559f;
        color: white;
        font-weight: bold;
    cursor: pointer;

    }

    .otp button:hover{
        background-color: #003163;

    }

.linkbtn{
    margin-top: 10px;
   
    
}
.linkbtn button{
    padding: 10px;
    background-color:rgb(227, 234, 234);
    margin-top: 5px;
    width: 100%;
    color: rgb(94, 94, 94);
    font-weight:bold;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;

}

.linkbtn button:hover{
    background-color:rgb(207, 207, 207);
}


.btn{
    padding: 10px;
    background-color:#F15A29;
    margin: auto;
    width: max-content;
    color: rgb(255, 255, 255);
    font-weight:bold;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    
}

.btn:hover{
    background-color:#00A049;
}

.title{
    text-align: center;
    background-color:#00A049;
max-width: 90%;
margin: auto;
border-radius: 5px;
    color: white;
    font-weight: bolder;

}

.title h3{
    color: white;
    padding: 3px;
}


@media (max-width:768px) {
    

 .loginform{
    max-width: 360px;
       margin-top: 20PX;
 }

 .content{
    max-width: 360px;
}

 
}




#registerForm {
    display: grid;
    grid-template-columns: 1fr;

}


@media (min-width: 768px) {

    #registerForm {
       column-gap: 18px;
        grid-template-columns: repeat(2, 1fr);
    }


 
    .otp,
    .submitbtn,
    .linkbtn {
        grid-column: 1 / -1;
    }

        .otp input , .otp button{
        width: 217px;
    }
}











footer{
    width: 100%;
    position:relative;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    background-color: #1F3A8A;
    text-align: center;
    bottom: 0;
}
 footer p{
   
    margin: 10px;
    
 }

body.swal2-shown {
    overflow: auto !important;
    padding-right: 0 !important;
}






@media (max-width:768px) {
    
 .navbar1{
    display: none;
 }
 .navbar2{
    display: flex;
    padding: 10px;
 }

    .lndpmhin ,.lndpmeng{
    font-size: 23px;
    margin: 0;
    padding: 0;
    }

.lndeng1{
    font-size: larger;
    display: block;
    padding: 0;
    margin: 0;
}
    .lndeng {
        display: none;
    }

   .brabulogo img{
        width: 60px;
        margin-top: 5px;
    }
   .pmushalogo img{
        width: 70px;
    }

.lndpmeng{
 display: none;
}
.lndpmhin{
display: none;
}

.lndpmeng1{
    color: #1F3A8A;
    padding-top: 8px ;
    display: block;
    font-size: larger;
}
.lndpmeng1 h2{
    margin:-10px 0 -10px 0;
}
.lndpmhin1{
    color: #00a14a;
    padding: 0;
    display: block;
    font-size: larger;
}


}





.eventlist h3{
    font-size:2rem;
    color: wheat;
    margin-top: 0;
}

.eventlist .title{
    background-color:#00153a;
    width: max-content;
    color: #00ff2f;
    padding: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    
}

.eventlist .title1{
    color: rgb(255, 0, 0);
}

.eventdetails .title{
    background-color:unset;
    font-size: larger;
    font-weight: 900;

}

.eventdetails .eventtitle{
    color:#F15A29;
}

.eventdetails{
    flex-direction: column;
    width:60%;
    margin: auto;
    margin-top:20px;
    border: 2px solid #F15A29;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.eventdetails p{
    font-size:large;
}



.departments .eventtitle{
    font-size: 35px;
    
}

.nodal{
    display: none;
}

@media (max-width:768px) {
   .eventlist h3{
    font-size:2rem;
}
.departments .eventtitle{
    font-size:25px;
   
}
.eventdetails{
    width: 95%;
}


.nodal{
    display: flex;
margin-top: -12px;
    justify-content: center;
margin-bottom: 5px;
color:#F15A29;
}


.notice-title{
    display: none;
}



}


.notice-wrapper {
    margin-bottom: 20px;
}

.notice-bar {
    background: #f9eed6;
    color: #00153a;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notice-title {
    font-weight: bold;
    white-space: nowrap;
        color: #ff0000;
    font-weight: bold;
    font-size: large;
}

.notice-item {
     color: #ff0000;
    font-weight: bold;
    font-size: large;
    
}

.notice-item a {
    color: #ff0000;
    font-weight: bold;
    font-size: large;
}

.view-all {
    margin-left: auto;
    background: #ff8000;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    width: 120px;
    font-weight: bold;
}

.notice-expand {
    max-height: 0;
    overflow: hidden;
    background: #f9eed6;
    transition: max-height 0.4s ease;
    border: 1px solid #ddd;
    color: #ff0000;
        font-weight: bold;
    font-size: large;
}

.notice-expand ul {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.notice-expand li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.notice-expand a {
    color: blue;
    font-weight: bold;
    font-size: large;
}

.notice-date {
   
    font-weight: bolder;
    color:#00153a;
}







* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

@media (max-width:768px){
    html{ font-size:14px; }
}

@media (max-width:480px){
    html{ font-size:13px; }
}

html, body{
    height: 100%;
    margin: 0;
        font-family: Arial, Helvetica, sans-serif;

}

body {
    display: flex;
    flex-direction: column;
}

img{
    max-width: 100%;
    height: auto;
}

header{
    background-color: unset;
}

.heading{
    color:#0040ff;
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    background-color:wheat;
   
    font-weight:900;
   
    text-align:center;
    gap:10px;
    font-size: 1.2rem;
}

.lndeng, .lndeng1{
    color:#1F3A8A;
    
}


.lndeng p{
    font-size:0.9rem;
    
}

.lndeng b{
    font-size:1.2rem;
    color:#F15A29;
}

h2{
    font-size:1.6rem;
    margin:0;
}

.biharlogo img{ width:75px; }
.brabulogo img{ width:70px; }



.navbar1 a, .navbar2 a{
    text-decoration:none;
    color:white;
    font-weight:bold;

    font-size:0.95rem;
}

.navbar1 a:hover,
.navbar2 a:hover{
    background:#0A1F44;
}

.navbar2{ display:none; }

.logindiv, .logindiv3{
    position:relative;
    display:inline-block;
}

.submenu, .submenu3{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    background:#1F3A8A;
    min-width:150px;
}

.submenu a, .submenu3 a{
    padding:10px;
    color:#fff;
    display:block;
    border-bottom:1px solid #ff962e;
}

.logindiv:hover .submenu,
.logindiv3:hover .submenu3{
    display:block;
}

main{
    background-color:wheat;
    flex:1;
}

.banner{
    width:100%;
    display:flex;
}

.about-section{
    width:90%;
    margin:auto;
}

.about-section h3{
    color:#f75c2a;
}

.register-btn{
    text-decoration:none;
    background:#00487e;
    padding:10px;
    color:wheat;
    font-weight:bold;
}


.notice-title, .notice-item{
    font-size:0.9rem;
    font-weight:bold;
    color:red;
}

.depart{
    width:90%;
    margin:auto;
    padding:10px;
    background:#F15A29;
    color:white;
    border-radius:10px;
    text-align:center;
}



.department{

    font-size: 1rem;
}

.eventdetails{
    width:90%;
    margin:auto;
    border:2px solid #F15A29;
    padding:10px;
    border-radius:10px;
}

.eventdetails p{
    font-size:1rem;
}



.loginform{
    width:90%;
    margin:20px auto;
    background:#1F3A8A;
    padding:20px;
    border-radius:10px;
    font-size: 1rem;
}

.loginform h3{
    text-align:center;
    color:wheat;
    font-size: 2rem;
}

.inputfield{
    margin-bottom:15px;

}

.inputfield label{
    color:white;
}



.btn{
    padding:10px;
    background:#F15A29;
    color:white;
    border:none;
    border-radius:5px;
}

.btn:hover{
    background:#00A049;
}

footer{
    width:100%;
    background:#1F3A8A;
    color:white;
    text-align:center;
    padding:10px;
}

@media (max-width:768px){

    .navbar1{ display:none; }
    .navbar2{ display:flex; }

 

  

    .eventdetails{
        width:95%;
    }

    .loginform{
        width:95%;
    }
}

.eventlogo{
    height: 100px;
 
}




.event-container{
    width: 100%;
  
 
    background: wheat;
    border-radius: 5px;
  
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.event-banner img{
    width: 100%;
    
  
}

.event-header{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.event-logo{
    
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    border: 2px solid #F15A29;
}

.event-title-box h1{
    margin: 0;
    color: #1F3A8A;
}

.event-department{
    color: #F15A29;
    font-weight: bold;
}

.event-dates{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: wheat;
    padding: 10px;
}

.date-box{
    text-align: center;
    margin: 5px;
}

.date-box span{
    display: block;
    font-size: 14px;
    color: #555;
}

.event-section{
    padding: 15px;
    border-top: 1px solid #eee;
    
}

.event-section h3{
    color: #1F3A8A;
    margin-bottom: 5px;
}

.event-section p{
    font-size: 15px;
    line-height: 1.5;
    
}

.group-photo{
    max-width: 100%;
    max-height:30rem ;
    border-radius: 10px;
    margin-top: 10px;
   
}

.event-action{
    text-align: center;
    padding: 20px;
}

.event-action .btn{
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
}

@media (max-width:768px){


    .event-logo{
        
        height: 70px;
    }


}

.payqr{
    height: 20rem;
}






