.top-bar {
  font-size: 14px;
}

.navbar {
  background: #e91e63;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 8px;
}

.carousel-item img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.carousel-caption {
  bottom: 40%;
}

.carousel-caption h2 {
  font-weight: bold;
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

.carousel-caption .btn-warning {
  font-weight: bold;
}

.stat-box {
  background: white;
  border-radius: 20px;
  padding: 20px;

  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-box h4 {
  margin-top: 10px;
  font-weight: bold;
}

.stat-box p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #e91e63;
}
.dropdown-item {
  font-size: large;
}
.dropdown-menu {
  width: 230px;
}
.navbar {
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: -20px;
  z-index: 999;
  border-radius: 10px;
}
.feat {
  margin-top: -45px;
  z-index: 10000 !important;
}
.card-custom {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  height: 80%;
}
.img-rounded {
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  width: 100%;
  height: 42%;
}
.img-rounded1 {
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  width: 100%;
}
.read-more-btn {
  background: #ffbe00;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  transition: 0.3s;
}
.read-more-btn:hover {
  background: #f0ad00;
}
.info-section {
  padding: 50px 0;
  text-align: center;
}

.info-box {
  padding: 20px;

  border-radius: 10px;
}

.info-box img {
  width: 60px;
  margin-bottom: 15px;
}

.info-box h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a4d;
}

.info-box p {
  color: #444;
  font-size: 16px;
}
.news-card {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
}
.news-card:hover {
  transform: translateY(-5px);
}
.news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.news-card .card-body {
  text-align: center;
  font-weight: 500;
}

.event-card {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s;
  background-color: white;
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-date {
  background: #2ecc71;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  min-width: 70px;
}
.event-date.yellow {
  background: #f1c40f;
}
.event-date h5 {
  margin: 0;
  font-weight: bold;
}
.event-date small {
  display: block;
  font-size: 0.8rem;
}
.event-title {
  padding: 10px 15px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
}
.all-events {
  color: red;
  font-weight: 600;
  display: inline-block;
  margin-top: 2px;
}
.hex-container {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap;
}

.hex {
  width: 150px;
  height: 150px;
  background: #3498db;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hex {
  margin-top: -20px;
}

.hex.orange {
  background: #f39c12;
}

.hex.red {
  background: #e67e22;
}

.hex i {
  font-size: 28px;
  margin-bottom: 8px;
}

.section-title {
  font-weight: bold;
  color: #0d47a1;
}
.vissionx {
  text-align: right !important;
}
.missionx {
  text-align: left !important;
}
.spotlight-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #a30000;
  text-transform: uppercase;
}

.spotlight-subtitle {
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  border: none;
}

.spotlight-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.spotlight-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.carousel-indicators {
  position: static;
  margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #444;
}

.carousel-indicators .active {
  background-color: #a30000;
}

.carousel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 5px;
}
.logo-circle {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -80px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.logo-img {
  max-width: 60%;
  max-height: 60%;
}

.footer {
  background: linear-gradient(90deg, #00387b, #833ab4);
  color: #fff;
  font-size: 0.9rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .school-info {
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}

.footer .social-icons a {
  font-size: 1.2rem;
  margin-left: 10px;
  color: #fff;
}

* {
  text-decoration: none;
}
.marquee-vertical {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.marquee-vertical:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  flex-direction: column;
  animation: scroll-up 7s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.event-card {
  padding: 10px;
  background: white !important;
  border-bottom: 1px solid #ddd;
}
.gallery1 {
  padding: 50px;
}
.news1 {
  padding: 50px;
}
.banner {
  position: relative;
  background: url("../img/sl3.jpg") center/cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.spotlight-caption {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5c3945a4; /* dark pink overlay */
}

.banner-content {
  position: relative;
  color: white;
  z-index: 1;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.breadcrumb-item.active {
  color: #ffd700; /* yellow for active page */
}
