.pkp_navigation_user>li>a, .pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
        color: #1051a9;
    }

body,
.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main td {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: justify !important;
    color: #222 !important;
}

/************************************************
REMOVE EXTRA LINES
************************************************/

.pkp_navigation_primary_wrapper,
.pkp_structure_footer_wrapper,
.pkp_structure_head {
    border: none !important;
}

/************************************************
HEADER STRUCTURE
************************************************/

.pkp_structure_head {
    background: #ffffff !important;
}

.pkp_site_name_wrapper {
    background: linear-gradient(180deg, #ffffff, #f5f9ff) !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05) !important;
    
    border-bottom: 2px solid #ffd86b !important;
}

/************************************************
HEADER DESIGN (LOGO + TITLE)
************************************************/

#headerNavigationContainer .pkp_site_name {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* LOGO */
#headerNavigationContainer .pkp_site_name a.is_img img {
    max-height: 100px !important;
    transition: 0.3s ease;
}

#headerNavigationContainer .pkp_site_name a.is_img img:hover {
    transform: scale(1.05);
}

/* HIDE DEFAULT */
#headerNavigationContainer h1.pkp_screen_reader {
    display: none !important;
}

/* TITLE */
#headerNavigationContainer .pkp_site_name::after {
    content: "International Journal of BioTech, Pharmaceutical, Engineering,\A Management and Sciences";
    white-space: pre-line;
    font-size: 24px !important;
    font-weight: 700 !important;

    background: linear-gradient(90deg, #0d47a1, #1976d2, #ffd86b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/************************************************
MENU BAR (FIXED ALIGNMENT)
************************************************/

/* MAIN ROW */
.pkp_navigation_primary_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(90deg, #0d47a1, #1976d2) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    border-bottom: 2px solid #ffd86b !important;
}

/* MENU WRAPPER */
.pkp_navigation_primary_wrapper {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
}

/* MENU CENTER */
.pkp_navigation_primary {
    display: flex !important;
    justify-content: center !important;
    flex: 1 !important;
}

/* MENU LINKS */
.pkp_navigation_primary > li > a {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 8px !important;
}

.pkp_navigation_primary > li > a:hover {
    color: #ffd86b !important;
    border-bottom: 3px solid #ffd86b;
}

/************************************************
SEARCH FIX (IMPORTANT)
************************************************/

.pkp_navigation_search_wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    position: static !important;
    margin: 0 !important;
    padding-right: 20px !important;
}

.pkp_navigation_search_wrapper a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.pkp_navigation_search_wrapper a:hover {
    color: #ffd86b !important;
}

.pkp_site_nav_menu ul {
    margin-top: 0 !important;
}

/************************************************
SUBMENU
************************************************/

.pkp_navigation_primary .dropdown-menu {
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

.pkp_navigation_primary .dropdown-menu a {
    font-size: 11px !important;
    color: #0d47a1 !important;
}

.pkp_navigation_primary .dropdown-menu a:hover {
    background-color: #eef5fb !important;
    color: #1976d2 !important;
}


/* REMOVE EXTRA MARGINS IN CONTENT */

.pkp_structure_main p {
margin: 0.4rem 0 !important;}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
margin: 0.4rem 0 !important;}

/************************************************
SIDEBAR
************************************************/

.pkp_block {
    background: linear-gradient(135deg, #0d47a1, #1976d2) !important;
    border-radius: 10px !important;
    padding: 12px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12) !important;
margin: 10px;
}

/* WHITE TEXT */
.pkp_block,
.pkp_block p,
.pkp_block a {
    color: #ffffff !important;
}

.pkp_block h2,
.pkp_block h3 {
    color: #ffd86b !important;
}

/************************************************
FOOTER
************************************************/

.pkp_structure_footer_wrapper {
    background: linear-gradient(90deg, #0d47a1, #1976d2) !important;
    text-align: center !important;
}

.pkp_structure_footer_wrapper .pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer {
    color: #ffffff !important;
}



/************************************************
REMOVE SIDEBAR LINE
************************************************/

.pkp_structure_sidebar:before {
    display: none !important;
}

/************************************************
REMOVE BREADCRUMBS
************************************************/

.cmp_breadcrumbs {
    display: none;
}

/************************************************
MOBILE FIX
************************************************/

@media (max-width: 1024px) {

    #headerNavigationContainer .pkp_site_name::after {
        display: none !important;
    }

    #headerNavigationContainer .pkp_site_name {
        justify-content: center !important;
        flex-direction: column !important;
padding-bottom: orem !important;
    }

    .pkp_navigation_search_wrapper {
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .pkp_navigation_primary {
        flex-direction: column !important;
    }
}



















/************************************************
ARTICLE VIEW – BLUE + GOLD PREMIUM THEME
************************************************/

/* Reset list */
.obj_issue_toc ul.cmp_article_list.articles {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Each article */
.obj_issue_toc ul.cmp_article_list.articles li {
  background: #ffffff !important;
  border: 1.5px solid #e3e8f5 !important;
  border-radius: 10px !important;
  padding: 10px 12px 8px 18px !important;
  position: relative !important;
  transition: all 0.25s ease !important;
}



/* Hover */
.obj_issue_toc ul.cmp_article_list.articles li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13,71,161,0.15);
  border-color: #ffd86b !important;
}

.obj_issue_toc ul.cmp_article_list.articles li:hover::before {
  background: linear-gradient(180deg, #1976d2, #ffd86b);
}

/************************************************
TEXT (KEEP YOUR TYPOGRAPHY)
************************************************/

/* Title */
.obj_issue_toc ul.cmp_article_list.articles li .title a {
  color: #0d47a1 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.obj_issue_toc ul.cmp_article_list.articles li .title a:hover {
  color: #1976d2 !important;
}

/* Authors */
.obj_issue_toc ul.cmp_article_list.articles li .authors {
  color: #444 !important;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

/************************************************
BUTTON – CLEAN (NO BOX)
************************************************/

/* Remove all inner boxes */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links,
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links * {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Button */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links a {
  background: linear-gradient(90deg, #0d47a1, #1976d2) !important;
  color: #ffffff !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Hover */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links a:hover {
  background: linear-gradient(90deg, #1976d2, #ffd86b) !important;
  color: #0d47a1 !important;
}

/************************************************
SPACING
************************************************/

.obj_issue_toc ul.cmp_article_list.articles li > * {
  margin-left: 2px !important;
}