body {
    background-image: url(20260411_192329_0000.png) ;
    margin: auto;
    padding: 0%;
    font-family: 'Gochi Hand', cursive, Playfair Display, serif, 'Lexend Deca';
    background-color: #efddc0;
    background-repeat:repeat ;
    background-size: contain;
    max-width: 100%;
    overflow-x: visible;
}

html{
    scroll-behavior: smooth;
}

.banner {
    margin: 0;
    padding: 0;
}

.banner img {
    display: block; /* THIS removes weird inline gap */
    max-width: 100%;
    height: auto;
    max-height: 800px;
    margin: 0;
}

header {
    margin-bottom: 0;
}




/*INI BUAT LOADER ->> JANGAN LUPA TAMBAHIN IMAGE DIBELAKANG LOADER YUP*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000; 
    background-image: url(Untitled\ design.png); /* ganti dengan gambar buat loader  */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}



.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex; align-items: center; justify-content: center;
}


/*INI BUAT NAVBAR*/

nav {
    position: sticky;
    top: 0;
    z-index: 9999;

    background: rgba(112, 128, 47, 0.9);
    display: flex;
    justify-content: center; 
    padding: 20px 0;
    margin: 0;
    border-top: 4.36px solid #304712;
    border-bottom: 4.36px solid #304712;
    font-family: 'Lexend Deca', serif;
}



nav ul {
    list-style: none;
    margin: -10px;
    padding: 0;
    display: flex;
    align-items: center;
}

nav li {
    position: relative;
    margin: 0 10px; }

nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EFE4D2 ; /* warna text sebelum hover */
    text-decoration: none;
    transition: all 0.3s ease;
    height: 35px;
    padding: 0 25px;
    border-radius: 25px; ;
}

nav a:hover {
    background-color: #EFE4D2; /* warna background text pas hover */
    color: #70802f; /* warna text untuk hover */
}


.dropdown-content {

    display: none;
    position: absolute;
    background-color: #EFE4D2; /* warna background dropdown */
    min-width: 150px;
    box-shadow: 0px 10px 16px rgba(0,0,0,0.3);
    border-radius: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    border-radius: 0; 
    height: auto;
    padding: 12px 16px;
    color: #304712; /* warna text sebelum hover */
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-content a:hover { /* warna background dropdown pas hover */
    background-color: #304712; 
    color: #EFE4D2; 
}

.content-container {
    padding: 20px; /*Shimi shimi shimishimishimiyea 5'9 brown eyers and she innit shimishimishimishimiyea*/
    max-width: 800px;
    margin: auto;
}

.sub-section {
    height: 800px; 
    padding-top: 80px; 
}

.link-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px;
}

.link-btn {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #492323; /* warna background tombol */

  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s;
}

.link-btn:hover {
  transform: translateY(-2px);
}


/*INI ISINYA*/
h2{
    font-size: 30px;
    text-align: center;
    text-align: justify;
    margin-left: 400px;
    margin-bottom: -20px;
    margin-top: -10px;
    font-family: 'Red Hat Text'
}
.Pengantar {
    margin: 50px auto 40px auto;
    padding: 10px;
    max-width: 1000px;
    background: #304712;
    color: white;
    text-align: center;
    border-radius: 15px;
    text-align: justify;
    white-space: pre-line;
    transition: all 0.3s ease;
    border-color: black;
    border: 6px solid;
}

.Pengantar p{
    font-family: 'Red Hat Text';

}

.Pengantar:hover {
    transform: translateY(-5px) scale(1.03);
    background: #304712; /* slightly lighter */
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    border-color: #ffffff;
}

.image-scroller {
    margin-top: 40px;
    overflow: hidden; 
    width: 100%;
    margin-bottom: 30px;
}

.scroller-inner {
    display: flex;
    width: fit-content; 
    animation: scroll 20s linear infinite; 
}

.Pengantar h2{
    font-size: 30px;
    text-align: center;
    text-align: justify;
    margin-left: 364px;
    margin-right: auto;
    margin-bottom: -20px;
    margin-top: -10px;
    font-family: 'Red Hat Text';
    align-items: center;
}

.Pengantar img{
    width: 400px;
    max-width: 400px;
    align-items: center;
    margin-left: 300px;
    margin-right: auto;
}
.scroller-inner img {
    width: 300px; 
    height: 200px; 
    object-fit: cover;
    margin-right: 20px; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}