/* ------------------------------------------------------- */
/* ملف تنسيق جامعة حجة - Hajjah University Style Sheet */
/* (النسخة النهائية - توسيط + إخفاء شعار OJS) */
/* ------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

/* تعميم الخط */
body, h1, h2, h3, h4, h5, h6, .pkp_navigation_primary, .pkp_navigation_user, .pkp_site_name, .pkp_structure_footer {
    font-family: 'Cairo', sans-serif !important;
}

/* --- الهيدر (Header) --- */
.pkp_structure_head {
    background-color: #1a3c85; 
    border-top: 5px solid #e61c23; 
    border-bottom: 4px solid #cfa928; 
}

.pkp_navigation_primary > li > a, .pkp_navigation_user > li > a {
    color: #ffffff !important;
    font-weight: bold;
}

/* --- الأزرار --- */
.obj_galley_link, .pkp_button_primary {
    background-color: #1a3c85 !important; 
    color: #fff !important;
    border: 1px solid #cfa928 !important; 
    border-radius: 4px;
}

.obj_galley_link:hover, .pkp_button_primary:hover {
    background-color: #cfa928 !important; 
    color: #000 !important;
}

a {
    color: #1a3c85; 
    text-decoration: none;
}
a:hover {
    color: #e61c23; 
}

.pkp_site_name .is_img img {
    max-height: 100px; 
}

/* ------------------------------------------------------- */
/* --- الفوتر (التعديلات الحاسمة) --- */
/* ------------------------------------------------------- */

/* 1. الخلفية الزرقاء */
.pkp_structure_footer_wrapper {
    background-color: #1a3c85 !important;
    border-top: 5px solid #cfa928 !important;
    padding: 40px 0;
    text-align: center !important;
}

/* 2. تنسيق النصوص (أبيض + توسيط) */
.pkp_structure_footer {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.pkp_structure_footer p, 
.pkp_structure_footer div, 
.pkp_structure_footer span {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #ffffff !important;
    display: block !important;
}

/* 3. إخفاء شعار OJS (الجزء الذي طلبته) */
.pkp_brand_footer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/* كود احتياطي لإخفاء أي صورة رابط في الفوتر غير النصوص */
.pkp_structure_footer_wrapper > a {
    display: none !important;
}