html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* --- Custom LOGAHS styles --- */
.navbar.bg-primary {
  background: linear-gradient(90deg, #0d6efd 0%, #024dbc 100%);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at -10% -20%, rgba(13, 110, 253, 0.35), rgba(13, 110, 253, 0.05) 60%), #0b1324;
}

.hero-section .hero-card {
  backdrop-filter: blur(3px);
}

.hero-accent {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.2);
  filter: blur(40px);
  bottom: -40px;
  right: -30px;
}

.hero-accent-2 {
  bottom: 20%;
  right: 30%;
  width: 120px;
  height: 120px;
}

.hero-accent-3 {
  top: -30px;
  left: -30px;
  width: 220px;
  height: 220px;
}

.hero-accent-4 {
  top: 40%;
  left: 10%;
  width: 90px;
  height: 90px;
}

.hero-accent-5 {
  bottom: 0;
  left: 40%;
  width: 140px;
  height: 140px;
}

.section-title {
  border-left: 4px solid #0d6efd;
  padding-left: 0.6rem;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
  margin-top: 2rem;
}

.info-card {
  background-color: #ffffff;
}

.event-card {
  background-color: #ffffff;
}