.carousel-inner img {
    width: 100%;
    height: 30em;
    object-fit: fill;
}

.x-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.x-card:hover {
    transform: translateY(-8px);
}

.section-title-terkini .section-title {
    font-size: 24px;
    color: #e1af1a;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.section-title-terkini .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 24px;
    background-color: #e1af1a;
    /* merah ala PPID */
    border-radius: 2px;
}

.list-group-item a {
    color: #333;
    text-decoration: none;
}

.list-group-item a:hover {
    color: #007bff;
    font-weight: 600;
}

.timeline {
    list-style: none;
    padding: 0;
    margin-left: 1rem;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #007bff;
}

.timeline li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.timeline li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #007bff;
    border-radius: 50%;
    left: 4px;
    top: 2px;
}

.timeline .title {
    font-weight: 600;
    display: block;
}

.timeline .year {
    color: #666;
    font-size: 0.875rem;
    margin-top: 2px;
    display: block;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }

    .timeline li::before {
        left: 2px;
    }
}

//content-beranda
.ratio-banner {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ratio-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.ratio-banner img {
    width: 100%;
    height: 30em;
    object-fit: fill;
    display: block;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

.ratio-banner:hover img {
    transform: scale(1.05);
}

.postImg img {
    width: 100%;
    height: 15em;
}

.postImgBerita img {
    width: 100%;
    height: 30em;
}
.postImgBerita1 img {
    width: 100%;
    height: 20em;
}

.instagram-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-card:hover {
    transform: translateY(-8px);
    /* Goyang ke atas */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.section-berita-terkini .berita-title {
    font-size: 24px;
    color: #e1af1a;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.section-berita-terkini .berita-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 24px;
    background-color: #e1af1a;
    /* merah ala PPID */
    border-radius: 2px;
}

.btn-selengkapnya {
    background-color: #e1af1a;
    color: #0f0e0e;
    transition: all 0.3s ease-in-out;
}

.btn-selengkapnya:hover {
    background-color: #cf9b10;
    color: #000;
    transform: scale(1.05);
}

//
