/* Performance + accessibility helpers — BifrostTech */
/* Do NOT change brand/theme colors */

/* Skip link (keyboard only) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #111;
  color: #fff !important;
  text-decoration: underline;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Hide preloader overlay only — does not change colors */
#preloader {
  display: none !important;
}

/* Keyboard focus ring */
a:focus-visible,
button:focus-visible,
.nav-link:focus-visible,
.btn:focus-visible {
  outline: 3px solid #7919EF;
  outline-offset: 2px;
}

.copyright-link {
  text-decoration: underline;
  font-weight: 600;
}

.circle-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
