/* ====== Lasbela Journal of Social Science - Custom Header Style ====== */

.pkp_site_name_wrapper {
    background: url('https://journals.luawms.edu.pk/public/journals/4/LJSSHeader.jpg') no-repeat center center;
    background-size: cover;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 3px solid #0b1d8c;
}

/* Hide default text if the banner has it */
.pkp_site_name {
    display: none !important;
}

/* Adjust top bar color (choose one matching the header image) */
.pkp_head_wrapper {
    background-color: #0a4c91 !important; /* mid blue to match banner */
}

/* Navigation bar */
.pkp_navigation_primary {
    background-color: #0b1d8c !important;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
}

/* Hover effect */
.pkp_navigation_primary > li > a:hover {
    background-color: #4bc4e3 !important;
    color: #0b1d8c !important;
}

/* ===== Active menu tab ===== */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a,
.pkp_navigation_primary > li > a[aria-current="page"] {
    background-color: #4bc4e3 !important; /* same as hover color */
    color: #0b1d8c !important;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .pkp_site_name_wrapper {
        height: 130px;
    }
}
