
/* === Intercontinental College of Technology Makurdi === */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f9f9f9;
  color: #333;
}
.navbar {
  background-color: #003366;
}
.navbar-brand {
  font-weight: 700;
  color: #f1c40f !important;
}
.nav-link {
  color: #fff !important;
  font-weight: 500;
}
.nav-link:hover {
  color: #f1c40f !important;
}
.hero {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
              url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?auto=format&fit=crop&w=1600&q=80') center/cover;
  color: white;
  text-align: center;
  padding: 120px 20px;
}
.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}
footer {
  background: #003366;
  color: white;
  padding: 30px 0;
  text-align: center;
}
footer a {
  color: #f1c40f;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
