body{font-family: "Lato", sans-serif}
.btnlapor {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    bottom: 70px;
    width: 63px;
    height: 63px;
    border:5px solid#eee;
    margin-left:-8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20F5F5, #1AC7C7);
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
    z-index: 1;
    text-align: center;
}

/* Efek background slide */
.btnlapor::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: orange;
    transition: left 0.4s ease;
    z-index: 0;
}

.btnlapor:hover::before {
    left: 0;
}

/* Efek bubble */
.btnlapor::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.btnlapor:hover::after {
    animation: bubble 1s ease-out forwards;
}

/* Pastikan gambar/icon tetap di atas layer background */
.btnlapor .float-icon {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

/* Animasi bubble */
@keyframes bubble {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

/* Efek kecil untuk icon */
.btnlapor:hover .float-icon {
    transform: scale(1.15);
}
.linkss{color: #9C9C9C;}
/* ====== MENU DASAR ====== */
    .topbar {
        /* background: #fff; */
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        position: fixed;
        top: 10px;
        position: center;

        z-index: 1000;
    }

    .topbar__container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .brand__logo {
        max-height: 50px;
    }

    .menu {
        display: flex;
        align-items: center;

    }

    .menu__links {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .menu__links li {
        position: relative;
    }

    .menu__links>li>a {
        display: block;
        padding: 10px 10px;
        text-decoration: none;
        color: #333;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
    }

    .menu__links li:hover>a {
        color: #0066cc;
    }

    .menu__links .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        list-style: none;
        padding: 8px 0;
        min-width: 200px;
        display: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .menu__links li:hover>.submenu {
        display: block;
    }

    .submenu li a {
        padding: 8px 15px;
        display: block;
        color: #333;
        text-decoration: none;
    }

    .submenu li a:hover {
        background: #f5f5f5;
    }

    /* ====== TOGGLE BUTTON (MOBILE) ====== */
    .menu__toggle {
        display: none;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    /* ====== RESPONSIVE MODE ====== */
    @media (max-width: 992px) {
        .menu__toggle {
            display: block;
        }

        .menu__links {
            position: absolute;
            width: 300px;
            left: -200px;
            top: 100%;

            flex-direction: column;
            background: #fff;
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease-in-out;
        }

        .menu__links.show {
            max-height: 1000px;
            /* cukup besar supaya semua item muat */
        }

        .menu__links li {
            width: 100%;
        }

        .menu__links li a {
            padding: 12px 20px;
            border-bottom: 1px solid #eee;
        }

        /* submenu di mobile */
        .menu__links .submenu {
            position: static;
            display: none;
            box-shadow: none;
        }

        .menu__links .has-sub.open>.submenu {
            display: block;
        }
    }
.four-item-carousel {
  display: none;
}
.tinggiGamGalleri{
  height: 280px;
  width: 100%;
}
p{font-size: 14px;font-family: "Lato", sans-serif;line-height: 24px;}
.gambarProfil{
  margin-bottom: 20px;
  box-shadow: 7px 10px 0px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 7px 10px 0px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 0px -1px rgba(0,0,0,0.75);
}
.judulProfil{
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-family: "Lato", sans-serif;


}
.kotakPartai{
  width: 120px;
  height: 90px;
  background-color: #eee;
  padding: 6px;
  border:1px solid#444;
  border-radius: 5px;
  text-align: center;
}
.kotakPartai img{
  width: 100%;
}
.judulVideo{
   font-size: 14px;
   font-weight: 700;
  margin: 10px 0 10px 0;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
}
.ketProfil{ 
  font-size: 14px; 
  line-height: 25px;
  font-weight: 300;
  font-family: 'Merriweather Sans', sans-serif;
  color: #696b7e;
  
}
.ketProfil ul li{
  font-size: 14px; 
}
.kolomDapil{
  width: 100%;
  border-left: 10px solid#EDED64;
  padding-left: 30px;
  margin-bottom: 10px;  
}
.kolomDapil h3{
  margin: 0 0 -10px 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.kolomDapil p{
  margin: -10px 0 10px 0;
  font-size: 14px;
}
.kolomPeriode{
  padding:0;width:105%;margin-left:-30px
}
.kotakNamaDewan{
  width:100%;margin-left:0;border-radius:0;padding-bottom: 10px;
}
.kotakKonten{
margin-top: -50px; width:100%;background-color: #000;padding:0
}
.kotakinfoFoto{
  background-color: #EDEDED;
  margin-top: -60px;
  border-bottom: 10px solid orange;
  transition: border-color 0.3s ease; /* animasi halus perubahan warna */
}
.kotakFotoDepan{
  margin-bottom: 10px;
}
.kotakFotoDepan img{
  width: 100%;
  border-radius: 5px;
}
.kotakFotoDepan h6 a{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.kotakFotoDepan p{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
  color: orange;
}

.fotoDewan{
  border-radius: 5px 5px 0 0;
}
.namaPartai{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: #FFD633;
  margin: 10px 0 0 0;
}
.namaPartai span{
  color: #696b7e;
  font-weight: 400;
}
.tinggiKotaknamaDewan{
  height: 30px;
  margin-bottom: 5px;
}
.namaDewanDepan{
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px 0 10px 0;
}
.namaDewanDepan a{
  color: #474747;
  text-decoration: none;
}.namaDewanDepan a:hover{
  color: #FFC642;
  text-decoration: none;
}
.kotakinfoFoto h5{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #474747;
  text-transform: capitalize;
  margin-bottom: 0px;
  

}
.kotakinfoFoto p{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #121212;
  margin-top:-10px;  
}
.kotakAspriDewan{
  background-color: #fff;padding: 30px 0 30px 0;
}
.fotodewanDetail{
  width: 90%;  
  margin-bottom: 15px;
  border-radius: 5px;
 box-shadow: 15px 14px 0px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 15px 14px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 15px 14px 0px 0px rgba(0,0,0,0.75);
}
.namaDewan{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #3D3D3D;
  margin-bottom: 15px;
}
.datadewan td{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color:#616161 ;
  padding-right: 3px;
  padding-bottom: 5px;
}
.kotakRiwayatJabatan {
    background: #f9f9f9;
    width: auto;
    
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    padding: 10px 18px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    white-space: nowrap;        /* biar teks nggak kepotong ke bawah */
}

.kotakRiwayatJabatan:hover {
    background: #e8f5e9;
    transform: translateY(-4px); /* naik dikit saat hover */
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}
.kotakAspirasi{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.kotakAspirasi h4{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #23B3B8;
  margin-bottom: 10px;;
}
.kotakAspirasi p{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #616161;
}
.kotaklainnya{
  margin-top: -50px;background-color: #fff;z-index:100
}
.kotaklainnya h6{
   font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #23B3B8;
  text-transform: capitalize;
}
.boklainnya{
  box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
}
/* CSS: drop cap umum */
.dropcap::first-letter {
  font-size: 3.5em;       /* ukuran lebih besar (sesuaikan) */
  line-height: 0.8;       /* rapatkan supaya tidak mendorong baris berikut */
  float: left;            /* buat melayang di sebelah kiri teks */
  margin: 0 0.12em 0 0;   /* spasi kanan supaya teks tidak menempel */
  font-weight: 700;       /* tebal optional */
  font-family: "Lato", sans-serif;
  color: #616161;            /* warna optional */
}

/* opsional: sedikit penyesuaian pada paragraf supaya rapi */
.dropcap {
  text-align: justify;
  text-indent: 0;         /* jika pakai indent, sesuaikan */
  margin-bottom: 1em;
}


.lapor-hero {
    position: relative;
    background-image: url("../images/lapor/page2.jpg");
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: 100%;
    block-size: clamp(240px, 34vw, 360px);
    isolation: isolate;
}
.lapor-hero::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.18));
    pointer-events:none;
    z-index: 0;
}

.lapor-hero__inner{
    position: relative;
    z-index: 1;
    inline-size: min(1280px, 92%);
    margin-inline: auto;
    block-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    gap: .35rem;
    padding-inline: clamp(8px, 2vw, 16px);
}

/* Tipografi pakai Maison Neue, konsisten dg halaman lain */
.lapor-hero__title{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.06;
    color: #fff;
    margin: 0;
    /* ukuran disesuaikan ke desain */
    font-size: clamp(28px, 3.6vw, 56px);
    letter-spacing: .2px;
}

.lapor-hero__crumbs{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: rgba(255,255,255,.92);
    margin: .15rem 0 0;
    font-size: clamp(13px, 2.05vw, 16px);
}

.lapor-hero__crumbs a{
    color: #fff;
    text-decoration: none;
    opacity: .95;
}
.lapor-hero__crumbs a:hover{ opacity: 1 }
.org-chart {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 36px;
        position: relative
    }

    .node {
        background: #fff;
        min-width: 200px;
        max-width: 250px;
        padding: 16px 12px;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: transform .18s ease, box-shadow .18s ease;
    }

    .node:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12)
    }

    .avatar img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(135deg, #e0e7ff, #f0f9ff);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px;
        font-size: 18px
    }

    .title {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 4px;
        text-align: center;
    }

    .role {
        font-size: 13px;
        color: #475569
    }

    .pimpinan-level {
        display: flex;
        justify-content: center;
        position: relative
    }

    .wakil-level {
        display: flex;
        justify-content: center;
        gap: 40px;
        position: relative
    }

    .connector {
        width: 5px;
        height: 40px;
        background: linear-gradient(#000, #f3f6fb);
        margin: 0 auto
    }
    .judulkecil{
      font-size: 20px;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      line-height: 1.06;
      color: #333;
      text-transform: capitalize;
    }
    .judulkecil img{
      width: 100px;
      border:1px solid#333;
      border-radius: 10px;
      margin-right: 10px;
    }
    .tinggihero{
      height: 170px;
    }

    @media (max-width:600px) {
        .wakil-level {
            flex-direction: column;
            gap: 20px
        }
    }
/* Responsif kecil – sedikit naikkan zoom agar komposisi tetap bagus */


/* Hindari distorsi & bar abu-abu: isi penuh area hero, fokus di tengah */
.lapor-hero{
  background-size: cover !important;          /* isi penuh, tanpa distorsi */
  background-position: center 42% !important; /* pakai titik fokus yang sama */
  background-repeat: no-repeat !important;
  background-color: transparent !important;   /* buang latar abu-abu */
}

/* Jika ada radius dari tempat lain, buang supaya tidak kelihatan “kotak” */
.lapor-hero,
.lapor-hero::before,
.lapor-hero::after{
  border-radius: 0 !important;
}
.bgpage{background-color: #fff;padding: 30px 0 30px 0;}

.judulAgenda{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin: 10px 0 10px 0;
}
.judulAgenda2{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.judulAgenda3{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
  
  
}

.judulberitaDepan{
  font-family: "Lato", sans-serif;
  font-weight: 600;  
  font-size: 14px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.gambarberitDepan{
  width: 100%;
  height: 180px;
}
.kotakTanggalJudul{
  background-color: #F2F2F2;
  padding: 10px 15px;
}
.imgSekretariat{
  float: left;
  margin: 0 15px 20px 0;
  width:200px;
}
.logopartai{
  width: 50px;
  height: 40px;
  padding-top: 10px;
  background-color: #eee;
  padding: 3px;
  border-radius: 50%;
  border:1px dashed#9C9C9C;
}



.schedule-block-three .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  padding: 30px 30px;
  margin-bottom: 20px;
  background: #ffffff;
  transition: all 500ms ease;
}

.schedule-block-three .inner-box:hover{
  background: #252638;
}

.schedule-block-three .inner-box .inner{
  position: relative;
  padding-left: 200px;
}

.schedule-date{
  position: relative;
  left: 10px;
  top: 10px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
}

.schedule-date h2{
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 12px 20px 8px 30px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 5px 5px 0px 0px;
}

.schedule-date h2 .year{
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #696b7e;
  position: absolute;
  left: 90px;
  top: 35px;
}

.schedule-date h2 .symple{
  position: absolute;
  left: 90px;
  top: 0px;
  font-size: 16px;
}

.schedule-date .list{
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

.schedule-date .list li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #696b7e;
  padding-left: 25px;
  margin-bottom: 7px;
}

.schedule-date .list li:last-child{
  margin-bottom: 0px;
}

.schedule-date .list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.schedule-block-three .inner-box .text .category{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 16px;
}

.schedule-block-three .inner-box .text .category i {
  margin-right: 6px;
  font-size: 14px;
}

.schedule-block-three .inner-box .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 6px;
}

.schedule-block-three .inner-box .text h3 a{
  display: inline-block;
  color: #252638;
}

.schedule-block-three .inner-box:hover .text h3 a{
  color: #ffffff;
}

.schedule-block-three .inner-box .text h3 a:hover{

}

.schedule-block-three .inner-box .text p{
  margin-bottom: 19px;
  transition: all 500ms ease;
}

.schedule-block-three .inner-box:hover .text p{
  color: #8e91a2;
}

.schedule-block-three .inner-box .text .link a{
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.schedule-block-three .inner-box .text .link a i{
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
}

.schedule-block-three .inner-box:hover .text .link a{

}
.tinggiGambarBerita{
  height: 240px;
}
.judulPage{
  font-size: 26px;
}
th{font-size: 14px; text-transform: capitalize;}
td{font-size: 12px;}
.fotogalslide{
  width: 100%;
  height:390px;
  border-radius:5px
}
.fotogallainnya{
  border-radius: 5px;
}
.fotogalslide{
  width: 100%;
  height:390px;
  border-radius:5px
}
.fotogallainnya{
  border-radius: 5px;
  width: 100%;
  height: 90px;
}
.video-btnpulse {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    /* Lingkaran tombol utama */
    .video-btnpulse a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.8);
        /* dasar putih transparan */
        color: #000;
        text-decoration: none;
        overflow: visible;
    }

    /* Icon play di tengah */
    .video-btnpulse i {
        font-size: 28px;
        color: #EDED64;
        z-index: 5;
    }

    /* Animasi lingkaran pulsa */
    .border-animation {
        position: absolute;
        border: 2px solid rgba(255, 255, 255, 0.7);
        /* warna putih */
        border-radius: 50%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        animation: pulse 2s infinite;
        opacity: 0;
    }

    .border-1 {
        animation-delay: 0s;
    }

    .border-2 {
        animation-delay: 0.5s;
    }

    .border-3 {
        animation-delay: 1s;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }

        70% {
            transform: scale(1.8);
            opacity: 0;
        }

        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }
/* Tuning komposisi di layar kecil (opsional) */
.tinggigambarGalVideo{
  height: 160px
}
.namaPartaiAspirasi{
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3D3D3D;
}
.namaAnggotaKomisi{
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.namaJabatanAnggotaKomisi{
  font-size: 13px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #FFCC00;
}
.tinggikotakNama{
  width: auto;
  height: 100px;
}
.column {
	margin: 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: "";
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
figure {
	width: auto;
	height:auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover + span {
	bottom: -36px;
	opacity: 1;
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#chart-container9 {
  position: relative;
  height: 300;
  overflow: hidden;
}
#chart-container10 {
  position: relative;
  height: 300;
  overflow: hidden;
}
.segitiga2 {
        height: 0px;
        width: 0px;
        border-left: solid 40px white;
        border-top: solid 40px transparent;
        border-bottom: solid 40px transparent;
        position: absolute;
        margin-top: 60px;

    }

    .segitiga4 {
        height: 0px;
        width: 0px;
        border-right: solid 40px white;
        border-top: solid 40px transparent;
        border-bottom: solid 40px transparent;
        position: absolute;
        margin-top: 60px;
        margin-left: 320px;

    }
@media (max-width: 640px){
  .segitiga2 {
        display: none;

    }

    .segitiga4 {
        display: none;

    }
  .gambarberitDepan{
    width: 100%;
    height: 190px;
  }
  #chart-container9 {
    position: relative;
    height: 250;
    overflow: hidden;
  }
  #chart-container10 {
    position: relative;
    height: 250;
    overflow: hidden;
  }
  .tinggigambarGalVideo{
    height: 230px
  }
  .fotogalslide{
    width: 100%;
    height:280px;
    border-radius:5px
  }
  .fotogallainnya{
    border-radius: 5px;
    width: 100%;
    height: 80px;
  }
  .judulPage{
    font-size: 15px;
  }
    .lapor-hero{
      background-position: center 38% !important;
    }
    .lapor-hero__inner{
      padding-block-end: 0; 
      padding-block-start: clamp(18px, 8vw, 40px); 
    }
    .lapor-hero{
        background-position: center 38%;
        background-size: 100%;
        block-size: clamp(220px, 45vw, 280px);
    }
    .judulkecil{
      font-size: 14px;      
    }
    .judulkecil img{
      width: 60px; 
    }  
    .tinggihero{
      height: 120px;
      
    }  
    .judulAgenda{
      font-size: 16px;
    }
}

@media (min-width: 1300px) {
  .lapor-hero{
    background: none !important;          /* hilangkan bg full-bleed */
    position: relative;
    overflow: visible;                     /* tidak memotong pseudo */
  }
  /* gambar dibatasi lebar container dan dipusatkan */
  .lapor-hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: min(clamp(320px,92vw,1200px), 102%); /* samakan dgn section lain */
    background: url("../images/lapor/page2.jpg") center 42% / cover no-repeat;
    z-index: 0;                             /* di belakang teks */
  }
  /* overlay/gelapnya mengikuti lebar gambar juga */
  .lapor-hero::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: min(var(--container-max, 1280px), 92%);
    background: linear-gradient(0deg, rgba(0,0,0,.18), rgba(0,0,0,.18));
    pointer-events: none;
    z-index: 0;
  }

  /* pastikan isi (judul & breadcrumbs) berada di atas */
  .lapor-hero__inner{ 
    position: relative; 
    z-index: 1; 
    padding-inline-start: clamp(28px, 3.6vw, 72px);
  }
}
