
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f9fa;
}
.hero {
  background: url('images/nfCRX6j6.jpg') center center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 15px;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}
.hero p {
  font-size: 1.25rem;
}
.section-title {
  font-weight: 600;
  margin-bottom: 30px;
}
.feature-icon {
  font-size: 2rem;
  color: #007BFF;
}
footer {
  background-color: #007BFF;
  color: white;
  padding: 2rem 0;
}
.navbar-brand img {
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  object-fit: contain;
}
.img-fluid.rounded {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.img-fluid.rounded:hover {
  transform: scale(1.05);
}
