/* Libray */
.hero {
  background-color: #f8f9fa;
}

.info-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  font-size: 0.9rem;
}




/* Addmission */
body {
      background-color: #f8f9fa;
    }
    section {
      background: white;
      padding: 30px;
      border-radius: 12px;
      margin-bottom: 30px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    h2 {
      color: #0d6efd;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .btn-apply {
      font-size: 18px;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 10px;
    }


    /* Faculyy */
    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f9f9;
    }
    .faculty-header {
      background: hsl(33, 95%, 46%);
      color: white;
      padding: 40px 0;
      text-align: center;
    }
    .teacher-card {
      transition: transform 0.2s;
    }
    .teacher-card:hover {
      transform: scale(1.05);
    }
    .teacher-img {
      height: 220px;
      object-fit: cover;
    }
  
    