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;
}

/* Enhanced Navbar Brand Visibility */
.navbar-brand {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #0066cc !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar-brand:hover {
  color: #0052a3 !important;
}

.navbar-brand i {
  color: #00b8a9;
  margin-right: 0.5rem;
}

.navbar-brand span {
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Branding Header */
.branding-header {
  width: 89%;
  background-color: var(--primary-color);
  color: white;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}