/* --- Global --- */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    scroll-behavior: smooth;
    background-color: #fff;
}

/* --- Navbar --- */
.navbar {
    background: #333;
    color: white;
    padding: 0.8rem 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.logo span {
    color: #f39c12;
}

/* Tombol Garis Tiga Simpel */
.btn-sidebar-icon {
    background: none;
    border: 1px solid rgba(255,255,255,0.4);
    color: white;
    font-size: 1rem;
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-sidebar-icon:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}

/* Nav Menu Kanan */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
}

.nav-menu a:hover {
    color: #f39c12;
}

/* --- Hero --- */
.hero {
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 50%, #ffffff 100%);
    color: #333333; /* Mengubah warna teks menjadi gelap agar kontras dan mudah dibaca di latar terang */
    padding: 100px 0; /* Menjaga jarak atas dan bawah tetap proporsional */
    text-align: center;
}
.hero h1, .hero h2 {
    color: #111111;
}

.hero .pp {
    color: #555555;
}

.btn-hero {
    display: inline-block;
    padding: 12px 30px;
    background: #0d6efd;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.4s;
    margin-top: 20px;
}

.btn-hero:hover {
    background: #f39c12;
    transform: scale(1.05);
    color: white;
}

/* --- Sections --- */
.headline {
    text-align: center;
    padding: 60px 0;
}

.line {
    width: 60px;
    height: 5px;
    background: #f39c12;
    margin: 10px auto;
}

.parallax {
    height: 300px;
    background-image: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=1600');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-text {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* --- Cards --- */
.banner-area {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 0;
    background: #f4f4f4;
    flex-wrap: wrap;
}

.card-hover {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 350px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: 0.4s;
}

.card-hover:hover {
    transform: translateY(-10px);
}

.card-img img {
    width: 100%;
    object-fit: cover;
    height: 10rem;
    border-radius: 8px;
}

/* --- Sidebar --- */
.offcanvas {
    width: 320px !important;
}

.offcanvas-header {
    background: #333;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #eee !important;
    padding: 10px 0;
    font-size: 0.9rem;
}

/* --- Footer --- */
footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.onfoot{
    background-color: #e9ecef;
}
.card-ontop{
    background-color: #f8f9fa;
    border-radius: 20px;
    border: none;
}
.text-justify{
    text-align: justify !important;
}

.circle-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.bg-orange { background-color: #e65100; }
.bg-blue { background-color: #0d47a1; }

.card-form{
    border-radius:20px ;
    border:none;
    transition: transform 0.3s ease;
}
.card-form:hover {
    transform: translateY(-10px);
}
.btn-isi{
    color:#333 !important;
    font-size:0.8rem;
    letter-spacing: 1px;

}
.btn-isi:hover {
    background-color: #f8f9fa !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.formulir-online h1 {
    line-height: 1.1;
}

#reader {
    width: 100% !important;
    border: none !important;
    background: #000;
}

#reader__dashboard {
    padding: 20px !important;
}

#reader__status_span {
    font-size: 12px;
}
.Foto-ketua{
    height: 300rem;
}
@media (min-width: 768px) {
        .Foto-ketua { 
            max-height: 450px; 
            width: auto; 
        }
    }