/************************************************
GLOBAL
************************************************/

body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #1b2a4e !important;
    background: #ffffff !important;
    margin: 0 !important;
}

/************************************************
HEADER
************************************************/

.pkp_structure_head {
    background: #ffffff !important;
    border-bottom: 0px solid #ddd;
}

/* Logo */
.pkp_site_name img {
    max-height: 85px !important;
}
.pkp_site_name::after {
    content: "International Journal of Generative AI and Intelligent Computing";
    font-size: 25px;
    font-weight: bold;
    color: #006798;
    margin-left: 15px;
    line-height:3.43rem;
}
/* Make logo and title in same line */
.pkp_site_name_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    background: #ffffff;
    height: 120px;
}

/* Prevent title from going below */
.pkp_site_name {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Resize logo */
.pkp_site_name img {
    max-height: 90px !important;
    width: auto !important;
}

/* Remove extra space above header */
.pkp_head_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/************************************************
content 
************************************************/

.pkp_structure_main p {
    text-align: justify;
}
.pkp_structure_main h2,.pkp_structure_main h3, .pkp_structure_main h4 {
    margin: 0.857rem 0 0.43rem;
}
.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 0.43rem 0;
}
/************************************************
PRIMARY NAVIGATION (ORANGE)
************************************************/

.pkp_navigation_primary_row {
    background: #f39c12 !important;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em;
    padding: 14px 10px !important;
}

.pkp_navigation_primary > li > a:hover {
    background: #e67e22 !important;
    color: #ffffff !important;
}
.pkp_navigation_search_wrapper a {
    color: white !important;
}
.pkp_navigation_primary_wrapper {
    text-align: center;
}
/************************************************
DROPDOWN MENU
************************************************/

.pkp_navigation_primary .dropdown-menu {
    background: #ffffff !important;
    border: 2px solid #f39c12 !important;
}

.pkp_navigation_primary .dropdown-menu a {
    color: #e67e22 !important;
}

.pkp_navigation_primary .dropdown-menu a:hover {
    background: #fff5e6 !important;
    color: #e74c3c !important;
}

/************************************************
BUTTONS
************************************************/

button,
.btn,
.cmp_button {
    background: #f39c12 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 8px 16px !important;
}

button:hover,
.btn:hover,
.cmp_button:hover {
    background: #e74c3c !important;
}

/************************************************
SIDEBAR
************************************************/

.pkp_block {
    background: #fff5e6 !important;
    border-left: 4px solid #f39c12 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    border-radius: 6px !important;
}

.pkp_block h2,
.pkp_block h3 {
    color: #e67e22 !important;
}

/************************************************
LINKS
************************************************/

a {
    color: #e67e22 !important;
}

a:hover {
    color: #e74c3c !important;
}

/************************************************
ARTICLE TITLES
************************************************/

.obj_article_summary h3 a {
    color: #e67e22 !important;
    font-weight: 600 !important;
}

.obj_article_summary h3 a:hover {
    color: #6c2bd9 !important; /* Purple Accent */
}

/************************************************
FOOTER
************************************************/

.pkp_structure_footer_wrapper {
    background: #e67e22 !important;
    color: #ffffff !important;
    text-align: center !important;
    border-bottom: 0.00rem ;
}

.pkp_structure_footer a {
    color: #ffffff !important;
}

.pkp_structure_footer a:hover {
    color: #6c2bd9 !important;
}

.pkp_brand_footer {
    display: none !important;
}

.pkp_footer_content{
    text-align:center;
    padding: 1.143rem;
}
/************************************************
CONTENT AREA
************************************************/

.pkp_structure_main {
    padding: 20px !important;
}
nav.cmp_breadcrumbs {
    display: none !important;
}


html, body {
    background: #fffefe;
}

/************************************************
MOBILE VIEW
************************************************/

@media (max-width: 991px) {
.pkp_site_name::after {
    content: "";
    font-size: 35px;
    font-weight: bold;
    color: #006798;
    margin-left: 15px;
    line-height:3.43rem;
}

    /* Center Logo */
    .pkp_site_name {
        text-align: center !important;
    }

    .pkp_site_name img {
        margin: auto !important;
    }

    /* Mobile menu */
    .pkp_site_nav_menu {
        background: #f39c12 !important;
    }

    .pkp_site_nav_menu a {
        color: #ffffff !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }

    .pkp_site_nav_menu a:hover {
        background: #e67e22 !important;
    }

    .pkp_structure_sidebar {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .pkp_structure_main {
        width: 100% !important;
    }
    .pkp_navigation_user.pkp_navigation_user {
    text-align: center;
    }
}
/* MOBILE HEADER FIX */
@media only screen and (max-width: 768px) {

    /* Make header vertical */
    .pkp_brand_wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* Center logo */
    .pkp_site_name a {
        display: block !important;0
        text-align: center !important;
        width: 100% !important;
    }

    .pkp_site_name img {
        margin: 0 auto !important;
        display: block !important;
        max-height: 90px !important;
    }


.has_site_logo .pkp_site_name{
    height: 150px;
}
.pkp_site_name .is_img {
    margin-bottom: -3.643rem;
}
}
/************************************************
logo adjustments
************************************************/
element.style {
    padding-top: 40px;
}
.pkp_site_name_wrapper {
    height: 100px;
}
/* Disable logo click */
.pkp_site_name a,
.pkp_site_name a img {
    pointer-events: none !important;
    cursor: default !important;
}
