html {
    font-size: 14px;
    scrollbar-gutter: stable;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

html, body {
    margin: 0;
    padding: 0;
}

/* 1. Give the "bg-light" container more depth */
.rounded-4.shadow-sm.border.bg-light {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%) !important;
    border: 1px solid rgba(0, 86, 179, 0.1) !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

/* 2. Make the primary text pop without changing the words */
.display-4.text-primary {
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #0056b3, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 200 !important;
}

/* 3. Improve the readability of your existing paragraph */
p.text-muted.fs-5 {
    line-height: 1.7;
    color: #4a5568 !important; /* Slightly darker than default muted for better contrast */
    max-width: 80%;
}