/* ===== Footer Styling ===== */
.pkp_site_footer {
    background-color: #006400 !important; /* Dark green background */
    color: #ffffff !important;           /* White text */
    padding: 20px;
    text-align: center;
}

/* Footer links */
.pkp_site_footer a {
    color: #ffffff !important;           /* White links */
    text-decoration: none;
}

.pkp_site_footer a:hover {
    color: #90ee90 !important;           /* Light green on hover */
}

/* Hide PKP branding line */
.pkp_brand_footer {
    display: none !important;
}

/* Custom developer credit (optional, if you want to center it nicely) */
.pkp_site_footer::after {
    content: "Developed by Raya University Research Portal Development Team © 2025";
    display: block;
    color: #ffffff;
    margin-top: 10px;
    font-weight: bold;
}
