* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    min-height: 100vh;
    overflow-x: hidden !important;
}

.homepage-issue-description {
    position: relative;
    max-height: 500px;
    overflow-y: hidden;
    padding-bottom: 6rem !important;
}
.btn.btn {
        font-size: 8px;
        background-color: #158cba;
        border-radius: 10px;
    }

    /* 12-05-2026 */
    .article-summary-title a {
    color: #0b0909;
    font-size: 18px;
}

.issue-toc-section-title {
    margin: 2rem 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;
    color: #53455a;
}

/* end 12/05/2026 */
.pdf-header {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 3;
    padding-top: 20px;
    background-color: #707032;
}
    .btn.btn {
        font-size: 15px;
    }


    .article-details-license p:last-child a {
    color: blue;
    text-decoration: underline;
}

.article-summary-galleys .btn.btn-primary {
    width: 52px;
    height: 50px;
    padding: 0 !important;
    font-size: 0 !important;
    color: transparent !important;

    background: url('https://ijners.varnavpublishers.com/public/site/images.png') no-repeat center center !important;

    background-size: contain !important;

    border: none !important;
    box-shadow: none !important;

    display: inline-block;
    transition: transform 0.3s ease;
}

.article-summary-galleys .btn.btn-primary:hover {
    transform: scale(1.08);
}

.article-details-main .article-details-heading, .article-details-main .item>.label {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #333;
        /* display: none; */
    }
/* =========================
   AUTHORS SECTION
========================= */

.authors-string{
    list-style:none;
    padding:26px !important;
    margin:0 !important;
    border-top:1px solid #e5e7eb;
    text-align:left !important;
}

.authors-string li{
    padding:22px 0 !important;
    margin:0 !important;
    border-bottom:1px solid #e5e7eb;
    background:none !important;
    text-align:left !important;
}

/* Author Name */

.authors-string li > div:first-child{
    font-size:20px !important;
    font-weight:700 !important;
    color:#111827 !important;
    margin-bottom:8px;
    padding:0 !important;
    text-align:left !important;
    justify-content:flex-start !important;
    align-items:flex-start !important;
}

.authors-string li:not(:last-child):after {
        content: ",";
    }

/* Affiliation */

.authors-string li div[style*="font-size:14px"],
.article-details-author-affiliation{
    font-size:15px !important;
    line-height:1.7;
    color:#6b7280 !important;
    text-align:left !important;
}

/* Hidden Author Section */

.article-details-authors{
    margin-top:30px;
    border-top:1px solid #e5e7eb;
    padding-top:10px;
    text-align:left !important;
}

.article-details-author{
    padding:18px 0;
    border-bottom:1px solid #e5e7eb;
    text-align:left !important;
}

.article-details-author-name{
    font-size:18px;
    font-weight:700;
    color:#111827;
    margin-bottom:8px;
    text-align:left !important;
}

.article-details-author-affiliation{
    font-size:15px;
    color:#6b7280;
    text-align:left !important;
}
#userNav .nmi_type_user_register .nav-link,
#userNav .nmi_type_user_login .nav-link {
    font-weight: bold;
}
.heading {
  visibility: hidden;
  position: relative;
}
.pdf-frame {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}
.pdf-frame iframe,
#pdfFrame {
    width: 100%;
    height: 100dvh;
    border: none;
    display: block;
}
.pdf-frame iframe {
    width: 100%;
    height: 100vh;
    border: none;
}
.heading::after {
    visibility: visible;
    content: " ISSN (O): XXXX-XXXX \A ISSN (P): XXXX-XXXX";
    white-space: pre-line;
    position: absolute;
    top: -5px;
    right: -6rem;
    font-size: 15px;
    color: whitesmoke;
    text-align: right;
    background-color: rgb(13, 13, 13);
}
.journal-card {
  /* background: #eef3f9; */
  border-radius: 14px;
  padding: 30px;
  /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08); */
  margin-bottom: 30px;
}

/* Header */
.journal-title {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.journal-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

/* Layout */
.journal-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.journal-col {
  flex: 1;
  min-width: 300px;
}

/* Sections */
.section {
  margin-bottom: 20px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 2px solid #d9e2f2;
  padding-bottom: 5px;
}

.section-content {
  font-size: 15px;
  line-height: 26px;
}
.contact-support {
    position: relative;
    top: -169px;
}
.ojs-custom-footer {
  /* background: linear-gradient(90deg, #22d3ee, #a78bfa, #22d3ee); */
  color: #e2e8f0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  padding: 70px 0 30px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  
}

.ojs-custom-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: linear-gradient(90deg, #22d3ee, #a78bfa, #22d3ee); */
}

.footer-container {
  width: 100vw; /* FIX */
  max-width: 1152px; /* keep your design */
  margin: 0 auto;
  padding: 0 20px;
  align-content: space-between;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  padding-right: 2rem;
}

.footer-column h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #67e8f9;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.footer-column h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 16px;
}

.footer-column p {
  margin-bottom: 14px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column a {
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-column a:hover {
  color: #67e8f9;
  text-decoration: none;
  transform: translateX(4px);
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  visibility: hidden;
 
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  /* background: rgba(255,255,255,0.1); */
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icons a:hover {
  background: #67e8f9;
  transform: scale(1.1) rotate(8deg);
}

.social-icons svg {
  fill: #e2e8f0;
  width: 22px;
  height: 22px;
  transition: fill 0.3s;
}

.social-icons a:hover svg {
  fill: #0f172a;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.9rem;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom-left a {
  color: #67e8f9;
  font-weight: 500;
}

.footer-bottom-left a:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: #fff;
  font-size: 0.85rem;
      top: 2rem;
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {

  .issue-summary {
    /* margin-bottom: 3rem; */
    height: 140px;
    top: -96px;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 14rem;
    bottom: 15rem;
    /* font-size: 28px; */
    width: 51%;
}
  .article-details-main .article-details-heading, .article-details-main .item>.label {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #333;
        /* display: none; */
    }
.site-footer-sidebar .row {
        flex-direction: column;
        display: none;
    }
.btn.btn {
    font-size: 8px;
}
  
  /* html, body { */
  /* margin: 0; */
  /* padding: 0; */
  /* height: 100%; */
  /* overflow-x: hidden; */
/* } */

#pdfCanvasContainer {
  height: 100dvh;
  display: flex;
}

#pdfFrame {
  width: 100%;
  height: 100dvh;
  border: none;
  display: block;
}
  .pdf-frame,
    .pdf-frame iframe {
        height: 100vh;
        min-height: 100vh;
    }
    
 .homepage-issue-cover {
    display: block;
    margin: 0 auto !important;   /* center */
    max-width: 100%;
    height: auto;
    position: static !important;
    right: 0 !important;
  }

  img.img-fluid {
    right: 0 !important;
    padding: 0 !important;
  }

  .col-lg-3 {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center;
  }

  #userNav .nmi_type_user_register .nav-link,
#userNav .nmi_type_user_login .nav-link {
    font-weight: bold;
}
  .ojs-custom-footer {
    padding: 50px 0 25px;
  }
  .footer-grid {
    gap: 35px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* OJS-specific utility classes (optional) */
.pkp-footer-logo {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: #67e8f9;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  /* gap: 50px; */
  margin-bottom: 50px;
}

.footer-brand-image {
  margin-top: 2rem;
  max-width: 96px;
  visibility: hidden;
}

 

#primaryNav .nav-link,
#primaryNav .dropdown-item {
  line-height: 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.main-header {
  background-size: cover;
  /* height: 300px; */
  background-image: url("https://ijners.varnavpublishers.com/public/site/ijnerheader.png");
  opacity: 1;
  
}


 

div#main-navbar {
  height: 45px;
}

.navbar-logo-text {
  display: block;
  width: 100%;
  white-space: normal;
  margin-left: -0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid transparent;
  font-family: "PT Serif", serif;
  font-size: 28px;
  background-color: #d6c2c287;
  border-radius: 9px;
  visibility: hidden;
}

nav.navbar.navbar-expand-lg.navbar-light {
 background-color: rgb(199, 203, 225);
    border-radius: 10px;
    padding: -5px;
    width: 104%;
    left: -22px;
    top: 45px;


}

/* footer.site-footer {
  background-size: cover;
  background-position: center;
  height: 100%;
  opacity: 1;
  background-image: url("https://ijners.varnavpublishers.com/public/site/ijnerfooter1.png");
      margin-bottom: -107px;
} */

footer.site-footer {
  position: relative;
  background-image: url("https://ijners.varnavpublishers.com/public/site/ijnerf.jpeg");
  background-size: cover;
  background-position: center;
  height: 100%;
  margin-bottom: -107px;
  z-index: 1;
}

footer.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.628); /* 👈 Dark overlay */
  z-index: -1;
}
.ojs-custom-footer {
  /* background: linear-gradient(90deg, #22d3ee, #a78bfa, #22d3ee); */
  color: #e2e8f0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  padding: 70px 0 30px;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: -163px;
  margin-top: -76px;
}

.footer-column a:hover {
  color: yellow;
  text-decoration: none;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: yellow;
  text-decoration: none;
}

ul#userNav {
  background-color: whitesmoke;
  border-radius: 11px;
  width: 18%;
}
li.nav-item.nmi_type_user_register {
    width: 56%;
    text-align: center;
    margin-right: 1px solid black;
}
li.nav-item.nmi_type_user_login {
    text-align: center;
}
#navMenuDropdown2 {
    left: 3rem;
    position: relative;
    padding: -1px;
    /* padding-left: 32px; */
    /* widht: -13px; */
}
.form-group.form-group-username {
    padding-top: 2rem;
}
.modal-content {
  background-size: cover;
  background-position: center;
  height: 100%;
  background-image: url("http://localhost/ijner1/ojs-3.5.0-4/public/site/images/login.avif");
  border-radius: 12px;
}
.page-issue-description-wrapper {
        padding: 1rem;
        background: #f7f7f7;
        width: 41%;
        left: 7rem;
        position: relative;
    }

     .page-header h1 {
        font-size: 1.5rem;
        padding-bottom: 24px;
    }
     .site-footer {
        padding-top: 4rem;
        padding-bottom: 6rem !important;
    }
@media (max-width: 992px) {
  
    
      .col-lg-3{
        flex: 0 0 auto;
        width: 25%;
        left: 41rem;
        position: absolute;
    }

    
  #userNav .nmi_type_user_register .nav-link,
#userNav .nmi_type_user_login .nav-link {
    font-weight: bold;
}
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-header {
        min-height: 220px;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-container {
        padding: 0 15px;
    }

    .navbar-logo-text {
        font-size: 18px;
    }

    .main-header {
        min-height: 180px;
    }

    .ojs-custom-footer {
        padding: 50px 0 25px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

  #userNav .nmi_type_user_register .nav-link,
#userNav .nmi_type_user_login .nav-link {
    font-weight: bold;
}
    .navbar-logo-text {
        font-size: 16px;
    }

    .footer-container {
        padding: 0 10px;
    }
}

img, video {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scroll issue */
body {
    margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ================= OJS TABLE FIX ================= */

table {
  width: 100%;
  border-collapse: collapse;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* ================= NAVBAR MOBILE FIX ================= */

@media (max-width: 768px) {

  /* Navbar wrap */
  .navbar,
  nav.navbar {
    flex-wrap: wrap;
  }

  /* Logo center */
  .logo-wrapper {
    text-align: center;
    width: 100%;
  }

  /* User menu fix */
  #user-nav-wraper {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  ul#userNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  /* Menu modal full width */
  #modal-on-small {
    width: 100%;
  }

}

/* ================= HEADER IMAGE FIX ================= */

.main-header {
  width: 100%;
}

/* ================= FOOTER EXTRA FIX ================= */

@media (max-width: 768px) {

  .footer-column {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

}

/* ================= FORM FIX ================= */

input, textarea, select {
  width: 100%;
  max-width: 100%;
}

/* ================= BUTTON FIX ================= */

button {
  max-width: 100%;
  word-wrap: break-word;
}

/* ================= GRID SAFETY ================= */

.row {
  margin-left: 0;
  margin-right: 0;
}

/* ================= SMALL DEVICES ================= */

@media (max-width: 480px) {

  h1 { font-size: 1.4rem; }
  h2 { font-size: 1.2rem; }
  h3 { font-size: 1.1rem; }

  p {
    font-size: 0.9rem;
  }

}

/* ================= MAIN LAYOUT FIX ================= */

/* Remove narrow container issue */
.container.page-custom {
 width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    /* top: -2rem; */
    position: relative;

}

/* Row fix */
/* .container.page-custom .row {
  margin: 0;
} */

/* Content full width */
.page-custom,
.page,
.pkp_structure_content {
  width: 100%;
  max-width: 100%;
}

/* ================= HEADER FULL WIDTH ================= */

header,
.main-header {
  width: 100%;
}

/* ================= FOOTER FULL WIDTH ================= */

footer.site-footer {
  width: 100%;
  position: relative;
       
    top: 4rem;
}

/* ================= MOBILE IMPROVEMENT ================= */

@media (max-width: 768px) {

  .container,
  .container.page-custom {
    padding: 0 10px;
  }

  /* Fix narrow center issue */
  .pkp_structure_content {
    padding: 0;
  }
  .page-issue-description-wrapper {
    width: 100% !important;
    left: 0 !important;
    position: static !important;
    margin-bottom: 15px;
  }

  .page-issue-details {
    display: flex;
    flex-direction: column;
  }

  .page-issue-details .col-lg-9,
  .page-issue-details .col-lg-3 {
    width: 100%;
    max-width: 100%;
  }

  .page-issue-cover {
    display: block;
    margin: 0 auto;
    position: static !important;
    right: 0 !important;
  }

  .page-issue-description h2,
  .page-issue-description p {
    text-align: left;
  }

}
 








.latest-articles-grid {
    margin: 40px 0;
}
.journal-column {
    background: #f8f9fa;
    padding: 25px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.journal-column h3 {
    font-size: 1.35rem;
    border-bottom: 3px solid #000;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.article-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-list li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.article-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}




/* ================= */

.latest-articles-section {
  padding: 40px 0;
}

.latest-articles-section .container {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.latest-articles-section .column {
  width: 23%;
}

.rss-box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}

.rss-box h5 {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.rss-icon img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.rss-title {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.rss-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rss-box ul li {
  margin-bottom: 10px;
}

.rss-box ul li a {
  text-decoration: none;
  color: #0073aa;
  font-size: 10px;
}

.rss-box ul li .date {
  display: block;
  font-size: 12px;
  color: #777;
}

h1 {
    top: 21px;
    position: relative;
}

.page-header.page-archives-header {
    position: relative;
    right: 32rem;
    bottom: 0rem;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 0em;
    /* text-align: center; */
    padding-top:30px;
}
.page-content {
    margin-bottom: -5rem;
    padding-top: 0rem;
    border-top: 1px solid #ccc;
    font-size: 20px;
    line-height: 20px;
    /* margin-top: -46px; */
}
 
.col-item ul {
  list-style: none;
  /* padding: 0; */
  margin: 0;
}

a {
    font-size: 12px;
}

section.latest_articles.container {
    background-color: #eae4dc3b;
    visibility: hidden;
    position: absolute;
}

img.img-fluid {
  position: relative;
    top: -6px;
    z-index: 99;
    right: 0;          /* ✅ fix */
    padding: 0; 
}
 



h2.heading {
    font-size: 37px;
    background-color: #f5f5f569;
    border-radius: 7px;
    position: relative;
    bottom: 50px;
    width: 125%;
    right: 81px;
    visibility: hidden;
}

p.mb-2.small.test1 {
    position: relative;
    top: 85px;
    right: 21%;
        visibility: hidden;
}

.pkp_block {
    padding: 15px;
    visibility: hidden;
 
}

.site-footer-sidebar {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    padding-bottom: 0rem;
    margin-top: -9rem;
}

.homepage-additional-content {
    /* margin-top: -3rem; */
    /* margin-bottom: 4rem; */
    padding-top: -27px;
}
/* .container.page-custom .row { */
    /* margin: 0; */
/* } */

.col-md-8 {
    /* top: -40px; */
    position: relative;
    width: 100%;
}
.col-md-8 h1 {
    text-align: left !important;
    padding-left: 22px;
    top: 40px;
}
#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
        background: transparent;
        color: #082445;
        border-color: #757575;
    }

 #primaryNav .nav-link, #primaryNav .dropdown-item {
    line-height: 1.5rem;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    /* background-color: #ccc; */
}

#primaryNav .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        align-content: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 1rem;
        background-color: #2b242f;
        border-radius: 0;
    }

   

.container.page-contact {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 45px !important;
  padding-right: 40px;
}
 

.page-contact .col-md-6 {
  padding-left: 0 !important;
}

.container.page-contact .col-md-6 {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.container.page-contact .page-header h1 {
  text-align: left !important;
  margin-left: 10px !important;
  margin-top: -37px !important;
}
.contact-phone {
    font-size: 16px;
    left: -21px;
    position: relative;
}
a.btn.btn-edit-link {
    top: -17px;
    position: relative;
    right: 34rem;
    background-color: #082445;
        border-radius: 6px;
    color: white;
}
.contact-primary {
    position: relative;
    right: 31rem;
}
.contact-name {
    position: relative;
    right: 35px;
    font-size: 16px;
}
.contact-email {
    right: -19px;
    position: relative;
    font-size: 16px;
}
 .article-summary {
    margin: 0px;
        padding-bottom: 6px;
}

@media (max-width: 700px) {

  .article-summary {
    margin: -2rem 0 2rem;
}
  img.img-fluid {
    position: relative;
    top: 5px;
    right: 77%;
    border-radius: 45px;
    z-index: 99;
}
.homepage-issue-cover {
    display: block;
    /* max-width: 210px; */
    max-height: 315px;
    margin-left: 18rem;
    margin-right: auto;
    margin-bottom: 2rem;
}
  
  
  
.ojs-custom-footer {
    /* padding: 40px 0 20px; */
    text-align: center;
}

#navMenuDropdown2 {
    left: 1rem;
    position: relative;
}

/* ✅ FINAL userNav (single clean version) */
#userNav {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 9999;

    display: flex;              /* 👈 final layout */
    gap: 8px;
    width: 181px;
    flex-wrap: nowrap;
}

#userNav li {
    list-style: none;
    flex: 1;                   /* 👈 2 equal columns */
    text-align: center;
}

#userNav a {
    display: block;
    font-size: 12px;
    padding: 6px;
    background: #f1f5f9;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
}

/* ❌ REMOVED:
   - display: none;
   - duplicate flex/grid versions
   - repeated top/right rules
*/

div#main-navbar {
    background-color: white;
}

.footer-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
            position: relative;
        top: 9rem;
}

.footer-column {
    width: 100%;
    text-align: center;
}

.footer-column:first-child {
    grid-column: 1 / -1;
}

.footer-column:nth-child(4) {
    grid-column: 1 / -1;
           
}

.footer-column h4 {
    font-size: 14px;
}

.footer-column ul li a,
.footer-column p {
    font-size: 12px;
}

 

.navbar-logo-text {
    font-size: 17px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100%;
    left: 0;
    position: relative;
    top: 6rem;
}

/* Dropdown fix */
.navbar {
    position: relative;
    z-index: 999;
}

#primaryNav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 10px 0;
}

#primaryNav .dropdown-item {
    color: #000;
    padding: 8px 15px;
}

#primaryNav .dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Nav links */
.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
    padding: 0.5em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

#userNav {
    position: absolute;
    top: 10px;
    right: 10px;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;   /* 🔥 wrap band */
    width: 140px;
    z-index: 9999;
    padding: 0;
    margin: 0;
  }
 #userNav.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    position: absolute;
    top: 1px;
    right: 5px;

    /* width: 50px; */
    padding: 0;
    margin: 0;
    z-index: 9999;
  }

  /* 🔥 Bootstrap ke width:100% ko todna */
  #userNav.navbar-nav > li.nav-item {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    width: 50% !important;   /* 👈 EXTRA FORCE */
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  /* 🔥 link ko proper button banana */
  #userNav.navbar-nav > li.nav-item > a.nav-link {
    display: block !important;
    width: 100%;
    text-align: center;

    font-size: 6px;
    padding: 4px 0;
    background: #f1f5f9;
    border-radius: 4px;
    margin: 2px;
    text-decoration: none;
  }

  .navbar-toggler-icon {
    width: 0.9em;
    height: 0.5em;
  }

  #userNav .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px; /* text aur badge ke beech spacing */
  text-align: center;
}

    #userNav.navbar-nav > li.nav-item > a.nav-link {
        display: block !important;
        width: 100%;
        text-align: center;
        
        padding: 4px 0;
        background: #f1f5f9;
        border-radius: 4px;
        margin: 0px;
        text-decoration: none;
        position: relative;
        /* left: -8px; */
    }

      #primaryNav-userNav .dropdown-menu {
    background: #ffffff !important;
  }

  /* Dropdown items text left align */
  #primaryNav-userNav .dropdown-item {
    text-align: left !important;
  }

  /* Parent toggle (ijner_admin) bhi left align */
  #primaryNav-userNav .nav-link {
    display: block !important;
    text-align: left !important;
    background-color: white;
    visibility: hidden;
  }
  #primaryNav .nav-link, #primaryNav .dropdown-item {
    line-height: 1.5rem;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px;
    background-color: white;
}

#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    background: transparent;
    color: #082445;
    border-color: whitesmoke;
    background-color: white;
}
#primaryNav .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        align-content: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        /* padding: 1rem; */
        background-color: white;
        border-radius: 0;
    }

    .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    position: relative;
    /* right: 16rem; */
    background-color: whitesmoke;
            padding-top: 0px;
        padding-bottom: 0px;
}
.main-header {
    background-size: cover;
    /* height: 300px; */
    background-image: url(https://ijners.varnavpublishers.com/public/site/ijnerheader.png);
    opacity: 1;
    height: auto;
    min-height: auto;
}

.navbar-nav {
  font-size: x-small !important;
}

.navbar-toggler {
  padding: 4px;
}

nav.navbar.navbar-expand-lg.navbar-light {
 background-color: transparent;
    border-radius: 10px;
    padding: -5px;
    width: 100%;
    left: 2px;
    top: -11px;


}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
    /* padding-left: calc(var(--bs-gutter-x) * .5); */
    /* margin-top: var(--bs-gutter-y); */
}
 .col-lg-9 > div[style*="padding: 20px"] {
    padding: 0 !important;
  }

  li.nav-item.nmi_type_user_dashboard.dropdown {
    position: relative;
    left: -25px;
}

#userNav .dropdown-menu {
  left: auto !important;
  right: -49px !important;
  background-color: white;
  border-radius: 28px;
}
ul#userNav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        position: relative;
        left: 10px;
    }
    .pkp_block.block_information {
  display: none !important;
}


 

}

.card-body {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 14rem;
    bottom: 15rem;
    /* font-size: 28px; */
}

.issue-summary {
    /* margin-bottom: 3rem; */
    height: 140px;
}