.custom-bg {
  background-color: #181611 !important;
}


.custom-add {
  background-color: #393628;
}

.custom-text {
  color: #B8B29D;
}

.pitch-black {
  background-color: #000000;
}

.form-section-bg {
  background-color: #26241C;
}

.form-control.custom-bg {
  color: #d8d8d8;
  border: 0.0625rem solid #444;
}

.form-control.custom-bg::placeholder {
  color: #6B7280;
}

.form-control.custom-add::placeholder {
  color: #BAB49C;
  opacity: 1;
}

.login-hint {
  color: #6B7280;
}

.field-text {
  color: #BAB49C;
}

.login-hint a {
  color: #E6B619;
  text-decoration: underline;
}

.form-control.custom-add,
.form-control.custom-add:focus,
.form-control.custom-add:-webkit-autofill {
  color: #d8d8d8 !important;
  background-color: #393628 !important;
  border: 0.0625rem solid #444 !important;
}

.contact-icon {
  color: #E6B619;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.section-divider {
  border-top: 0.0625rem solid #6B7280;
  margin: 1rem 0;
}

.nav-link:hover {
  background-color: #393628;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #393628 !important;
  border-radius: 0.375rem !important;
  color: #ffffff !important;
  transition: background-color 0.2s ease;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #26241C;
  color: #B8B29D;
  padding: 1rem;
  text-align: center;
}
.cookie-banner button {
  margin-left: 0.5rem;
}
