/* Brand Colors */

/* Primary Blue:   #131f73
Gold:           #d4a53c
Cream:          #f7f2e8
White:          #ffffff */

/* ==================================================
   Lionz Den Foundation Brand Colors
================================================== */

/* Background Colors */
.bg-foundation-blue {
  background-color: #131f73 !important;
}

.bg-foundation-gold {
  background-color: #d4a53c !important;
}

.bg-foundation-cream {
  background-color: #f7f2e8 !important;
}

.bg-foundation-white {
  background-color: #ffffff !important;
}

/* Text Colors */
.text-foundation-blue {
  color: #131f73 !important;
}

.text-foundation-gold {
  color: #d4a53c !important;
}

.text-foundation-cream {
  color: #f7f2e8 !important;
}

/* Border Colors */
.border-foundation-blue {
  border-color: #131f73 !important;
}

.border-foundation-gold {
  border-color: #d4a53c !important;
}

.border-foundation-cream {
  border-color: #f7f2e8 !important;
}

.btn-outline-custom {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0.6rem 2rem;
  border-radius: 8px;
  transition: 0.35s ease;
}

.btn-outline-custom:hover {
  background: #d4a53c;
  border-color: #d4a53c;
  color: #131f73;
  transform: translateY(-3px);
}

.text-foundation {
  color: #d4a53c !important;
}

.bg-gradient-primary {
  background: linear-gradient(
    85deg,
    rgba(10, 22, 90, 0.92) 15%,
    rgba(19, 31, 115, 0.8) 55%,
    rgba(212, 165, 60, 0.88) 100%
  ) !important;
}
