    .active-green {
        background-color: #f0fdf4 !important;
        color: #0E654B !important;
        font-weight: bold;
        border-left: 4px solid #0E654B;
    }
    .list-group-item-action:hover {
        background-color: #f0fdf4;
        color: #0E654B;
    }
    .sidebar-item {
        font-weight: 700 !important;
        font-size: 13px !important;
        color: #000 !important;
        padding: 12px 20px !important;
        border: none !important;
    }
    .sidebar-item:hover, .sidebar-item.active {
        background-color: #f8f9fa !important; 
        color: #0E654B !important;
    }
    .card-header {
        font-size: 15px;
        transition: background-color 0.3s ease;
    }
    .toggle-icon {
        transition: transform 0.3s ease;
    }
    .card-header[aria-expanded="false"] .toggle-icon {
        transform: rotate(0deg);
    }
    .card-header[aria-expanded="true"] .toggle-icon {
        transform: rotate(180deg);
    }

    /* --- Visi Misi --- */

.content-visi-misi-wrapper {
    background-color: #FAF9F5; 
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.header-box {
    background-color: #0E654B; 
    color: #FFFFFF;
    font-weight: 800;
    font-size: 22px;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content-box {
    padding-left: 10px;
    padding-right: 10px;
}

.bordered-text {
    border-left: 6px solid #FFD700; 
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #444;
    line-height: 1.7;
    font-style: italic;
    font-size: 15px;
}

.custom-values-grid {
    margin-top: 30px;
}
.value-box-top {
    background-color: #FFD700;
    color: #000;
    font-weight: 900;
    font-size: 28px;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.value-box-bottom {
    background-color: #0E654B;
    color: #FFF;
    font-weight: 700;
    padding: 12px 10px;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* --- Prinsip, Fungsi, Tujuan --- */
    
    .custom-accordion .card {
        border: none;
        border-radius: 0;
        margin-bottom: 25px;
        background-color: transparent;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }
    .custom-accordion .card-header {
        background-color: #0E654B;
        padding: 0;
        border-bottom: none;
    }
    .custom-accordion .btn-link {
        color: #FFD700; 
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.1rem;
        letter-spacing: 0.5px;
    }
    .custom-accordion .btn-link:hover,
    .custom-accordion .btn-link:focus {
        text-decoration: none;
        color: #FFF;
    }
    .custom-accordion .card-body {
        background-color: #FDFAF0;
        border: 1px solid #e2e8f0;
        border-top: none;
        padding: 25px;
        color: #333;
        line-height: 1.8;
    }

    .bertuah-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ccc;
    }
    .bertuah-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .bertuah-letter {
        background-color: #FFD700; 
        color: #0E654B; 
        font-weight: 900;
        font-size: 1.5rem;
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        margin-right: 20px;
        box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
        flex-shrink: 0; 
    }
    .bertuah-text {
        padding-top: 2px;
    }
    .bertuah-title {
        color: #0E654B;
        font-weight: 800;
        font-size: 1.1rem;
        margin-bottom: 5px;
        display: block;
        text-transform: uppercase;
    }

    .custom-list {
        padding-left: 20px;
        margin-bottom: 0;
    }
    .custom-list li {
        margin-bottom: 12px;
        text-align: justify;
    }

    /* Page Akreditasi */
                            .akreditasi-box {
                                border: 4px solid #FFD700;
                                background-color: #fff;
                                display: flex;
                                flex-direction: column;
                                height: 100%;
                                box-shadow: 0 4px 6px rgba(0,0,0,0.05);
                                transition: transform 0.3s ease;
                            }
                            .akreditasi-box:hover {
                                transform: translateY(-5px);
                            }
                            .akreditasi-grade {
                                flex-grow: 1;
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                                align-items: center;
                                padding: 20px 10px;
                                min-height: 120px;
                            }
                            .akreditasi-grade h2 {
                                font-size: 3.5rem;
                                font-weight: 900;
                                color: #000;
                                margin: 0;
                                line-height: 1;
                            }
                            .akreditasi-grade span {
                                font-size: 0.85rem;
                                font-weight: 700;
                                color: #555;
                                text-transform: uppercase;
                                margin-top: 5px;
                            }
                            .akreditasi-prodi {
                                background-color: #0E654B;
                                color: #FFF;
                                text-align: center;
                                padding: 12px 10px;
                                font-weight: 700;
                                font-size: 0.85rem;
                                text-transform: uppercase;
                                min-height: 65px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                            .fakultas-title {
                                font-size: 1.2rem;
                                font-weight: 800;
                                color: #0E654B;
                                margin-top: 30px;
                                margin-bottom: 15px;
                                border-bottom: 2px solid #FFD700;
                                padding-bottom: 5px;
                                text-transform: uppercase;
                            }
                            .fakultas-title:first-child {
                                margin-top: 0;
                            }

    /* Senat Akademik */
    .bg-uhtp-green { background-color: #0E654B !important; }
    .text-uhtp-yellow { color: #FFD700 !important; }
    .bg-light-cream { background-color: #FDFAF0 !important; }
    
    .accordion-senat-main .accordion-item {
        border: none;
        margin-bottom: 15px;
        border-radius: 0;
    }
    .accordion-senat-main .accordion-button {
        background-color: #0E654B;
        color: #FFD700;
        font-weight: 800;
        font-size: 1.1rem;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 15px 20px;
    }
    .accordion-senat-main .accordion-button:not(.collapsed) {
        background-color: #0E654B;
        color: #FFD700;
        box-shadow: none;
    }
    .accordion-senat-main .accordion-button::after {
        filter: brightness(0) saturate(100%) invert(86%) sepia(50%) saturate(718%) hue-rotate(353deg) brightness(101%) contrast(104%); /* Menguningkan icon panah bawaan bootstrap */
    }
    .accordion-senat-main .accordion-body {
        background-color: #FDFAF0;
        border: 1px solid #e2e8f0;
        border-top: none;
        line-height: 1.8;
        padding: 20px 30px;
    }

    .senat-card-img {
        border: 3px solid #FFD700;
        background-color: #fff;
        border-radius: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .senat-card-img .img-wrapper {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .senat-card-img .card-footer-custom {
        background-color: #0E654B;
        padding: 15px;
        text-align: center;
    }

    .komisi-card {
        border: 3px solid #FFD700;
        background: #fff;
        height: 100%;
        border-radius: 0;
    }
    .komisi-header {
        background-color: #0E654B;
        color: #FFD700;
        font-weight: bold;
        text-align: center;
        padding: 15px 10px;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        text-transform: uppercase;
    }
    
    .accordion-komisi-sub {
        padding: 0;
    }
    .accordion-komisi-sub .accordion-item {
        border: none;
        border-bottom: 1px solid #eee;
        border-radius: 0;
        background-color: transparent;
    }
    .accordion-komisi-sub .accordion-item:last-child {
        border-bottom: none;
    }
    .accordion-komisi-sub .accordion-button {
        background-color: #fff;
        color: #0E654B;
        font-weight: 800;
        padding: 12px 15px;
        font-size: 0.85rem;
        border: none;
        box-shadow: none;
    }
    .accordion-komisi-sub .accordion-button:not(.collapsed) {
        background-color: #FDFAF0;
        color: #0E654B;
    }
    .accordion-komisi-sub .accordion-body {
        background-color: #FDFAF0;
        padding: 10px 15px;
        font-size: 0.85rem;
        color: #333;
    }

/* --- Styling Khusus Pimpinan universitas --- */
.header-pimpinan {
    background-color: #0E654B;
    color: #fff;
    padding: 12px 20px;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Rektor */
.rektor-banner {
    display: flex;
    background-color: #FFD700;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.rektor-quote-sec {
    flex: 1.2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.rektor-quote-text {
    font-size: 1.2rem;
    font-weight: 800;
    color: #222;
    line-height: 1.6;
    margin-bottom: 30px;
    z-index: 2;
}
.rektor-quote-icon {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
}
.rektor-name-tag {
    background-color: #0E654B;
    color: #fff;
    padding: 15px 20px;
    font-weight: 800;
    font-size: 1.1rem;
    align-self: flex-start;
}
.rektor-photo-sec {
    flex: 0.8;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
}
.rektor-img {
    max-height: 380px;
    object-fit: contain;
}

/* Section Wakil Rektor */
.warek-container {
    display: flex;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.warek-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    min-height: 420px;
}
.warek-col.bg-yellow {
    background-color: #FFD700;
    color: #0E654B;
}
.warek-col.bg-green {
    background-color: #0E654B;
    color: #FFD700;
}
.warek-title {
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0 20px;
    margin-bottom: auto; 
}
.warek-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}
.warek-photo-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 15px;
    margin-top: 20px;
}
.warek-img {
    max-height: 280px;
    object-fit: contain;
}

.warek-name-plate {
    background-color: #fff;
    color: #0E654B;
    text-align: center;
    padding: 15px 10px;
    margin: 0 15px;
    font-weight: 800;
    font-size: 0.95rem;
    position: relative;
    bottom: 20px; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    z-index: 3;
}

@media (max-width: 768px) {
    .rektor-banner, .warek-container {
        flex-direction: column;
    }
    .rektor-name-tag {
        align-self: stretch;
        text-align: center;
    }
    .warek-name-plate {
        bottom: 10px;
        margin-bottom: 20px;
    }
}

/* --- Styling Khusus Pimpinan Fakultas --- */
.fakultas-block {
    margin-bottom: 50px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
}
.fakultas-header {
    background-color: #0E654B;
    color: #FFD700;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 4px solid #FFD700;
}
.pimpinan-fakultas-container {
    display: flex;
    padding: 20px 10px 0 10px;
}
.pimpinan-fak-col {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-fak-wrapper {
    background-color: #f8f9fa;
    padding: 15px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.img-fak-wrapper img {
    max-height: 240px; 
    object-fit: contain;
}
.name-plate-fak {
    background-color: #FFD700;
    color: #0E654B;
    width: 85%;
    padding: 10px 5px;
    font-weight: 800;
    font-size: 0.85rem;
    position: relative;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    line-height: 1.3;
}
.label-jabatan {
    display: block;
    font-size: 0.7rem;
    color: #0E654B;
    text-transform: uppercase;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(14, 101, 75, 0.2);
    padding-bottom: 3px;
}

@media (max-width: 576px) {
    .pimpinan-fakultas-container {
        flex-direction: column;
    }
    .name-plate-fak {
        bottom: 10px;
        margin-bottom: 20px;
        width: 95%;
    }
}

/* Page Sektretariat */
.bg-uhtp-green {
    background-color: #0e5a36 !important;
    color: white !important;
}

.text-uhtp-yellow {
    color: #ffcc00 !important;
}

.text-uhtp-green {
    color: #0e5a36 !important;
}

.card-uhtp-outline {
    border: 1px solid #ffcc00 !important; 
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
}

.card-uhtp-outline .card-header {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 0.8rem 0.5rem;
}

.accordion-soft .accordion-item {
    border: none !important; 
    border-bottom: 1px solid rgba(0,0,0,0.05) !important; 
}

.accordion-soft .accordion-item:last-child {
    border-bottom: none !important;
}

.accordion-soft .accordion-button {
    width: 100% !important;
    display: flex !important;
    text-align: left;
    background-color: transparent !important;
    color: #0e5a36 !important;
    font-weight: 600;
    font-size: 0.95rem;
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important; 
    padding: 1rem 1.25rem !important; 
}

.accordion-soft .accordion-body {
    padding: 1rem 1.5rem !important;
    line-height: 1.6; 
}

.accordion-soft .accordion-button:not(.collapsed) {
    background-color: rgba(14, 90, 54, 0.03) !important; 
    color: #0e5a36 !important;
}

.accordion-soft .accordion-button::after {
    transform: scale(0.75);
    transition: transform 0.2s ease-in-out;
}
.accordion-soft .accordion-button:not(.collapsed)::after {
    transform: scale(0.75) rotate(-180deg);
}

/* Styling khusus untuk blok Badan */
.badan-logo-wrapper {
    width: 100px;
    height: 100px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0; /* Mencegah gambar menyusut */
}

.badan-logo-wrapper img {
    width: 70%; /* Logo biasanya tidak full agar ada whitespace */
    height: auto;
}

.badan-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}

.badan-info-list li {
    margin-bottom: 5px;
    line-height: 1.4;
}

.label-petugas {
    font-weight: bold;
    color: #0e5a36;
    display: block;
}