/* Custom Styles */
.hero-section {
  background:
    linear-gradient(rgba(13, 110, 253, 0.8), rgba(0, 86, 179, 0.8)),
    url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 100px 0;
  position: relative;
}
.card-hover:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.icon-box {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-bottom: 1rem;
}
