:root {
  --bs-primary: #1e4d8c;
  --bs-primary-rgb: 30, 77, 140;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: #2c3e50;
  padding-top: 56px;
}

h1, h2, h5 {
  font-family: "Merriweather", serif;
}

.bg-primary {
  background-color: #1e4d8c !important;
}

.btn-primary {
  background-color: #1e4d8c;
  border-color: #1e4d8c;
}

.btn-primary:hover {
  background-color: #163a6b;
  border-color: #163a6b;
}

.text-primary {
  color: #1e4d8c !important;
}

.hero {
  min-height: 85vh;
  background: linear-gradient(135deg, rgba(30, 77, 140, 0.92) 0%, rgba(22, 58, 107, 0.88) 100%),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1920&q=80") center/cover no-repeat;
}

.service-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.5rem rgba(30, 77, 140, 0.15) !important;
}

.contact-list li {
  font-size: 0.95rem;
}
