body { font-family: 'Segoe UI', Arial, sans-serif; background: #f8f9fa; }
header h1 { color: #0d6efd; }
.navbar-nav .nav-link { color: #fff !important; }
.navbar-nav .dropdown-menu { background: #0d6efd; }
.navbar-nav .dropdown-item { color: #fff; }
.navbar-nav .dropdown-item:hover { background: #0b5ed7; }
section { margin-bottom: 2rem; }
.notice-list, .event-list, .announcement-list { list-style: none; padding: 0; }
.notice-list li, .event-list li, .announcement-list li { margin-bottom: 0.5rem; }
.testimonial { background: #fff; border-radius: 8px; padding: 1rem; margin-bottom: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.client-logos img { max-height: 60px; margin: 0.5rem; filter: grayscale(1); transition: filter 0.3s; }
.client-logos img:hover { filter: grayscale(0); }
@media (max-width: 767px) {
  .client-logos img { max-height: 40px; }
  header h1 { font-size: 1.2rem; }
}
