.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1555066931-4365d14bab8c");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
}
.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #0d6efd;
}
.project-card {
  transition: transform 0.3s;
}
.project-card:hover {
  transform: translateY(-10px);
}
/* Kontak Section */
.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 400px;
}

#contactForm .form-control {
  padding: 10px 15px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

#contactForm .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #86b7fe;
}

#contactForm textarea {
  min-height: 150px;
}

footer {
  background-color: #212529;
  color: white;
}

/* Footer Styles */
footer a {
  transition: all 0.3s ease;
}

footer a:hover {
  color: #86b7fe !important;
  padding-left: 3px;
}

.list-unstyled li {
  margin-bottom: 0.5rem;
}

.input-group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
