:root {
  --guideius-brand-color: #4db6ac;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--guideius-brand-color) !important;
  font-family: 'Afacad', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1;
}

.navbar .navbar-brand::before {
	display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  background: url('../brand/guideius-icon.svg') center / contain no-repeat;
  content: '';
}

.navbar-brand .text-gradient,
.hero-section h1 .text-gradient {
  color: var(--guideius-brand-color) !important;
  background: none !important;
  font-family: 'Afacad', sans-serif !important;
  font-size: 1.25em;
  font-weight: 500 !important;
  -webkit-text-fill-color: var(--guideius-brand-color) !important;
}

.navbar-dark .navbar-brand,
footer .navbar-brand,
footer .navbar-brand .text-gradient {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.navbar-dark .navbar-brand::before,
footer .navbar-brand::before,
footer h4[style*='Afacad']::before {
  background-image: url('../brand/guideius-icon-white.svg');
}

footer h4[style*='Afacad'] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-family: 'Afacad', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1;
}

footer h4[style*='Afacad']::before {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.guideius-brand-logo {
  display: block;
  width: min(13rem, 60vw);
  height: auto;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    gap: 0.4rem;
    font-size: 1.35rem !important;
  }

  .navbar .navbar-brand::before {
    width: 2rem;
    height: 2rem;
  }
}
