:root {
  --bs-primary: #0b4a91;
  --brand-navy: #0b3558;
  --brand-bg: #f5f7fb;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #ffd95a 0%, #0b4a91 40%, #0b3558 100%) !important;
  color: #1f2933;
}

.navbar {
  background-color: #ffffff;
}

.navbar-brand span {
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: var(--brand-navy);
}

.navbar .nav-link {
  font-size: 0.95rem;
  color: #4b5563;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--bs-primary);
}

.navbar .btn-primary {
  border-radius: 999px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon div {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e8f0fb; color:#0b3558; color:#0b3558;
}

.navbar-toggler-icon::before {
  top: 0;
}

.navbar-toggler-icon::after {
  bottom: 0;
}

.page-content {
  padding-top: 72px;
}

/* Hero */

.hero-section {
  background: radial-gradient(circle at top left, #ffd95a 0, #0b4a91 40%, #0b3558 100%);
  color: #ffffff;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  opacity: 0.85;
}

.hero-title {
  font-weight: 800;
}

.hero-subtitle {
  font-size: 1.02rem;
  max-width: 34rem;
}

.hero-panel {
  background-color: #ffffff;
  border-radius: 1.6rem;
  padding: 1.75rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}

.hero-logo {
  max-width: 190px;
}

.info-chip {
  border-radius: 0.9rem;
  padding: 0.6rem 0.8rem;
  background-color: #f3f4ff;
  border: 1px solid #e0e7ff;
  height: 100%;
}

.info-chip .chip-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
}

.info-chip .chip-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

/* Sections */

.section-padding {
  padding: 4rem 0;
}

.bg-light-alt {
  background-color: #e8f0fb; color:#0b3558;
}

.section-heading h2 {
  letter-spacing: 0.04em;
}

/* Cards */

.feature-card,
.project-card {
  border-radius: 1.4rem;
  border: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.feature-card:hover,
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.badge.bg-soft-primary {
  background-color: rgba(11, 74, 145, 0.08);
}

/* Lists */

.list-check {
  padding-left: 1.2rem;
}

.list-check li {
  position: relative;
  margin-bottom: 0.4rem;
}

.list-check li::before {
  content: "✔";
  position: absolute;
  left: -1.2rem;
  color: #059669;
  font-size: 0.8rem;
  top: 0.2rem;
}

/* Stats */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.stat-card {
  background-color: #ffffff;
  border-radius: 1.1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

.stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.stat-desc {
  font-size: 0.85rem;
  color: #6b7280;
}

/* Partners */

.placeholder-logos .partner-box {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  font-weight: 600;
  font-size: 0.9rem;
  color: #0b3558;
}

/* About */

.about-card {
  background-color: #ffffff;
  border-radius: 1.4rem;
  padding: 1.8rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.about-card hr {
  margin: 1rem 0;
}

/* Footer */

.footer {
  background-color: #e8f0fb; color:#0b3558; color:#0b3558;
  color:#0b3558;
}

.logo-img {
  height: 40px;
}

.logo-footer {
  height: 34px;
}

/* Buttons */

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  border-radius: 999px;
  padding-inline: 1.5rem;
}

.btn-primary:hover {
  background-color: #093b72;
  border-color: #093b72;
}

.btn-outline-light {
  border-radius: 999px;
}

/* Responsive tweaks */

@media (max-width: 767.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }
  .hero-title {
    font-size: 1.9rem;
  }
}
