* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.7;
  background: #fff;
  color: #222;
  transition: 0.3s;
}
.dark-mode {
  background: #121212;
  color: #fff;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.section {
  padding: 80px 0;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dark-mode .header {
  background: #1b1b1b;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
/* NAVBAR */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
  z-index: 1001;
}
.logo img {
  width: 50px;
}
.dark-mode .logo {
  color: #fff;
}
/* MENU */
#navbar {
  display: flex;
  align-items: center;
  gap: 25px;
}
#navbar a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  transition: 0.3s;
}
#navbar a:hover {
  color: #ffb400;
}
.dark-mode #navbar a {
  color: #fff;
}
/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  z-index: 1001;
  color: #111;
}
.dark-mode .menu-toggle {
  color: #fff;
}
/* DARK TOGGLE */
#darkToggle {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #ffb400;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  z-index: 1001;
}
#darkToggle:hover {
  transform: rotate(180deg);
}
nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  transition: 0.3s;
}
nav a:hover {
  color: #ffb400;
}
.dark-mode nav a,
.dark-mode .logo {
  color: #fff;
}
.dark-mode .menu-toggle {
  color: #fff;
}
/* DARK BUTTON */
#darkToggle {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background: #ffb400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}
#darkToggle:hover {
  transform: rotate(180deg);
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}
.logo img {
  width: 50px;
}
nav {
  display: flex;
  gap: 20px;
}
nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}
.dark-mode nav a,
.dark-mode .logo {
  color: #fff;
}
#darkToggle {
  border: none;
  background: #ffb400;
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}
.hero {
  margin-top: 80px;
  position: relative;
}
.heroSwiper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 10;
}
.hero-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.3;
  padding: 15px 25px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.55);
  color: #f5d108;
  text-align: center;
  max-width: 900px;
  margin: auto;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.btn {
  display: inline-block;
  margin-top: 20px;
  background: #25d366;
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.btn:hover,
.btn1:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.hero-text {
  font-size: 20px;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.container p {
  margin-top: 40px;
  text-align: center;
}
/*Layanan*/
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.btn1 {
  display: inline-flex;
  width: 260px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #4057a5;
  color: #fff;
  padding: 8px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.btn1 img {
  width: 24px;
  margin-right: 10px;
}
.bg-dark {
  background: #111;
  color: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.card {
  background: #fff;
  color: #111;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}
.card i {
  font-size: 40px;
  color: #ffb400;
  margin-bottom: 20px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.service-card h3,
.service-card p {
  padding: 15px;
  text-align: center;
}
.service-card p {
  margin-top: -10px;
}
.cta {
  background: #ffb400;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
/*FAQ*/
.faq {
  background: #f8f8f8;
}
.dark-mode .faq {
  background: #181818;
}
.faq-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.dark-mode .faq-item {
  background: #222;
}

.faq-question {
  width: 100%;
  padding: 20px 25px;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #111;
  transition: 0.3s;
}

.dark-mode .faq-question {
  color: #fff;
}

.faq-question span {
  font-size: 28px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 0 25px 25px;
  text-align: left;
  color: #555;
}

.dark-mode .faq-answer p {
  color: #ddd;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}
/* Kontak */
.group-kontak {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title iframe {
  border-radius: 1rem;
  margin-top: 20px;
}
.ul-akun {
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ul-akun img {
  width: 30px;
  height: 30px;
}
.ul-akun p {
  font-size: 1rem;
  margin-left: 2%;
  text-align: left;
}
.ul-akun .no3 {
  margin-top: 20px;
  text-align: justify;
}
.footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.footer p {
  font-size: 15px;
  margin: 15px 0;
}
/*STICKY WHATSAPP*/

.wa-float {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: 0.3s ease;
  animation: waBounce 2s infinite;
}
.wa-float:hover {
  transform: scale(1.1);
  background: #1ebe5d;
}
.button-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* ANIMATION */
@keyframes waBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 768px) {
  .group-kontak {
    grid-template-columns: 1fr;
  }
  .menu-toggle {
    display: block;
  }
  #navbar {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: auto;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 25px;
    transition: 0.4s ease;
    z-index: 999;
  }
  .dark-mode #navbar {
    background: #1a1a1a;
  }
  #navbar.active {
    left: 0;
  }
  #navbar a {
    font-size: 18px;
  }
  .wa-float {
    width: 58px;
    height: 58px;
    font-size: 30px;
    bottom: 20px;
    right: 20px;
  }
  .grid-2,
  .cards,
  .service-grid {
    grid-template-columns: 1fr;
  }
  nav {
    display: none;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .heroSwiper img {
    height: 400px;
  }
  .faq-question {
    font-size: 16px;
    padding: 18px;
  }
  .faq-answer p {
    padding: 0 18px 20px;
    font-size: 15px;
  }
  .about-button {
    flex-direction: column;
  }

  .about-button .btn1 {
    width: 100%;
  }
  .btn,
  .btn1 {
    width: 100%;
    min-width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }
  .btn img,
  .btn1 img {
    width: 22px;
    height: 22px;
  }
  .hero-content h1 {
    min-width: 370px;
    padding: 12px 18px;
    line-height: 1.4;
    border-radius: 12px;
  }
}
