/* ===== BODY ===== */
body{
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom,#fff9e6,#fff3cc);
    margin:0;
}

/* ===== BANNER ATAS (TETAP PUTIH) ===== */
.top-banner{
    background:white;
    padding:25px 0;
    border-bottom:3px solid #d4af37;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.banner-logo{
    max-height:200px;
    height:auto;
    display:block;
    margin:auto;
}

/* ===== NAVBAR ===== */
.custom-navbar{
    background: linear-gradient(90deg,#caa520,#d4af37);
}

.nav-link{
    color:white !important;
    font-weight:500;
    letter-spacing:0.5px;
}

.nav-link:hover{
    color:#5a4a00 !important;
}

/* ===== STICKY FOOTER SYSTEM ===== */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

/* ===== HERO ===== */
.hero-img{
    width:100%;
    height:350px;
    object-fit:cover;
    filter:brightness(90%);
}

/* ===== CARD ===== */
.card{
    border:none;
    border-radius:14px;
    transition:0.3s;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* ===== FOOTER ===== */
.footer-main{
    background:linear-gradient(90deg,#caa520,#d4af37);
    color:white;
}

.footer-main a{
    color:white;
    text-decoration:none;
}

.footer-main a:hover{
    color:#5a4a00;
}

.footer-bottom{
    background:#b8941f;
    color:white;
}

/* ===== WHATSAPP FLOAT ===== */
.wa-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#d4af37;
    color:white;
    font-size:24px;
    width:55px;
    height:55px;
    border-radius:50%;
    text-align:center;
    line-height:55px;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    text-decoration:none;
}

/* ===== PAGINATION ===== */
.page-item.active .page-link{
    background-color:#d4af37 !important;
    border-color:#b8941f !important;
}

.page-link{
    color:#b8941f !important;
}

/* ===== SLIDER ===== */
.slider-img{
    width:100%;
    height:450px;
    object-fit:cover;
}

.slider-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to right, rgba(212,175,55,0.9), rgba(202,165,32,0.4));
}

.slider-date{
    font-size:14px;
    color:#5a4a00;
}

.slider-title{
    font-size:30px;
    font-weight:bold;
    color:white;
}

.slider-desc{
    font-size:15px;
    color:#fff;
    max-width:500px;
}

/* ===== INFOGRAFIS ===== */
.infografis-card{
    overflow:hidden;
    border-radius:14px;
}

.infografis-img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:0.4s;
}

.infografis-img:hover{
    transform:scale(1.05);
}

/* ===== TIMELINE ===== */
.timeline{
    border-left:3px solid #d4af37;
}

/* ===== VISI MISI ===== */
.visi-box, .misi-box{
    background:#fff;
    border-left:4px solid #d4af37;
}

/* ===== PROFIL ===== */
.profil-card{
    background:#fff;
    border-left:5px solid #d4af37;
    border-radius:14px;
}

.pendiri-quote{
    border-left:4px solid #d4af37;
    background:#fff6d6;
    padding:15px;
    font-style:italic;
}

/* ===== PROGRESS BAR ===== */
.progress{
    border-radius:10px;
    background:#fff6d6;
}

.progress-bar{
    background:#d4af37 !important;
    border-radius:10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width:768px){

    h2{ font-size:20px; }
    h4{ font-size:18px; }
    h6{ font-size:16px; }
    p{ font-size:14px; }

    .slider-img{
        height:250px;
    }

}

/* ===== FIX UKURAN GAMBAR CARD ===== */
.card img:not(.agenda-img){
    object-fit:cover;
    height:180px;
}

/* ===== FOTO AGENDA TIDAK TERPOTONG ===== */
.agenda-img{
    width:100%;
    height:auto;
    display:block;
}
.infak-img{
    width:100%;
    height:auto !important;
    object-fit:contain !important;
}
.menu-home{
text-decoration:none;
color:#333;
}

.menu-home .card{
border-radius:12px;
transition:0.3s;
}

.menu-home .card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}