body {
  font-family: "Lato", sans-serif;
  background-color: #121212;
  color: #ffffff;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}

.navbar-brand,
.nav-link {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.hero-section {
  background: url("./bg.png")
    no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-section h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-section p {
  font-size: 1.5rem;
  font-weight: 300;
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}

#about p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#request-form .form-control {
  background-color: #333;
  border: 1px solid #555;
  color: #fff;
}

#request-form .form-control::placeholder {
  color: #bbb;
}

#request-form .form-control:focus {
  background-color: #444;
  border-color: #777;
  box-shadow: none;
  color: #fff;
}

.footer {
  background-color: #000;
  padding: 40px 0;
  text-align: center;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 15px;
  font-size: 1.5rem;
}

.footer a:hover {
  color: #dddddd;
}
