body {
  background-color: #f4f6fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.border-gold {
  border: 2px solid #e3b505 !important;
}

.text-gold {
  color: #e3b505 !important;
}

.text-navy {
  color: #0b1a39 !important;
}

.btn-outline-gold {
  border: 2px solid #e3b505;
  color: #0b1a39;
}

.btn-outline-gold:hover {
  background-color: #e3b505;
  color: #0b1a39;
}

/* Table styling */
.ncc-table th {
  background-color: #e3b505 !important;
  color: #0b1a39 !important;
  font-weight: 700;
}

.ncc-table td {
  background-color: #ffffff;
  color: #333;
}
/* Make footer stick to the bottom without touching HTML */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
