@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}
/* button-danger */
.btn-danger {
    background-color: #bd0001;
    border-radius: 15px;
    border-color: #bd0001;
    padding: 15px 45px;
    color: white;
}
.btn-outline-danger {
    background-color: transparent;
    border-radius: 15px;
    border-color: #bd0001;
    padding: 15px 45px;
    color: #bd0001;
}
/* Navbar */
.nav-item .nav-link {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar .nav-link {
    font-weight: 500;
    color: #444;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover {
    color: #0d6efd;
}

.navbar .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    position: relative;
}

.navbar .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d6efd;
    border-radius: 5px;
}

.scroll-nav-active {
    background-color: white;
    /* border-bottom: 1px solid #bd0001; */
    box-shadow: 1px 1px 1px -1px rgba(1, 1, 1, 0.08);
}

.text-nav-active {
    color: black;
}

/* PROGRAM CARD */
.program-section {
    position: relative;
    margin-top: -180px;  /* ⬅️ NAIK KE HERO */
    z-index: 10;
}

.program-section .shadow {
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.program-section .col-lg-3 > div {
    transition: all .3s ease;
}

.program-section .col-lg-3 > div:hover {
    transform: translateY(-6px);
}

@media (max-width: 768px) {
    .program-section {
        margin-top: -80px;
    }
}


#program .shadow {
    border-radius: 16px;
    min-height: 110px;
}


/* ===== HERO CAROUSEL ===== */

/* ===== HERO SECTION ===== */
#hero {
    position: relative;
    min-height: 80vh;      /* BUKAN 100vh */
    padding-bottom: 140px; /* RUANG CARD */
    z-index: 1;
}

.hero-slide {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    min-height: 80vh;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
}


/* Text */
.hero-text {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 20px;
    opacity: 0.9;
}

/* Carousel control */
.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

/* =========================
   RESPONSIVE BREAKPOINT
========================= */
@media (max-width: 991px) {
    .hero-text {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    .hero-slide,
    .hero-overlay {
        min-height: 80vh;
    }

    .hero-text {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-text {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .hero-text {
        font-size: 28px;
    }
}


/* Responsif L:ayar Kecil 450 */
@media screen and (min-width: 450px) {
    .hero-text {
        font-size: 35px;
        font-weight: 600;
    }
}

/* Responsif L:ayar Kecil 550 */
@media screen and (min-width: 550px) {
    .hero-text {
        font-size: 35px;
        font-weight: 600;
    }
}

/* Responsif L:ayar Kecil 800 */
@media screen and (min-width: 800px) {
    .hero-text {
        font-size: 65px;
        font-weight: 600;
    }
}
/* Join */
.stripe {
    height: 5px;
    width: 20px;
    background-color: #bd0001;
}

/* Video */
#video {
    background-image: url("../../assets/images/dpn.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

 .section-foto {
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    width: 100%;
    color: #ffffff;
    padding: 80px 0;   /* ✅ GANTI height */
}


.parallax {
    background-image: url("../../assets/images/taman.jpeg");
     background-attachment: fixed;
}

.stripe-putih {
    height: 5px;
    width: 40px;
    background-color: #ffffff;
}

.btn-outline-white {
    border-radius: 15px;
    border: 2px solid #ffffff;
    /* border-color: #050505; */
    padding: 15px 45px;
    color: #0a0a0a;
}

.gallery-img {
    width: 100%;
    height: 200px;      /* bebas, sesuaikan tinggi */
    object-fit: cover;  /* kunci agar rapi dan tidak gepeng */
    border-radius: 8px; /* opsional */
}

/* ===== FOTO KEGIATAN ===== */
.foto-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block;
}

.foto-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.foto-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}

.foto-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    color: #000;
}

/* ===== VIDEO ===== */
/* ===== HALAMAN VIDEO ===== */
.section-video-page {
    padding: 80px 0;
    background: #f9f9f9;
    min-height: 100vh;
}

.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    transition: transform .2s;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-card iframe {
    width: 100%;
    height: 220px;
}

.video-body {
    padding: 12px;
}

/* ===== KONTAK ===== */
.section-kontak {
    padding: 80px 0;
    min-height: 100vh;
    background: #f9f9f9;
}

.section-kontak .form-control {
    border-radius: 10px;
    padding: 12px;
}

/* ===== ADMIN SIDEBAR ===== */

.admin-wrapper {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 250px;
    background: #0d6efd;
    color: #fff;
    padding: 20px;
}

.sidebar-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
}

.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-menu a {
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: 0.3s;
}

.sidebar-menu a i {
    margin-right: 10px;
    font-size: 18px;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: rgba(255,255,255,.2);
} */

.content {
    flex: 1;
    padding: 30px;
    background: #f8f9fa;
}

/* ===== ADMIN WRAPPER ===== */
.admin-wrapper{
    display:flex;
    min-height:100vh;
}

/* ===== SIDEBAR ===== */
.sidebar{
    width:260px;
    min-height:100vh;
    background:#0d6efd;
    color:white;
    padding:20px;
    transition:.35s ease;
}

.sidebar-title{
    text-align:center;
    font-weight:700;
    margin-bottom:25px;
    color:white;
}

.sidebar-menu{
    padding:0;
    margin:0;
    list-style:none;
}

.sidebar-menu li{
    margin-bottom:8px;
}

.sidebar-menu a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    text-decoration:none;
    color:white;
}

.sidebar-menu a:hover,
.sidebar-menu a.active{
    background:rgba(255,255,255,.2);
}

/* CONTENT */
.content{
    flex:1;
    padding:28px;
    background:#f8f9fa;
}

/* ===== MOBILE MODE ===== */
@media(max-width:991px){

    .sidebar{
        position:fixed;
        top:0;
        left:0;
        height:100vh;
        z-index:9999;
        transform:translateX(-260px);
    }

    .sidebar.active{
        transform:translateX(0);
    }

    .content{
        margin-left:0!important;
    }
}

.dash-link {
    text-decoration: none;
}

.dash-card{
    padding: 25px;
    border-radius: 18px;
    color: #fff;
    height: 100%;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.dash-card .icon{
    font-size: 40px;
    margin-bottom: 10px;
}

.dash-card h5{
    font-weight: 600;
    margin-bottom: 5px;
}

.dash-card p{
    font-size: 14px;
    opacity: .9;
}

.dash-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

/* ===== WARNA ===== */
.card-blue{background:#0d6efd;}
.card-green{background:#28a745;}
.card-red{background:#dc3545;}
.card-yellow{background:#ffc107; color:#000;}
.card-teal{background:#20c997;}
.card-purple{background:#6f42c1;}
.card-dark{background:#343a40;}
.card-orange{background:#fd7e14;}

/* biar yellow tetap kebaca */
.card-yellow h5,
.card-yellow p{
    color:#000!important;
}

/* Anti geser */
html,body{
    overflow-x:hidden;
}
