*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   font-family: "Raleway", sans-serif;
}
.body-bg{
    background:rgb(198, 217, 241);
}
body{
padding-top: 128px;
font-family: "Raleway", sans-serif;
}
#home img{
    width:100%;
}
 .fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }
.nav-link{
    color:#1daaf1 !important;
    font-size:16px !important;
    text-transform:uppercase;
    font-weight:bold;
}
/* Feature Cards */

.bg-primary{
    background:#1DAAF1 !important;
}
.feature-card {
    text-align: center;
    padding: 20px;
    color: white;
    margin-bottom: 20px;
    position:relative;
    height: 330px;
}

.feature-card .icon img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
}
.feature-card p{
    font-size: 19px;
    text-align: center;
    margin-top: 20px;
}

#about{
  padding: 0px 20px 0px 20px;   
}

#about .col-md-3{
    padding:0;
}
    
.blue-card {
    background-color: #0056b3;
}

.purple-card {
    background-color: #6f42c1;
}

.pink-card {
    background-color: #d63384;
}

.green-card {
    background-color: #198754;
}

/* School Description */
.school-description {
    color: #000;
}
.school-description p{
    text-align:justify;
    font-size: 19px;
}
.textsize{
    color:#0C1B63;
    font-size:35px;
}
.textstyle{
    color:rgb(12, 27, 99);
    font-size:22px;
    font-weight:600;
}
#center_part img{
    width:100%;
}
.intro{
    background:rgba(247, 85, 226, 0.85);
}
.intro p,.brief p,.text-wrapper p{
    color:#fff;
    padding:10px;
    font-size:17px;
    font-weight:700;
    text-align:justify;
}
.brief{
    background:rgba(33, 91, 165, 0.85);
}
.img-wrapper img{
    width:100%;
    margin-bottom:10px;
}
.text-wrapper{
    background:rgba(180, 19, 17, 0.85);
}
.text-color{
    color:rgb(22, 125, 177);
    font-size:24px;
    font-weight:700;
}
.event-heading{
    color: red;
    font-size: 40px;
    margin-bottom: 45px;
    font-weight: 500;
}
        /* Lightbox styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            z-index: 1050;
        }
        
 .gallery img {
            width: 100%;
            height: auto;
            border-radius: 15px;
            height:130px;
            object-fit:contain;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .gallery img:hover {
            transform: scale(1.05);
        }
        .lightbox.active {
            display: flex;
        }

        .lightbox img {
            max-width: 90%;
            max-height: 80%;
            border-radius: 8px;
        }

        .lightbox .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
        }

        .lightbox .close-btn:hover {
            background: rgba(255, 255, 255, 0.6);
            color: red;
        }

        body.no-scroll {
            overflow: hidden;
        }
        
.event-title{
    text-align:center;
    margin-bottom:20px;
}        
.logo{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 2%;
    background:#fff;
    width: 131px;
}
.top-title{
    font-size: 15px;
    font-weight: 700;
}
.notice-bg{
    background: #1daaf1;
    color: #fff;
    padding: 20px 0px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
#DataTables_Table_0_filter{
    text-align:right;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length {
    float: left; /* Align the dropdown to the left */
    margin-bottom: 10px; /* Add some space below */
}

.dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center; /* Align text and dropdown vertically */
    gap: 5px; /* Add spacing between text and the dropdown */
}

.dataTables_wrapper .dataTables_length select {
    width: auto; /* Adjust the width of the dropdown */
    padding: 5px; /* Add some padding for better appearance */
}
.view-btn{
    width: 140px;
}
.th-width{
width: 150px;
}
tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
    text-align: center;
}
.school-notice-title{
    background: #1daaf1;
    display: inline-block;
    color: #fff;
    padding: 12px;
    margin: 20px 0;
}
.heading{
    font-size: 34px;
}
.about-index{
    margin-top:120px;
}
.mission-index{
    margin-top: 140px;
}
.contact-page{
 padding: 40px;   
}
.nav-txt-align{
    text-align:right;
}

#admission{
 margin-bottom: 50px;   
}

#admission .form-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

#admission .form-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  color: #343a40;
  margin-bottom: 30px;
  text-align: center;
}

#admission label {
  font-weight: 600;
  color: #495057;
}

#admission .form-control, 
#admission .form-select {
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ced4da;
}

#admission .form-check-label {
  font-weight: 500;
  color: #495057;
}

#admission button[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #007bff, #1daaf1);
    border: none;
    padding: 9px 30px;
    border-radius: 25px;
    transition: 0.3s;
    font-weight: 600;
}

#admission button[type="submit"]:hover {
  background: linear-gradient(45deg, #0056b3, #003d80);
}

#aadharError{
    margin-top: 11px;
    display: block;
}
.modal-header .btn-close{
    filter: invert(1);
    opacity: 1;
}
#termsModal p{
    font-size:14px;
}