body {
  background-color: #f4f5fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  /* color: #555; */
}

.strong-text {
  color: black;
}

.navbar {
      background-color: #080b53;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.navbar-brand img { height: 50px; }
.navbar-brand, .nav-link { color: white !important; }
.nav-link:hover { color: #d21d82 !important; }
.btn-login {
      background-color: #ffc107;
      color: #080b53;
      font-weight: 600;
      border-radius: 8px;
      padding: 6px 14px;
}
.btn-login:hover { background-color: #e0a800; }

footer {
    background-color: #080b53;
    color: white;
}
footer a { color: #d21d82; text-decoration: none; }
footer a:hover { text-decoration: underline; }

.novora-footer {
  background-color: #080b53;
  color: #ffffffa4;
  max-height: 100%;
}

.terms {
  color: #868686c9;
}

#checkout {
    margin-top: 20px;  /* Adjust the value as needed */
}

.custom-card-header {
  background-color: #080b53; /* your custom purple or any hex code */
  color: white;
}