.search-box {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/college-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 180px 0;
}
.search-box h1 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-weight: bold;
}
.search-box form .input-group .form-control {
  border-radius: 0;
  padding: 10px;
}
.search-box form .input-group button {
  background: #eea236;
  color: #fff;
  padding: 0 35px;
}

.course-section {
  background-color: #fff;
}
.course-section .course-box {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.course-section .course-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.course-section .course-box .course-grid .course-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.course-section .course-box .course-grid .course-name {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
}
.course-section .course-box .sub-course-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.course-section .course-box .sub-course-link .course-tag {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.85rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.course-section .course-box .sub-course-link .course-tag:hover {
  background-color: #e23524;
  color: #fff;
  border-color: #e23524;
  box-shadow: 0 2px 6px rgba(226, 53, 36, 0.3);
}

/*# sourceMappingURL=courses.css.map */
