/* GLOBAL */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f5f9fc;
    color: #333;
}

/* NAVBAR */
.navbar {
    background: linear-gradient(90deg, #0077b6, #0096c7);
}

.navbar-brand {
    font-weight: 600;
    font-size: 20px;
}

/* navbar putih */
.custom-navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* menu */
.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 15px;
}

/* hover */
.navbar-nav .nav-link:hover {
    color: #0096c7 !important;
}

/* active */
.navbar-nav .nav-link.active {
    color: #0096c7 !important;
}

/* LOGO */
.navbar-brand {
    font-size: 22px;
}

/* HERO */
.hero {
    background: url('../img/hero.png') no-repeat center;
    background-size: cover;
    padding: 140px 20px;
    color: white;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero p {
    font-size: 18px;
}

/* BUTTON */
.btn-primary {
    background-color: #0096c7;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
}

.btn-primary:hover {
    background-color: #0077b6;
}

/* LAYANAN */
.layanan {
    margin-top: -60px;
}

.card {
    border: none;
    border-radius: 15px;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

/* TENTANG */
.tentang {
    background: white;
    padding: 40px;
    border-radius: 15px;
}

.tentang h2 {
    font-weight: 600;
}

/* VISI MISI */
.card h3 {
    font-weight: 600;
    color: #0077b6;
}

/* STRUKTUR */
img {
    max-width: 100%;
}

/* STATISTIK */
.statistik {
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    padding: 70px 20px;
}

.statistik h2 {
    font-size: 42px;
    font-weight: 700;
}

.statistik p {
    font-size: 16px;
}

/* FOOTER */
footer {
    background: #023e8a;
    font-size: 14px;
}

/* dropdown style */
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 10px;
    transition: 0.3s;
}

.dropdown-item:hover {
    background-color: #0096c7;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.timeline {
    position: relative;
    margin-top: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 3px;
    background: #0096c7;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 50%;
    padding: 20px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* SECTION */
.profil-section {
    padding: 70px 0;
}

/* JUDUL */
.profil-section h2 {
    font-weight: 700;
    color: #2b2b2b;
}

/* LIST CEK */
.list-cek {
    list-style: none;
    padding: 0;
}

.list-cek li {
    margin-bottom: 10px;
    color: #555;
}

/* GAMBAR */
.posisi-img {
    position: relative;
}

/* CARD KECIL (KANAN GAMBAR) */
.info-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #0096c7;
    color: white;
    padding: 15px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* IMAGE STYLE */
img {
    border-radius: 12px;
}

/* VISI MISI */
.profil-section small {
    letter-spacing: 2px;
}

/* TEXT */
.text-muted {
    color: #777 !important;
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white; /* penting biar tidak transparan */
}


/* HEADER */
.header-berita {
    background: #e9f2f8;
}

/* CARD BERITA */
.berita-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.berita-card:hover {
    transform: translateY(-5px);
}

/* GAMBAR */
.berita-card img {
    height: 250px;
    object-fit: cover;
}

/* TEXT */
.berita-card h5 {
    font-weight: 600;
    margin-top: 10px;
}

.berita-card p {
    color: #666;
}

/* global spacing */
.container {
    max-width: 1140px;
}

/* heading lebih kuat */
h1, h2, h3 {
    font-weight: 700;
}

/* hover halus */
.card:hover {
    transform: translateY(-8px);
    transition: 0.3s;
}

/* navbar modern */
.navbar {
    padding: 12px 0;
}

/* smooth */
html {
    scroll-behavior: smooth;
}

/* shadow halus */
.shadow {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
}

.berita-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.berita-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.berita-card img {
    height: 230px;
    object-fit: cover;
}


input.form-control {
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.btn-primary {
    border-radius: 30px;
    padding: 10px 20px;
}

.berita-card h5 {
    font-size: 18px;
    font-weight: 600;
}

.berita-card small {
    color: #888;
}

.berita-card a {
    text-decoration: none;
    font-weight: 500;
}

.berita-card a:hover {
    color: #0077b6;
}

.badge {
    border-radius: 20px;
    padding: 5px 12px;
}

.berita-card img {
    transition: 0.4s;
}

.berita-card:hover img {
    transform: scale(1.05);
}

.dropdown-menu {
    transition: all 0.3s ease;
}

/* HEADER */
.header-detail {
    background: #e9f2f8;
}

/* ISI */
.container p {
    line-height: 1.8;
    color: #555;
}
/* =========================
   HALAMAN INFORMASI
========================= */

.page-title{
    padding:80px 0 30px;
    text-align:center;
}

.page-title h1{
    font-size:48px;
    font-weight:700;
}

.card-info{
    border:none;
    border-radius:20px;
    overflow:hidden;
    transition:0.3s;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    background:white;
}

.card-info:hover{
    transform:translateY(-5px);
}

.card-info img{
    height:250px;
    object-fit:cover;
}

.badge-kategori{
    background:#0d6efd;
    color:white;
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
}

.btn-detail{
    border-radius:50px;
    padding:10px 25px;
}

@media(max-width:768px){

.page-title h1{
    font-size:36px;
}

}

/* =========================
   DETAIL INFORMASI
========================= */

.detail-header img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
}

.detail-content{
    margin-top:40px;
}

.detail-content h1{
    font-weight:700;
    margin-bottom:20px;
}

.isi-detail{
    line-height:1.9;
    font-size:17px;
}

@media(max-width:768px){

.detail-header img{
    height:300px;
}

}

/* BADGE NAVBAR */

.navbar .badge{
    font-size:11px;
    padding:5px 7px;
    border-radius:50px;
}

