
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f4f6f9;
  color: #222;
}

.hero-section {
  background-image: url('../images/az-flag.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  position: relative;
  text-align: center;
  padding-top: 80px;
}

.hero-section::before {
  content: "";
  background: rgba(10, 38, 71, 0.6);
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.features h5 {
  color: #0a2647;
  font-weight: 600;
}
