/* ======================================================
    HEADER - INCREASED SIZE & FULL IMAGE
====================================================== */

.pkp_structure_head {    
    /* Height ko 300px kar diya hai taaki image badi aur saaf dikhe */
    min-height: 200px !important; 
    height: auto !important;
    
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

/* ======================================================
    ADMIN BUTTON (DARK GLASS STYLE)
====================================================== */

.pkp_navigation_user {
    position: relative;
    top: -10px; /* Position wahi rakhi hai jo aapne di thi */
    z-index: 1001;
}
/* Admin Main Button - Dark & Sharp Visibility */
.pkp_navigation_user > li > a {
    background: #1e293b !important; /* Dark Slate Blue (White par best dikhta hai) */
    color: #000000 !important;      /* Pure White Text */
    border: 1px solid #0f172a !important;
    padding: 8px 20px !important;
    border-radius: 50px !important; 
    font-weight: 700 !important;
    font-size: 13px !important;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
}
/* Hover Effect */
.pkp_navigation_user > li > a:hover {
    background: #38bdf8 !important; /* Solid Cyan on hover */
    color: #04072A !important;      /* Dark text on hover */
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
    transform: translateY(-2px);
}

/* ======================================================
   NAVBAR
====================================================== */

.pkp_navigation_primary{
    background:#04072A !important;
    text-align:center;
    padding:10px 0;
}

.pkp_navigation_primary > li > a{
    color:#cbd5e1 !important;
    padding:10px 18px !important;
    border-radius:8px;
    margin:0 5px;
    font-weight:600;
}

.pkp_navigation_primary > li > a:hover{
    background:rgba(56,189,248,0.2) !important;
    color:#38bdf8 !important;
}

/* Remove the blue outline and border on focus */
.pkp_navigation_search a.pkp_search:focus {
    outline: none !important;  /* Remove the default focus outline */
    border: none !important;   /* Remove any borders */
}

/* Search button background color */
.pkp_navigation_search a.pkp_search {
    background: #04072A !important;  /* Dark blue background */
    color: white !important;         /* White text color */
    padding: 12px 24px !important;   /* Padding to make the button bigger */
    border-radius: 8px !important;   /* Optional: Add rounded corners */
}

/* Optional: Add hover effect for the search button */
.pkp_navigation_search a.pkp_search:hover {
    background: #04072A !important;  /* Slightly lighter blue when hovered */
}

/* ======================================================
   NAVBAR & ADMIN DROPDOWNS (FIXED VISIBILITY & GLASS)
====================================================== */

/* Targetting both Main Menu and Admin Dropdowns */
.pkp_navigation_primary ul, 
.pkp_navigation_user ul {
    background: rgba(10, 15, 45, 0.98) !important; /* Very dark blue glass for max text visibility */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(56, 189, 248, 0.4) !important; /* Cyan border glow */
    border-radius: 10 px !important;
    padding: 12px 0 !important;
    min-width: 230px !important;
    text-align: left !important; /* Left justified */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
    z-index: 1000;
    display: block;
    margin-top: 5px !important;
}

/* Dropdown Links */
.pkp_navigation_primary ul li a, 
.pkp_navigation_user ul li a {
    color: #ffffff !important; /* Bright white text */
    padding: 12px 25px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: block !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
}

/* Glass Button Animation on Hover */
.pkp_navigation_primary ul li a:hover, 
.pkp_navigation_user ul li a:hover {
    background: rgba(56, 189, 248, 0.2) !important; /* Glassy cyan tint */
    color: #38bdf8 !important; /* Cyan text */
    padding-left: 35px !important; /* Slide animation */
    box-shadow: inset 5px 0 0 #38bdf8; /* Left indicator line */
}


/* ======================================================
   ADMIN BUTTON (USER NAVIGATION) - UPDATED
====================================================== */

/* Is container ko upar move karne ke liye */
.pkp_navigation_user {
    position: relative;
    top: -10px; /* Is value ko badha kar (jaise -15px) aap aur upar kar sakte hain */
    z-index: 1001;
}

.pkp_navigation_user > li > a:hover {
    background: #38bdf8 !important;
    color: #04072A !important;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}
 
/* ======================================================
   BODY
====================================================== */

body{
    background:#f1f5f9 !important;
    font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif !important;
    color:#334155 !important;
}
/* ======================================================
   CONTENT + SIDEBAR GAP
====================================================== */

.pkp_structure_content{
    display:flex !important;
    gap:40px !important;   /* yaha distance control hoga */
}

/* ======================================================
   SIDEBAR CARDS (MATCHED WITH ARTICLE ANIMATION)
====================================================== */

.pkp_structure_sidebar .pkp_block {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin-bottom: 25px !important;
    transition: all .35s ease !important; /* Article card jaisa smooth ease */
    box-shadow: 0 6px 14px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05) !important;
    overflow: hidden;
    position: relative;
    backdrop-filter: none !important; /* Glass effect hata kar solid clean look diya hai */
}

/* Same animation as Article Cards */
.pkp_structure_sidebar .pkp_block:hover {
    transform: translateY(-8px) scale(1.02) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 30px rgba(0,0,0,0.12), 0 8px 12px rgba(0,0,0,0.08) !important;
    background: #ffffff !important;
}

/* Sidebar Titles (Optional: matched styling) */
.pkp_structure_sidebar .pkp_block .title {
    color: #0f172a !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 8px;
}
/* ======================================================
   MAIN CONTENT CARD
====================================================== */

.pkp_structure_main{

    background:#ffffff !important;

    border-top:5px solid #1e73be !important;
    border-left:1px solid #e2e8f0 !important;
    border-right:1px solid #e2e8f0 !important;
    border-bottom:1px solid #e2e8f0 !important;

    border-radius:20px !important;

    padding:35px !important;
    margin-top:25px !important;

    box-shadow:0 10px 25px rgba(0,0,0,0.08) !important;
}
/* ======================================================
   HEADINGS
====================================================== */

.pkp_structure_main h1,
.pkp_structure_main h2{

    color:#0f172a !important;
    font-weight:700 !important;

    padding-bottom:10px;
    margin-bottom:20px;
}

/* Remove OJS default divider */

.page hr{
    display:none !important;
}

/* ======================================================
   ARTICLE LIST
====================================================== */
/* ======================================================
    ARTICLE LIST (ENHANCED ANIMATION - SINGLE COLUMN)
====================================================== */

.cmp_article_list {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 20px;
    display: block; /* Single column layout preserved */
}

.obj_article_summary {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin-bottom: 25px !important; /* Space between cards */
    transition: all .35s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Yaha wahi professional animation hai jo aapne manga tha */
.obj_article_summary:hover {
    transform: translateY(-8px) scale(1.02); /* Upar uthega aur thoda bada hoga */
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 30px rgba(0,0,0,0.12), 0 8px 12px rgba(0,0,0,0.08);
}

.obj_article_summary .title a {
    color: #0f172a !important;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover par title ka color change (Optional but looks premium) */
.obj_article_summary:hover .title a {
    color: #097996 !important;
}

/* PDF Button transition match karne ke liye */
.obj_article_summary .galleys_links a {
    transition: all 0.3s ease;
}
/* ========================= FOOTER ========================= */
.pkp_structure_footer {
    /* Image matching solid color */
    background-color: #1F618D; 
    color: #ffffff;
    /* Height kam karne ke liye padding ko 40px se 20px kar diya */
    padding: 10px 30px; 
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    clear: both;
}

/* Footer Heading Styles */
.pkp_structure_footer h1, 
.pkp_structure_footer h2, 
.pkp_structure_footer h3,
.pkp_structure_footer .footer-column-title {
    color: #ffffff; 
    font-weight: 700;
    margin-bottom: 8px; /* Space kam karne ke liye margin kam kiya */
    text-transform: uppercase;
    font-size: 1em;
}

/* Hyperlink Styles - New Color for better visibility */
.pkp_structure_footer a {
    color: #a3e7fc; /* Soft Cyan/Blue color jo dark background par chamkega */
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.pkp_structure_footer a:hover {
    color: #ffffff; /* Hover par pure white */
    text-decoration: underline;
}

/* Normal Text (Email, ISSN etc.) */
.pkp_structure_footer p, 
.pkp_structure_footer span {
    color: #ffffff;
    line-height: 1.4; /* Line height kam ki taaki gap kam ho jaye */
    margin-bottom: 5px;
}

/* OJS branding hatane ke liye */
.pkp_brand_footer,
.pkp_footer_content .pkp_branding,
#pkp_branding,
.pkp_branding {
    display: none !important;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .pkp_structure_footer {
        padding: 15px; /* Mobile par aur bhi compact */
    }
}

/* Login button color matching */
.pkp_form_login .pkp_button_primary {
    background: #006b99 !important;
    color: #ffffff !important;
    border: none !important;
}

.pkp_form_login .pkp_button_primary:hover {
    background: #008cc9 !important;
}

//* ======================================================
    HEADER - INCREASED SIZE & FULL IMAGE
====================================================== */

.pkp_structure_head {
    background-image: url('https://mediresearchjournal.com/mdrj/public/journals/1/pageHeaderLogoImage_en.jpg?1763363760000') !important;
    background-size: contain !important; /* Image ko stretch nahi karega, poora dikhayega */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #ffffff !important;
    
    /* Height ko 300px kar diya hai taaki image badi aur saaf dikhe */
    min-height: 300px !important; 
    height: auto !important;
    
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

/* ======================================================
    ADMIN BUTTON (DARK GLASS STYLE)
====================================================== */

.pkp_navigation_user {
    position: relative;
    top: -10px; /* Position wahi rakhi hai jo aapne di thi */
    z-index: 1001;
}
/* Admin Main Button - Dark & Sharp Visibility */
.pkp_navigation_user > li > a {
    background: #1e293b !important; /* Dark Slate Blue (White par best dikhta hai) */
    color: #000000 !important;      /* Pure White Text */
    border: 1px solid #0f172a !important;
    padding: 8px 20px !important;
    border-radius: 50px !important; 
    font-weight: 700 !important;
    font-size: 13px !important;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
}
/* Hover Effect */
.pkp_navigation_user > li > a:hover {
    background: #38bdf8 !important; /* Solid Cyan on hover */
    color: #04072A !important;      /* Dark text on hover */
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
    transform: translateY(-2px);
}

/* ======================================================
   NAVBAR
====================================================== */

.pkp_navigation_primary{
    background:#04072A !important;
    text-align:center;
    padding:10px 0;
}

.pkp_navigation_primary > li > a{
    color:#cbd5e1 !important;
    padding:10px 18px !important;
    border-radius:8px;
    margin:10 5px;
    font-weight:600;
}

.pkp_navigation_primary > li > a:hover{
    background:rgba(56,189,248,0.2) !important;
    color:#38bdf8 !important;
}

/* Remove the blue outline and border on focus */
.pkp_navigation_search a.pkp_search:focus {
    outline: none !important;  /* Remove the default focus outline */
    border: none !important;   /* Remove any borders */
}

/* Search button background color */
.pkp_navigation_search a.pkp_search {
    background: #04072A !important;  /* Dark blue background */
    color: white !important;         /* White text color */
    padding: 12px 24px !important;   /* Padding to make the button bigger */
    border-radius: 8px !important;   /* Optional: Add rounded corners */
}

/* Optional: Add hover effect for the search button */
.pkp_navigation_search a.pkp_search:hover {
    background: #04072A !important;  /* Slightly lighter blue when hovered */
}

/* ======================================================
   NAVBAR & ADMIN DROPDOWNS (FIXED VISIBILITY & GLASS)
====================================================== */

/* Targetting both Main Menu and Admin Dropdowns */
.pkp_navigation_primary ul, 
.pkp_navigation_user ul {
    background: rgba(10, 15, 45, 0.98) !important; /* Very dark blue glass for max text visibility */
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(56, 189, 248, 0.4) !important; /* Cyan border glow */
    border-radius: 12px !important;
    padding: 12px 0 !important;
    min-width: 230px !important;
    text-align: left !important; /* Left justified */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important;
    z-index: 1000;
    display: block;
    margin-top: 5px !important;
}

/* Dropdown Links */
.pkp_navigation_primary ul li a, 
.pkp_navigation_user ul li a {
    color: #ffffff !important; /* Bright white text */
    padding: 12px 25px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: block !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
}

/* Glass Button Animation on Hover */
.pkp_navigation_primary ul li a:hover, 
.pkp_navigation_user ul li a:hover {
    background: rgba(56, 189, 248, 0.2) !important; /* Glassy cyan tint */
    color: #38bdf8 !important; /* Cyan text */
    padding-left: 35px !important; /* Slide animation */
    box-shadow: inset 5px 0 0 #38bdf8; /* Left indicator line */
}


/* ======================================================
   ADMIN BUTTON (USER NAVIGATION) - UPDATED
====================================================== */

/* Is container ko upar move karne ke liye */
.pkp_navigation_user {
    position: relative;
    top: -10px; /* Is value ko badha kar (jaise -15px) aap aur upar kar sakte hain */
    z-index: 1001;
}

/* Admin Main Button Style (Baki sab same hai) */
.pkp_navigation_user > li > a {
    background: rgba(56, 189, 248, 0.15) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(56, 189, 248, 0.5) !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 50px !important; 
    font-weight: 700 !important;
    font-size: 13px !important;
    transition: all 0.3s ease;
    display: inline-block; /* Alignment fix karne ke liye */
}

.pkp_navigation_user > li > a:hover {
    background: #38bdf8 !important;
    color: #04072A !important;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}


 
/* ======================================================
   BODY
====================================================== */

body{
    background:#f1f5f9 !important;
    font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif !important;
    color:#334155 !important;
}
/* ======================================================
   CONTENT + SIDEBAR GAP
====================================================== */

.pkp_structure_content{
    display:flex !important;
    gap:40px !important;   /* yaha distance control hoga */
}

/* ======================================================
   SIDEBAR CARDS (MATCHED WITH ARTICLE ANIMATION)
====================================================== */

.pkp_structure_sidebar .pkp_block {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin-bottom: 25px !important;
    transition: all .35s ease !important; /* Article card jaisa smooth ease */
    box-shadow: 0 6px 14px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05) !important;
    overflow: hidden;
    position: relative;
    backdrop-filter: none !important; /* Glass effect hata kar solid clean look diya hai */
}

/* Same animation as Article Cards */
.pkp_structure_sidebar .pkp_block:hover {
    transform: translateY(-8px) scale(1.02) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 30px rgba(0,0,0,0.12), 0 8px 12px rgba(0,0,0,0.08) !important;
    background: #ffffff !important;
}

/* Sidebar Titles (Optional: matched styling) */
.pkp_structure_sidebar .pkp_block .title {
    color: #0f172a !important;
    font-weight: 700 !important;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 8px;
}
/* ======================================================
   MAIN CONTENT CARD
====================================================== */

.pkp_structure_main{

    background:#ffffff !important;

    border-top:5px solid #1e73be !important;
    border-left:1px solid #e2e8f0 !important;
    border-right:1px solid #e2e8f0 !important;
    border-bottom:1px solid #e2e8f0 !important;

    border-radius:20px !important;

    padding:35px !important;
    margin-top:25px !important;

    box-shadow:0 10px 25px rgba(0,0,0,0.08) !important;
}
/* ======================================================
   HEADINGS
====================================================== */

.pkp_structure_main h1,
.pkp_structure_main h2{

    color:#0f172a !important;
    font-weight:700 !important;

    padding-bottom:10px;
    margin-bottom:20px;
}

/* Remove OJS default divider */

.page hr{
    display:none !important;
}

/* ======================================================
   ARTICLE LIST
====================================================== */
/* ======================================================
    ARTICLE LIST (ENHANCED ANIMATION - SINGLE COLUMN)
====================================================== */

.cmp_article_list {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 20px;
    display: block; /* Single column layout preserved */
}

.obj_article_summary {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 22px !important;
    margin-bottom: 25px !important; /* Space between cards */
    transition: all .35s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Yaha wahi professional animation hai jo aapne manga tha */
.obj_article_summary:hover {
    transform: translateY(-8px) scale(1.02); /* Upar uthega aur thoda bada hoga */
    border-color: #38bdf8 !important;
    box-shadow: 0 20px 30px rgba(0,0,0,0.12), 0 8px 12px rgba(0,0,0,0.08);
}

.obj_article_summary .title a {
    color: #0f172a !important;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover par title ka color change (Optional but looks premium) */
.obj_article_summary:hover .title a {
    color: #097996 !important;
}

/* PDF Button transition match karne ke liye */
.obj_article_summary .galleys_links a {
    transition: all 0.3s ease;
}
/* ========================= FOOTER ========================= */
.pkp_structure_footer {
    /* Image matching solid color */
    background-color: #1F618D; 
    color: #ffffff;
    /* Height kam karne ke liye padding ko 40px se 20px kar diya */
    padding: 20px 30px; 
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    clear: both;
}

/* Footer Heading Styles */
.pkp_structure_footer h1, 
.pkp_structure_footer h2, 
.pkp_structure_footer h3,
.pkp_structure_footer .footer-column-title {
    color: #ffffff; 
    font-weight: 700;
    margin-bottom: 8px; /* Space kam karne ke liye margin kam kiya */
    text-transform: uppercase;
    font-size: 1em;
}

/* Hyperlink Styles - New Color for better visibility */
.pkp_structure_footer a {
    color: #a3e7fc; /* Soft Cyan/Blue color jo dark background par chamkega */
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.pkp_structure_footer a:hover {
    color: #ffffff; /* Hover par pure white */
    text-decoration: underline;
}

/* Normal Text (Email, ISSN etc.) */
.pkp_structure_footer p, 
.pkp_structure_footer span {
    color: #ffffff;
    line-height: 1.4; /* Line height kam ki taaki gap kam ho jaye */
    margin-bottom: 5px;
}

/* OJS branding hatane ke liye */
.pkp_brand_footer,
.pkp_footer_content .pkp_branding,
#pkp_branding,
.pkp_branding {
    display: none !important;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .pkp_structure_footer {
        padding: 15px; /* Mobile par aur bhi compact */
    }
}

/* Login button color matching */
.pkp_form_login .pkp_button_primary {
    background: #006b99 !important;
    color: #ffffff !important;
    border: none !important;
}

.pkp_form_login .pkp_button_primary:hover {
    background: #008cc9 !important;
}

/* ======================================================
    ONLY FOR THE LINKS/POLICIES CARD - UPDATED (V2)
====================================================== */

/* Is block ke andar ke sabhi links ko BLUE karne ke liye */
.pkp_block.block_custom ul li a {
    color: #007bff !important; /* Bright Professional Blue */
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* Dots ko SMALL karne ke liye */
.pkp_block.block_custom ul li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 8px !important; 
    width: 5px !important;  /* Bilkul chota size */
    height: 5px !important; 
    background-color: #38bdf8 !important; 
    border-radius: 50% !important;
    display: block !important;
}

/* List item ki spacing */
.pkp_block.block_custom ul li {
    position: relative !important;
    padding-left: 18px !important; 
    list-style: none !important; /* Default dots hatane ke liye */
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

/* Hover effect */
.pkp_block.block_custom ul li a:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}