 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
      color: #333;
    }

    header {
      background-color: #2a6e3f;
      color: white;
      padding: 20px;
      text-align: center;
    }

    .logo {
      width: 100px;
      height: 100px;
      margin: 0 auto 10px;
      background-image: url('loku.png');
      background-size: cover;
      background-position: center;
    }

    nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    nav ul li a {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }

    main {
      padding: 20px;
    }

    .hero {
      background-color: #c8e6c9;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 20px;
    }

    .sambutan {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: flex-start;
      margin-bottom: 30px;
    }

    .logooku img {
      max-width: 100%;
      height: auto;
      width: 200px;
      border-radius: 10px;
    }

    .content {
      flex: 1;
    }

    .content h1 {
      color: #2a6e3f;
      font-size: 28px;
    }

    .content h2, .content h3 {
      margin: 5px 0;
    }

    .struktur-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .card {
      width: 220px;
      background-color: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .card-content {
      background-color: #e53935;
      padding: 15px;
      color: white;
      text-align: center;
    }

    .berita ul {
      padding-left: 20px;
    }

    footer {
      background-color: #2a6e3f;
      color: white;
      text-align: center;
      padding: 10px;
      margin-top: 30px;
    }

    @media (max-width: 768px) {
      nav ul {
        flex-direction: column;
        align-items: center;
      }

      .sambutan {
        flex-direction: column;
        align-items: center;
      }

      .logooku img {
        width: 150px;
      }

      .content {
        text-align: center;
      }
    }

    section h4{
      text-align: center;
      font-size: 25px;
    }

    .hero {
  background-color: #c8e6c9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.hero h2 {
  color: #2a6e3f;
  margin-bottom: 10px;
}

.hero p {
  font-size: 16px;
}

    .hiro {
  background-color: #c8e6c9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.hiro h2 {
  color: #2a6e3f;
  margin-bottom: 10px;
  text-align: center;
}

.hiro p {
  font-size: 16px;
  text-align: center;
}

 .hiri {
  background-color: #c8e6c9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.hiri h2 {
  color: #2a6e3f;
  margin-bottom: 10px;
  text-align: center;
}

.hiri p {
  font-size: 16px;
  text-align: center;
}

section h3 {
  color: ;
  margin: 20px 0 10px;
  font-size: px;
}

/* Struktur */
bungkus {
  display: block;
  margin: 30px 0;
  text-align: center;
  margin-bottom: 150px;
}

bungkus h5 {
  font-size: 28px;
  color: #2a6e3f;
  margin-bottom: 5px;
}

bungkus p {
  font-size: 18px;
  margin-bottom: 15px;
}

.strukturdesa, .strukturbpd {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 600px;
  height: 300px;
  margin: 10px auto;
  background-image: url('sdesa.jpg');
}

.strukturbpd {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 357px;
  height: 400px;
  margin: 10px auto;
  background-image: url('sbpd.jpg');
}

bungkus h6 {
  font-size: 18px;
  margin-top: 30px;
  color: #2a6e3f;
}

/* Peta */
wadah {
  display: block;
  text-align: center;
  margin-top: 40px;
}

wadah h2 {
  font-size: 28px;
  color: #2a6e3f;
  margin-bottom: px;
  margin-top: 200px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.info-box {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 320px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.info-box h3 {
  color: #2a6e3f;
  margin-bottom: 10px;
}

.info-box p {
  margin: 8px 0;
}

.divider {
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
}

.map-box {
  width: 100%;
  max-width: 500px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

footer {
  background-color: #2a6e3f;
  color: white;
  text-align: center;
  padding: 15px 10px;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
.hiro{
  margin-top: 190px;
}

.hiri{
  margin-top: 190px;
}

  .logo {
    width: 80px;
    height: 80px;
  }

  .hero h2 {
    font-size: 20px;
    margin-top: 0px;
  }

  .hero p, .info-box p {
    font-size: 14px;
  }

  .strukturdesa, .strukturbpd {
    height: 220px;
  }

  .map-box {
    height: 300px;
  }
}

.judul {
  font-size: 24px;
  font-weight: bold;
  color: #2a6e3f;
}

.menu-infografis {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.menu-item {
  text-align: center;
}

.menu-item img {
  width: 70px;
  height: 70px;
}

.menu-item span {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.statistik-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.kartu {
  background: white;
  padding: 15px;
  border-radius: 10px;
  width: 250px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  display: flex;
  gap: 15px;
  align-items: center;
}

.icon-wrapper {
  font-size: 28px;
  color: #2a6e3f;
}

.card-penduduk h4 {
  margin: 0;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
}

.card-penduduk .jumlah {
  font-size: 20px;
  font-weight: bold;
  color: #2a6e3f;
}

.card-penduduk .satuan {
  font-size: 14px;
  color: #555;
}

.chart-container {
        width: 90%;
        max-width: 900px;
        margin: auto;
    }

.hasil-box {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-left: 5px solid #2a6e3f;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.kontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

.keterangan {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.6;
}

.container-pendidikan {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.judul-pendidikan,
.judul-pekerjaan {
  color: #2a6e3f;
  text-align: center;
  margin: 30px 0 10px;
}



.tabel-wrapper {
  max-width: 100%;
  overflow-x: auto;
  margin: 20px auto;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.tabel-pekerjaan {
  width: 100%;
  border-collapse: collapse;
}

.tabel-pekerjaan th, .tabel-pekerjaan td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.tabel-pekerjaan th {
  background-color: #2a6e3f;
  color: white;
}

.grid-kotak {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
  margin: 30px;
}

.kotak {
  background: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.kotak h3 {
  font-size: 20px;
  margin-top: 5px;
  color: #2a6e3f;
}

.agama-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.agama-card {
  background: white;
  width: 280px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.agama-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.agama-nama {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

.agama-jumlah {
  font-size: 20px;
  color: #2a6e3f;
  font-weight: bold;
}

footer {
  background: #2a6e3f;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .logo {
    width: 80px;
    height: 80px;
  }

  .judul {
    text-align: center;
    font-size: 20px;
  }

  .menu-infografis {
    justify-content: center;
  }

  .keterangan {
    max-width: 100%;
  }

  .judul {
  font-size: 24px;
  font-weight: bold;
  color: #2a6e3f;
  margin-top: 190px;
}
}

.apbdes-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px;
      background: white;
      border-radius: 8px;
      margin: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .apbdes-left, .apbdes-right {
      flex: 1 1 300px;
    }

    .kolom {
      background: #f0f0f0;
      padding: 10px;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .kolom.green .amount {
      color: green;
    }

    .kolom.red .amount {
      color: red;
    }

    .progress-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
    }

    .progress-bar {
      flex: 1;
      height: 10px;
      background: #ccc;
      border-radius: 5px;
      overflow: hidden;
    }

    .progress-bar-inner {
      height: 100%;
      background: #2a6e3f;
    }

    canvas {
      max-width: 100%;
    }

    footer {
      background: #2a6e3f;
      color: white;
      text-align: center;
      padding: 10px;
      margin-top: 40px;
    }

    @media (max-width: 768px) {
      .menu-infografis {
        flex-direction: column;
        align-items: center;
      }
    }

    /* IDM Container */
.bungkusidm {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.idm-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 20px;
}

.idm-left {
  flex: 1 1 600px;
}

.idm-left h2 {
  color: #2a6e3f;
  font-size: 28px;
  margin-bottom: 10px;
}

.idm-left p {
  font-size: 16px;
  line-height: 1.6;
}

.idm-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 250px;
  flex: 1 1 300px;
}

.stat-box {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}

.stat-box .label {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.stat-box .value {
  font-size: 24px;
  font-weight: bold;
  color: #2a6e3f;
}

.stat-box .big-text {
  font-size: 26px;
  font-weight: bold;
  color: #2a6e3f;
}

.idm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

/* Footer */
footer {
  background-color: #2a6e3f;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .judul {
    text-align: center;
  }

  .idm-left, .idm-right {
    flex: 1 1 100%;
  }

  .menu-infografis {
    justify-content: center;
  }
}

/* ===== Berita Section ===== */
.berita-desa {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.berita-desa h2 {
  font-size: 32px;
  color: #2a6e3f;
  margin-bottom: 0px;
  margin-top: -40px;
}

.berita-desa p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.berita-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.berita-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}

.berita-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.berita-content {
  padding: 15px;
  text-align: left;
}

.berita-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 150px;
  margin-top: -60px;
}

.berita-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 105px;
  margin-top: -150px;
}

.berita-blt {
  padding: 15px;
  text-align: left;
}

.berita-blt h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 150px;
  margin-top: -60px;
}

.berita-blt p {
  font-size: 14px;
  color: #555;
  margin-bottom: 105px;
  margin-top: -150px;
}

.berita-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-top: 25px;
}

.berita-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #2a6e3f;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 5px;
  margin-top: 40px;
}

/* ==== SDGs Header Section ==== */
.bungkussdgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.sdgscontent {
  flex: 1;
  max-width: 600px;
}

.sdgscontent h1 {
  font-size: 36px;
  color: #2a6e3f;
  margin-bottom: 10px;
}

.sdgscontent p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.highlight {
  font-weight: bold;
  color: #2a6e3f;
}

.score-box {
  background-color: white;
  padding: 20px 30px;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 380px;
}

.score-box p{
  font-size: 20px;
}

.score-label {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

.score-value {
  font-size: 40px;
  font-weight: bold;
  color: #2a6e3f;
  margin-top: 0;
}

.image-area {
  flex: 1;
  text-align: center;
}

.image-area img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
}


/* ==== SDGs Grid Section ==== */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  padding: 30px 20px;
  background-color: #ffffff;
}

.kotaksdg {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  align-items: center;
  gap: 15px;
  transition: transform 0.2s ease;
}

.kotaksdg:hover {
  transform: translateY(-5px);
}

.kotaksdg img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 8px;
}

.kotak-content {
  flex: 1;
}

.kotak-content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.nilai-label {
  font-size: 14px;
  color: #777;
}

.nilai {
  font-size: 24px;
  font-weight: bold;
  color: #2a6e3f;
}


/* ==== Responsive Breakpoints ==== */
@media (max-width: 768px) {

  .berita-desa h2{
    margin-top: 150px;
  }

  .bungkussdgs {
    flex-direction: column;
    align-items: flex-start;
  }

  .sdgscontent h1 {
    font-size: 28px;
  }

  .score-box {
    width: 380;
  }

  .kotaksdg {
    flex-direction: column;
    align-items: flex-start;
  }

  .kotaksdg img {
    margin-bottom: 10px;
  }

  .grid-container {
    padding: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media (max-width: 480px) {
  .sdgscontent h1 {
    font-size: 24px;
  }

  .score-value {
    font-size: 32px;
  }

  .kotak-content h3 {
    font-size: 14px;
  }

  .nilai {
    font-size: 20px;
  }
}

p a{
  text-decoration: none;
}

div a{
  text-decoration: none;
  color: #000000;
}

/* Sticky Header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2a6e3f;
  color: white;
  z-index: 1000;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sticky-header .logo {
  width: 60px;
  height: 60px;
  background-image: url('loku.png'); /* Ganti dengan file logo kamu */
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.sticky-header .site-title {
  flex: 1;
  margin-left: 15px;
}

.sticky-header h1 {
  margin: 0;
  font-size: 20px;
}

.sticky-header p {
  margin: 0;
  font-size: 14px;
}

.sticky-header nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 10px;
}

.sticky-header nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  transition: background 0.3s ease;
}

.sticky-header nav ul li a:hover {
  background-color: rgba(255,255,255,0.2);
  border-radius: 4px;
}

/* Agar konten tidak tertutup header */
main {
  padding-top: 130px; /* Sesuaikan dengan tinggi header */
}

/* Responsive */
@media (max-width: 768px) {
  .sticky-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-header nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
 
 wadah h2 {
  margin-top: -120px;
 }

 .footer {
  background-color: #2a6e3f;
  color: white;
  padding: 30px 20px 10px;
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
}

.footer-contacts .contact-item a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #ffffff50;
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-contacts {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
  }
}

struk h4{
  text-align: center;
  font-size: 20px;
  margin-bottom: -70px;
}

/* ==== GALERI ==== */
.galeri-page {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}

.galeri-title {
  font-size: 32px;
  color: #2a6e3f;
  margin-bottom: 5px;
}

.galeri-subtitle {
  color: #555;
  margin-bottom: 30px;
}

.galeri-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.galeri-item {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.galeri-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.galeri-item p {
  padding: 10px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.galeri-item:hover {
  transform: scale(1.02);
}

/* ==== RESPONSIVE ==== */
@media (max-width: 600px) {
  .galeri-page {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-top: 250px;
}

  .galeri-title {
    font-size: 24px;
  }

  .galeri-item img {
    height: 160px;
  }
}

.juduls {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  margin-top: 0px;
}

/* Title */
.datas {
  color: #f44336;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Card */
.cs {
  background-color: white;
  border-radius: 10px;
  padding: 50px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
}

/* Empty Data Message */
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ccc;
  font-size: 18px;
}

.empty .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 600px) {

  .cs {
    padding: 30px 15px;
  }

  .datas {
    font-size: 20px;
    text-align: center;
  }

  .empty {
    font-size: 16px;
  }

  .empty .icon {
    font-size: 30px;
  }
}
