@import url("https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400..800&display=swap");

:root {
  --primary: #004876;
  --bg: white;
  --secondary: #1d0c09;
  --thirdary: #166b38;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.display-banner {
  width: 100%;
  overflow: hidden;
}

.display-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact {
  text-align: center;
  margin-top: 10px;
  font-family: "TASA Orbiter", sans-serif;
}

.bottom-bar a {
  font-family: "TASA Orbiter", sans-serif;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0ca83a;
  padding: 12px 0;
  text-align: center;
  z-index: 99999;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
  transform: translateY(100%);
}

.bottom-bar.show {
  transform: translateY(0);
}

.hidden {
  display: block;
}

.btn-bottom {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  background: #0a7c2b;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
}

.card-wrap-ke {
  position: relative;
}

.icon-badge {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.icon-badge img {
  width: 60px; /* ubah sesuai ukuran icon Anda */
  height: auto;
}

/* CARD STYLE */
.card-ke {
  width: 330px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.card-yellow-ke {
  background: var(--primary);
}

.card-green-ke {
  background: var(--thirdary);
  color: #fff;
}
.card-blue-ke {
  background: var(--secondary);
  color: #fff;
}

.card-ke h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  font-family: "TASA Orbiter", sans-serif;
}

.card-ke p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  font-family: "TASA Orbiter", sans-serif;
}

.porto {
  width: 100%;
  padding: 40px 20px;
  background-color: black;
}

.porto .title {
  text-align: center;
  margin-bottom: 25px;
  color: white;
  font-family: "TASA Orbiter", sans-serif;
}

.porto .title h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.porto .title p {
  margin: 5px 0 0;
  font-size: 16px;
}

/* Wrapper gambar */
.card-porto {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* biar responsif */
}

/* Style gambar */
.card-porto img {
  width: 800px; /* sesuaikan kebutuhan */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.title-feature {
  margin-top: 20px;
  text-align: center;
  color: black;
  font-family: "TASA Orbiter", sans-serif;
}
.container-fasilitas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  justify-content: center;
}
.card {
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 250px;
  text-align: center;
  overflow: hidden;
}
.card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.card h3 {
  color: white;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-family: "TASA Orbiter", sans-serif;
}

.review-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 40px 20px;
}
.review-home .det {
  background: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.review-home i {
  font-size: 2rem;
  color: black;
  margin-bottom: 10px;
}
.review-home h3 {
  color: black;
  margin-bottom: 30px;
}

.review-home h4 {
  color: black;
}

.container2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Kotak Quotes */
.quote-box {
  background: #ffffff;
  padding: 40px 30px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

/* Icon tanda kutip besar */
.quote-icon {
  font-size: 70px;
  color: #2b7f2b;
  font-weight: bold;
  line-height: 0;
  margin-bottom: 15px;
}

/* Isi teks quote */
.quote-text {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  color: #333;
  font-weight: 500;
}

/* Nama penulis */
.quote-author {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  font-style: italic;
}

footer {
  background-color: var(--primary);
  text-align: center;
  padding: 1rem 0 3rem;
  margin-top: 3rem;
}
footer .social {
  padding: 1rem 0;
}
footer .social a {
  color: #fff;
  margin: 1rem;
}
footer .links {
  margin-bottom: 1rem;
}
footer .social a:hover,
footer .links a:hover {
  color: var(--bg);
}
footer .links a {
  color: #fff;
  padding: 0.7rem 1rem;
}
footer .credit {
  font-size: 0.8rem;
}
footer .credit a {
  color: var(--bg);
  font-weight: 700;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
  .card-porto img {
    width: 220px; /* mengecil di tablet */
  }
  .card {
    width: 150px;
  }
  .hero {
    flex-direction: row; /* tetap berdampingan */
    height: auto;
  }

  .hero-left,
  .hero-right {
    width: 50%;
  }

  .form-wrap h2 {
    font-size: 26px;
  }

  form input,
  form button {
    padding: 14px;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .card-porto img {
    width: 180px; /* mengecil di tablet */
  }
  .card {
    width: 150px;
  }
  .hero {
    flex-direction: column;
    margin: 20px 15px;
  }

  .hero-left {
    height: 250px;
  }

  .hero-left img {
    height: 100%;
  }

  .hero-right {
    padding: 25px 20px;
  }

  .form-wrap {
    max-width: 100%;
  }

  .form-wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  form input {
    padding: 12px;
    font-size: 14px;
  }

  form button {
    padding: 12px;
    font-size: 15px;
  }
}
