body {
  font-size: calc(100% + 3px);
  margin: 0;
  padding: 0;
}
header,
section {
  padding: 10px;
  line-height: 1.5;
}
/* ====== RESET DASAR ====== */
a {
  text-decoration: none;
  color: inherit;
}

/* ====== NAVBAR ====== */
.jf-navbar {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
}

.jf-navbar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ====== LOGO ====== */
.jf-logo {
  width: 150px;
  height: auto;
}

/* ====== MENU LINK ====== */
.jf-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 15px;
}

.jf-menu.jf-open {
  display: flex;
}

.jf-link {
  font-size: 16px;
  color: #333333;
  padding: 8px 0;
  transition: color 0.3s;
}

.jf-link:hover {
  color: #007bff;
}

.jf-active {
  font-weight: bold;
  color: #007bff;
}

/* ====== BUTTON (CTA) ====== */
.jf-button {
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
}

.jf-button:hover {
  background-color: #0056b3;
}

/* ====== TOGGLE BUTTON ====== */
.jf-toggle-btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

/* ====== DESKTOP MODE ====== */
@media (min-width: 768px) {
  .jf-navbar-wrapper {
    flex-wrap: nowrap;
  }

  .jf-menu {
    display: flex !important;
    flex-direction: row;
    gap: 20px;
    margin-top: 0;
    width: auto;
  }

  .jf-toggle-btn {
    display: none;
  }
}

.footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  color: #f5b021;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}
.footer-logo {
  width: 150px;
  align-items: center;
  margin: 0 auto;
}
.footer-section a {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #f5b021;
}

.footer-section p {
  margin-bottom: 12px;
}
.footer-section a {
  margin-bottom: 12px;
}

.contact-widget {
  position: fixed;
  bottom: 1px;
  right: 1px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Tetapkan ke kanan */
}

.contact-widget a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Pastikan isi <a> ke kanan */
}

.gambar-container {
  position: relative;
  width: 200px; /* atur sesuai ukuran gambar kamu */
}

.gambar-svg {
  width: 100%;
  height: auto;
  display: block;
}

.area-klik-bawah {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  display: block;
  /* opsional untuk lihat area klik saat uji coba */
  /* background-color: rgba(255, 0, 0, 0.2); */
}

@media (max-width: 480px) {
  .gambar-container {
    position: relative;
    width: 180px; /* atur sesuai ukuran gambar kamu */
  }
}
