.top-header {
  background-color: #0a58ca;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
}
.top-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carousel img {
  max-height: 550px !important;
}
.bg-cyan {
  background: #49a7d6 !important;
}
.bg-yellow {
  background: #ffc936 !important;
}
.bg-blue {
  background: #3079d7 !important;
}
.bg-green {
  background: #0fc45b !important;
}
.text-white {
  color: #fff !important;
}
.txt-green {
  color: #10c45b !important;
}
.section-title {
  text-align: center;
  margin: 2rem 0;
}
.text-align-center {
  text-align: center !important;
}

.card img {
  object-fit: cover;
  height: 200px;
}
.feature-main {
  margin-top: -78px;
  position: relative;
}

.features-box {
  margin: -0.5px;
}

.feature-col {
  padding: 0px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  color: #fff;
  gap: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.feature-box i {
  font-size: 36px;
  margin-top: 5px;
}

.feature-text h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.feature-text p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
/* #adminstrator img {
    max-height: 300px;
  object-fit: cover;
} */
.admin-image-wrapper {
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .admin-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
  }
  
  #adminstrator .row {
    margin-bottom: 1px !important;
    border-bottom: 1px solid #eaeaea;
  }
  
  .adminstrator-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .text-green {
    color: #28a745;
  }
    .text-blue {
        color: #007bff;
    }  

.footer {
  background: url("/assets/img/footer-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer::before {
  content: "";
  background: #0a58ca; /* dark green overlay with transparency */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}


.campus-tour {
    background: #0a58ca url('/assets/img/green-bg-pattern.png') repeat;
    background-size: cover;
    position: relative;
  }
  
  .video-play-btn {
    background: white;
    border: none;
    border-radius: 50%;
    padding: 20px 25px;
    font-size: 24px;
    color: #04b45f;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
  }
  .video-play-btn:hover {
    transform: scale(1.1);
  }
  
  .event-wrapper {
    position: relative !important;
    margin-top: -184px;
}
  
  .news-box {
    z-index: 2;
  }
  .py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pd-35{
    padding: 35px !important;
}
.f3{
    font-size: 3rem !important;
}
  /*Style for the school facility*/
  .school-facilities-section {
    background: url('/assets/img/grey-diagonal.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
  }
  
  .school-facilities-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 8%);
}
  .school-facilities-section .section-title {
    font-weight: 700;
    font-size: 2rem;
  }
  
  .school-facilities-section .facility-box img {
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
  }
  
  .school-facilities-section .facility-box h6 {
    font-weight: 600;
  }
 /* style for the kids corner*/


  .kids-corner-section .tag-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0a58ca;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 5px;
    z-index: 2;
  }

  /**
   * Style for regsitration homepage
   */

   .register-section {
    background: linear-gradient(#0a58ca, #ffd12b), url('/assets/img/registration_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 20px;
    color: white;
  }

  .register-form input,
  .register-form textarea {
    background-color: #fff;
    color: #000;
    border: none;
    margin-bottom: 15px;
  }

  .register-form input::placeholder,
  .register-form textarea::placeholder {
    color: #888;
  }

  .btn-submit {
    background-color: #0a58ca;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 25px;
    border: none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  .admission-badge {
    background-color: rgba(255,255,255,0.1);
    padding: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
  }
  
  /**
    * Style for the about us page
    */
    .about-school-section {
        background: url('/assets/img/bg-8.jpg') no-repeat center center;
        background-size: cover;
        padding: 60px 20px 0px 20px;
        background-color: #f8f9fa;
      }
    
      .about-icon {
        width: 60px;
        margin-bottom: 15px;
      }
    
      .about-title {
        color: #0a58ca;
        font-weight: 700;
      }
    
      .about-content {
        color: #333;
        line-height: 1.7;
      }
    
      .student-image {
        max-width: 100%;
        border-radius: 8px;
      }

      .mb-45 {
        margin-bottom: 45px;
    }
    .contact-form .contact-title h2 {
        font-size: 48px;
        font-weight: bold;
        margin: 0 0 31px;
    }
    .contact-form .contact-title h2 span {
        font-weight: 400;
        color: #00a651;
    }

    .contact-form form input {
        border: 1px solid #eeeeee;
        font-size: 13px;
        color: #333;
        background: transparent;
        padding: 2px 20px;
        margin-bottom: 25px;
    }
    .contact-form p.form-messege {
        margin-top: 10px;
    }
    .pb-130 {
        padding-bottom: 130px;
    }
    .contact-map {
        border: 10px solid #0a58ca;
        border-right: none;
    }
    .mr-70 {
        margin-right: 70px;
    }

    input {
        background: #eceff8;
        border: 2px solid #eceff8;
        height: 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        font-size: 14px;
        color: #333;
        width: 100%;
    }

    .contact-form form button {
        padding: 0;
        border: none;
        font-size: 16px;
        font-weight: bold;
        color: #0a58ca;
        background-color: #fff;
        line-height: 1;
        display: inline-block;
        -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
        box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
        padding: 23px 40px 20px;
        border-radius: 50px;
        margin-top: 47px;
    }
    .contact-form form textarea {
        border: 1px solid #eeeeee;
        font-size: 13px;
        color: #333;
        background: transparent;
        height: 135px;
        padding: 17px 20px;
    }

    button, input[type="submit"] {
        cursor: pointer;
    }

    textarea {
        resize: vertical;
        background: #eceff8;
        border: 2px solid #eceff8;
        padding: 10px;
        width: 100%;
        font-size: 14px;
    }

    .breadcrumb-bottom {
        background-color: #0a58ca;
        padding: 14px 0 12px;
    }

    ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    .breadcrumb-bottom ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    ;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .breadcrumb-bottom ul li a {
        font-weight: 500;
        font-size: 18px;
        color: #f6f6f6;
        line-height: 1;
    }

    .breadcrumb-bottom ul li span {
        font-weight: 500;
        font-size: 18px;
        color: #f6f6f6;
        line-height: 1;
    }

    .breadcrumb-bottom ul li span i {
        color: #f6f6f6;
        font-size: 14px;
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

    ul#pills-tab {
        border-bottom: 1px solid #ccc;
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        color: var(--bs-nav-pills-link-active-color) !important;
        background-color: #0a58ca !important;
    }
    .nav-pills .nav-link {
        border-radius: 0;
        color: #000;
        font-size: 16px;
        font-weight: 800;
        padding: 10px 20px;
        margin-right: 5px;
    }

    .school-curriculum-section{
        background: url('/assets/img/bg-8.jpg') no-repeat center center;
        background-size: cover;
        padding: 60px 20px 0px 20px;
        background-color: #f8f9fa;
    }
    .common-section{
        background: url('/assets/img/bg-8.jpg') no-repeat center center;
        background-size: cover;
        padding: 60px 20px 0px 20px;
        background-color: #f8f9fa;
    }

    .facility-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
      }
      .facility-title {
        font-weight: 600;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #0a58ca;
      }
      .stars {
        color: #0a58ca;
        font-size: 0.95rem;
      }

      .arrow-list {
        list-style: none;
        padding-left: 0;
      }
    
      .arrow-list li::before {
        content: "➤"; /* Unicode arrow character */
        color: #ccc;/* Bootstrap primary color */
        font-weight: bold;
        display: inline-block;
        width: 1.5em;
        margin-left: -0.5em;
      }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0a58ca !important;
}
.dropdown-item.active, .dropdown-item:active {   
    background-color: #0a58ca !important;
}