/*  Header  */


.container-fluid.top-header {
    max-width: 1185px;
    padding: 0;
    margin: 0 auto;
}
nav#nav-menu {
    max-width: 1361px;
    /* margin: 0 auto; */
    margin-left: auto;
}
.navbar-default .navbar-nav>.open>a{
background:unset;
}

.navbar-brand {
   height:auto; 
   padding:0px
}
.navbar-default,
.header_view {
    background: #ffffff !important;
    box-shadow:
        0 8px 30px rgba(15, 23, 42, 0.08),
        0 2px 8px rgba(15, 23, 42, 0.04);
}


/*Header Navigation */

#navigationUser > li > a{
    color: #6F1248;
    font-size: 15px;
    font-weight: 600;

}

#navigationUser > li > a::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #8C1D5B;
    transform: translateX(-50%);
    transition: width .3s ease;
}

/* Hover */
#navigationUser > li > a:hover::after,
#navigationUser > li.current > a::after{
    width: calc(100% - 36px);
}

#navigationUser > li > a:hover{
    color: #8C1D5B;
}

/* Remove focus outline */
#navigationUser > li > a:focus,
#navigationUser > li > a:focus-visible{
    outline: none;
    box-shadow: none;
}
/* Remove focus outline from main navigation */
#main-navigation > li > a:focus,
#main-navigation > li > a:focus-visible,
#main-navigation .dropdown-menu > li > a:focus,
#main-navigation .dropdown-menu > li > a:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav > li > a{
    color:#1e293b;
    font-size:15px;
    font-weight:600;
    padding:24px 16px;
}

/* Dropdown */

.dropdown-menu{
    border:none;
    border-radius:12px;
    margin-top:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.dropdown-menu > li > a{
    padding:12px 18px;
    color:#475569;
    font-size:14px;
}

.dropdown-menu > li > a:hover{
    background:#090909;
    color:#fff;
}
.navbar-default .navbar-nav > li > a::after{
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    height: 2px;
    background: #8C1D5B; /* CIJMR brand color */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

/* Hover & Active */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a{
    color: #8C1D5B;
}

.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > .active > a::after{
    transform: scaleX(1);
}

.navbar-form{
    margin:14px 0;
}

.navbar-form .form-control{
    height:40px;
    border:1px solid #dbe3ec;
}

.navbar-form .btn{
    height:40px;
    border-radius:10px;
    background:#f0cad4;
    color:#28282A;
    border:none;
    border-radius:unset;
    padding:0 18px;
    font-size:18px;
    margin-left:-8px
}


.pkp_page_index .journal-description{
   margin:0px !important;
}

.journal-description{
    background:#fff;
    border:1px solid #efd6df;
    border-left:6px solid #8C1D5B;
    border-radius:18px;
    padding:15px 20px;


}

.journal-description::before{
    content:"ABOUT CIJMR";
    display:inline-block;
    padding:8px 18px;
    margin-bottom:22px;
    background:#FCECEF;
    color:#8C1D5B;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    border-radius:30px;
}

/* Paragraph */

.journal-description p{
    /* margin:0 0 18px; */
    color:#555;
    font-size: 15px;
    line-height:1.9;
}

/* First Intro */

.journal-description p:first-child{
    color:#2d2d2d;
    font-size:18px;
    line-height:1.8;
    font-weight:500;
}

.journal-description strong{
    color: #562f46;
    font-weight:400;
}

/* Quote */

.journal-description p:last-child {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 22px;
    background: #f0cad4;
    color: #0d0d0d;
    border: 1px solid #e8b5c4;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;

}
.navbar-default .navbar-nav>.open>a{
background:unset;
}


/* Sidebar - CIJMR */

#sidebar .pkp_block{
    background:#fff;
    border:1px solid #ecd5dd;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(140,29,91,.08);
    transition:.3s ease;
}

#sidebar .pkp_block:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(140,29,91,.12);
}

/* Heading */

#sidebar .pkp_block .title{
    margin:0;
    padding:18px 22px;
    background:linear-gradient(135deg,#8C1D5B,#A62E6B);
    color:#fff;
    font-size:20px;
    font-weight:600;
}

/* Content */

#sidebar .pkp_block .content{
    padding: 0px;
    background:#fff;
}

/* Lists */

#sidebar .pkp_block ul{
    margin:0;
    padding:0;
    list-style:none;
}



#sidebar .pkp_block ul li:last-child{
    margin-bottom:0;
}

/* Links */

#sidebar .pkp_block ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    background:#faf5f7;
    border:1px solid #f2dbe3;
    border-radius:10px;
    color:#555;
    text-decoration:none;
    font-weight:500;
    transition:.3s ease;
}

#sidebar .pkp_block ul li a::after{
    content:"→";
    color:#8C1D5B;
    transition:.3s;
}

#sidebar .pkp_block ul li a:hover{
    background:#8C1D5B;
    color:#fff;
    transform:translateX(5px);
}

#sidebar .pkp_block ul li a:hover::after{
    color:#fff;
}

/* Make Submission Button */

.block_make_submission_link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    min-height:56px;
    padding:16px 24px;

    background:linear-gradient(135deg,#0f766e,#14b8a6);
    color:#0e0e0e !important;

    border:none;
    border-radius:10px;

    font-size:16px;
    font-weight:700;
    letter-spacing:.4px;
    text-transform:uppercase;

    text-decoration:none !important;

    box-shadow:0 10px 25px rgba(20,184,166,.25);

    transition:all .3s ease;
}

/* Optional icon before text */
.block_make_submission_link::before{
    content:"📄";
    font-size:18px;
}

.block_make_submission_link:hover{
    background:linear-gradient(135deg,#0d5f59,#0f766e);
    color:#232323 !important;
    text-decoration:none !important;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(20,184,166,.35);
}

.block_make_submission_link:active{
    transform:translateY(0);
}

.block_make_submission_link:focus{
    outline:none;
    color:#fff !important;
}

/* Mobile */

@media (max-width:768px){

    .block_make_submission_link{
        font-size:15px;
        min-height:52px;
        padding:14px 18px;
    }

}

/* Active Language */

.block_language .current a{
    background:#8C1D5B !important;
    color:#fff !important;
    border-color:#8C1D5B !important;
}

/* Mobile */

@media(max-width:768px){

    #sidebar{
        margin-top:30px;
    }

    #sidebar .pkp_block .title{
        font-size:18px;
        padding:16px 20px;
    }

}
/*  Footer  */

footer[role="contentinfo"] {
    background: #000000 !important;
        border-top: 1px solid #e5e7eb;
    box-shadow: 0 -10px 35px rgba(15, 23, 42, 0.08), 0 -2px 10px rgba(15, 23, 42, 0.04);

}

.footer-row {
    display: flex;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    border: 1px solid #edf0f5;
    position: relative;
    overflow: hidden;
}

.footer-row::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0f766e,#14b8a6,#0ea5e9);
}
.footer-left{
        padding: 0 1rem;
}

.footer-right{
    flex:0 0 35%;
    max-width:35%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    border-left:1px solid #ececec;
    padding-left:30px;
}

/* Heading */

.footer-row h3{
    font-size:26px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:22px;
    position:relative;
    display:inline-block;
}

.footer-row h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:60px;
    height:4px;
    border-radius:50px;
    background:#14b8a6;
}

/* Address */

.footer-address{
    color:#475569;
    font-size:16px;
    line-height:1.8;
    margin-bottom: 23px;
}

.footer-address strong{
    display:block;
    color:#0f172a;
    font-size:18px;
    /* margin-bottom:8px; */
}

/* Contact List */

/* ===========================
   Contact List Design
=========================== */

.footer-contact-list{
    list-style:none;
    padding:0;
    margin:30px 0 0;
    display:flex;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:16px;
}

.footer-contact-list li{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 22px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}

/* Left Blue Bar */

.footer-contact-list li::before{
    content:"";
    width:5px;
    height:100%;
    background:#14b5a3;
    position:absolute;
    left:0;
    top:0;
    transition:.3s;
}



.footer-contact-list li strong{
    color:#0f172a;
    font-size:15px;
    font-weight:700;
}

/* Text */

.footer-contact-list li{
    color:#475569;
    font-size:15px;
}

/* Links */

.footer-contact-list li a{
    color:#684e4e;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}



/* Partner Section */

.footer-logos{
    background:#f8fafc;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:25px;
    transition:.35s;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footer-logos:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(20,184,166,.18);
}

.footer-logos img{
    max-width:220px;
    width:100%;
    height:auto;
    object-fit:contain;
    transition:.35s;
}

.footer-logos:hover img{
    transform:scale(1.05);
}

/* Technical Support */

.footer-support{
    width:100%;
    margin-top:25px;
    background:#f8fafc;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:24px;
    text-align:left;
    transition:.35s;
}

.footer-support:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(20,184,166,.15);
}

.footer-support h4{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin:0 0 12px;
}

.footer-support p{
    color:#64748b;
    font-size:14px;
    line-height:1.7;
    margin-bottom:15px;
}

.footer-support a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:#14b8a6;
    color:#fff !important;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.footer-support a:hover{
    background:#0f766e;
    color:#fff !important;
    text-decoration:none;
}
/*====================================
    Current Issue Section
=====================================*/

.current_issue{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border:1px solid #ececec;
    margin-top: 1rem;
}

/* Heading */

.current_issue>.page-header{
    margin:0 0 25px;
    padding:0 0 18px;
    border-bottom:2px solid #f2e4ea;
}

.current_issue>.page-header h2{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#8C1D5B;
    position:relative;
}

.current_issue>.page-header h2:after{
    content:"";
    width:70px;
    height:4px;
    background:#8C1D5B;
    border-radius:10px;
    display:block;
    margin-top:12px;
}

/* Title */

.current_issue_title{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

/* Published */

.published{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#FCECEF;
    color:#8C1D5B;
    padding:10px 18px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:30px;
}

/*====================================
    Section Heading
=====================================*/

.section{
    margin-bottom:40px;
}

.section .page-header{
    margin:0 0 20px;
    padding:0;
    border:none;
}

.section .page-header h2{
    margin:0;
}

.section .page-header small{
    display:inline-block;
    font-size:19px;
    font-weight:700;
    color:#fff;
    background:#8C1D5B;
    padding:12px 20px;
    border-radius:10px;
}

/*====================================
    Article Cards
=====================================*/

.article-summary{
    background:#fff;
    border:1px solid #eee;
    border-left:5px solid #8C1D5B;
    border-radius:14px;
    padding:22px;
    margin-bottom:18px;
    transition:.35s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.article-summary:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,.10);
}

/* Article Title */

.media-heading{
    margin:0 0 12px;
}
.media-heading a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#222;
    white-space: normal;
    line-height: 1.5;
}

.media-heading a:hover{
    color:#8C1D5B;
}

/* Subtitle */

.media-heading small{
    display:block;
    margin-top:8px;
    color:#777;
    font-size:14px;
    font-weight:500;
}

/* Authors */

.authors{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.authors:before{
    content:"👨‍⚕️";
}

/*====================================
    Button
=====================================*/

.read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:25px;
    padding:14px 28px;
    border:none;
    border-radius:50px;
    background:#8C1D5B;
    color:#fff !important;
    font-weight:600;
    font-size:16px;
    text-decoration:none;
    transition:.35s;
}

.read-more:hover{
    background:#6F1248;
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(140,29,91,.25);
}

.read-more .glyphicon{
    transition:.35s;
}

.read-more:hover .glyphicon{
    transform:translateX(5px);
}

/* Mobile*/


@media(max-width:768px){

.current_issue{
    padding:20px;
}

.current_issue>.page-header h2{
    font-size:28px;
}

.media-heading a{
    font-size:17px;
}

.section .page-header small{
    width:100%;
    text-align:center;
}

}

@media (max-width:991px){

    .navbar-default,
    .header_view{
        min-height:60px;
    }

    .navbar-default .navbar-nav > li > a{
        padding:12px 15px;
    }

    .navbar-form{
        margin:10px 15px;
    }

}

@media (max-width:768px){

    .journal-description{
        padding:24px;
        border-left-width:4px;
    }

    .journal-description p{
        font-size:15px;
        line-height:1.8;
    }

    .journal-description p:first-child{
        font-size:16px;
    }

    .journal-description p:last-child{
        font-size:16px;
        padding:16px;
    }

}
@media(max-width:991px){

.footer-row{
    padding:30px;
}

.footer-left,
.footer-right{
    flex:0 0 100%;
    max-width:100%;
}

.footer-right{
    border-left:none;
    border-top:1px solid #ececec;
    padding-left:0;
    padding-top:30px;
    margin-top:20px;
}

}

@media(max-width:576px){

.footer-row{
    padding:22px;
    border-radius:14px;
}

.footer-row h3{
    font-size:22px;
}

.footer-address{
    font-size:15px;
}

.footer-contact-list li{
    flex-direction:column;
    gap:6px;
    padding:14px;
}

.footer-contact-list li strong{
    min-width:auto;
}

.footer-logos{
    padding:20px;
}

.footer-logos img{
    max-width:170px;
}

}

/* Archive Issue Card*/

.issue-summary{
    position: relative;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    padding: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

/* Top Accent */
.issue-summary::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,#8C1D5B,#C93D82);
}

/* Hover */

.issue-summary:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

/* Heading */

.issue-summary .media-heading{
    margin: 0;
}

/* Journal Name */

.issue-summary .title{
    display: block;
    color: #1f2937;
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
    transition: .3s;
}

.issue-summary:hover .title{
    color: #8C1D5B;
}

/* Volume Badge */

.issue-summary .series{
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #FCECEF;
    color: #8C1D5B;

    padding: 9px 18px;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
}

.issue-summary .series::before{
    content: "📚";
    font-size: 15px;
}

/* Arrow Button */

.issue-summary .media-body::after{
    content: "↗";
     cursor:pointer;
    position: absolute;

    right: 25px;
    bottom: 25px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #8C1D5B;

    color: #fff;

    font-size: 20px;
    font-weight: 600;

    transition: .35s;
}

.issue-summary:hover .media-body::after{
    transform: translateX(4px) rotate(45deg);
    background: #6F1248;
}


