body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(90deg, #0077be, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.logo-subtext {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.carousel-item {
  height: 480px;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

footer {
  text-align: center;
  font-size: 14px;
  color: #555;
  padding: 24px;
  background: #f9f9f9;
  margin-top: 60px;
}

h2 {
  font-weight: 700;
  color: #004d99;
}

p.lead {
  max-width: 750px;
  margin: 0 auto;
}

section {
  scroll-margin-top: 80px;
}

.shadow-sm {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.btn-primary {
  background-color: #0077be;
  border-color: #0077be;
}

.btn-primary:hover {
  background-color: #005a94;
  border-color: #005a94;
}
