.card-hover:hover {
    background-color: var(--bs-light);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
   .card-title a.textkonten {
        color: #212529;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.25s ease, text-decoration 0.25s ease;
        display: inline-block;
        line-height: 1.4;
        font-size: 18px;
        font-family: 'Inter', 'Roboto', sans-serif;
       
    }

    .card-title a.textkonten:hover {
        color: rgb(80, 109, 202);
    }
    
    @media (max-width: 768px) {
       
        .card-title a.textkonten {
            font-size: 14px;
        }
    }
    
    @media (max-width: 576px) {
        .card img.image-trbaru{
            width: 50% !important; 
        }
        .map-container {
            height: 300px; 
        }
    }

    .custom-title {
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: 1.5px;
    border-bottom: 3px solid #0d6efd; 
    }

    .custom-title::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #0d6efd;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transition: width 0.3s ease;
    }

    .custom-title:hover::after {
    width: 100%;
    }

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 8px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* logo tautan */
.contact .hero-tautan {
    text-align: center;
    padding: 10px;
}
.contact .hero-tautan img {
    width: 80%;
}

 .doc-detail {
        background: #fff;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
    }

    .doc-title {
        font-weight: bold;
        font-size: 28px;
         font-family: 'Inter', 'Roboto', sans-serif;
    }

    .doc-meta {
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }

    .doc-meta span {
        margin-right: 12px;
    }

    .doc-img {
        max-width: 100%;
        height: 500px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .btn-abstract {
        background-color: #196f3d;
        border: none;
    }

    .btn-abstract:hover {
        background-color: #145a2d;
    }

    .btn-download {
        background-color: #0057e7;
        border: none;
    }

    .btn-download:hover {
        background-color: #003ea1;
    }

    .label-col {
        font-weight: 600;
        white-space: nowrap;
        width: 180px;
    }

    .value-col {
        word-break: break-word;
    }

    .badge-status {
        background-color: #3b82f6;
        color: white;
        font-weight: 500;
        padding: 0.25rem 0.6rem;
        font-size: 0.85rem;
        border-radius: 12px;
    }

    .share-icons i {
        font-size: 1.2rem;
        margin-right: 0.75rem;
        cursor: pointer;
        color: #333;
        transition: color 0.2s ease;
    }

    .share-icons i:hover {
        color: #0d6efd;
    }

    @media (max-width: 767.98px) {
        .label-col {
            width: 140px;
        }
    }

     .judul-col {
        max-width: 240px;
        white-space: normal;
        line-height: 1.3;
    }
    .table-padding th,
    .table-padding td {
        padding: 0.6rem 0.75rem; 
    }

    .table-padding th {
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }


    /* detail berita */

    .breadcrumb-item a {
        text-decoration: none;
        color: #6c757d;
        transition: 0.3s;
    }
    .breadcrumb-item a:hover {
        color: #0d6efd;
    }

    .news-header-img {
        width: 100%;
        height: 400px; 
        object-fit: cover; 
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .news-content {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #333;
        text-align: justify;
    }
    
    .sticky-sidebar {
        position: sticky;
        top: 90px; 
    }

    .recent-news-item {
        transition: all 0.2s ease-in-out;
        border-radius: 8px;
        padding: 5px;
    }
    .recent-news-item:hover {
        background-color: #f8f9fa;
        transform: translateX(5px);
    }
    
    .news-meta-badge {
        background-color: #f8f9fa;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.85rem;
        color: #666;
        border: 1px solid #eee;
    }

    @media (max-width: 768px) {
        .news-header-img {
            height: 250px;
        }
        nav.breadcrumb-container {
            margin-top: 20px !important;
        }
    }


    /* tambahan dihome */
    .ls-1 {
        letter-spacing: 1px;
        font-size: 0.75rem;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .hover-up {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .hover-up:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }


    .hover-scale {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .hover-scale:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    }

    .section-title h2 {
        font-weight: 800;
        letter-spacing: -1px;
    }

    .chart-wrapper {
        position: relative; 
        height: 320px; 
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .chart-wrapper.bar-chart {
        height: 400px;
    }

   