body,
.banner,
h1,
h2,
h3 {
  font-family: "Nunito", sans-serif;
}

.banner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
}

.home-intro {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 90%;
  padding: 0 15px;
}

.home-title {
  margin: 0;
  color: #0093c9;
  font-weight: 700;
  text-align: center;
}

.home-dates {
  margin-top: 10px;
  color: #000;
  font-size: 2em;
  text-align: left;
}

.home-section-title {
  margin-top: -2em;
  color: #0093c9;
  font-weight: 700;
  text-align: center;
}

.home-cards {
  margin-top: 2em;
}

.home-card-overlay {
  background: rgb(0 0 0 / 60%);
}

.home-section-spacer {
  margin-bottom: 2em;
}

.capses-section {
  margin-top: -5em;
  margin-bottom: 4em;
  padding: 4em 0;
}

.custom-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #0093c9;
  border-radius: 10px;
  color: #0093c9;
  background-color: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05);
}

.custom-card-title {
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}

.custom-card .custom-btn {
  align-self: center;
  margin-top: auto;
}

.custom-btn {
  padding: 15px 30px;
  border: 0;
  color: #fff !important;
  background-color: #0093c9;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #0077b3;
}

.program-link {
  margin-top: 1.5em;
}

.home-carousel {
  width: 100%;
  max-width: 1300px;
  margin-top: -7em;
}

.home-carousel-image {
  aspect-ratio: 16 / 6;
  object-fit: contain;
}

.card:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.navbar-brand {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar {
  min-height: 150px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand img {
  width: auto;
  max-height: 150px;
}

.fonscomplet {
  color: #fff;
  background: url("../../img/newsc25/Banner_newweb_SC25.png") center / cover no-repeat;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover,
.navbar-nav .nav-link:hover {
  color: #0093c9 !important;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 100px;
  }

  .home-intro {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .home-dates {
    text-align: center;
  }
}
