.bg-gradient-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #408cfd 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #868e96 100%) !important;
}

* {
  transition: all 0.3s ease-in-out;
}

[id] {
  scroll-margin-top: 80px;
}

.accordion-item {
  border-color: #d0d5dd;
}

.badge.border {
  border-color: #d0d5dd !important;
}

.bg-warning.bg-opacity-10 {
  background-color: #fde68a !important;
  --bs-bg-opacity: 1 !important;
}

.badge.text-warning {
  color: #6A6556 !important;
}

.card {
  border: 1px solid #d0d5dd;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card.border-0 {
  border: 1px solid #d0d5dd !important;
}
.card.border-light {
  border-color: #d0d5dd !important;
}
.card .card-header {
  border-bottom: 1px solid #d0d5dd;
}

a.list-group-item {
  border-color: #d0d5dd;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
a.list-group-item:hover {
  border-color: #b2bbc8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-pills.nav-sm .nav-link {
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 0.5rem;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
}
.footer__main {
  background: #1a1d23;
  padding: 3rem 0 2.5rem;
  border-top: 3px solid #0d6efd;
}
.footer__brand {
  color: #fff;
}
.footer__brand:hover {
  color: #0d6efd;
}
.footer__brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0d6efd;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 1.1rem;
}
.footer__tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer__heading {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.footer__links li {
  margin-bottom: 0.5rem;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer__links a i {
  width: 1.25em;
  display: inline-block;
  text-align: center;
  margin-right: 0.25rem;
  font-size: 0.8rem;
}
.footer__links a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer__bottom {
  background: #14161b;
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 0.4);
}
.footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.footer__social:hover {
  background: #0d6efd;
  color: #fff;
}

.form-control,
.form-select {
  border-color: #c8ced5;
  border-radius: 0.5rem;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

.enrollment-row {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.enrollment-row.show {
  opacity: 1;
  transform: translateY(0);
}
.enrollment-row.fade-out {
  opacity: 0;
  transform: translateX(20px);
}

.landing-hero {
  min-height: calc(100vh - 56px);
  background: linear-gradient(135deg, #e7f1ff 0%, #fff 50%, #f0f3f7 100%);
  padding: 4rem 0;
}
.landing-hero__visual {
  position: relative;
}
.landing-hero__visual .card {
  border-radius: 0.75rem;
  transform: perspective(800px) rotateY(-2deg);
  transition: transform 0.4s ease;
}
.landing-hero__visual .card:hover {
  transform: perspective(800px) rotateY(0deg);
}

.table {
  --bs-table-border-color: #d0d5dd;
}

/*# sourceMappingURL=app.output.css.map */
