body { font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; color: #000; }
#slider-container { position: relative; width: 100%; overflow: hidden; }
#slider-images { display: flex; transition: transform 0.5s ease-in-out; }
#slider-images a { flex-shrink: 0; width: 100%; display: block; }
#slider-images img { width: 100%; height: auto; display: block; }
.slider-controls { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); }
.slider-button { background-color: rgba(0, 0, 0, 0.5); color: white; border: none; cursor: pointer; padding: 10px; font-size: 14px; 
    border-radius: 20%; }
.menu-container { display: flex; flex-wrap: wrap; justify-content: space-around; background-color: #1a632d; padding: 5px 10px; position: sticky; top: 0; z-index: 1000; }
.menu-item { color: white; font-size: 14px; text-decoration: none; font-weight: bold; margin: 2px; padding: 8px; border-radius: 5px; }
.menu-item:hover { background-color: #031f00; }
.form-container { margin: 20px auto; padding: 20px; background-color: #c4f8bd; width: 90%; max-width: 90%; border-radius: 25px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.form-container label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-container input, .form-container textarea { width: 90%; padding: 10px; margin-bottom: 15px; border-radius: 8px; border: 1px solid #ccc; }
.submit-button { width: 90%; padding: 10px; background-color: #006400; color: white; border: none; border-radius: 20px; font-weight: bold; cursor: pointer; }
.submit-button:hover { background-color: #004b23; }
.table-container { margin: 20px auto; width: 90%; overflow: auto; max-height: 225px; border: 1px solid #ddd; border-radius: 20px; background: #fff; font-size: 14px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 10px; border: 1px solid #ddd; text-align: center; }
th { background-color: #2a6b4b; color: white; }
.marquee-container { position: relative; width: 100%; }
.marquee-container input { width: 100%; box-sizing: border-box; padding: 8px; }
.marquee { position: absolute; top: 0; left: 8px; right: 8px; white-space: nowrap; overflow: hidden; pointer-events: none; color: gray;
font-size: 14px; }
.marquee span { display: inline-block; padding-left: 100%; animation: scroll 33s linear infinite; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.marquee-container input:focus ~ .marquee { display: none; }
.kole { font-family: 'Open Sans', sans-serif;font-size: 14px; color: black; background-color: white; border: 1px solid #006400;
    border-radius: 20px; padding: 20px; width: 90%; max-width: 900px; height: 120px; overflow: auto; box-sizing: border-box; margin: 20px auto;
    text-align: justify; }
.kole1 { font-family: 'Open Sans', sans-serif;font-size: 14px; color: black; background-color: rgb(193, 247, 196); border: 1px solid #006400;
    border-radius: 20px; padding: 20px; width: 90%; max-width: 900px; height: 699px; overflow: auto; box-sizing: border-box; margin: 20px auto;
    text-align: justify; }
.kores1 { font-family: 'Open Sans', sans-serif; font-size: 14px; color: black; background-color: white; border: 1px dotted #006400; 
border-radius: 15px; padding: 17px; max-width: 100%; width: 90%; margin: 17px auto; box-sizing: border-box; text-align: justify; } 
@media (max-width: 600px) { .kotakresponsip { font-size: 12px; } }        
#distance-form, #table-container { color: #000; /* Warna hitam untuk memastikan kontras */ }    
#back-to-top { position: fixed; bottom: 30px; right: 30px; background-color: #ffffff; color: oldgreen; border: none; border-radius: 50%;
padding: 10px; font-size: 20px; opacity: 0.85; cursor: pointer; display: none;  z-index: 1000; transition: opacity 0.3s ease, transform 0.3s ease; }
#back-to-top:hover { opacity: 1; transform: scale(1.1); }
#header-wrapper, .header { display: none !important; /* Sudah ada dalam kode Anda, pastikan tetap ada */ }
img { display: block; margin: 0 auto; }
  #header-wrapper { position: absolute; top: -100px; left: 0; width: 100%; height: 0; overflow: hidden; }
.content-inner { margin-top: -17px !important; } 
#slideMenu{ position:fixed; top:0; left:0; width:100%; background:#006400; display:flex; justify-content:space-around; 
    align-items:center; padding:9px 0; z-index:1000; } 
#slideMenu a, #toggleAside{ color:white; font-size:14px; text-decoration:none; cursor:pointer; display:flex; align-items:center; } 
#toggleAside{ padding:5px; }
.fancybox-content { border-radius: 15px; }
.search-result-item { padding: 9px 0; font-size: 14px; }
.search-result-item a { text-decoration: none; color: #0066cc; }
.search-result-item a:hover { text-decoration: underline; }
/* GIT (Galeri Image Thumbnail) Styles */
#galeriThumbnail { display: grid; max-width: 1200px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3px; }
.galeri-item { display: flex; flex-direction: column; align-items: center; border: 1px dotted #000; padding: 7px; 
    border-radius: 19px; text-align: center; overflow: hidden; }
.galeri-item a { color: inherit; text-decoration: none; }
.galeri-item img { width: 100%; aspect-ratio: 16 / 9; border-radius: 17px; object-fit: cover; }
.galeri-item p { margin: 11px 0 0; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; }
/* #sidePanel { position: fixed; top: 17px; right: 17px; width: 91%; height: auto; background: rgba(0,0,0,0.9); color: white; 
    padding: 19px; border-radius: 19px; display: flex; flex-direction: column; gap: 15px; opacity: 0; visibility: hidden; 
    transition: opacity 0.3s ease-in-out, visibility 0.3s; z-index: 9999; overflow-y: auto; } */
#sidePanel { position: fixed; top: 17px; right: 17px; width: 91%; max-height: 90vh; background: rgba(0,0,0,0.9); color: white; 
padding: 19px; border-radius: 19px; display: flex; flex-direction: column; gap: 15px; opacity: 0; visibility: hidden; 
transition: opacity 0.3s ease-in-out, visibility 0.3s; z-index: 9999; overflow-y: auto; }    
#sidePanel p { color: #fff; margin-left: 9px; left: 9px;}
#slideMenu { position:fixed; top:0; left:0; width:100%; background:#006400; display:flex; justify-content:space-around; align-items:center; padding:9px 0; z-index:1000; } 
#slideMenu a, #toggleAside{ color:white; font-size:14px; text-decoration:none; cursor:pointer; display:flex; align-items:center; } 
#toggleAside{ padding:5px; }
#sidePanel.show { opacity: 1; visibility: visible; }
/* Style untuk Link Menu */
#sidePanel a { color: inherit; font-size: 14px; text-decoration: none; padding: 5px 0; display: flex; align-items: center; gap: 5px; }
/* Efek Hover pada Link */
#sidePanel a:hover { color: #00ffcc; /* Warna efek hover */ }
/* Tombol Close */
#closeAside { position: absolute; top: 11px; right: 17px; font-size: 14px; font-weight: bold; cursor: pointer; color: white; }
.search-container { margin: 19px; align-items: center; align-self: center; text-align: center;}
.search-container input { padding: 9px; width: 63%; max-width: 400px; border-radius: 9px; border: 1px solid #ccc;  align-items: center; align-self: center; }
#search-btn { padding: 9px 17px; background-color: #115d09; color: white; border: none; border-radius: 9px; cursor: pointer; font-weight: 700; }
#search-btn:hover { background-color: #0c4706; }
.submit-button { width: 90%; padding: 10px; background-color: #006400; color: white; border: none; border-radius: 20px; font-weight: bold; cursor: pointer; }
.submit-button:hover { background-color: #004b23; }
.footerbottom { background-color: #000; color: #fff; text-align: center; padding: 10px 0; font-size: 11px; width: 100%; position: fixed; 
    bottom: 0; left: 0; margin-top: 70px; } 
.audio-container { width: 91%; margin: 0 auto; text-align: center; } 
audio { width: 100%; } 
.volume-control { width: 100%; margin-top: 5px; appearance: none; height: 8px; background: #555; border-radius: 5px; outline: none; transition: background 0.3s; } 
.volume-control::-webkit-slider-thumb { appearance: none; width: 15px; height: 15px; background: #094d01; border-radius: 50%; cursor: pointer; } 
.volume-control::-moz-range-thumb { width: 15px; height: 15px; background: #094d01; border-radius: 50%; cursor: pointer; } 
.figur-container { margin: 9px; padding: 9px; background: #f9f9f9; border: 1px dotted #ddd; max-width: 91%; border-radius: 17px; }
.figur-container b { color: inherit; cursor: pointer; text-decoration: none; }
.figur-container { display: flex; flex-wrap: wrap; justify-content: center; padding: 3px; }
.figur-card { display: flex; align-items: center; background-color: white; border: 1px dotted #094d01; border-radius: 17px; padding: 3px; margin: 3px; width: 279px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease-in-out; text-align: left; }
.figur-card:hover { transform: scale(1.05); }
.figur-card img { width: 99px; height: auto; border-radius: 17px; margin-right: 15px; flex-shrink: 0; }
.figur-text { display: flex; flex-direction: column; justify-content: center; font-size: 12px; line-height: 17px;}	
.figur-card h2 { color: #094d01; font-size: 17px; margin: 5px 0; }
.figur-card p { font-size: 14px; color: #333; }  
@media (max-width: 900px) { .figur-card { flex-direction: column; align-items: center; text-align: center; width: 100%; } 
.figur-card img { width: 100%; margin: 0 0 10px 0; display: block; order: -1; } }  
.profil-table td { padding: 7px; border: 1px solid #61ff74; }
@media (min-width: 400px) { .profil-table tr { display: flex; justify-content: space-between; }
.profil-table td:first-child { width: 50%; font-weight: 700; }
.profil-table td:last-child { width: 50%; text-align: right; }} */
.profil-table {width:100%; max-width:400px; margin:10px auto; font-family:Montserrat,sans-serif; font-size:14px; border-radius:19px; font-weight:400; border-collapse:collapse;}
.profil-table td {padding:7px; border:1px dotted #61ff74;}
@media screen and (max-width: 400px) { .profil-table td {display:block; width:100%; text-align:left;} }
.profil-table {width:100%; max-width:400px; margin:10px auto; font-family:Montserrat,sans-serif; font-size:14px; font-weight:400; border-collapse:collapse;}
.profil-table td {padding:7px; border:1px dotted #61ff74;}
@media screen and (max-width: 400px) { .profil-table td {display:block; width:100%; text-align:left;} }
.ecard-wrapper {display:flex; justify-content:center; gap:9px; margin-top:15px;}
.ecard-wrapper a {width:45%; max-width:200px; display:block; border-radius:10px; overflow:hidden;}
.ecard-wrapper img {width:100%; display:block; transition:transform 0.3s ease-in-out; border-radius:19px;}
.ecard-wrapper img:hover {transform:scale(1.05);}
@media screen and (max-width: 400px) { .ecard-wrapper {flex-direction:column; align-items:center;} .ecard-wrapper a {width:80%;} }
#kontakForm {width:91%; max-width:999px; margin:15px auto; font-family:Montserrat,sans-serif; font-size:14px; font-weight:400;}
#kontakForm label {display:block; margin:8px 0 4px; font-weight:600;}
#kontakForm input, #kontakForm textarea {width:91%; padding:8px; margin-bottom:10px; border:1px solid #ccc; border-radius:5px; font-family:Montserrat,sans-serif; font-size:14px;}
#kontakForm textarea {height:60px; resize:none;}
#kontakForm button {width:100%; padding:10px; background-color:#008f39; color:white; border:none; border-radius:5px; font-size:14px; cursor:pointer;}
#kontakForm button:hover {background-color:#00752e;}
#galeriThumbnail { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 3px; }
.galeri-item { display: flex; flex-direction: column; align-items: center; border: 1px dotted #000; padding: 2px; border-radius: 19px; text-align: center; overflow: hidden; }
.galeri-item a { color: inherit; text-decoration: none; }
.galeri-item img { width: 100%; aspect-ratio: 16 / 9; border-radius: 17px; object-fit: cover; }
.galeri-item p { margin: 2px 0 0; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 700; }
.nav-bar {background:#133911; display:flex; justify-content:space-around; padding:5px 0;}
.nav-bar a {font-family:Montserrat,sans-serif; font-size:14px; font-weight:800; color:#fff; text-decoration:none; padding:7px 11px; cursor:pointer;}
.section-content {display: none; width: 100%; max-width: 100%; margin: 0 auto; padding: 9px; box-sizing: border-box; display: flex; 
    justify-content: center;}
.content-box {width: 100%; max-width: 99%; padding: 5px; margin: 5px; border-radius: 9px; border: 1px dotted #61ff74; text-align: center; 
    box-sizing: border-box; }  
#laporan { display: block; }
.footer { display: grid; grid-template-columns: 1fr; gap: 7px; background-color: #e7ffe6; color: #000000; padding: 9px; }
.footer-column { border-radius: 7px; padding: 9px; background-color: #ffffff; border-radius: 17px; }
.footer-column p { font-size: 14px; text-decoration: none; font-weight: 400; }
.footer-column a { font-size: 14px; text-decoration: none; font-weight: 400; color: inherit; }
@media (min-width: 900px) { .footer { grid-template-columns: repeat(3, 1fr); } }
.responsive-iframe-container { position: relative; width: 100%; padding-bottom: 52.5%; height: 0; overflow: hidden; border-radius: 12px; }
.responsive-iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.btn-cetak {display: inline-flex;align-items: center; padding: 10px 16px; background-color: #008323; color: white; 
    border: none; border-radius: 9px; font-size: 14px; cursor: pointer; transition: background-color 0.3s ease; font-weight: 400; }
.btn-cetak:hover { background-color: #000301; }
.btn-cetak i { margin-right: 8px; }
a { text-decoration: none; color: inherit; font-weight: 400; }