@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    /* font-family: 'averia libre', cursive; */
}

.lamunDonasi {
    position: fixed;
    bottom: -10px;
    left: 10px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
}

.lamunAudioControl {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 70px;
    width: 120px;
    border-radius: 8px;
    cursor: pointer;

    display: flex;
    padding: 10px;
    height: auto;
    width: auto;
    flex-direction: row;
    gap: 10px;
    bottom: 10px;
    right: 10px;
}


@media (max-width: 1024px) {
    body .lamunAudioControl img {
    width: 20px;
}

body .lamunAudioControl p {
    color: #FFFBE3;
    font-size: 10px;
}

body .lamunAudioControl a {
    gap: 5px;
}
}


.lamunAudioControl img {
    width: 25px;
    height: auto;
}


.lamunAudioControl p {
    color: #FFFBE3;
    font-size: 14px;
}

.is-hidden {
    display: none !important;
}


.lamunSection {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Averia Libre', cursive;
}

.lamunSection:last-child {
    margin-bottom: 150px;
}

.lamunContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lamunTitle {
    text-align: center;
    color: #FFFBE3;
    font-weight: bold;
    font-size: 58px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lamunTitle h2 {
    font-size: 50px;
    font-weight: normal;
}

.lamunTitle h3 {
    font-style: italic;
}

.lamunTitle p {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.lamunTitle p span {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.lamunButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.lamunButton button {
    padding: 10px 40px;
    border-radius: 50px;
    border: 3px solid #FFFBE3;
    background-color: #96D50A;
    font-size: 40px;
    text-align: center;
    color: #242424;
    cursor: pointer;
}

.lamunButton button:hover {
    background-color: #242424;
    color: #96D50A;
}

/* .coverBg {
    background: url(../images/bg.jpg) no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    height: 100%;
} */

.coverBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Memastikan video tetap di paling belakang */
    overflow: hidden;
    background-color: #000; /* Warna dasar jika video gagal muat */
}

.coverBg video {
    position: absolute;
    top: 50%;
    left: 50%;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ini adalah kunci agar video berperilaku seperti 'background-size: cover' */
}

@media (max-width: 768px) {
    .coverBg video {
        width: 100%;
        height: 100%;
    }
}

.lamunTimeline {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.lamunTimeline-detail {
    width: 100%;
    height: 370px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lamunTimeline-detailWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 100%;
}

.lamunTimeline-Textwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

.lamunTimeline-detailWrap img {
    z-index: 999;
    position: absolute;
}

.lamunTimeline-Text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lamunTimeline-Text div {
    height: 250px;
    width: 10px;
    background-color: #affe00;
    border-radius: 50px;
}

.lamunKontribusi {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-height: 540px;
}

.lamunKontribusi-video {
    /* width: 50%; */
    height: auto;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 40px; */
}

.lamunVideo-con {
    width: 280px;
    /* height: 540px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.lamunVideo-con video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.lamunKontribusi-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lamunKontribusi-title {
    font-size: 40px;
    color: #FFFBE3;
    text-align: center;
}

.lamunKontribusi-title h3 {
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
}

.lamunViews {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.lamunSocmed {
    color: #FFFBE3;
    text-align: center;
}

.lamunSocmed p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5px;
}

.lamunSocmed b {
    font-size: 24px;
}

.lamunSocmed-total {
    font-size: 20px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFBE3;
}

.lamunSocmed-total p {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 5px;
}

.lamunSocmed-total b {
    font-size: 35px;
}

.lamunTotal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    color: #FFFBE3;
    font-family: 'Inter', sans-serif;
}

.lamunTotal-bibit {
    background-color: #96D50A;
    padding: 20px 40px;
    font-size: 40px;
    font-family: 'Averia Libre';
    border-radius: 50px;
    border: 3px solid #FFFBE3;
    color: #242424;
    min-width: 460px;
    display: flex;
    justify-content: space-between;
}



.lamunTotal-container p {
    font-size: 20px;
}

.lamunTotal-container small {
    font-size: 16px;
}

#Lamun_Donate {
    height: auto;
    padding: 150px 0 0;
}

.lamunBg-donate {
    background-color: #FFFBE3;
    z-index: 10;
    width: 100%;
}


.lamunDonate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

.lamunDonate-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    color: #032403;
    font-family: 'Inter', sans-serif;
    max-width: 80%;
    height: 100%;
    line-height: 30px;
    text-align: center;
}

.lamunContainer-donate {
    width: 100%;
    height: 70%;
}

.lamunDonate-con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lamunDonate-desc a button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #96D50A;
    border: 3px solid #032403;
    border-radius: 50px;
    font-family: 'Averia Libre', cursive;
    font-size: 40px;
    cursor: pointer;
    width: 100%;
}

.lamunDonate-desc a button:hover {
    background-color:#032403 ;
    color: #96D50A;
}

.lamunDonate-desc p{
    margin: 20px 0 40px 0;
}


.lamunOverview-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 60px 0;
    padding: 40px 30px 0;
}

.lamunOvw-descWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    color: #FFFBE3;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.lamunOvw-descWrap h2 {
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    line-height: 25px;
}

.lamunOvw-descWrap_panduan h2 {
    font-weight: bold;
    text-align: left;
}

.lamunOvw-descWrap h2 b {
    font-size: 32px;
    font-weight: bold;
}



.lamunOvw-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 120%;
}

.lamunOvw {
    max-width: 330px;
    background-color: #FFFBE3;
    color: #032403;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
}

.lamunOvw b {
    font-weight: bold;
}

.lamunOvw-manfaat {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lamunOvw-manfaat h2 {
    font-size: 32px;
    color: #FFFBE3;
    font-family: 'aviera libre', cursive;
}

.lamunLine {
    width: 20%;
    height: 2px;
    background-color: #FFFBE3;
    margin-top: 2px;
}

.lamunList-manfaat {
    display: flex;
    justify-content: space-around;
    align-items: self-end;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.lamunList-manfaat img {
    max-width: 200px;
}

.lamunOvw-manfaatwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #FFFBE3;
    font-family: 'Inter', sans-serif;
}

.lamunOvw-rusak h2 {
    font-size: 50px;
    font-family: 'aviera libre', cursive;
}

.lamunList-rusak {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.lamunList-rusakM {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    gap: 20px;
}

.lamunList-rusak img {
    max-width: 700px;
}

/* Update kontainer utama popup */
.popup-content {
    background-color: rgba(0, 0, 0, 0.8);
    /* padding: 30px; */
    border-radius: 15px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    position: relative; /* Penting untuk posisi close-btn */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    height: 600px; /* Gunakan height tetap atau max-height */
    max-height: 90vh; /* Agar responsif di layar kecil */
    transform: translateY(100px);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 3px solid #AFFE00;
    
    /* HAPUS overflow: auto dari sini */
    overflow: visible; 
    display: flex;
    flex-direction: column;
}

/* Sembunyikan scrollbar untuk area baru ini */
.popup-scroll-body::-webkit-scrollbar {
    /* display: none; */
    position: relative;
    right: 10px;

}

.popup-scroll-body.topPopup {
    display: block;
}


.popup-scroll-body.topPopup .lamunOvw-desc {
    gap: 30px;
}

.popup-scroll-body.topPopup .lamunList-manfaat {
    gap: 20px;
    overflow: auto;
    padding-left: 30px;
}


#popupOverlay {
    z-index: 9999;
}

#panduanOverlay {
    z-index: 9999;
}

/* 1. Mengatur lebar/tinggi scrollbar */
.popup-scroll-body .lamunList-manfaat::-webkit-scrollbar {
    width: 10px;  /* Untuk scroll vertical */
    height: 10px; /* Untuk scroll horizontal */
}

/* 2. Mengatur track (jalur scrollbar) menjadi transparan */
.popup-scroll-body .lamunList-manfaat::-webkit-scrollbar-track {
    background: transparent; 
    border-left: 1px solid rgba(255,255,255,0.1);
}

/* 3. Mengatur thumb (batang scrollbar yang digeser) */
.popup-scroll-body .lamunList-manfaat::-webkit-scrollbar-thumb {
    background-color: #96D50A; /* Warna hijau khas desainmu */
    border-radius: 20px;       /* Membuat ujungnya bulat */
    border: 3px solid transparent; /* Trik untuk memberi jarak/padding */
    background-clip: content-box;  /* Agar border transparan berfungsi sebagai padding */
}

.popup-scroll-body .lamunList-manfaat::-webkit-scrollbar-thumb:hover {
    background-color: #7ab308; /* Warna hijau yang sedikit lebih gelap */
}



/* 1. Mengatur lebar/tinggi scrollbar */
.popup-scroll-body::-webkit-scrollbar {
    width: 10px;  /* Untuk scroll vertical */
    height: 10px; /* Untuk scroll horizontal */
}

/* 2. Mengatur track (jalur scrollbar) menjadi transparan */
.popup-scroll-body::-webkit-scrollbar-track {
    background: transparent; 
    border-left: 1px solid rgba(255,255,255,0.1);
}

/* 3. Mengatur thumb (batang scrollbar yang digeser) */
.popup-scroll-body::-webkit-scrollbar-thumb {
    background-color: #96D50A; /* Warna hijau khas desainmu */
    border-radius: 20px;       /* Membuat ujungnya bulat */
    border: 3px solid transparent; /* Trik untuk memberi jarak/padding */
    background-clip: content-box;  /* Agar border transparan berfungsi sebagai padding */
}

.popup-scroll-body::-webkit-scrollbar-thumb:hover {
    background-color: #7ab308; /* Warna hijau yang sedikit lebih gelap */
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1010; /* Pastikan lebih tinggi dari konten scroll */
    cursor: pointer;
    width: 40px; /* Sesuaikan ukuran */
    transition: transform 0.2s ease;
}

.close-btn:hover {
    transform: scale(1.1);
}



.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
}

.popup-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.popup-scroll-body {
    overflow: auto;
    width: 100%;
    height: 100%;
    /* padding: 50px; */
    display: flex;
}

.popup-overlay.is-active .popup-content {
    transform: translateY(0);
}

.scrollBody-panduan {
    padding: 30px 50px;
    /* text-align: left; */
    padding-right: 0;
}

.lamunOvw-descWrap_panduan p {
    margin-top: 10px;
    line-height: 25px;
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    max-width: 50px;
}

.lamunVolunteer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lamunVolunteer-img img {
    max-width: 700px;
    height: auto;
}

.lamunVolunteer-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 500px;
}

.lamunVolunteer-desc h2 {
    font-size: 40px;
    color: #FFFBE3;
    font-family: 'Averia Libre', cursive;
    text-align: center;
}

.lamunVolunteer-desc p {
    font-size: 24px;
    color: #FFFBE3;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin: 60px 0;
}

.lamunVolunteer-desc a button {
    font-size: 40px;
    background-color: #FFFBE3;
    border: 3px solid #96D50A;
    color: #032403;
    padding: 10px 40px;
    border-radius: 50px;
    cursor: pointer;
}

.lamunVolunteer-desc a button:hover {
    background-color: #032403;
    border: 3px solid #032403;
    color: #96D50A;

}

.lamunVideos {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.lamunVideo-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.lamunVideo-top .lamunVideo-title h2 {
    font-size: 50px;
    font-family: 'Averia Libre', cursive;
    color: #FFFBE3;
    text-align: left;
    max-width: 400px
}

/* .lamunVideo-top iframe {
    max-width: 750px;
    min-width: 550px;
    height: auto;
    border: 3px solid #AFFE00;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
} */

.lamunVideo-top #playerVideo2 {
    max-width: 750px;
    min-width: 550px;
    height: auto;
    /* border: 3px solid #AFFE00; */
    outline: 3px solid #AFFE00;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}




.lamun_artikelContainer {
    width: 100%;
    max-width: none;
    /* padding: 0 120px; */
}

.lamunArtikel-list {
    /* Hapus overflow-x dan display flex manual, TNS akan mengaturnya */
    display: block; 
}

.lamunArtikel-list a {
    /* Hapus flex: 0 0 250px karena TNS yang akan menghitung lebar otomatis */
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Styling Tombol Navigasi (Opsional) */
.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 80px;
    /* position: absolute;  */
    cursor: pointer;
    /* z-index: 990; */
}

.slider-controls button {
    /* background: #96D50A; */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

/* Pastikan tombol tetap terlihat meski dalam keadaan disabled (opsional) */
.slider-controls button[disabled] {
    opacity: 0.3; /* Menjadi agak transparan */
    cursor: not-allowed;
    /* Jangan gunakan display: none; karena akan menghilangkan tombolnya */
    display: inline-block; 
}

/* CSS Tombol Navigasi agar lebih jelas */
.slider-controls {
    display: flex;
    justify-content: space-between;
    position: relative;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
}

.slider-controls button {
    background: #96D50A;
    border: 2px solid #FFFBE3;
    padding: 8px 25px;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #242424;
    transition: all 0.3s ease;
}

.slider-controls button:hover:not([disabled]) {
    background: #242424;
    color: #96D50A;
}

.next {
    width: 30px;
    position: relative;
    right: -3%;
}

.prev {
    display: flex;
    width: 30px;
    position: relative;
    left: -3%;
}

.lamunArtikel-wrap {
    /* height: 200px; */
    position: relative;
}

.lamunArtikel-konten {
    color: #FFFBE3;
    font-family: 'Inter', sans-serif;
}

.lamunArtikel-konten h2 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.lamunArtikel-konten p {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.lamunArtikel-konten img {
    border: 3px solid #96D50A;
    border-radius: 8px;
}

.lamunTimeline-detailWrap a {
    padding: 10px 20px;
    color: #242424;
    background: #FFFBE3;
    border-radius: 50px;
    position: absolute;
    z-index: 1000;
    font-weight: bold;
    cursor: pointer;
}

.lamunTimeline-detailWrap a:hover {
    background: #AFFE00
}

.lamunPanduan-btn {
    left: 230px;
    bottom: 80px;
}

.lamunTrack-btn {
    left: 410px;
    bottom: 30px;
}

.lamunVolunteer-btn {
    right: 265px;
    bottom: 25px;
}

.lamunOvw-descWrap h2 {
    margin-bottom: 10px;
}

.lamunOvw-descWrap ul {
    list-style-type: disc;
    width: 100%;
    margin-left: 40px;
}

.lamunOvw-descWrap ul li {
    text-align: left;
    margin-bottom: 5px;
    line-height: 20px;
}

.lamunOvw-descWrap_panduan {
    width: 80%;
    text-align: left;
}

.lamunOverview_panduan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}



@media (max-width: 425px) {
    body .lamunTimeline-m .lamunTitle {
        max-width: 300px;
    }

        .scrollBody-panduan {
        justify-content: normal;
        /* padding: 30px 20px; */
    }

    .lamunTimeline-detailWrapM {
        /* padding-right: 30px; */
    }

    body .lamunPanduan-btnM {
        right: 35px;
        top: 230px;
    }

    body .lamunTrack-btnM {
        right: 5px;
        top: 460px;
    }

    body .lamunVolunteer-btnM {
        right: 15px;
        bottom: 535px;
    }

    body .lamunTimeline-detailWrapM a {
        padding: 5px 15px;
        font-size: 16px;
    }

    body #Lamun_Volunteer {
        min-height: 120vh; 
        margin-bottom: 150px;   
    }
}

@media (max-width: 1024px) {
    .scrollBody-panduan {
        padding: 30px 20px;
    }

        body .totalDonate-wrapper p {
    margin: 0;
    font-size: 14px;
}

body .totalDonate-wrapper b {
    font-size: 18px;
}

    #Timeline_Desktop {
        display: none;
    }

    #Timeline_Mobile {
        display: block;
    }

    .lamunVolunteerM-botText p {
        font-size: 18px;
        line-height: 20px;
    }

    .lamunArtikel-konten h2 {
        font-weight: normal;
        line-height: 20px;
        font-size: 14px;
    }

    .lamunVolunteer {
        display: none;
    }

    .lamunVolunteerM {
        display: block;
    }

    .slider-controls {

    }

    .lamunList-rusak {
        display: none;
    }

    /* Atur container utama menjadi flexbox dengan arah vertikal (kolom) */
.lamunArtikel-wrap {
    display: flex;
    flex-direction: column;
}

/* Berikan urutan pertama untuk slider (tns-outer) */
.tns-outer {
    order: 1;
}

/* Berikan urutan kedua untuk navigasi agar berada di bawah */
.slider-controls {
        order: 2;
        margin: 0;
        display: flex;
        justify-content: center;
        gap: 15px;
        position: absolute;
        bottom: -70px;
        top: auto;
    }

    .next {
        width: 30px;
    position: relative;
    right: -3%;
    /* Ubah dari #242424 ke rgba */
    background-color: rgba(36, 36, 36, 0.5); 
    padding: 10px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    padding-left: 4px;
    }

    .prev {
        width: 30px;
    position: relative;
    left: -3%;
    /* Ubah dari #242424 ke rgba */
    background-color: rgba(36, 36, 36, 0.5); 
    padding: 10px;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    padding-right: 4px;
    }
}

@media (min-width: 1024px) {
    #Timeline_Mobile {
        display: none;
    }

    .lamunVolunteerM {
        display: none;
    }

    .lamunContainer {
        padding-right: 80px;
        padding-left: 80px;
    }

        .lamunList-rusakM {
        display: none;
    }

}


@media (max-width: 768px) {
    /* .coverBg {
        background-image: url(../images/bg-m.jpg);
    } */

    body .lamunOverview-1.--2 {
    /* margin-left: 30px; */
    padding: 0;
}

.lamunList-manfaat img:last-child {
    margin-right: 30px;
}
    .popup-content {
        width: 90%;
    }

    .lamunTimeline {
        display: none;
    }

    /* .lamunVideo-top iframe {
        min-width: 100px;
    } */

    .lamunVideo-top #playerVideo2 {
        min-width: 100px;
        max-width: 100%;
        width: 100%;
    }

    .lamunVolunteer-img img {
        max-width: 200px;
    }

    .lamunTitle {
        gap: 0;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .lamunTitle p {
        margin-top: 10px;
        max-width: 240px;
        font-size: 14px;
    }

    .lamunTitle h2 {
        font-size: 32px;
    }

    .lamunTitle h3 {
        font-size: 40px;
    }

    .lamunButton button {
        font-size: 25px;
    }

    .lamunButton {
        margin-top: 30px;
    }

    .lamunKontribusi-title {
        font-size: 25px;
    }

    .lamunKontribusi-title h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    body .lamunVideo-con {
        width: 70%;
    }

    .lamunSocmed p {
        font-size: 12px;
    }

    .lamunSocmed b {
        font-size: 18px;
    }

    .lamunViews {
        width: 100%;
        justify-content: space-around;
    }

    .lamunSocmed-total p {
        font-size: 18px;
    }

    .lamunSocmed-total b {
        font-size: 25px;
    }

    .lamunTotal-container p {
        font-size: 14px;
    }

    .lamunTotal-bibit {
        font-size: 25px;
        padding: 15px 25px;
        min-width: 300px;
    }

    .lamunTotal-container small {
        font-size: 12px;
    }

    .lamunDonasi {
        max-width: 165px;
        left: 0;
    }

}


.lamunTimeline-detailWrapM {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 1050px;
    /* padding-right: 30px; */
}

.lamunTimeline-detailWrapM img {
    /* z-index: 9999; */
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: 30px;
}

.lamunTimeline-detail-m {
    width: 100%;
    /* height: 1600px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Timeline_Desktop {
    height: calc(100vh - 400px);
}

#Timeline_Mobile {
    height: 1000px;
}

.lamunTimeline-m {
    height: 100%;
}

.lamunTimeline-detailWrapM a {
    padding: 10px 20px;
    color: #242424;
    background: #FFFBE3;
    border-radius: 50px;
    position: absolute;
    z-index: 1000;
    font-weight: bold;
    cursor: pointer;
}

.lamunPanduan-btnM {
    right: 0px;
    top: 225px;
}

.lamunTrack-btnM {
    right: -30px;
    top: 454px;
}

.lamunVolunteer-btnM {
    right: -20px;
    bottom: 530px;
}

@media (max-width: 768px) {
    /* 1. Atur parent menjadi flex column */
    .lamunKontribusi {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* 2. Gunakan display: contents agar anak dari -desc 
          seolah-olah menjadi anak langsung dari .lamunKontribusi */
    .lamunKontribusi-desc {
        display: contents;
    }

    /* 3. Atur urutan (order) sesuai keinginan */
    .lamunKontribusi-title {
        order: 1; /* Title paling atas */
        text-align: center; /* Opsional: meratakan teks ke tengah di mobile */
    }

    .lamunKontribusi-video {
        order: 2; /* Video di bawah title */
        margin-bottom: 40px;
    }


    .lamunViews, 
    .lamunSocmed-total, 
    .lamunTotal-container {
        order: 3; /* Sisanya berada di bawah video */
    }

    #Lamun_Kontribusi .lamunContainer {
        align-items:normal;
    }

    #Lamun_Kontribusi {
        height: 800px;
    }

}

.lamunTimeline-m .lamunTitle {
    width: 100%;
    max-width: none;
}


@media (max-width: 768px) {
    /* #Lamun_Donate {
        padding: 100px 0;
    } */

    .lamunDonate {
        flex-direction: column-reverse;
        position: relative;
    }

    .lamunDonate-img img {
        position: absolute;
        margin: 0 auto;
        top: -70px;
        right: 0;
        left: 0;
        width: 250px;
    }

    .lamunDonate-desc {
        margin-top: 150px;
        font-size: 18px;
        text-align: center;
        width: 100%;
        max-width: 90%;
        line-height: 20px;
    }

    .lamunDonate-desc a button {
        font-size: 25px;
    }

    .lamunDonate-desc a button:hover {
        background-color: #96D50A;
        color: #032403;
    }

    .lamunVolunteer {
        display: none;
    }

    .lamunVolunteerM {
        position: relative;
        width: 100%;
        /* height: 100%; */
    }

    #Lamun_Volunteer {
        min-height:100vh ;
        margin-bottom: 80px;
    }


}

.lamunVolunteerM-img {
    width: 100%;
    height: 300px;
    max-height: 300px;
    position: relative;
}

.lamunVolunteerM-img img {
    max-height: 290px;
}

.lamunVolunteerM-img .img-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.lamunVolunteerM-img .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.lamunVolunteerM-text {
    width: 100%;
    color: #FFFBE3;
    text-align: center;
    font-size: 25px;
    font-family: 'averia libre', cursive;
}

.lamunVolunteerM-text p:last-child {
    font-style: italic;
}

.lamunVolunteerM-botText {
    width: 100%;
    height: auto;
}

.lamunVolunteerM-botText p{
    font-size: 14px;
    color: #FFFBE3;
    text-align: center;
    margin-bottom: 20px;
}

.lamunVolunteerM-botText a button {
    font-size: 25px;
    background-color: #FFFBE3;
    border: 3px solid #96D50A;
    color: #032403;
    padding: 5px 0;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
}

@media (max-width: 768px) {
    .popup-scroll-body {
        display: block;
    }

    .lamunVideo-top {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        /* margin-bottom: 50px; */
        height: 50%;
    }

    .lamunVideo-title {
        width: 100%;
    }

    .lamunVideo-top .lamunVideo-title h2 {
        font-size: 35px;
        width: 80%;
    }

    .lamunOvw-descWrap h2 b {
        font-size: 18px;
    }

    .lamunOvw-descWrap h2 {
        font-size: 18px;
        font-weight: bold;
    }

    body .lamunOvw-descWrap {
        width: 90%;
    }

    body .modal-content {
    min-width: 100%;
}
}

@media (max-width: 1024px) {
    .lamunVideo-con {
        width: 280px;
    }

    .lamunOvw-desc {
        flex-direction: column;
        gap: 10px;
    }

    .lamunOvw {
        font-size: 14px;
    }

    .lamunOvw b {
        font-size: 16px;
    }

    .popup-content {
        height: 75%;
    }

    .lamunOvw-descWrap {
        width: 90%;
        text-align: left;
    }

    .popup-scroll-body {
        overflow-x: hidden;
        /* padding-top: 90px; */
        /* padding: 40px 30px 0; */
    }

    .lamunList-manfaat {
        overflow-x: auto;
        gap: 15px;
        padding-left: 30px;
    }

    .lamunOvw-manfaatwrap {
        width: 100%;
    }

    .lamunList-manfaat img {
        max-width: 150px;
    }

    .lamunOvw-manfaat h2 {
        font-size: 18px;
    }

    .lamunOvw-rusak h2 {
        font-size: 25px;
    }

    .lamunOvw-descWrap_panduan {
        width: 70%;
    }
}

#lamuOverviewbtn {
    animation: doublePulseWithDelay 4.2s ease-in-out infinite;
    overflow: hidden;
}

@keyframes doublePulseWithDelay {
    0% { transform: scale(1); }
    7.14% { transform: scale(1.1); }
    14.28% { transform: scale(1); }
    21.42% { transform: scale(1.1); }
    28.57% { transform: scale(1); }
    100% { transform: scale(1); }
}

/* Tambahkan pseudo-element untuk animasi */
    .circleAnimation::after {
            top: calc(50% - 25px);
            left: calc(50% - 25px);
            width: 50px;
            height: 50px;
            content: "";
            opacity: 0;
            z-index: 1;
            position: absolute;
            background: hsl(0 0% 100% / .6);
            border-radius: 50%;
            animation: rc_move 1.5s linear infinite;
            -webkit-animation: rc_move 1.5s linear infinite;
        }

        /* Animasi Button */
        @keyframes rc_move {
            0% {
                transform: scale(0);
                opacity: 0.8;
            }
            100% {
                transform: scale(4);
                opacity: 0;
            }
        }

        @-webkit-keyframes rc_move {
            0% {
                -webkit-transform: scale(0);
                opacity: 0.8;
            }
            100% {
                -webkit-transform: scale(4);
                opacity: 0;
            }
        }


/* body .footer .backtopLamun {
    bottom: 80px !important;
} */

.lamunAudioControl a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 100%;
    max-height: 20px;
    z-index: 9999;
    gap: 10px;
}

body .lamunAudioControl a img {
    max-width: 10px;
    height: auto;
    margin-bottom: 0;
}

.totalDonate-wrapper {
    display: flex;
    justify-content: center;

}

.totalDonate-wrapper p {
    margin: 0;
    font-size: 18px;
}

.totalDonate-wrapper b {
    font-size: 24px;
    margin-left: 10px;
}

.donateBar {
    height: 25px;
    width: 100%;
    background-color: #2F889A;
    margin: 40px 0 20px;
    border-radius: 50px;
    position: relative;
    /* Hapus border: 3px... dan ganti dengan ini */
    box-shadow: inset 0 0 0 3px #170152;
}

.donateBar-inner {
    background-color: #F9FF12;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    border: 3px solid #170152;
}

.lamunOvw-video video {
    width: 300px;
    height: auto;
}

.lamunOvwPanduan-Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#btnDaftar:disabled {
    background-color: #cccccc;
    color: #666666;
    border: 1px solid #999999;
    cursor: not-allowed;
}

.daftarBtn {
    font-size: 40px;
    background-color: #FFFBE3;
    border: 3px solid #96D50A;
    color: #032403;
    padding: 10px 40px;
    border-radius: 50px;
    cursor: pointer;
    filter: grayscale(100%);
}

.daftarBtn:hover {
    background-color: #032403;
    border: 3px solid #032403;
    color: #96D50A;

}

.daftarBtnM {
    font-size: 25px;
    background-color: #FFFBE3;
    border: 3px solid #96D50A;
    color: #032403;
    padding: 5px 0;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    filter: grayscale(100%);

}



/* Overlay: Menutupi seluruh layar */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Gelap transparan */
    backdrop-filter: blur(4px); /* Efek blur di belakang modal */
    display: none; /* Sembunyi secara default */
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Pastikan paling atas */
    padding: 20px;
}

/* Kotak Modal */
.modal-content {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 16px;
    max-width: 450px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: slideUp 0.3s ease-out;
    min-width: 500px;
    padding-top: 50px;
}

/* Animasi Muncul */
@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Tombol Close */
.modal-close-btn {
position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
}

.modal-close-btn:hover {
    transform: scale(1.1);
}

.modalDaftar-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.modalDaftar-text h3 {
    color: #FFFBE3;
    font-size: 18px;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid #AFFE00;
}

@media (max-width: 680px) {
    #backtop {
        position: fixed;
        top: auto;
        right: 24px;
        bottom: 50px;
    }
}

#backtop {
    z-index: 9999;
    bottom: 60px;
}