.top-header {
  background-color: #1eb064;
  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;
}

/* #home-about-section .row {
  margin-bottom: 1px !important;
  border-bottom: 1px solid #eaeaea;
} */

#home-about-section .section-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: rgba(0, 64, 0, 0.85); /* dark green overlay with transparency */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.campus-tour {
  background: #04b45f 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: #00b386;
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 2;
}

/**
   * Style for regsitration homepage
   */

.register-section {
  background: linear-gradient(rgba(0, 128, 0, 0.8), rgba(0, 128, 0, 0.8)),
    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: #00c851;
  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: #00b050;
  font-weight: 700;
}
.detail-content p {
  color: #333;
  line-height: 1.7;
}
.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 #00a651;
  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: #00a651;
  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: #00a651;
  padding: 14px 0 12px;
}

.breadcrumb-bottom .container {
  display: flex;
  justify-content: flex-end; /* ✅ Move breadcrumb to right */
  align-items: center;
}

/* Optional: keep spacing and font styling clean */
.breadcrumb-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-bottom ul li {
  display: inline-block;
  color: #fff; /* keep existing background contrast */
  font-size: 14px;
}

.breadcrumb-bottom ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-bottom ul li a:hover {
  text-decoration: underline;
}

.breadcrumb-bottom ul li span {
  margin-left: 5px;
}

@media (max-width: 576px) {
  .breadcrumb-bottom .container {
    justify-content: center; /* Center on mobile */
  }
  .breadcrumb-bottom ul li {
    font-size: 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: #10c45b !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: #007144;
}
.stars {
  color: #0ca678;
  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: #00a651 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #00a651 !important;
}

/* Default (Desktop / Large screens) */
.middle-header .header-title,
.middle-header .header-title h4,
.middle-header .header-title h5 {
  font-size: 25px !important;
}

.logo-width {
  width: 80px;
}

/* For Tablets (max-width: 991px) */
@media (max-width: 991px) {
  .middle-header .header-title,
  .middle-header .header-title h4,
  .middle-header .header-title h5 {
    font-size: 10px !important;
  }
  .logo-width {
    width: 65px;
  }
}

/* For Mobile (max-width: 575px) */
@media (max-width: 575px) {
  .middle-header .header-title,
  .middle-header .header-title h4,
  .middle-header .header-title h5 {
    font-size: 6px !important;
  }
  .logo-width {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.flex-row {
    flex-direction: row !important;
  }

  .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  .navbar-nav .dropdown-menu {
    margin-top: 0.5rem;
  }
}

/* Mobile drawer menu */
.drawer-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
  padding: 20px;
}

.drawer-menu.active {
  right: 0;
}

.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.drawer-backdrop.active {
  display: block;
}

.drawer-close {
  font-size: 1.5rem;
  cursor: pointer;
  text-align: right;
}

.top-header {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .middle-header .header-title {
    font-size: 14px;
  }

  .middle-header .header-logo-left,
  .middle-header .header-logo-right {
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .top-header .container {
    font-size: 0.9rem;
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* Default padding (Desktop / Tablet) */
.middle-header {
  padding-top: 1rem !important; /* py-3 equivalent */
  padding-bottom: 1rem !important;
}

/* Mobile (max-width: 575px) → py-2 equivalent */
@media (max-width: 575px) {
  .middle-header {
    padding-top: 0.5rem !important; /* py-2 */
    padding-bottom: 0.5rem !important;
  }
}

.adminstration-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
  align-items: start;
}

.adminstration-top img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: transform 0.3s;
}

.adminstration-top img:hover {
  transform: scale(1.05);
}

.adminstration-top h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.adminstration-top small {
  color: #666;
  font-size: 13px;
}

@media (max-width: 576px) {
  .adminstration-top img {
    width: 70px;
    height: 70px;
  }
  .adminstration-top h6 {
    font-size: 13px;
  }
  .adminstration-top small {
    font-size: 11px;
  }
}
.notification-marquee > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: marquee-up 8s linear infinite;
}
@keyframes marquee-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-63%); }
}
.notification-marquee:hover > div {
  animation-play-state: paused;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgba(0,0,0,0.4); /* or #fff for white */
  border-radius: 50%;
}