/* ============================================================
   IJSIS OJS Full-Width Header + Hidden Footer
   International Journal of Sustainable and Integrated Studies
   Royal Blue and White Theme
   ============================================================ */

/* HEADER BACKGROUND */
.pkp_structure_head {
  background: #0b1f5e !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* REMOVE DEFAULT WIDTH LIMITS */
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_site_name .is_img {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* MAKE THE UPLOADED HEADER IMAGE FILL THE HEADER */
.pkp_site_name .is_img img,
.pkp_site_name img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* KEEP REGISTER / LOGIN VISIBLE */
.pkp_navigation_user_wrapper {
  position: absolute !important;
  top: 14px !important;
  right: 18px !important;
  z-index: 20 !important;
}

.pkp_navigation_user > li > a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* PRIMARY NAVIGATION */
.pkp_navigation_primary_wrapper {
  margin: 0 !important;
  background: #ffffff !important;
  border-top: 0 !important;
  border-bottom: 1px solid #dbe4f0 !important;
}

.pkp_navigation_primary > li > a {
  color: #0b1f5e !important;
  font-weight: 700 !important;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #1f4ed8 !important;
  background: #eef3ff !important;
  text-decoration: none !important;
}

/* SHOW THE CUSTOM IJSIS FOOTER */
.pkp_structure_footer_wrapper {
  display: block !important;
  margin: 36px 0 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
}

.pkp_structure_footer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

/* Hide only the default OJS/PKP branding */
.pkp_brand_footer {
  display: none !important;
}

/* Ensure footer text and links retain the intended colors */
.pkp_structure_footer h3 {
  color: #0b1f5e !important;
}

.pkp_structure_footer p {
  color: #475569;
}

.pkp_structure_footer a {
  color: #1f4ed8 !important;
  text-decoration: none !important;
}

.pkp_structure_footer a:hover,
.pkp_structure_footer a:focus {
  color: #0b1f5e !important;
  text-decoration: underline !important;
}

/* PAGE SPACING */
.pkp_structure_page {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* TABLET */
@media (max-width: 991px) {
  .pkp_navigation_user_wrapper {
    top: 10px !important;
    right: 12px !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .pkp_site_name .is_img img,
  .pkp_site_name img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    padding: 7px 12px !important;
    background: #0b1f5e !important;
  }
}
