/* ===============================
   IJHRD - OJS 3.4 Custom Style
   International Journal of Health Research and Development
   =============================== */

/* Main Color */
:root {
  --ijhrd-primary: #003b5c;
  --ijhrd-secondary: #005f73;
  --ijhrd-accent: #00b8a9;
  --ijhrd-light: #e9fbff;
  --ijhrd-white: #ffffff;
  --ijhrd-dark: #001f33;
}

/* Body */
body {
  font-family: "Arial", "Helvetica", sans-serif;
  background: #f5f9fb;
  color: #1d2b34;
}

/* Header Area */
.pkp_structure_head {
  background: linear-gradient(135deg, var(--ijhrd-dark), var(--ijhrd-primary), var(--ijhrd-secondary));
  border-bottom: 4px solid var(--ijhrd-accent);
}

/* Journal Header Image */
.pkp_site_name .is_img img,
.pkp_site_name_wrapper img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
}

/* Navigation Bar */
.pkp_navigation_primary_row {
  background: var(--ijhrd-primary);
  border-top: 1px solid rgba(255,255,255,0.15);
}

.pkp_navigation_primary > li > a {
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: var(--ijhrd-accent) !important;
}

/* Dropdown Menu */
.pkp_navigation_primary ul a {
  background: #ffffff;
  color: var(--ijhrd-primary) !important;
}

.pkp_navigation_primary ul a:hover {
  background: var(--ijhrd-light);
  color: var(--ijhrd-secondary) !important;
}

/* Page Title */
.page h1,
.obj_article_details h1 {
  color: var(--ijhrd-primary);
  font-weight: 800;
  border-bottom: 3px solid var(--ijhrd-accent);
  padding-bottom: 10px;
}

/* Section Title */
.cmp_announcements h2,
.current_issue h2,
.obj_issue_toc .heading,
.pkp_block .title {
  color: var(--ijhrd-primary);
  font-weight: 700;
}

/* Sidebar Blocks */
.pkp_block {
  background: #ffffff;
  border-radius: 12px;
  border-top: 4px solid var(--ijhrd-accent);
  padding: 18px;
  box-shadow: 0 4px 16px rgba(0, 59, 92, 0.08);
}

.pkp_block .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Links */
a {
  color: var(--ijhrd-secondary);
}

a:hover {
  color: var(--ijhrd-accent);
}

/* Buttons */
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.obj_galley_link {
  background: var(--ijhrd-primary) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px;
  font-weight: 700;
  padding: 9px 16px;
}

.cmp_button:hover,
.cmp_form .buttons button:hover,
.obj_galley_link:hover {
  background: var(--ijhrd-accent) !important;
  color: var(--ijhrd-dark) !important;
}

/* Article List */
.obj_article_summary {
  background: #ffffff;
  border-left: 5px solid var(--ijhrd-accent);
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 3px 12px rgba(0, 59, 92, 0.07);
}

.obj_article_summary .title a {
  color: var(--ijhrd-primary);
  font-weight: 700;
}

.obj_article_summary .title a:hover {
  color: var(--ijhrd-accent);
}

/* Article Metadata */
.obj_article_details .authors,
.obj_article_details .published,
.obj_article_summary .authors {
  color: #50616d;
}

/* Galley PDF Button */
.obj_galley_link.pdf {
  background: var(--ijhrd-secondary) !important;
}

.obj_galley_link.pdf:hover {
  background: var(--ijhrd-accent) !important;
}

/* Issue Cover */
.obj_issue_toc .cover img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 59, 92, 0.15);
}

/* Footer */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, var(--ijhrd-dark), var(--ijhrd-primary));
  color: #ffffff;
  border-top: 4px solid var(--ijhrd-accent);
}

.pkp_structure_footer_wrapper a {
  color: var(--ijhrd-accent);
}

.pkp_structure_footer_wrapper a:hover {
  color: #ffffff;
}

/* Breadcrumb */
.cmp_breadcrumbs a {
  color: var(--ijhrd-secondary);
}

.cmp_breadcrumbs .current {
  color: var(--ijhrd-primary);
  font-weight: 600;
}

/* Search Input */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #c8dce5;
  border-radius: 8px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--ijhrd-accent);
  box-shadow: 0 0 0 2px rgba(0, 184, 169, 0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pkp_site_name .is_img img,
  .pkp_site_name_wrapper img {
    max-height: 220px;
  }

  .pkp_navigation_primary > li > a {
    font-size: 13px;
  }

  .page h1,
  .obj_article_details h1 {
    font-size: 24px;
  }
}

/*SIDEBAR*/
.ijhrd-box{
    background:#ffffff;
    border:none;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 4px 15px rgba(0,59,92,.08);
}

/* Header Menu */
.ijhrd-box h3{
    margin:0;
    padding:14px 18px;
    background:linear-gradient(
        135deg,
        #003b5c,
        #005f73
    );
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* Content */
.ijhrd-box ul{
    list-style:none;
    margin:0;
    padding:10px 18px;
    background:#ffffff;
}

.ijhrd-box ul li{
    padding:12px 0;
    border-bottom:1px solid #edf3f5;
}

.ijhrd-box ul li:last-child{
    border-bottom:none;
}

.ijhrd-box ul li a{
    color:#004e6b;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.ijhrd-box ul li a:hover{
    color:#00b8a9;
    padding-left:5px;
}

/*FOOTER*/
/* =========================
   FULL WIDTH FOOTER IJHRD
========================= */

.pkp_structure_footer_wrapper,
.pkp_structure_footer,
.pkp_page_footer{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    background:#003B5C !important;
    border:none !important;
}

/* Footer utama */

.ijhrd-footer{
    width:100%;
    margin:0;
    padding:0;

    background:
    linear-gradient(
        135deg,
        #002B45 0%,
        #003B5C 50%,
        #005F73 100%
    );
}

/* Container isi footer */

.ijhrd-footer-inner{
    width:100%;
    box-sizing:border-box;

    display:grid;
    grid-template-columns:2fr 1fr 1.3fr;

    gap:60px;

    padding:
    60px
    80px;

    color:#fff;
}

/* Copyright */

.ijhrd-copyright{
    width:100%;

    background:#001F33;

    padding:18px;

    text-align:center;

    color:#dcebf0;

    font-size:13px;

    box-sizing:border-box;
}
/* TEXT COLOR */
.ijhrd-submit a{
    display:block;
    background:linear-gradient(135deg,#003B5C,#00B8A9);
    color:#FFFFFF !important;
    text-align:center;
    padding:14px;
    border-radius:10px;
    font-weight:700;
    text-transform:uppercase;
    text-decoration:none !important;
}

.ijhrd-submit a:hover{
    color:#FFFFFF !important;
}


.ijhrd-home{
    font-size:15px;
    line-height:1.8;
}

.ijhrd-home h2{
    color:#003B5C;
    margin-top:25px;
    margin-bottom:15px;
}

.ijhrd-highlight{
    display:flex;
    gap:20px;
    margin:25px 0;
    flex-wrap:wrap;
}

.ijhrd-card{
    flex:1;
    min-width:220px;
    background:#ffffff;
    border-left:4px solid #00B8A9;
    padding:20px;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
}

.ijhrd-card h3{
    color:#003B5C;
    margin-top:0;
}

.ijhrd-scope ul{
    columns:2;
}

.ijhrd-submit-box{
    text-align:center;
    padding:35px;
    background:#f4fbfc;
    border-radius:12px;
    margin:30px 0;
}

.ijhrd-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background:linear-gradient(135deg,#003B5C,#00B8A9);
    color:#fff !important;
    text-decoration:none;
    border-radius:8px;
    font-weight:700;
}

.ijhrd-info table{
    width:100%;
    border-collapse:collapse;
}

.ijhrd-info td{
    padding:10px;
    border-bottom:1px solid #e6eef2;
}

.ijhrd-quote{
    margin-top:30px;
    text-align:center;
    font-size:18px;
    color:#005F73;
}

.ijhrd-identity{
    display:grid;
    grid-template-columns:330px 1fr;
    gap:0;
    border:1px solid #d6e4e8;
    background:#ffffff;
    margin:25px 0;
    box-shadow:0 6px 18px rgba(0,43,69,.08);
}

.ijhrd-cover-box{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
    background:#f7fbfc;
    border-right:1px solid #d6e4e8;
}

.ijhrd-cover-box img{
    width:230px;
    max-width:100%;
    border:1px solid #dce8ec;
    box-shadow:0 8px 22px rgba(0,43,69,.18);
}

.ijhrd-identity-table h2{
    margin:0;
    padding:16px;
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#ffffff;
    text-align:center;
    font-size:22px;
    letter-spacing:.5px;
    font-weight:800;
}

.ijhrd-identity-table table{
    width:100%;
    border-collapse:collapse;
}


.ijhrd-identity-table td{
    padding:8px 12px !important;
    margin:0 !important;
    line-height:1.2;
    vertical-align:top;

}

.ijhrd-identity-table td{
    padding:15px 20px;
    font-size:15px;
    color:#1f2f38;
    border-bottom:1px solid #dce8ec;
}

.ijhrd-identity-table a{
    color:#007f8c;
    font-weight:600;
    text-decoration:none;
}

.ijhrd-identity-table a:hover{
    color:#00B8A9;
    text-decoration:underline;
}

/* Cover Area */

.ijhrd-cover-box{
    padding:0 !important;
    margin:0 !important;
    background:#ffffff;
    overflow:hidden;
    display:flex;
    align-items:stretch;
    justify-content:center;
}

.ijhrd-cover-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    border:none !important;
    box-shadow:none !important;
    margin:0 !important;
    padding:0 !important;
}
/* Editorial Team */
.ijhrd-editorial{
    margin:20px 0;
}

.ijhrd-editorial h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#fff;
    text-align:center;
    padding:16px;
    border-radius:10px;
    text-transform:uppercase;
    font-weight:700;
}

.editorial-section{
    margin-top:25px;
}

.editorial-section h3{
    color:#003B5C;
    border-left:5px solid #00B8A9;
    padding-left:12px;
    margin-bottom:15px;
}

.editor-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.editor-card{
    background:#fff;
    border:1px solid #dce8ec;
    border-radius:10px;
    padding:15px;
    box-shadow:0 3px 10px rgba(0,43,69,.08);
}

.editor-card h4{
    margin:0 0 8px 0;
    color:#003B5C;
    font-size:17px;
}

.editor-card p{
    margin:0;
    color:#4a5963;
    font-size:14px;
    line-height:1.5;
}

@media(max-width:768px){
    .editor-grid{
        grid-template-columns:1fr;
    }
}


/* Reviewer Team */
.ijhrd-reviewer{
    margin:25px 0;
}

.ijhrd-reviewer h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#ffffff;
    padding:16px;
    text-align:center;
    border-radius:10px;
    text-transform:uppercase;
    font-weight:700;
}

.reviewer-desc{
    margin:20px 0;
    line-height:1.8;
    color:#4a5963;
    text-align:justify;
}

.reviewer-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.reviewer-card{
    background:#ffffff;
    border:1px solid #dce8ec;
    border-radius:12px;
    padding:18px;
    box-shadow:0 4px 12px rgba(0,43,69,.08);
}

.reviewer-card h4{
    margin:0 0 10px 0;
    color:#003B5C;
    font-size:18px;
}

.reviewer-card p{
    margin:8px 0;
    color:#4f5c65;
    line-height:1.6;
    font-size:14px;
}

.reviewer-profile{
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.reviewer-profile a{
    background:#eef8f8;
    color:#007f8c;
    padding:6px 12px;
    border-radius:20px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.reviewer-profile a:hover{
    background:#00B8A9;
    color:#ffffff;
}

@media(max-width:768px){

    .reviewer-grid{
        grid-template-columns:1fr;
    }

}


/* Peer Review Process */

.ijhrd-peer-review{
    margin:25px 0;
}

.ijhrd-peer-review h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#fff;
    text-align:center;
    padding:16px;
    border-radius:10px;
    text-transform:uppercase;
}

.review-flow{
    margin-top:25px;
}

.review-step{
    position:relative;
    padding:20px 20px 20px 70px;
    margin-bottom:15px;
    background:#ffffff;
    border-left:4px solid #00B8A9;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,43,69,.08);
}

.step-number{
    position:absolute;
    left:18px;
    top:18px;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:50%;
    background:#003B5C;
    color:#fff;
    font-weight:bold;
}

.review-step h3{
    margin-top:0;
    color:#003B5C;
}

.review-step p{
    margin-bottom:0;
    line-height:1.7;
}

.review-time{
    margin-top:30px;
}

.review-time h3{
    color:#003B5C;
}

.review-time table{
    width:100%;
    border-collapse:collapse;
}

.review-time th{
    background:#003B5C;
    color:#fff;
    padding:12px;
}

.review-time td{
    padding:12px;
    border:1px solid #dce8ec;
}

.review-time tr:nth-child(even){
    background:#f7fbfc;
}

/* Publication etich */
.ijhrd-ethics{
  margin:25px 0;
  line-height:1.8;
}

.ijhrd-ethics h2{
  background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
  color:#ffffff;
  padding:16px;
  text-align:center;
  border-radius:10px;
  text-transform:uppercase;
}

.ethics-section{
  background:#ffffff;
  border-left:5px solid #00B8A9;
  padding:18px 20px;
  margin:18px 0;
  border-radius:10px;
  box-shadow:0 3px 12px rgba(0,43,69,.08);
}

.ethics-section h3{
  color:#003B5C;
  margin-top:0;
}

.ethics-section p{
  margin-bottom:0;
  color:#3d4b53;
  text-align:justify;
}

/* Author Guidelines */

.ijhrd-guidelines{
    line-height:1.8;
}

.ijhrd-guidelines h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#ffffff;
    padding:16px;
    text-align:center;
    border-radius:10px;
    text-transform:uppercase;
}

.ijhrd-guidelines h3{
    color:#003B5C;
    margin-top:25px;
    border-left:5px solid #00B8A9;
    padding-left:12px;
}

.ijhrd-guidelines p{
    text-align:justify;
}

.ijhrd-guidelines ul,
.ijhrd-guidelines ol{
    margin-left:25px;
}

.ijhrd-guidelines li{
    margin-bottom:6px;
}

/* APC */
.ijhrd-apc h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#ffffff;
    text-align:center;
    padding:16px;
    border-radius:10px;
    text-transform:uppercase;
}

.apc-box{
    text-align:center;
    background:#f7fbfc;
    border:1px solid #dce8ec;
    border-radius:12px;
    padding:35px;
    margin-top:20px;
}

.apc-box h3{
    color:#00B8A9;
    margin-bottom:10px;
}

.apc-price{
    font-size:48px;
    font-weight:800;
    color:#003B5C;
    margin:15px 0;
}

/* Copyringt Notic */
.ijhrd-copyright-notice h2{
    background:linear-gradient(135deg,#002B45,#003B5C,#005F73);
    color:#ffffff;
    text-align:center;
    padding:16px;
    border-radius:10px;
    text-transform:uppercase;
}

.ijhrd-copyright-notice{
    line-height:1.8;
}

.ijhrd-copyright-notice ul{
    margin-left:25px;
}

.ijhrd-copyright-notice li{
    margin-bottom:10px;
}



/* ==================================
   IJHRD ABOUT JOURNAL STYLE
================================== */

.about-journal{
    font-size:15px;
    line-height:1.9;
    color:#33434c;
}

/* Main Title */

.about-journal h2{
    background:linear-gradient(
        135deg,
        #002B45,
        #003B5C,
        #005F73
    );

    color:#ffffff;
    text-align:center;

    padding:18px;

    border-radius:12px;

    text-transform:uppercase;

    font-weight:700;

    margin-bottom:25px;
}

/* Section Heading */

.about-journal h3{

    background:#f7fbfc;

    border-left:5px solid #00B8A9;

    color:#003B5C;

    padding:12px 15px;

    border-radius:0 8px 8px 0;

    margin-top:30px;
    margin-bottom:15px;

    font-size:20px;
}

/* Paragraph */

.about-journal p{
    text-align:justify;
    margin-bottom:15px;
}

/* List */

.about-journal ul{
    padding-left:25px;
}

.about-journal li{
    margin-bottom:8px;
}

/* Journal Information Table */

.about-journal table{
    width:100%;
    border-collapse:collapse;

    background:#ffffff;

    border-radius:10px;

    overflow:hidden;

    box-shadow:
    0 4px 15px rgba(0,43,69,.08);
}

.about-journal table tr:nth-child(odd){
    background:#f8fcfd;
}

.about-journal table td{
    padding:12px 15px;
    border-bottom:1px solid #e6eef2;
}

.about-journal table td:first-child{
    width:220px;
    font-weight:700;
    color:#003B5C;
}

/* Publisher Box */

.about-journal .publisher-box{

    background:#ffffff;

    border-left:5px solid #00B8A9;

    padding:20px;

    border-radius:10px;

    box-shadow:
    0 4px 15px rgba(0,43,69,.08);
}

/* Quote */

.about-journal blockquote{

    margin-top:25px;

    background:
    linear-gradient(
    135deg,
    #f4fcfc,
    #ffffff
    );

    border-left:5px solid #00B8A9;

    padding:20px;

    border-radius:10px;

    color:#005F73;

    font-size:18px;

    text-align:center;

    font-style:italic;
}

/* Horizontal Line */

.about-journal hr{
    border:none;
    height:1px;
    background:#e6eef2;
    margin:30px 0;
}

/* Links */

.about-journal a{
    color:#007f8c;
    text-decoration:none;
    font-weight:600;
}

.about-journal a:hover{
    color:#00B8A9;
}

/* Mobile */

@media(max-width:768px){

    .about-journal table td{
        display:block;
        width:100%;
    }

    .about-journal table td:first-child{
        background:#f5fafb;
    }

}