body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}

header.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  margin: 0 10px;
}

.nav-link:hover {
  color: #007bff !important;
}

.hero-section .carousel-item {
  height: 90vh;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.carousel-caption {
  bottom: 25%;
}

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

.carousel-caption p {
  font-size: 1.1rem;
  margin: 20px 0;
}

.about-section h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.about-section ul li {
  margin-bottom: 10px;
}

.services-section .service-box {
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.services-section .service-box:hover {
  transform: translateY(-5px);
}

footer.footer {
  background: #0a0a0a;
}

footer.footer a {
  color: #fff;
  text-decoration: underline;
}
