body {
  font-family: 'Poppins', sans-serif;
}

.top-bar {
  background: #0d6efd;
  font-size: 14px;
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.carousel-item img {
  height: 600px;
  object-fit: cover;
}

footer {
  margin-top: 50px;
}

.download-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

h2 {
  color: #198754;
}

a.download-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background-color: #198754;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s;
}

a.download-btn:hover {
  background-color: #157347;
}


.logo {
  height: 40px;
  width: auto;
  border-radius: 6px;
}

.college-name {
  font-size: 1rem;
  max-width: 45%;
  /* reduce width so links have space */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-nav .nav-link {
  padding: 8px 14px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .college-name {
    max-width: 70%;
    font-size: 0.9rem;
  }

  .logo {
    height: 30px;
  }
}
.justify-text {
    text-align: justify;
}
