/* Carousel image styles - show full image */
.carousel-item img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
/* Custom Navbar Colors */
.navbar-custom {
	background-color: #0a3a7e !important; /* Primary deep blue */
}
.navbar-custom .navbar-nav .nav-link {
	color: #fff !important;
}
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link:focus {
	color: #f9c846 !important; /* Gold accent */
}
.navbar-custom .navbar-brand {
	color: #f9c846 !important;
}
.facebook-iframe-wrapper {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.facebook-iframe-wrapper iframe {
  width: 100%;
  height: 300px;
  border: none;
  overflow: hidden;
  display: block;
}
.campus-img-item:hover .campus-img {
  transform: scale(1.06) rotate(-2deg);
  box-shadow: 0 0 24px rgba(0,123,255,0.15);
}
.campus-img {
  transition: transform 0.4s, box-shadow 0.4s;
}
