

h1 {
    font-family: serif;
    font-weight: 550;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    margin: 3% 0 1% 0;
}

h3{
    font-family: serif;
    font-weight: 550;
}
hr.solid {
    
    border: 3px solid #A10035;
    margin: 0%;
  }
  .hr-rule{
    margin: 0;
    border: 2px solid black;
  }

#top-container{
    background-color:white;
    width: 100%;
    height: 200px;
   
}





.navigation-bar{
    font-family: 'Montserrat';
    background-color: #9C254D;
    width: 100%;
    height: 50px;
    
    

}



.nav-link{
    color: white;
    font-size: 17px;
    margin-left: 30px;
    margin-right: 20px;
    background-color: #9C254D;
    min-width: 100%;
    
    
    
}
.nav-link:hover{
color: antiquewhite;
}



.navigation-group{
    margin-right: 15%;
   
}
.school-logo{
    margin-top: 10px;
    width: 15%;
    position: absolute;
    left: 40%;
   
   }

   .navigation-group :hover  ul.dropdown-menu {
    display: block;
    
   
}
.dropdown-item{
    font-family: 'Montserrat';
    background-color: #9C254D ;
    color: white;
    font-size: 17px;
}



  
  

  .school-img{
    width: 100%;
    height: 500px;
  }


  .feature-icons{
    color: #ef8172;
    /* margin-bottom: 1rem; */
  }

  .feature-icons:hover{
    color: #9C254D;
  }

  #features{
    text-align: center;
    /* padding: 1% 5% 1% 5%; */
    background-color: white;
    position: relative;
    z-index: 1;
        
}  

.feature-heading{
    margin: 3% 0 ;
}

.feature-box{
    margin: 1% 0 8% 0;
}

.aboutUs{
    text-align: center;
    margin: 2% 20% 5% 20%;
}


#registration{
    background-color: #f2f2f2;
    padding: 0%;
    
}
.mb-4{
    color: Black;
    margin: 1% 10%;
}
.Reg-par{
    color: black;
    font-size: 1.5rem;
    text-align: center;
}

.card-header {
    background-color: #9C254D;
}

.card-body{
    background-color: #A7D2CB;
}

.btn{
    margin-top: 1rem;
    background-color: #9C254D;
    font-weight: 400;
    text-align: center;
   
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    display: block;
    width: 100%;
}

.form-control {
    margin-bottom: 10px;
    line-height: 1.5;
    height: 47px;
}



.img-caption{
    margin-top: 1rem;
}

.gallery-container{
    margin: 4% 1% ;
}

.bottom-container{
    background-color: #9C254D;
    color: white;
    text-align: center;
    padding: 3% 15%;
}

/* Contact Us page */

.contact-header{
    background-color: #D1E8E4;
    font-family: serif;
    color: black;
}

.section-title {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9C254D;
  }
  
  .section-title span {
    position: relative;
    background: #ffffff;
    z-index: 1;
  }
  
  .section-title::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #9C254D;
  }

  .btn-sendMessage{
    margin-top: 1rem;
    background-color: #9C254D;
    font-weight: 400;
    text-align: center;
   color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
  }
  .btn-sendMessage:hover{
    background-color: #a74465;
  }

  .icons{
    background-color: #D1E8E4;
    margin-right: 20px;
    
  }

  /* Footer Section */

#footer-section{
    background-color: #9C254D;
    width: 100%;
    text-align: center;
   
    
    
}



.btn-footer{
    margin: 20px 25px;
    text-align: center;
    color: #ffffff;
}
.footer-copyright {
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
}

/* President's message page */

.message-container{
    width: 100%;
    background-color: #A7D2CB;
    
   
}

.message-page-heading{
    padding:1% 0 1% 5%;
    font-family: serif;
    font-weight:900;

}

.president-img{
   width: 100%; 
   height: 100%;
   margin-right: 20px;
}



.message-content{
   padding-left: 5%;
   padding-bottom: 3%;
   margin: 0%;
   padding-right: 5%;
}

.message-1{
    margin-left: 20px;
}
.name-content{
    margin-left: 25%;

}

.msg-1{
    margin: 7% 20% 4% 20%;
}

/* Vision */

.vision-heading{
    padding:2% 0 1% 5%;
    font-family: serif;
    font-weight:900;
    text-align: center;

}

/* Step by step guideline page */

.guideline-container{
    width: 100%;
    
    
   
}

.guideline-heading{
    padding:2% 0 2% 5%;
    font-family: serif;
    font-weight:900;
    text-align: center;
    background-color: #A7D2CB;

}

.guideline-content{
    font-family: serif;
    padding-left: 5%;
   padding-bottom: 3%;
   margin: 0%;
   padding-right: 5%;
}

.h2-heading{
    padding: 15px 70px;
    margin-left: 10px;
}

.list-wrapper {
    position:relative;
    margin-left: 10%;
    width: 60%;
    
  }
  .list-item-wrapper {
    margin-top:10px;
    position:relative;
  }
  .list-bullet {
    float:left;
    margin-right:20px;
    background:#FF4949;
    height:40px;
    width:40px;
    line-height:40px;
    border-radius:100px;
    font-weight:700;
    color:white;
    text-align:center;
  }
  .list-item {
    display:table-row;
    vertical-align:middle;
    font-size: 1.2rem;
  }
  .list-title {
      font-weight:700;
  }
  .list-text {
      font-weight:400;
  }
  .red-line {
    background:#FF4949;
    z-index:-1;
    width:2px;
    height: 85%;
    position:absolute;
    left:20px;
  }


  .doc-list{
    font-size: 1.2rem;
    padding: 1% 0;
    font-weight: 700;
    
  }
  .checkmark{
    margin-left: 7%;
    margin-bottom: 5%;
  }

  .checkmark-icon{
    padding-right: 25px;
    color: green;
    
  }

  /* Fee Details page */
  
  .f-table {
    border: 1px solid black;
    margin: 7% 20% 4% 20%;
  }

  

  .school-logo-watermark{
    margin-top: 130px;
    width: 25%;
    position: absolute;
    left: 38%;
    opacity: 0.2;
   
    
  }

  /* Syllabus Page and Booklist Page*/

  .syllabus-table{

    text-align: center;
    
  }

  .s-table{
    border: 1px solid black;
    margin: 7% 20% 4% 20%;
 
  }

  .table-column-1 {
    text-align: center;
    padding: 10px 100px 10px 100px;
    border: 1px solid black;
   

  }

  .table-column-2 {
    text-align: center;
    padding: 10px 100px 8px 100px;
    position: absolute;
    width: 40%;
    border: 1px solid black;
    
    
  }
  .pdf-button{
    background-color: #9C254D;
    color: #ffffff;
   

  }

  .disclaimer-note{
    padding-top: 3%;
  padding-bottom: 4%;
  text-align: center;
  }

  /* Results page */

  .results-container{
    height: 500px;
  }


  /* Announcements page */

  .announcement-container{
    height: 500px;
  }

  .announcements{
    text-align: center;
    padding: 4% 0;

  }
  
  
  
.vision-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin-top: 30px; } .vision-grid img { width: 100%; height: 260px; object-fit: cover; border-radius: 10px; display: block; }