<style>
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      color: #333;
    }

    nav.navbar {
      background-color: #002244;
    }

    .navbar-brand,
    .nav-link {
      color: #ffffff !important;
      font-weight: 500;
    }

    .nav-link:hover {
      color: #ffc107 !important;
    }

    header.hero {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('https://images.unsplash.com/photo-1563720220841-7ec914d72a00') no-repeat center center/cover;
      height: 100vh;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 30px;
    }

    header.hero h1 {
      font-size: 3.8rem;
      font-weight: 700;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    }

    header.hero p {
      font-size: 1.4rem;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      header.hero h1 {
        font-size: 2.5rem;
      }

      header.hero p {
        font-size: 1rem;
      }
    }

    .btn-custom {
      background-color: #ffc107;
      color: #000;
      border-radius: 30px;
      padding: 12px 30px;
      font-weight: 600;
      margin-top: 20px;
      transition: background-color 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #e0a800;
    }

    .section-title {
      font-size: 2.2rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #002244;
    }

    .card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .list-group-item {
      border: none;
      font-size: 1.1rem;
    }

    .galeri-img {
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .galeri-img:hover {
      transform: scale(1.05);
    }

    footer {
      background-color: #002244;
      color: #ffffff;
      padding: 30px 0;
    }

    footer p {
      margin: 0;
      font-size: 0.95rem;
    }

    footer a {
      color: #ffc107;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }

    input, select {
      border-radius: 8px !important;
    }

    .card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.card ul li {
  padding-left: 1rem;
  margin-bottom: 0.3rem;
}

.armada-img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .map-container iframe {
    border: 0;
    border-radius: 65px;
    width: 100%;
    max-width: 1000px;
    height: 450px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  }

.testimonial-section {
  background-color: #f2f2f2;
  padding: 40px 20px;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.testimonial {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial p {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
  min-height: 80px;
}

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px;
}

.profile {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
}

.profile h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.profile span {
  font-size: 12px;
  color: gray;
}

<style>
  .armada-img {
    height: 200px;
    object-fit: cover;
  }



  </style>