:root {
  --brand: #0d6efd;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Hero Section Styling */
.hero {
  background: radial-gradient(1000px 400px at 10% 10%, rgba(13, 110, 253, .15), transparent),
              linear-gradient(180deg, #00162a 0%, #02223f 100%);
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero .lead {
  font-size: 1.2rem;
}

.hero .display-5 {
  letter-spacing: .5px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

/* Section Title Styling */
.section-title {
  font-weight: 700;
  font-size: 2rem;
}

/* Navbar Branding */
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand img {
  height: 40px;
  margin-right: 10px; /* Adjust spacing between l*
