<!DOCTYPE html>
<html>
<head>
    <!-- Basic -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>Situs Resmi Pemerintah Kota Bekasi</title>

    <meta name="keywords" content="pemkot, kota bekasi, walikota,">
    <meta name="description" content="Website Resmi Pemerintah Kota Bekasi">
    <meta name="author" content="Diskominfostandi E-Gov Team">
    

    <!-- Favicon -->
    <link rel="shortcut icon" href="https://bekasikota.go.id:443/fav.ico" type="image/x-icon">
    <link rel="apple-touch-icon" href="https://bekasikota.go.id:443/fav.ico">

    <!-- Mobile Metas -->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.15.0/dist/cdn.min.js"></script>
    <script src="https://cdn.tailwindcss.com?plugins=typography"></script>
    <!-- Tailwind CSS -->
     <script>
        tailwind.config = {
            theme: {
            extend: {
                colors: {
                oren: '#f97316',
                ijo: '#059669',
                primary: '#1D4ED8',         // misalnya biru khas instansi
                'primary-light': '#93C5FD', // versi lebih terang
                },
                animation: {
                'fade-in': 'fadeIn 1s ease-out forwards',
                'blink': 'blink 1s step-end infinite',
                'blob-slow': 'blob 20s infinite',
                },
                keyframes: {
                fadeIn: {
                    '0%': { opacity: '0', transform: 'translateY(10px)' },
                    '100%': { opacity: '1', transform: 'translateY(0)' },
                },
                blink: {
                    '0%, 100%': { opacity: '1' },
                    '50%': { opacity: '0' },
                },
                blob: {
                    '0%': { transform: 'translate(0px, 0px) scale(1)' },
                    '33%': { transform: 'translate(30px, -50px) scale(1.1)' },
                    '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },
                    '100%': { transform: 'translate(0px, 0px) scale(1)' },
                },
                },
            }
            }
        }
    </script>
    <link rel="stylesheet" href="https://bekasikota.go.id:443/cc-content/themes/cicool/asset//css/style.css">
    <!-- Versi 6 (rekomendasi terbaru) -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"  crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!-- <script>(function(w,d,s,u,o){w._cyA11yConfig={"iconId":"default","position":{"mobile":"bottom-right","desktop":"bottom-right"},"language":{"default":"id","selected":[]}};var js=d.createElement(s),fjs=d.getElementsByTagName(s)[0];js.src=u;js.async=true;fjs.parentNode.insertBefore(js,fjs);})(window,document,"script","https://cdn-cookieyes.com/widgets/accessibility.js?id=acae305a-c43d-449b-a697-b04b433e0ff8");</script> -->
    <!-- Kominfo Widget -->
    <!-- <script type="text/javascript" src="https://rahadiana.github.io/gpr_widget_kominfo/gpr-widget-kominfo.min.js"></script> -->
     <script type="text/javascript" src="https://widget.komdigi.go.id/gpr-widget-kominfo.min.js"></script>
</head>
<body class="bg-white text-gray-800 antialiased pb-10 md:pb-0">
    <div class="body">
<body id="page-top">
		<header class="bg-white shadow sticky top-0 z-50">
  <style>
    .animated-gradient-title {
      display: inline-block;
      background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 20%, #8b5cf6 40%, #14b8a6 60%, #f59e0b 80%, #0ea5e9 100%);
      background-size: 300% 100%;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
      animation: gradientFlow 4s linear infinite;
      text-shadow: 0 0 10px rgba(59, 130, 246, 0.15);
    }

    @keyframes gradientFlow {
      0% { background-position: 0% 50%; }
      100% { background-position: 100% 50%; }
    }
  </style>
  <div class="container mx-auto px-4 py-3 flex items-center justify-between">
    <!-- Logo dan Judul -->
         <div class="flex items-center space-x-4">
      <a href="https://bekasikota.go.id:443/home">
        <img src="https://bekasikota.go.id:443//uploads/websetting/20250923175703-2025-09-23websetting175650.png" alt="Pemerintah Kota Bekasi" class="max-h-12 max-w-[160px] w-auto h-auto">
      </a>
      <div>
        <h1 class="animated-gradient-title text-[14px] sm:text-lg font-extrabold tracking-tight leading-tight">
          Pemerintah Kota Bekasi        </h1>
        <p class="text-[10px] sm:text-sm text-gray-500">
          Kota Bekasi yang Nyaman dan Sejahtera        </p>
      </div>
    </div>
<!-- Mobile Menu Toggle Button -->
<!-- Mobile Menu Toggle Button (Fixed at Bottom) -->
<div class="fixed bottom-0 left-0 right-0 md:hidden z-50 bg-white border-t shadow-md">
  <button id="mobile-menu-toggle" class="w-full py-3 text-center text-sm font-semibold text-blue-600 hover:bg-blue-50 transition">
    ☰ Menu
  </button>
</div>

<!-- Mobile Menu -->
<div id="mobile-menu-backdrop" class="md:hidden hidden fixed inset-0 z-40 bg-slate-950/35 backdrop-blur-[2px]"></div>
<div id="mobile-menu" class="md:hidden hidden fixed bottom-14 left-3 right-3 z-40 max-h-[75vh] overflow-y-auto rounded-2xl border border-slate-200 bg-white shadow-2xl shadow-slate-900/20" role="dialog" aria-modal="true" aria-labelledby="mobile-menu-title">
  <div class="relative min-h-[132px] overflow-hidden rounded-t-2xl bg-slate-900 bg-cover bg-center" style="background-image: url('https://bekasikota.go.id:443/uploads/header/gedung.webp');">
    <div class="absolute inset-0 bg-slate-950/65"></div>
    <div class="absolute -right-8 -top-12 h-32 w-32 rounded-full border border-cyan-200/25"></div>
    <div class="relative flex min-h-[132px] items-end justify-between gap-4 p-5">
      <div class="text-white">
        <p class="text-[11px] font-bold uppercase tracking-[0.18em] text-cyan-200">Navigasi utama</p>
        <h2 id="mobile-menu-title" class="mt-1 text-xl font-bold tracking-tight">Menu layanan</h2>
        <p class="mt-1 text-xs text-slate-200">Akses informasi Kota Bekasi</p>
      </div>
      <button id="mobile-menu-close" type="button" class="flex h-9 w-9 shrink-0 items-center justify-center rounded-full border border-white/25 bg-white/10 text-white transition hover:bg-white/20 focus:outline-none focus:ring-4 focus:ring-cyan-200/40" aria-label="Tutup menu">
        <i class="fas fa-xmark" aria-hidden="true"></i>
      </button>
    </div>
  </div>
  <nav class="space-y-2 p-3" aria-label="Navigasi mobile">
    <div><a href="https://bekasikota.go.id:443/home" class='block'><span class='flex items-center gap-3 rounded-xl border border-slate-200 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:border-blue-200 hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-blue-50 text-blue-600'><i class='fas fa-circle' aria-hidden='true'></i></span><span>Beranda</span></span></a></div><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>Tentang Kami</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="https://bekasikota.go.id:443/pages/sejarah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Sejarah Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/lambang-daerah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Lambang Daerah Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/peta-administrasi-wilayah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Peta Administrasi Wilayah Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/kondisi-geografis-wilayah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Kondisi Geografis</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/wali-kota-dan-wakil-wali-kota-bekasi-dari-masa-ke-masa" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Wali Kota dan Wakil Wali Kota Bekasi dari Masa ke Masa</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/bangunan-bersejarah" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Bangunan Bersejarah</span></span></a></li><li><a href="https://bekasikota.go.id/pages/tugas-pokok-dan-fungsi-pemerintah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Tugas Pokok Dan Fungsi</span></span></a></li></ul></details><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>Pemerintahan</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="https://bekasikota.go.id:443/pages/visi-misi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Visi &amp; Misi Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/struktur-organisasi-pemerintah-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Struktur Organisasi</span></span></a></li><li><a href="https://siap.bekasikota.go.id/index.php/frontend/pejabat/" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Daftar Pejabat Struktural</span></span></a></li><li><a href="https://k-cloud.bekasikota.go.id/index.php/s/SK2l7YR5zC2bVZQ" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Data Wilayah Kecamatan dan Kelurahan Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/spbe" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Sistem Pemerintahan Berbasis Elektronik (SPBE)</span></span></a></li><li><a href="https://bekasikota.go.id/pages/index-kota-cerdas" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Indexs Kota Cerdas</span></span></a></li></ul></details><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>Regulasi</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="https://jdih.bekasikota.go.id/peraturan/peraturan-daerah" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Peraturan Daerah</span></span></a></li><li><a href="https://jdih.bekasikota.go.id/peraturan/peraturan-walikota" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Peraturan Wali Kota</span></span></a></li><li><a href="https://jdih.bekasikota.go.id/peraturan/keputusan-walikota" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Keputusan Wali Kota</span></span></a></li></ul></details><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>Publikasi</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="https://bekasikota.go.id:443/gallery" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Foto</span></span></a></li><li><a href="https://bekasikota.go.id:443/video" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Video</span></span></a></li><li><a href="https://bekasikota.go.id:443/berita" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Berita</span></span></a></li><li><a href="https://bekasikota.go.id:443/gallerypsc" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Patriot Siaga 112</span></span></a></li></ul></details><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>Informasi</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="http://simpelbang.bekasikota.go.id/" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Realisasi Keuangan dan Pembangunan</span></span></a></li><li><a href="https://opendata.bekasikota.go.id/" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Open Data</span></span></a></li><li><a href="https://www.bekasikota.go.id/pages/transparansi-pengelolaan-anggaran-daerah" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Transparansi Anggaran</span></span></a></li><li><a href="http://tkdn.kemenperin.go.id/search.php" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>TKDN</span></span></a></li><li><a href="https://bekasikota.go.id:443/pages/rlppd-kota-bekasi-tahun-2023" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>RLPPD Kota Bekasi</span></span></a></li><li><a href="https://docs.google.com/viewerng/viewer?url=https://cdn.jsdelivr.net/gh/pemkotbekasi-cdn/jdih-cdn/LKIP%20KOTA%20BEKASI%202023%20ttd.pdf" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>LKIP KOTA BEKASI 2023</span></span></a></li><li><a href="https://www.bekasikota.go.id/pages/lkpj-kota-bekasi" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>LKPJ Kota Bekasi</span></span></a></li><li><a href="https://bekasikota.go.id:443/cctv" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>CCTV</span></span></a></li></ul></details><div><a href="https://elhkpn.kpk.go.id/portal/user/pengumuman_lhkpn/YW1odFRqRk9hRk4zUm1abmREUnZORkp4ZURCRE5YRmpRazF1WVhWRGRWZHhLMnhFUW1kSlpDczJkVXQ1TURReFpIaFhTMXAwVFRkRWIwRnVWWFpRU0E9PQ==" class='block'><span class='flex items-center gap-3 rounded-xl border border-slate-200 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:border-blue-200 hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-blue-50 text-blue-600'><i class='fas fa-circle' aria-hidden='true'></i></span><span>LHKPN</span></span></a></div><details class='group overflow-hidden rounded-xl border border-slate-200 bg-slate-50/70'><summary class='flex cursor-pointer list-none items-center gap-3 px-3 py-3 text-sm font-semibold text-slate-700 transition hover:bg-blue-50 hover:text-blue-700'><span class='flex h-9 w-9 shrink-0 items-center justify-center rounded-lg bg-white text-blue-600 shadow-sm'><i class='fas fa-circle' aria-hidden='true'></i></span><span class='flex-1'>PENGADUAN</span><i class='fas fa-chevron-down text-xs text-slate-400 transition group-open:rotate-180' aria-hidden='true'></i></summary><ul class='space-y-1 border-t border-slate-200 bg-white p-2'><li><a href="https://bekasikota.go.id/pages/jurnal-pengaduan-call-centre" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Jurnal Pengaduan Call Centre</span></span></a></li><li><a href="https://bekasikota.go.id/pages/jurnal-sp4n-lapor" class='block'><span class='flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm text-slate-600 transition hover:bg-blue-50 hover:text-blue-700'><i class='fas fa-angle-right w-4 text-center text-xs text-slate-400' aria-hidden='true'></i><span>Jurnal Pengaduan SP4N LAPOR</span></span></a></li></ul></details>  </nav>
</div>


<!-- Desktop Menu -->
<nav class="hidden md:flex space-x-6 text-sm font-medium">
  <div><a href="https://bekasikota.go.id:443/home" class='text-gray-700 hover:text-blue-600'><i class=""></i> Beranda</a></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>Tentang Kami ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/sejarah-kota-bekasi" class='text-gray-700'><i class=""></i> Sejarah Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/lambang-daerah-kota-bekasi" class='text-gray-700'><i class=""></i> Lambang Daerah Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/peta-administrasi-wilayah-kota-bekasi" class='text-gray-700'><i class=""></i> Peta Administrasi Wilayah Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/kondisi-geografis-wilayah-kota-bekasi" class='text-gray-700'><i class=""></i> Kondisi Geografis</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/wali-kota-dan-wakil-wali-kota-bekasi-dari-masa-ke-masa" class='text-gray-700'><i class=""></i> Wali Kota dan Wakil Wali Kota Bekasi dari Masa ke Masa</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/bangunan-bersejarah" class='text-gray-700'><i class=""></i> Bangunan Bersejarah</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id/pages/tugas-pokok-dan-fungsi-pemerintah-kota-bekasi" class='text-gray-700'><i class=""></i> Tugas Pokok Dan Fungsi</a></li></ul></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>Pemerintahan ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/visi-misi" class='text-gray-700'><i class=""></i> Visi & Misi Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/struktur-organisasi-pemerintah-kota-bekasi" class='text-gray-700'><i class=""></i> Struktur Organisasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://siap.bekasikota.go.id/index.php/frontend/pejabat/" class='text-gray-700'><i class=""></i> Daftar Pejabat Struktural</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://k-cloud.bekasikota.go.id/index.php/s/SK2l7YR5zC2bVZQ" class='text-gray-700'><i class=""></i> Data Wilayah Kecamatan dan Kelurahan Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/spbe" class='text-gray-700'><i class=""></i> Sistem Pemerintahan Berbasis Elektronik (SPBE)</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id/pages/index-kota-cerdas" class='text-gray-700'><i class=""></i> Indexs Kota Cerdas</a></li></ul></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>Regulasi ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="https://jdih.bekasikota.go.id/peraturan/peraturan-daerah" class='text-gray-700'><i class=""></i> Peraturan Daerah</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://jdih.bekasikota.go.id/peraturan/peraturan-walikota" class='text-gray-700'><i class=""></i> Peraturan Wali Kota</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://jdih.bekasikota.go.id/peraturan/keputusan-walikota" class='text-gray-700'><i class=""></i> Keputusan Wali Kota</a></li></ul></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>Publikasi ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/gallery" class='text-gray-700'><i class=""></i> Foto</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/video" class='text-gray-700'><i class=""></i> Video</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/berita" class='text-gray-700'><i class=""></i> Berita</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/gallerypsc" class='text-gray-700'><i class=""></i> Patriot Siaga 112</a></li></ul></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>Informasi ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="http://simpelbang.bekasikota.go.id/" class='text-gray-700'><i class=""></i> Realisasi Keuangan dan Pembangunan</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://opendata.bekasikota.go.id/" class='text-gray-700'><i class=""></i> Open Data</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://www.bekasikota.go.id/pages/transparansi-pengelolaan-anggaran-daerah" class='text-gray-700'><i class=""></i> Transparansi Anggaran</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="http://tkdn.kemenperin.go.id/search.php" class='text-gray-700'><i class=""></i> TKDN</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/pages/rlppd-kota-bekasi-tahun-2023" class='text-gray-700'><i class=""></i> RLPPD Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://docs.google.com/viewerng/viewer?url=https://cdn.jsdelivr.net/gh/pemkotbekasi-cdn/jdih-cdn/LKIP%20KOTA%20BEKASI%202023%20ttd.pdf" class='text-gray-700'><i class=""></i> LKIP KOTA BEKASI 2023</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://www.bekasikota.go.id/pages/lkpj-kota-bekasi" class='text-gray-700'><i class=""></i> LKPJ Kota Bekasi</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id:443/cctv" class='text-gray-700'><i class=""></i> CCTV</a></li></ul></div><div><a href="https://elhkpn.kpk.go.id/portal/user/pengumuman_lhkpn/YW1odFRqRk9hRk4zUm1abmREUnZORkp4ZURCRE5YRmpRazF1WVhWRGRWZHhLMnhFUW1kSlpDczJkVXQ1TURReFpIaFhTMXAwVFRkRWIwRnVWWFpRU0E9PQ==" class='text-gray-700 hover:text-blue-600'><i class=""></i> LHKPN</a></div><div class='relative group'><a href="https://bekasikota.go.id:443/#" class='text-gray-700 hover:text-blue-600'>PENGADUAN ▾</a><ul class='absolute left-0 top-full mt-2 w-56 bg-white border border-gray-200 rounded-lg shadow-xl opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 ease-out z-40'><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id/pages/jurnal-pengaduan-call-centre" class='text-gray-700'><i class=""></i> Jurnal Pengaduan Call Centre</a></li><li class='px-4 py-2 hover:bg-gray-100'><a href="https://bekasikota.go.id/pages/jurnal-sp4n-lapor" class='text-gray-700'><i class=""></i> Jurnal Pengaduan SP4N LAPOR</a></li></ul></div></nav>

<!-- Floating quick actions -->
<div class="fixed bottom-20 right-4 z-[60] flex flex-col items-end gap-3 md:bottom-6 md:right-6">
  <div id="quick-actions" class="hidden w-[min(19rem,calc(100vw-2rem))] overflow-hidden rounded-2xl border border-slate-200 bg-white p-2 shadow-2xl shadow-slate-900/20" role="menu" aria-label="Aksi cepat">
    <button id="language-action" type="button" class="flex w-full items-center gap-3 rounded-xl px-3 py-3 text-left transition hover:bg-blue-50" role="menuitem">
      <span class="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-blue-50 text-lg text-blue-600"><i class="fas fa-globe" aria-hidden="true"></i></span>
      <span class="min-w-0 flex-1"><strong class="block text-sm font-bold text-slate-800">Bahasa</strong><small class="block truncate text-xs text-slate-500">Pilih bahasa tampilan situs</small></span>
      <i class="fas fa-chevron-right text-xs text-slate-400" aria-hidden="true"></i>
    </button>
    <a href="https://wa.me/6285691231100?text=Halo%20Layanan%20Pengaduan%20Kota%20Bekasi" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 rounded-xl px-3 py-3 transition hover:bg-emerald-50" role="menuitem">
      <span class="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-emerald-50 text-lg text-emerald-600"><i class="fab fa-whatsapp" aria-hidden="true"></i></span>
      <span class="min-w-0 flex-1"><strong class="block text-sm font-bold text-slate-800">WhatsApp Pengaduan</strong><small class="block truncate text-xs text-slate-500">Kirim pengaduan / aspirasi</small></span>
      <i class="fas fa-chevron-right text-xs text-slate-400" aria-hidden="true"></i>
    </a>
  </div>
  <button id="quick-actions-toggle" type="button" class="flex h-14 w-14 items-center justify-center rounded-full bg-[#0b5da7] text-white shadow-xl shadow-blue-900/25 transition hover:scale-105 hover:bg-[#084b88] focus:outline-none focus:ring-4 focus:ring-blue-200" aria-expanded="false" aria-controls="quick-actions" aria-label="Buka aksi cepat">
    <i id="quick-actions-icon" class="fas fa-ellipsis text-lg" aria-hidden="true"></i>
  </button>
</div>

<div id="language-sheet-backdrop" class="pointer-events-none fixed inset-0 z-[70] bg-slate-950/40 opacity-0 backdrop-blur-[2px] transition-opacity duration-300" aria-hidden="true"></div>
<section id="language-sheet" class="pointer-events-none fixed inset-x-0 bottom-0 z-[80] translate-y-full rounded-t-[2rem] bg-white px-4 pb-8 pt-3 shadow-[0_-12px_40px_rgba(15,23,42,0.2)] transition-transform duration-300 sm:left-1/2 sm:right-auto sm:w-[25rem] sm:-translate-x-1/2" role="dialog" aria-modal="true" aria-labelledby="language-sheet-title" aria-hidden="true">
  <div class="mx-auto mb-4 h-1 w-12 rounded-full bg-slate-300"></div>
  <div class="flex items-start justify-between gap-4 px-1">
    <div class="flex items-start gap-3">
      <span class="flex h-11 w-11 shrink-0 items-center justify-center rounded-full bg-blue-50 text-xl text-blue-600"><i class="fas fa-globe" aria-hidden="true"></i></span>
      <div>
        <h2 id="language-sheet-title" class="text-lg font-bold text-slate-900">Pilih Bahasa</h2>
        <p class="mt-1 max-w-[15rem] text-xs leading-5 text-slate-500">Pilih bahasa yang ingin Anda gunakan untuk tampilan situs.</p>
      </div>
    </div>
    <button id="language-sheet-close" type="button" class="flex h-9 w-9 shrink-0 items-center justify-center rounded-full text-slate-500 transition hover:bg-slate-100 hover:text-slate-900 focus:outline-none focus:ring-4 focus:ring-blue-100" aria-label="Tutup pilihan bahasa">
      <i class="fas fa-xmark" aria-hidden="true"></i>
    </button>
  </div>
  <div class="mt-5 space-y-1" role="radiogroup" aria-label="Pilihan bahasa">
    <button type="button" class="language-option flex w-full items-center gap-3 rounded-xl bg-blue-50 px-3 py-3 text-left transition hover:bg-blue-100" data-language="id" role="radio" aria-checked="true">
      <span class="flex h-8 w-8 items-center justify-center rounded-full bg-gradient-to-b from-red-500 from-0% via-red-500 via-50% to-white to-50% text-[10px] font-bold text-transparent">ID</span>
      <span class="flex-1 text-sm font-semibold text-slate-800">Bahasa Indonesia</span>
      <i class="language-check fas fa-circle-check text-blue-600" aria-hidden="true"></i>
    </button>
    <button type="button" class="language-option flex w-full items-center gap-3 rounded-xl px-3 py-3 text-left transition hover:bg-slate-50" data-language="en" role="radio" aria-checked="false">
      <span class="flex h-8 w-8 items-center justify-center rounded-full bg-blue-600 text-[10px] font-bold text-white">EN</span>
      <span class="flex-1 text-sm font-semibold text-slate-700">English</span>
      <i class="language-check fas fa-circle text-slate-400" aria-hidden="true"></i>
    </button>
    <button type="button" class="language-option flex w-full items-center gap-3 rounded-xl px-3 py-3 text-left transition hover:bg-slate-50" data-language="zh-CN" role="radio" aria-checked="false">
      <span class="flex h-8 w-8 items-center justify-center rounded-full bg-sky-100 text-xs font-bold text-sky-700">文</span>
      <span class="flex-1 text-sm font-semibold text-slate-700">中文（简体）</span>
      <i class="language-check fas fa-circle text-slate-400" aria-hidden="true"></i>
    </button>
  </div>
  <div id="google_translate_element" class="hidden" aria-hidden="true"></div>
</section>

<script>
  function googleTranslateElementInit() {
    new google.translate.TranslateElement({
      pageLanguage: 'id',
      includedLanguages: 'id,en,zh-CN',
      autoDisplay: false,
      layout: google.translate.TranslateElement.InlineLayout.SIMPLE
    }, 'google_translate_element');
  }
</script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

    <!-- Toggle Script -->
    <script>
      const quickActions = document.getElementById('quick-actions');
      const quickActionsToggle = document.getElementById('quick-actions-toggle');
      const quickActionsIcon = document.getElementById('quick-actions-icon');
      const languageAction = document.getElementById('language-action');
      const languageSheet = document.getElementById('language-sheet');
      const languageSheetBackdrop = document.getElementById('language-sheet-backdrop');
      const languageSheetClose = document.getElementById('language-sheet-close');
      const languageOptions = document.querySelectorAll('.language-option');

      quickActionsToggle.addEventListener('click', () => {
        const isOpen = quickActions.classList.contains('hidden');
        quickActions.classList.toggle('hidden', !isOpen);
        quickActionsToggle.setAttribute('aria-expanded', String(isOpen));
        quickActionsIcon.classList.toggle('fa-ellipsis', !isOpen);
        quickActionsIcon.classList.toggle('fa-xmark', isOpen);
        quickActionsToggle.setAttribute('aria-label', isOpen ? 'Tutup aksi cepat' : 'Buka aksi cepat');
      });

      const setLanguageSheet = (isOpen) => {
        languageSheet.classList.toggle('pointer-events-none', !isOpen);
        languageSheet.classList.toggle('translate-y-full', !isOpen);
        languageSheet.classList.toggle('translate-y-0', isOpen);
        languageSheet.setAttribute('aria-hidden', String(!isOpen));
        languageSheetBackdrop.classList.toggle('pointer-events-none', !isOpen);
        languageSheetBackdrop.classList.toggle('opacity-0', !isOpen);
        languageSheetBackdrop.classList.toggle('opacity-100', isOpen);
        document.body.classList.toggle('overflow-hidden', isOpen);
        if (isOpen) languageSheetClose.focus();
      };

      languageAction.addEventListener('click', () => {
        quickActions.classList.add('hidden');
        quickActionsToggle.setAttribute('aria-expanded', 'false');
        quickActionsIcon.classList.replace('fa-xmark', 'fa-ellipsis');
        quickActionsToggle.setAttribute('aria-label', 'Buka aksi cepat');
        setLanguageSheet(true);
      });

      languageSheetClose.addEventListener('click', () => setLanguageSheet(false));
      languageSheetBackdrop.addEventListener('click', () => setLanguageSheet(false));

      const getCookie = (name) => document.cookie.split('; ').find(row => row.startsWith(`${name}=`))?.split('=')[1] || '';

      const updateLanguageSelection = language => {
        languageOptions.forEach(item => {
          const isSelected = item.dataset.language === language;
          item.classList.toggle('bg-blue-50', isSelected);
          item.setAttribute('aria-checked', String(isSelected));
          const check = item.querySelector('.language-check');
          check.classList.toggle('fa-circle-check', isSelected);
          check.classList.toggle('fa-circle', !isSelected);
          check.classList.toggle('text-blue-600', isSelected);
          check.classList.toggle('text-slate-400', !isSelected);
        });
      };

      const applyLanguage = (language, attempts = 0) => {
        const translateSelect = document.querySelector('.goog-te-combo');
        if (translateSelect) {
          translateSelect.value = language;
          translateSelect.dispatchEvent(new Event('change'));
          updateLanguageSelection(language);
          return;
        }

        if (attempts < 20) {
          window.setTimeout(() => applyLanguage(language, attempts + 1), 150);
          return;
        }

        document.cookie = `googtrans=/id/${language};path=/`;
        window.location.reload();
      };

      languageOptions.forEach(option => option.addEventListener('click', () => {
        const language = option.dataset.language;
        applyLanguage(language);
        setLanguageSheet(false);
      }));

      const translatedLanguage = getCookie('googtrans').split('/').pop();
      if (translatedLanguage && [...languageOptions].some(option => option.dataset.language === translatedLanguage)) {
        updateLanguageSelection(translatedLanguage);
      }

      const mobileMenu = document.getElementById('mobile-menu');
      const mobileMenuBackdrop = document.getElementById('mobile-menu-backdrop');
      const mobileMenuToggle = document.getElementById('mobile-menu-toggle');
      const mobileMenuClose = document.getElementById('mobile-menu-close');

      const setMobileMenu = (isOpen) => {
        mobileMenu.classList.toggle('hidden', !isOpen);
        mobileMenuBackdrop.classList.toggle('hidden', !isOpen);
        mobileMenuToggle.setAttribute('aria-expanded', String(isOpen));
        document.body.classList.toggle('overflow-hidden', isOpen);
        if (isOpen) mobileMenuClose.focus();
      };

      mobileMenuToggle.setAttribute('aria-expanded', 'false');
      mobileMenuToggle.addEventListener('click', () => setMobileMenu(mobileMenu.classList.contains('hidden')));
      mobileMenuClose.addEventListener('click', () => setMobileMenu(false));
      mobileMenuBackdrop.addEventListener('click', () => setMobileMenu(false));
      document.addEventListener('keydown', (event) => {
        if (event.key === 'Escape' && !mobileMenu.classList.contains('hidden')) setMobileMenu(false);
        if (event.key === 'Escape' && !quickActions.classList.contains('hidden')) {
          quickActions.classList.add('hidden');
          quickActionsToggle.setAttribute('aria-expanded', 'false');
          quickActionsIcon.classList.replace('fa-xmark', 'fa-ellipsis');
          quickActionsToggle.setAttribute('aria-label', 'Buka aksi cepat');
        }
        if (event.key === 'Escape' && languageSheet.getAttribute('aria-hidden') === 'false') setLanguageSheet(false);
      });
    </script>
    <div class="flex items-center gap-3 text-gray-800 px-4 py-2 text-sm">
      <img src="https://bekasikota.go.id:443//uploads/websetting/sun.gif" alt="Cuaca" class="w-6 h-6">
      <div>
        <p class="text-xs sm:text-sm text-gray-800">Hujan 33°C</p>
                  <p class="flex items-center justify-center gap-2 text-sm text-gray-800">
            <img src="https://bekasikota.go.id:443//uploads/websetting/carbon.png" alt="Kualitas Udara" class="w-4 h-4">
		<span onclick="toggleAQITooltip()" class="relative cursor-pointer hover:text-blue-600">
  		   <span class="text-yellow-600">Sedang</span>  		  <span id="aqi-tooltip" class="absolute left-1/2 -translate-x-1/2 mt-4 px-2 py-1 bg-white-800 text-xs rounded shadow-lg hidden z-10 whitespace-nowrap">
    	        	<span class="text-yellow-600">Udara Cukup Baik 😊</span>  		</span>
               </span>
		<script>
  			function toggleAQITooltip() {
    			const tooltip = document.getElementById('aqi-tooltip');
    			tooltip.classList.toggle('hidden');
  			}
		</script>
      </div>
    </div>
</div>
</header>
		<section class="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50 to-blue-100 px-2">
			<div class="max-w-4xl mx-auto text-center">
				<!-- 404 Text -->
				<h1 class="text-7xl md:text-8xl font-extrabold text-blue-700 animate-pulse">
				404
				</h1>
				<h2 class="mt-4 text-3xl font-bold text-gray-800">
				Halaman Tidak Ditemukan
				</h2>
				<p class="mt-4 text-gray-600 max-w-xl mx-auto">
				Maaf, halaman yang Anda cari tidak tersedia atau telah dipindahkan.
				Silakan kembali ke halaman utama portal layanan pemerintah.
				</p>
				<!-- Buttons -->
				<div class="mt-10 flex flex-wrap justify-center gap-4">
				<a href="/"
					class="px-6 py-3 bg-blue-600 text-white rounded-lg shadow hover:bg-blue-700 transition">
					Kembali ke Beranda
				</a>
				</div>
			</div>
			</section>
<footer class="bg-blue-800 text-white">
  <div class="container mx-auto px-4 py-12">
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">

      <!-- Section 1: Logo and Contact Info -->
      <div class="space-y-4">
               <div class="flex items-center space-x-3 mb-6">
          <img src="https://bekasikota.go.id:443//uploads/websetting/20250923175703-2025-09-23websetting175650.png" alt="Logo pemerintah" class="h-12 w-12 object-contain">
          <div>
            <h3 class="text-xl font-bold">Pemerintah Kota Bekasi</h3>
            <p class="text-sm text-white/80">Portal Resmi</p>
          </div>
        </div>

        <div class="space-y-3 text-sm">
          <div class="flex items-start space-x-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin h-4 w-4 mt-0.5">
              <path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path>
              <circle cx="12" cy="10" r="3"></circle>
            </svg>
            <span class="text-primary-foreground/90">Jl. Jendral Ahmad Yani No. 1 Gd.Perkantoran</span>
          </div>

          <div class="flex items-center space-x-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone h-4 w-4">
              <path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path>
            </svg>
            <span class="text-primary-foreground/90">(021) 88961767</span>
          </div>

          <div class="flex items-center space-x-2">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-4 w-4">
              <rect width="20" height="16" x="2" y="4" rx="2"></rect>
              <path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path>
            </svg>
            <span class="text-primary-foreground/90">info@bekasikota.go.id</span>
          </div>
        </div>
      </div>

      <!-- Section 2: Profil & Informasi -->
      <div>
        <h4 class="text-lg font-semibold mb-6">Profil & Informasi</h4>
        <ul class="space-y-3">
          <li><a href="https://bekasikota.go.id/pages/sejarah-kota-bekasi" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Profil Pemerintah Kota Bekasi</a></li>
          <li><a href="https://bekasikota.go.id/pages/visi-misi" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Visi & Misi</a></li>
          <li><a href="https://bekasikota.go.id/pages/struktur-organisasi-pemerintah-kota-bekasi" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Struktur Organisasi</a></li>
          <li><a href="https://bekasikota.go.id/pages/tugas-pokok-dan-fungsi-pemerintah-kota-bekasi" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Tugas Pokok dan Fungsi</a></li>
          <li><a href="https://simpelbang.bekasikota.go.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Realisasi Keuangan</a></li>
          <li><a href="https://bekasikota.go.id/cctv" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm">Pantau Kota</a></li>
        </ul>
      </div>

      <!-- Section 3: Layanan Publik -->
      <div>
        <h4 class="text-lg font-semibold mb-6">Layanan Publik</h4>
        <ul class="space-y-3">
         
                                    <li>
                <a href="https://dpppa.bekasikota.go.id/uptd-ppa" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>UPTD Perlindungan Perempuan dan Anak</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                          <li>
                <a href="https://e-open.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>E-Open2.0</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                          <li>
                <a href="https://bludpald.bekasikota.go.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>BLUD UPTD PALD</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                          <li>
                <a href="https://silat.bekasikota.go.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>SILAT</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                          <li>
                <a href="https://mpp.bekasikota.go.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>Mall Pelayanan Publik</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                          <li>
                <a href="https://esppt.bekasikota.go.id" class="text-primary-foreground/80 hover:text-accent transition-colors duration-200 text-sm flex items-center space-x-1">
                  <span>E-SPPT</span>
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg>
                </a>
              </li>
                                </ul>
      </div>

      <!-- Section 4: Newsletter & Social -->
      <div>
        <h4 class="text-lg font-semibold mb-3">Tetap Terhubung</h4>
        <div class="mb-6">
            <p class="text-sm text-white mb-3">
                Berlangganan newsletter untuk mendapat info terbaru
            </p>
            <div class="space-y-2">
                <input
                type="email"
                class="flex h-10 w-full rounded-md border border-gray-300 px-3 py-2 text-base text-gray-800 placeholder-gray-500 bg-gray-100 focus:outline-none focus:ring-2 focus:ring-orange-500 focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"
                placeholder="Email Anda"
                >
                <button
                class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium h-10 rounded-md px-4 w-full bg-orange-500 hover:bg-orange-600 text-white transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-orange-500 focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"
                >
                Berlangganan
                </button>
            </div>
            </div>


        <div>
                  <p class="text-sm text-white-50 mb-3">Ikuti Kami</p>
          <div class="flex space-x-3">
            <a href="https://www.facebook.com/pemkotbekasi/" class="p-2 rounded-full bg-primary-foreground/10 text-primary-foreground/80 hover:text-blue-600 transition-colors duration-200" aria-label="Facebook">
              <!-- Facebook Icon -->
              <svg xmlns="http://www.w3.org/2000/svg" class="lucide lucide-facebook h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" />
              </svg>
            </a>
            <a href="https://x.com/pemkotbekasi" class="p-2 rounded-full bg-primary-foreground/10 text-primary-foreground/80 hover:text-blue-400 transition-colors duration-200" aria-label="x">
              <!-- Twitter Icon -->
              <svg xmlns="http://www.w3.org/2000/svg" class="lucide lucide-twitter h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path d="M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z"/>
              </svg>
            </a>
            <a href="https://www.instagram.com/pemkot_bekasi/" class="p-2 rounded-full bg-primary-foreground/10 text-primary-foreground/80 hover:text-pink-600 transition-colors duration-200" aria-label="Instagram">
              <!-- Instagram Icon -->
              <svg xmlns="http://www.w3.org/2000/svg" class="lucide lucide-instagram h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <rect width="20" height="20" x="2" y="2" rx="5" ry="5" />
                <path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"/>
                <line x1="17.5" x2="17.51" y1="6.5" y2="6.5" />
              </svg>
            </a>
            <a href="https://www.youtube.com/@pemerintahkotabekasi" class="p-2 rounded-full bg-primary-foreground/10 text-primary-foreground/80 hover:text-red-600 transition-colors duration-200" aria-label="YouTube">
              <!-- YouTube Icon -->
              <svg xmlns="http://www.w3.org/2000/svg" class="lucide lucide-youtube h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
                <path d="M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.56 49.56 0 0 1-16.2 0A2 2 0 0 1 2.5 17z"/>
                <polygon points="10 15 15 12 10 9 10 15" />
              </svg>
            </a>
          </div>
        </div>
      </div>

    </div>
  </div>

  <!-- Footer Bottom -->
  <div class="bg-primary/90 text-center text-sm text-primary-foreground/60 py-4 border-t border-primary-foreground/20">
    &copy; 2025 Pemerintah Kota Bekasi. Hak cipta dilindungi undang-undang.
  </div>
</footer>


 <!-- JavaScript Files -->
    <!-- <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery/jquery.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.appear/jquery.appear.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.easing/jquery.easing.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery-cookie/jquery-cookie.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/bootstrap/js/bootstrap.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/common/common.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.validation/jquery.validation.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.gmap/jquery.gmap.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/isotope/jquery.isotope.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/owl.carousel/owl.carousel.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/vide/vide.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/js/theme.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/js/views/view.contact.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/js/demos/demo-medical.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/js/custom.js"></script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/porto/js/theme.init.js"></script> -->
    <!-- Slider Script -->
    <script>
  document.addEventListener('DOMContentLoaded', function() {
    const slider = document.getElementById('programSlider');
    const prevBtn = document.getElementById('prevBtn');
    const nextBtn = document.getElementById('nextBtn');
    let currentIndex = 0;
    let autoSlideInterval;

    // Fungsi update posisi slider
    function updateSlider() {
      const cardWidth = slider.children[0].getBoundingClientRect().width + 20; // 20 = gap antar card
      const visibleCards = getVisibleCards(); // responsif
      const maxIndex = Math.ceil(slider.children.length / visibleCards) - 1;

      // Loop agar auto slider balik ke awal
      if (currentIndex > maxIndex) currentIndex = 0;

      const offset = -(cardWidth * visibleCards * currentIndex);
      slider.style.transform = `translateX(${offset}px)`;
    }

    // Fungsi untuk menentukan berapa card tampil (responsif)
    function getVisibleCards() {
      if (window.innerWidth < 640) return 1; // mobile
      if (window.innerWidth < 1024) return 2; // tablet
      return 3; // desktop
    }

    // Tombol Next dan Prev
    nextBtn.addEventListener('click', () => {
      const visibleCards = getVisibleCards();
      const maxIndex = Math.ceil(slider.children.length / visibleCards) - 1;
      if (currentIndex < maxIndex) {
        currentIndex++;
      } else {
        currentIndex = 0;
      }
      updateSlider();
      resetAutoSlide();
    });

    prevBtn.addEventListener('click', () => {
      const visibleCards = getVisibleCards();
      const maxIndex = Math.ceil(slider.children.length / visibleCards) - 1;
      if (currentIndex > 0) {
        currentIndex--;
      } else {
        currentIndex = maxIndex;
      }
      updateSlider();
      resetAutoSlide();
    });

    // Auto Slide setiap 4 detik
    function startAutoSlide() {
      autoSlideInterval = setInterval(() => {
        currentIndex++;
        updateSlider();
      }, 4000);
    }

    function resetAutoSlide() {
      clearInterval(autoSlideInterval);
      startAutoSlide();
    }

    window.addEventListener('resize', updateSlider);

    // Inisialisasi
    updateSlider();
    startAutoSlide();
  });
</script>
    <!-- Custom JavaScript for Modern Interactions -->

<script>
  document.addEventListener("DOMContentLoaded", () => {
    const counters = document.querySelectorAll(".counter-number");
    counters.forEach(counter => {
      const target = +counter.getAttribute("data-target");
      let count = 0;
      const increment = target / 100;

      const updateCount = () => {
        count += increment;
        if (count < target) {
          counter.innerText = Math.floor(count);
          requestAnimationFrame(updateCount);
        } else {
          counter.innerText = target;
        }
      };

      updateCount();
    });
  });
</script>
    <script src="https://bekasikota.go.id:443/cc-content/themes/cicool/asset/datatables/datatables.min.js"></script>
</div>    
<script src="https://cdn.jsdelivr.net/npm/sienna-accessibility/dist/sienna-accessibility.umd.js" async></script>
</body>
</html>
