/* =====================================================
IJJMC PROFESSIONAL THEME LAYOUT 2026
===================================================== */


/* ===== GLOBAL ===== */
html, body {
    margin: 0;
    padding: 0;
    background: #05104d;
    font-family: Georgia, "Times New Roman", serif;
    overflow-x: hidden;
}


/* ===== FULL WIDTH PAGE ===== */
.pkp_structure_page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* ===== HEADER ===== */
.pkp_structure_head {
    background: #05104d !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    border: none;
    box-shadow: none;
    margin: 0;
    color: #05104d !important; /* corrected */
    font-weight: 600;
    padding: 12px 16px;
}

/* Header text color */
.pkp_structure_head a,
.pkp_structure_head h1,
.pkp_structure_head h2 {
    color: #ffffff !important;
}

/* Hover effect */
.pkp_structure_head a:hover {
    color: #ffd700 !important;
}
/* ===============================
HEADER DROPDOWN FIX
=============================== */

/* Dropdown container */
.pkp_navigation_user .dropdown-menu {
    background: #05104d !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    min-width: 180px;
}
/* ===== LOGO ===== */
.pkp_site_name_wrapper {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pkp_site_name img {
    max-height: 65px;
    height: auto;
}


/* ===== NAVIGATION ===== */
.pkp_navigation_primary_wrapper {
    background: #b30573 !important;
    border-bottom: 4px solid #ffd700;
    width: 100%;
}
.pkp_navigation_primary {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.pkp_navigation_primary a {
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 16px;
    width: 100%;
}

.pkp_navigation_primary a:hover {
    color: #ffd700 !important;
}


/* ===== DROPDOWN ===== */
.pkp_navigation_primary > li {
    position: relative;
}

.pkp_navigation_primary .dropdown-menu {
    background: #05104d !important;
    border: 2px solid #ffd700;
    padding: 8px 0;
}

.pkp_navigation_primary .dropdown-menu a {
    color: #ffffff !important;
}

.pkp_navigation_primary .dropdown-menu a:hover {
    background: #ffd700 !important;
    color: #05104d !important;
}

/* ===== FULL WIDTH BANNER ===== */
.cmp_slideshow,
.carousel {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.carousel img,
.cmp_slideshow img {
    width: 100%;
    height: auto;
    display: block;
}
/* ===============================
FULL WIDTH PAGE
=============================== */

.pkp_structure_page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Header full width */
.pkp_structure_head {
    width: 100%;
    max-width: 100%;
}

/* Navigation full width */
.pkp_navigation_primary_wrapper {
    width: 100%;
    max-width: 100%;
}

/* Footer full width */
.pkp_structure_footer_wrapper {
    width: 100%;
    max-width: 100%;
}


/* ===============================
CONTENT AREA FULL WIDTH
=============================== */

.pkp_structure_content_wrapper {
    width: 100%;
    max-width: 100%;
}

/* Main layout */
.pkp_structure_content {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 30px;
}


/* ===============================
MAIN CONTENT AREA
=============================== */

.pkp_structure_main {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 25px;
    background: #f7f7f7;
}

/* ===============================
REMOVE CONTENT DIVIDERS
=============================== */

/* Remove borders from main layout */
.pkp_structure_content,
.pkp_structure_main,
.pkp_structure_sidebar_left,
.pkp_structure_sidebar_right {
    border: none !important;
    box-shadow: none !important;
}

/* Remove vertical divider */
.pkp_structure_main:before,
.pkp_structure_main:after {
    display: none !important;
}

/* Remove column separator */
.pkp_structure_sidebar_left {
    border-right: none !important;
}

.pkp_structure_sidebar_right {
    border-left: none !important;
}

/* Remove extra layout lines */
.pkp_structure_page {
    border: none !important;
}

/* Clean background */
.pkp_structure_content {
    background: transparent !important;
}
/* ===============================
RIGHT SIDEBAR
=============================== */

.pkp_structure_sidebar_right {
    flex: 0 0 28%;
    max-width: 28%;
    padding: 25px 20px;
    background: #05104d;
}


/* Sidebar blocks spacing */
.pkp_structure_sidebar_right .pkp_block {
    margin-bottom: 20px;
}


/* Remove any vertical divider */
.pkp_structure_main,
.pkp_structure_sidebar_right {
    border: none !important;
}
/* ================================
SIDEBAR STRUCTURE
================================ */

.pkp_structure_sidebar {
    width: 260px;
}

/* Sidebar blocks */
.pkp_block {
    background: #ffffff;
    border: 2px solid #05104d;
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Sidebar titles */
.pkp_block .title {
    background: #05104d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 10px;
    margin: -12px -12px 10px -12px;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

/* Sidebar links */
.pkp_block a {
    color: #05104d;
    text-decoration: none;
    font-weight: 500;
}

.pkp_block a:hover {
    color: #b30573;
}

/* Sidebar images (logos like DOI / Turnitin) */
.pkp_block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* Sidebar text */
.pkp_block p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

/* Download links */
.pkp_block ul {
    padding-left: 15px;
}

.pkp_block ul li {
    margin-bottom: 6px;
}
/* ===== SUBMIT BUTTON ===== */
.block_make_submission a {
    display: block;
    width: 100%;
    background: #ffd700;
    color: #05104d !important;
    padding: 15px;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.block_make_submission a:hover {
    background: #05104d !important;
    color: #ffffff !important;
}


/* ===== TYPOGRAPHY ===== */
h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #05104d;
}

a {
    color: #05104d;
}

a:hover {
    color: #b30573;
}


/* ===== FOOTER ===== */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    background: #05104d !important;
    color: #ffcc00;
    width: 100%;
    border-top: 3px solid #f4c430;
}

.pkp_structure_footer {
    padding: 15px 0;
}

.pkp_structure_footer .pkp_footer_content {
    padding: 5px 0;
    margin: 0;
}

.pkp_structure_footer p {
    margin: 5px 0;
}

.pkp_structure_footer img {
    max-height: 40px;
    height: auto;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .pkp_structure_content {
        flex-direction: column;
        max-width: 95%;
        margin: 0 auto;
    }

    .pkp_structure_main,
    .pkp_structure_sidebar_right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cmp_slideshow,
    .carousel {
        margin: 0;
    }
}
/* =====================================================
ATTACH HEADER + NAV + BANNER + SIDEBAR (ALL DEVICES)
NO DESIGN CHANGE
===================================================== */

/* Remove header bottom gap */
.pkp_structure_head {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove nav wrapper spacing */
.pkp_navigation_primary_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove nav spacing */
.pkp_navigation_primary {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove page wrapper spacing */
.pkp_structure_page,
.pkp_page_index,
.page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove content wrapper top gap */
.pkp_structure_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Attach slideshow directly */
.cmp_slideshow,
.carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Align sidebar top exactly */
.pkp_structure_sidebar_right,
.pkp_structure_sidebar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove hidden separators */
.pkp_structure_page:before,
.pkp_structure_page:after {
    display: none !important;
}
/* ===============================
FOOTER GAP FIX
=============================== */

.pkp_structure_footer_wrapper {
    padding: 10px 0 !important;
    margin: 0 !important;
}

.pkp_structure_footer {
    padding: 10px 0 !important;
    margin: 0 !important;
}

/* Remove large empty space */
.pkp_footer_content {
    padding: 0 !important;
    margin: 0 !important;
}

/* Center footer content */
.pkp_structure_footer p {
    margin: 6px 0 !important;
}

/* Social icons alignment */
.pkp_structure_footer img {
    margin: 5px 6px;
}

/* Prevent tall footer */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    min-height: auto !important;
    height: auto !important;
}