* {
  margin: 0;
  padding: 0;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Home & Dashboard */

.firstsection {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  margin-bottom: -2rem;
}

.left {
  display: flex;
  justify-content: space-between;
  margin-left: 90px;
}

.lefthead {
  margin: 0 20px;
  background: none;
  border: none;
  font-size: 40px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.leftheadsection {
  font-weight: 100;
  font-size: small;
  font-family: "Lora", Georgia, serif;
  margin: 0;
  margin-left: 670px;
}

.right {
  margin-right: 90px;
}

.dashright {
  margin-right: 3rem;
}

.rightbtn {
  padding: 10px 10px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background: rgb(235, 88, 12);
  color: white;
  border: 2px solid #fff;
}

.rightbtn:hover {
  background: rgb(204, 74, 9);
  transform: translateY(-2px);
}

.dashrightbtn {
  padding: 8px;
 font-size: 11px;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background: rgb(235, 88, 12);
  color: white;
  border: 2px solid #fff;
}

.dashrightbtn:hover {
   background: rgb(204, 74, 9);
  transform: translateY(-2px);
}

.dashbtn {
  display: flex;
  justify-content: right;
  align-items: right;
}

.welcome-message {
  text-align: right;
  margin-right: -0.5px;
}

.issn_number {
  font-size: medium;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(95, 95, 95);
  display: flex;
  justify-content: right;
  margin-bottom: 2rem;
  font-style: oblique;
}

.issn-number {
  margin-top: 2.5rem;
  font-size: medium;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(95, 95, 95);
  display: flex;
  justify-content: right;
  margin-bottom: 2rem;
  font-style: oblique;
}

.dashissn_number {
  font-size: medium;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(95, 95, 95);
  display: flex;
  justify-content: right;
  margin-bottom: 2rem;
  font-style: oblique;
}

.secondsection {
  border-top: 2px solid rgb(239, 238, 238);
  border-bottom: 2px solid rgb(239, 238, 238);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.btn {
  position: relative;
  font-size: medium;
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 0.6rem 1.2rem;
  color: #2a2a2a;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  transition: border-color 0.3s ease;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: rgb(235, 88, 12);
  transition: width 0.3s ease;
}

.btn:active::after,
.btn:hover::after {
  width: 100%;
}

p {
  margin: 10px;
}

.hamburger {
    display: none;
}

.publishername{
 color: black; 
 text-decoration: none;
}

.publishername:hover{
 color: rgb(235, 88, 12) 
}

.thirdsection {
  padding: 50px;
  display: flex;
  overflow-y: auto;
  justify-content: space-around;
}

.thirdleft{
  padding: 1rem;
  width: 50rem;
  height: 62rem;
 overflow-y: auto;
}

.thirdpolicycontent {
  padding: 1rem;
  width: 50rem;
  height: 62rem;
  text-align: justify;
  background-color: rgb(239, 238, 238);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  font-size: 21px;
}

.thirdpolicycontent ul {
  margin-left: 25px;
}

.thirdcontent {
  font-size: 19px;
}

.thirdcontenthead {
  padding: 1rem;
  border-bottom: 4px solid black;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

.thirdcontenthead {
  position: relative;
  overflow: hidden;
}

.thirdright {
  align-items: center;
  
}

.searchbox {
  text-align: center;
  margin: auto;
  width: 190px;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid rgb(190, 183, 171);
  background: linear-gradient(145deg, #ffffff, #f1f1f1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15),
    inset 0 -2px 4px rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover lift */
.searchbox:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25),
    inset 0 -3px 6px rgba(255, 255, 255, 0.7);
}

/* Shine effect */
.searchbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0) 80%);
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}

/* Search input inside */
.searchhead {
  border: none;
  outline: none;
  width: 150px;
  background: none;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
}

/* Icon button */
.search {
  border: none;
  outline: none;
  background: none;
  transition: transform 0.2s ease;
}

.search:hover {
  color: green;
  cursor: pointer;
  transform: scale(1.2);
}

/* Reuse shine animation */
@keyframes shine {
  0% {
    left: -75%;
  }

  50% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.ijpafjournal{
  margin: 20px 90px;
   position: relative;
  overflow: hidden;
  height: 400px;
  width: 280px;
  object-fit: cover;
  transition: transform 0.4s ease; 
  border: 1px solid rgb(230, 229, 229);
  border-radius: 5px;
}

.ijpafjournal:hover{
  transform: scale(1.05);
}

.updatebox {
  margin: auto;
  margin-top: 20px;
  width: 300px;
  height: 15rem;
  text-align: center;
  background-color: rgb(239, 238, 238);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Inside text */
.updateadjust {
  color: #004aad;
  height: 12rem;
  padding: 1rem;
  font-weight: 500;
}

/* Header inside the box */
.boxhead {
  padding: 0.8rem;
  font-weight: bold;
  font-size: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.boxheadhr {
  margin: auto;
  width: 90%;
  border: 2px solid black;
}

/* Shine keyframes (reuse) */
@keyframes shine {
  0% {
    left: -75%;
  }

  50% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}


.thirdcontent {
  padding: 2rem;
  text-align: justify;
}

.thirdcontent ul {
  margin: 10px;
}

.thirdcontent ul ul {
  margin: 0 4.4rem;
}

.indexingbox {
  margin: auto;
  margin-top: 20px;
  width: 300px;
  text-align: center;
  background-color: rgb(239, 238, 238);
}

.indexingadjust {
  height: 47rem;
}

.indexingimg {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.thirdlatestcontent {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.thirdlatestcontenthead {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 4px solid black;
  font-size: 28px;
  font-weight: bold;
}

.latest-body {
  flex: 1;
  overflow-y: scroll;
  padding: 1rem;
  scrollbar-width: none;
}

 Hide scrollbar for Chrome, Safari 
.latest-body::-webkit-scrollbar {
  display: none;
}

.latestcontent {
  font-size: small;
}

.latest-article {
  background: rgb(239, 238, 238);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 20px 0;
  padding: 15px;
  width: 760px;
}

.latestarticlebottomsection{
    display: flex;
    justify-content: left;
}

.latesttitle{
    font-size: large;
    font-weight: 500;
}

.latestarticlepdf {
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 -1px 1px rgba(255, 255, 255, 0.15);
    border: 1px solid gray;
    border-radius: 12px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition:
        background 0.4s ease,
        transform 0.3s ease,
        box-shadow 0.4s ease,
        text-shadow 0.3s ease;
    animation: fadeSlideIn 0.6s ease-out both;
    position: relative;
    overflow: hidden;
    margin: 0 2px;
}

.latestarticlepdf a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 22px;
    box-sizing: border-box;
}


.latestarticlepdf:hover{
    background: rgb(235, 88, 12);
    color: white;
    border: none;
}

.latestarticleview {
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 -1px 1px rgba(255, 255, 255, 0.15);
  border: 1px solid gray;
  border-radius: 12px;
  cursor: pointer;
  color: black;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition:
    background 0.4s ease,
    transform 0.3s ease,
    box-shadow 0.4s ease,
    text-shadow 0.3s ease;
  animation: fadeSlideIn 0.6s ease-out both;
  position: relative;
  overflow: hidden;
  margin: 0 2px;
}

.latestarticleview a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;       
  box-sizing: border-box;
}

.latestarticleview:hover,
.latestarticleview a:hover {
  background: rgb(235, 88, 12);
  color: white;
  border: none;
}


.thirdsectionpolicy {
  margin: auto;
  margin-top: 40px;
  width: 300px;
}

.thirdsectiongeneral{
  background-color: rgb(239, 238, 238);
  margin: auto;
  margin-top: 20px;
  width: 400px;
}

.generalbtn {
  padding: 0.85rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: medium;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin: 0 10px;
}

.generallink a {
  display: inline-block;
  padding: 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: medium;
  text-decoration: none;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: black; /* You can change this to match your theme */
  transition: color 0.3s, text-decoration 0.3s;
}


.policyhead {
  margin-bottom: 1rem;
  font-size: 22px;
  color: rgb(218, 70, 1);
}

.policybtn {
  padding: 0.85rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: medium;
}

.policybtn:hover {
  border-bottom: 4px solid rgb(235, 88, 12);
}

.sixsection {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1rem 0.5rem;
  background: rgb(223, 222, 222);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

.footerleft {
  margin-left: -8px;
}

/* Button container */
.sixbtn {
  padding: 6px;
  margin-left: -8px;
}

/* Footer buttons */
.footerbtn {
  background: none;
  border: 1px solid rgb(223, 222, 222);
  color: #2a2a2a;
  margin: 4px;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
}

.footerbtn:hover {
  color: rgb(235, 88, 12)
}

.footerlink {
  margin-top: 6px;
  text-align: center;
}

.footerlink i {
  font-size: 18px;
  margin: 0 6px;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
  color: #2a2a2a;
}

.footerlink i:hover {
  transform: scale(1.1);
}

.sevensection {
  background: rgb(223, 222, 222);
  padding: 0.3rem;
  color: #2a2a2a;
  text-align: center;
  font-size: 0.8rem;
}

.scroll-effect {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-effect.show {
  opacity: 1;
  transform: translateY(0);
}

/*Register*/

.registerleft {
  width: 600px;
  background-color: rgb(239, 238, 238);
  height: 700px;
  padding: 3rem;
}

.registerhead {
  text-align: left;
  font-weight: bold;
  font-size: 30px;
}

.registerhr {
  width: 100%;
  margin: 10px 0;
  border: 2px solid black;
}

.inputname {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid black;
}

.inputhead {
  margin-top: 40px;
}

.username {
  background: none;
  border: none;
  width: 100%; 
  padding: 1rem 0;
}

.username:focus,
.otpemail:focus,
.password:focus,
.email:focus {
  outline: none;
  border: none;
  background: none;
  text-align: left;
}

.password {
  background: none;
  border: none;
  width: 100%;
  padding: 1rem 0;
}

.registerbtnbox{
  display: flex;
  justify-content: center;
  margin: 40px;
}

.registerbtn {
  cursor: pointer;
  width: 8rem;
  height: 2rem;
  border: none;
  background-color: rgb(235, 88, 12);
  font-weight: bold;
  color: white;
  font-size: small;
  border-radius: 25px;
  padding: 2px;
}

.registerbtn:hover {
  background-color: rgb(204, 74, 9);
}

.link {
  display: flex;
  justify-content: center;
}

/*otp*/

.getotp {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
}

.otpbtn {
  display: flex;
  justify-content: center;
  margin: 50px;
}


.verify {
  cursor: pointer;
  width: 6rem;
  height: 2rem;
  border: none;
  background-color: rgb(235, 88, 12);
  font-weight: bold;
  color: white;
  font-size: small;
  border-radius: 25px;
  padding: 2px;
}

.verify:hover {
  background-color: rgb(204, 74, 9);
}

.getotpbtn {
  cursor: pointer;
  width: 5rem;
  margin: 0 0.6rem;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  border: none;
  font-size: small;
  font-weight: 500;
  border-radius: 25px;
  padding: 2px;
}

.getotpbtn:hover {
  color: rgb(235, 88, 12);
}

.otpemail {
 background: none;
  border: none;
  width: 30rem;
  padding: 0 0 2px 0;
  margin: 0;
  line-height: 1.2; 
}

.otpcontainer {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
}

.otpinput {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.otpbox {
  border-radius: 25px;
  padding: 2px;
}

/*Login*/

.loginleft {
  width: 600px;
  background-color: rgb(239, 238, 238);
  height: 400px;
  padding: 3rem;
}

.loginhead {
 text-align: left;
  font-weight: bold;
  font-size: 30px;
}

.loginhr {
  width: 100%;
  margin: 10px 0;
  border: 2px solid black;
}

.loginbtnbox{
  display: flex;
  justify-content: center;
  margin: 40px;
}

.email {
  background: none;
  border: none;
  width: 100%;
  padding: 1rem 0;
}

.loginbtn {
  cursor: pointer;
   width: 6rem;
  height: 2rem;
  border: none;
  background-color: rgb(235, 88, 12);
  font-weight: bold;
  color: white;
  font-size: small;
  border-radius: 25px;
  padding: 2px;
}

.loginbtn:hover {
  background-color: rgb(204, 74, 9);
}

.forgot {
  display: flex;
  justify-content: right;
}

/*Reset*/

.forgotsection{
  width: 600px;
  background-color: rgb(239, 238, 238);
  height: 240px;
  padding: 3rem;
}

.resetsection {
  width: 600px;
  background-color: rgb(239, 238, 238);
  height: 320px;
  padding: 3rem;
}

.resethead {
 text-align: left;
  font-weight: bold;
  font-size: 30px;
}

.resethr{
  width: 100%;
  margin: 10px 0;
  border: 2px solid black;
}

.resetbtnbox {
  display: flex;
  justify-content: center;
  margin: 40px;
}

.resetpassword {
  padding: 10px;
  width: 20rem;
  border-radius: 20px;
  border: 2px solid white;
}

.resetbtn {
  cursor: pointer;
  width: 9rem;
  height: 2rem;
  border: none;
  background-color: rgb(235, 88, 12);
  font-weight: bold;
  color: white;
  font-size: small;
  border-radius: 25px;
  padding: 2px;
}

.resetbtn:hover {
  background-color: rgb(204, 74, 9);
}

/*Contact*/

.contactsection {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin: 0 80px;
}

.contactcontent {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  width: 45rem;
  height: 37.5rem;
  background-color: rgb(239, 238, 238);
  overflow: hidden;
}

.contacthead {
  padding: 0.5rem;
  background-color: rgb(222, 229, 246);
  border-bottom: 1px solid #ccc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
}

.contactinputname {
  
  border-bottom: 1px solid black;
}

.contactname {
  padding: 10px;
  margin-top: 10px;
}

.contactmobile {
  padding: 10px;
  margin-top: 10px;
}

.contactemail {
  padding: 10px;
  margin-top: 10px;
  color:black;
}

.editoremail {
  padding: 10px;
  margin-top: 10px;
}

.contactmessage {
  text-align: justify;
  width: 26.8rem;
  height: 4rem;
  margin-top: 10px;
}

.contactbtn {
  margin-top: 50px;
  padding: 10px;
  border: none;
  background-color: rgb(235, 88, 12);
  color: white;
  cursor: pointer;
}

.contactbtn:hover {
 background-color: rgb(204, 74, 9);
}

.contactsearchbox {
  background-color: rgb(222, 229, 246);
  text-align: center;
  border-radius: 50px;
  padding: 15px;
  margin: auto;
  width: 190px;
}

.contactupdatebox {
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  margin-top: 22px;
  height: 15rem;
  text-align: center;
  border-radius: 0.6%;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);

}

.contactindexingbox {
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  text-align: center;
  border-radius: 0.6%;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
}

.contactpolicy {
  display: flex;
  justify-self: right;
  margin: 30px 120px;
}

.adminbtn {
  padding: 1rem;
  margin: 0 20px;
  color: rgb(223, 222, 222);
  background-color: rgb(223, 222, 222);
  border: none;
}


/*Indexing*/

.indexinghead {
  padding: 2rem;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.indexinghr{
  margin: auto;
  width: 90%;
  border: 2px solid black;
}

.indexingname {
  padding: 5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.indexingcontent {
  cursor: pointer;
  background-color: rgb(235, 88, 12);
  width: 600px;
  max-width: 90%;
  height: 50px;
  align-items: center;
  border: 2px solid rgb(255, 255, 255);
  padding: 0.5rem;
  display: flex;
  color: white;
  font-size: 30px;
}

.indexingcontent:hover{
  background-color: rgb(204, 74, 9);
}

/*Policies*/

.policy {
  padding: 4rem;
  text-align: justify;
  display: flex;
  justify-content: space-around;
  gap: 2rem;
}

.policytitle {
    padding: 2rem;
  width: 40rem;
  font-size: 20px;
  background-color: rgb(239, 238, 238);
}

.policyhr{
    border: 2px solid black;
    margin: 10px 0;
    width: 660px;
    margin-left: -10px;
    
}

.policypara {
  margin: 22px 0;
}

.policybtn {
  padding: 0.85rem;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: medium;
}

.policyfirstpara {
  margin: 0;
}

.policysecondpara {
  margin: 22px 0;
  color: gray;
}

.policycontent {
  padding: 1rem;
  background-color: rgb(239, 238, 238);
  height: 36.5rem;
}

.policycontenthead {
  margin-bottom: 1rem;
  color: rgb(235, 88, 12);
}

.policylist {
  padding: 1rem;
}

.policyfirstlist {
  padding: 0.5rem;
}

.policysecondlist {
  margin-top: -8px;
  margin-left: 15px;
  margin-bottom: 14px;
}

.item {
  background-color: transparent;
}

/*submit article*/

.articlesectionleft {
  width: 700px;
  background-color: rgb(239, 238, 238);
  padding: 3rem;
}

.articlerightimg {
  background-color: rgb(239, 238, 238);
  width: 30rem;
  height: 75rem;
  
}

.articlerightimgcontent{
    padding: 1rem;
    text-align: justify;
    
}

.articlerightimgcontent h3{
     color:  rgb(235, 88, 12);
     margin-top: 10px;
}

.articlecontent {
  text-align: center;
  font-weight: bold;
  font-size: large;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  letter-spacing: 5px;
  color: rgb(235, 88, 12);
  line-height: 30px;
}

.articlelogo {
  margin: 3rem 4.7rem;
}

.articlerightcontent {
  text-align: center;
  margin: 1rem;
  margin-right: 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: larger;
  font-weight: bold;
  color: rgb(235, 88, 12);
}

.articlerighthr {
  margin-right: 1rem;
  border: 1px solid grey;
}

.articlerightpolicy {
  width: 30rem;
  height: 10rem;
  margin: 2rem auto;
}

.generallinkag a {
  display: inline-block;
  padding: 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: black;
  transition: color 0.3s, text-decoration 0.3s;
}

.generallinkpt a {
  display: inline-block;
  padding: 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: black;
  transition: color 0.3s, text-decoration 0.3s;
}

.generallinkct a {
  display: inline-block;
  padding: 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: black; /* You can change this to match your theme */
  transition: color 0.3s, text-decoration 0.3s;
}

.generallinkci a {
  display: inline-block;
  padding: 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: black; 
  transition: color 0.3s, text-decoration 0.3s;
}

.articlepolicyimg {
  margin-top: 3.3rem;
}

.articleindexingimg {
  display: flex;
  justify-self: center;
  padding: 1rem;
  box-shadow: 0 1px 10px black;
  margin: 2rem auto;
}

.articletitle {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

.articlehr {
  width: 100%;
  margin: 10px 0;
  border: 2px solid black;
}

.articlehead {
  font-size: larger;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
}

.select {
  margin-top: 20px;
  width: 44rem;
  border: none;
  padding: 10px;
  background: rgb(223, 222, 222);
}

.articleauthortitle {
  margin-top: 30px;
  font-weight: bold;
}

.format {
  margin: 38px;
  color: rgb(235, 88, 12);
}

.files{
  display: flex;
  justify-content: space-between;
}

.articlebtnbox{
  display: flex;
  justify-content: center;  
  margin-top: 20px;
}

.articlebtn {
  cursor: pointer;
  width: 6rem;
  height: 2.2rem;
  border: none;
  background-color: rgb(235, 88, 12);
  font-weight: bold;
  color: white;
  font-size: small;
  border-radius: 25px;
  padding: 2px;
}

.articlebtn:hover {
  background-color: rgb(204, 74, 9);
}

.input {
  display: flex;
  justify-content: space-between;
  padding: 10rem;
}

.articlemsg {
  padding: 2rem;
  margin-bottom: 20rem;
}

.articleregisterbtn {
  padding: 20px;
  margin: 30px 10.8rem;
  font-size: 19px;
  background-color: rgb(235, 88, 12);
  color: white;
  transition: all 0.5s;
  cursor: pointer;
  font-family: Georgia, 'Times New Roman', Times, serif;
  border: 3px solid white;
  font-weight: 400;
  box-shadow: 0 1px 20px rgb(177, 187, 213);
  border-radius: 10px;
}

.articleregisterbtn:hover {
  background-color: rgb(204, 74, 9);
}

.articleloginbtn {
  padding: 20px;
  margin: 30px 10.8rem;
  font-size: 18px;
  background-color: rgb(235, 88, 12);
  color: white;
  transition: all 0.5s;
  cursor: pointer;
  font-family: Georgia, 'Times New Roman', Times, serif;
  border: 3px solid white;
  font-weight: 400;
  box-shadow: 0 1px 20px rgb(177, 187, 213);
  border-radius: 10px;
}

.articleloginbtn:hover {
  background-color: rgb(204, 74, 9);
}

.articleloginbtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.articleloginbtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.articleloginbtn:hover span {
  padding-right: 20px;
}

.articleloginbtn:hover span:after {
  opacity: 1;
  right: 0;
}

/*pastissue*/

table {
  border-collapse: collapse;
  width: 60%;
  margin-left: 4rem;
}

.title{
  padding: 1rem;
  border-bottom: 4px solid black;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.thirdcontenthead {
  position: relative;
  overflow: hidden;
}

.pastleft {
  padding: 1rem;
  width: 50rem;
  height: 62rem;
  background-color: rgb(239, 238, 238);
  overflow: hidden;
}

.pastleft1 {
  padding: 0.2rem;
  background-color: rgb(249, 249, 249);
  text-align: justify;
  width: 50rem;
  height: 10rem;
  margin: 22px;
  border-radius: 3px;
  box-shadow: 0 0px 1px rgb(138, 137, 139);
  border-bottom: 4px solid white;
}

.pastleft2 {
  margin-left: 32px;
  font-size: 1.8rem;
  color: rgb(111, 0, 0);
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.pastleft3 {
  margin-left: 34px;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 38px;
}

.pastleft4 {
  margin-left: 32px;
  padding: 10px;
  background-color: rgb(221, 221, 221);
  width: 4.5rem;
  text-align: center;
  border-radius: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: small;
  font-display: fallback;
  color: rgb(43, 0, 255);
  font-weight: 200;
  width: 80px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
}

.pastleft4::before,
.btn::after {
  position: absolute;

  z-index: -1;
  transition: 1s;
  content: '';
}

.pastleft4::before {
  height: 36px;
  width: 170px;
}

.pastleft4::after {
  width: 150px;
  height: 30px;
}

.pastleft4:hover::before {
  width: 0px;
  background: #fff;

}

.pastleft4:hover::after {
  height: 0px;
  background: #fff;

}

.pastleft4:hover {
  background: #fff;
  border: 2px solid grey;
  color: black;
}

.pastsearchbox {
  display: flex;
  justify-content: space-between;
  background-color: rgb(222, 229, 246);
  width: 170px;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  padding: 0 25px;
  margin-left: 3rem;
  margin-top: 1.9rem;
}

.pastupdatebox {
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  height: 15rem;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
  margin-top: 1.4rem;
}

.pastindexingbox {
  margin-top: 1.2rem;
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  text-align: center;
  border-radius: 0.6%;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
}

.pastpolicy {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

.year-header{
    font-size:  20px;  
    border-bottom: 1px solid rgb(224, 223, 223);
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
}

.year-header:hover{
    color: rgb(235, 88, 12);
}

.volissue-header{
    font-size: 17px;
}

.volissue-header:hover{
    color: rgb(235, 88, 12);
}

.viewhtmllink{
    color: black;
    text-decoration:none
}

.latestarticleview:hover .viewhtmllink{
    color: white;
}

/*editorial*/

.editleft {
  padding: 1rem;
  width: 50rem;
  height: 22rem;
  background-color: rgb(239, 238, 238);
}

.edittitle {
  display: flex;
  justify-content: left;
  margin-left: 5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size: small;
}

.editorialcontent {
  text-align: justify;
  height: 20rem;
}

.editsearchbox {
  display: flex;
  justify-content: space-between;
  background-color: rgb(222, 229, 246);
  width: 170px;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  padding: 0 25px;
  margin-left: 3rem;
  margin-top: 1.9rem;
}

.editupdatebox {
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  height: 15rem;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
  margin-top: 1.4rem;
}

.editindexingbox {
  margin-top: 1.2rem;
  background-color: rgb(222, 229, 246);
  padding: 15px;
  width: 18rem;
  text-align: center;
  border-radius: 0.6%;
  border-radius: 8px;
  border: 1px solid rgb(45, 53, 75);
  box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
}

.editpolicy {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

/*articlestatus*/

.statussection {
  display: flex;
  justify-content: space-between;
  background-color: rgb(239, 238, 238);
  margin: 40px 300px;
  padding: 0.5rem;
}

.statuscontentleft{
    width: 800px;
}

.statuscontentright {
  text-align: center;
  line-height: 1.8;
}

.editorial-message{
    display:none; 
    max-height:200px; 
    overflow-y:auto; 
    background:#fafafa; 
    padding:5px; 
    font-size:13px;
    border-left: 2px solid blue;
}

.toggle-msg {
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3s ease;
}

.toggle-msg:hover{
    color:  rgb(218, 70, 1);
}

.toggle-msg::before {
  content: "▶ ";
  display: inline-block;
  transition: transform 0.3s ease;
}

.toggle-msg.active::before {
  content: "▼ ";
  color:  rgb(218, 70, 1);
}

.statushead {
 padding: 1rem;
  border-bottom: 4px solid black;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  margin: 20px 40px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.d {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: rgb(96, 93, 93)
}


.statusinside {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
  font-family: serif;
  font-weight: 400;
  text-align: center;
  margin: 1rem;
}

.statustitle{
   font-size: 20px;
   font-weight: bold;
   text-align: justify;
}

.articlestatus {
  background-color: rgb(218, 70, 1);
  color: white;
  padding: 0.2rem;
  text-align: center;
}

.artmsg {
  width: 25rem;
}

.statusinsideleft {
  text-align: left;
}

.statusdate {
  color: grey;
  font-family: 'Courier New', Courier, monospace;
}

.paybtninside{
    background-color: rgb(218, 70, 1);
    color: white;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.paybtninside:hover{
    background-color: rgb(235, 88, 12);
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: gray;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.25s ease, background 0.25s ease;
}

.scroll-top:hover {
    transform: scale(1.15);
    background: #eb580c;
    color: #fff;
}

/* circular progress border */

.scroll-top .border-fill {
    position: absolute;
   
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: conic-gradient(#eb580c 0deg, transparent 0deg);
    pointer-events: none;
    z-index: -1;
}

 .inputname {
    position: relative;
    display: flex;
    align-items: center;
}

.inputname input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #eb580c;
    font-size: 18px;
}

/* View html */

.viewleft{
  padding: 1rem;
  width: 50rem;
  overflow: hidden;
}

.viewSection{
    background-color: rgb(239, 238, 238);
    padding: 1rem;
}

.viewTitle{
    font-size: 1.8rem;
    text-align: justify;
}

.viewDOI{
    font-size: small;
}

.viewAuthor{
    text-align: center;
}

.viewEmail{
    text-align: center;
    margin-bottom: 30px;
}

.viewAuthorAddress{
   text-align: justify;
}

.viewDate{
    font-style: italic;
    margin-top: 30px;
    color: rgb(68, 67, 67);
}

.viewPublisher{
margin-top: 30px;
margin-bottom: 30px;
}

.viewcontent{
    font-size: small;
}

.article-section {
    margin-top: 25px;
  margin-bottom: 25px;
  text-align: justify;  /
  line-height: 1.6;
}


.article-section h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-align: left;
}

.article-text p {
  margin: 8px 0;
  text-align: justify;
}

.article-image {
  text-align: center;
  margin-top: 10px;
}

.article-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: inline-block;
}

/* Preloader */

#buttonPreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#buttonPreloader.fade-out {
  opacity: 0;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #eb580c;
  animation: moveHoriz 0.8s ease-in-out infinite;
}

.circle:nth-child(2) {
  animation-delay: 0.15s;
}
.circle:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes moveHoriz {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(15px);
    opacity: 0.7;
  }
}

@media (max-width: 768px) {

  .firstsection {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }

  .left {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }
  
  .ijpaflogo{
	height: 100px;
    width: 100px;
  }

  .lefthead {
    font-size: 25px;
    margin: 0 10px;
  }

  .leftheadsection {
    margin-left: 0;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    text-align: center;
  }

  .right {
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  .rightbtn,
  .dashrightbtn {
    font-size: 10px;
    padding: 8px 14px;
  }

  /* ISSN TEXT */
  .issn_number,
  .issn-number,
  .dashissn_number {
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .secondsection {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    margin-top: 1.5rem;
  }

  .btn {
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }

  .btn::after {
    height: 3px; 
  }
  
  .hamburger {
        display: flex;
        flex-direction: column;
        width: 32px;
        height: 22px;
        justify-content: space-between;
        cursor: pointer;
        
    	margin: 0px 30px;
    }

    .hamburger span {
        height: 4px;
        width: 100%;
        background: #2a2a2a;
        border-radius: 4px;
        transition: 0.3s ease;
    }

    /* Hamburger Animation */
    .hamburger.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* Collapse Menu by default */
    .nav-menu {
       max-height: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: center;
    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
    border-bottom: none; 
    padding: 0;             
    opacity: 0;          
    }

 
  .nav-menu.active {
        max-height: 400px;
        padding-bottom: 10px;
    }


  .nav-menu .btn {
        width: 100%;
        padding: 14px 0;
        font-size: 16px;
    }
  
  .thirdsection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .thirdcontenthead h2{
  font-size: 25px;
  }

  
  .thirdpolicycontent {
    
    width: auto;
    height: auto;
    padding: 1rem;
    overflow-y: visible;
    margin: auto;
  }
  
  .thirdcontent h2{
   font-size: 20px; 
    margin-bottom: 20px;
  }
  .thirdright{
    width: 100%;
    margin: auto;
  	align-items: center;
  }

  .thirdpolicycontent {
    font-size: 18px;
  }

  .thirdlatestcontenthead{
  font-size: 25px;
  }
  
  .ijpafjournal{
  margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
   position: relative;
  overflow: hidden;
  height: 400px;
  width: 280px;
  object-fit: cover;
  transition: transform 0.4s ease; 
  border: 1px solid rgb(230, 229, 229);
  border-radius: 5px;
}
  /* SEARCH BOX */
 .searchbox{
  margin-top: 40px;
  }
  .searchhead {
    width: 120px;
    font-size: 14px;
  }

  /* UPDATE BOX */
  ..updatebox,
  .indexingbox {
    width: 300px;
    margin: auto;
    margin-top: 20px
  }

  .updateadjust {
    height: auto;
    padding: 1rem;
  }

  .latest-article {
    width: 90%;
  }

  .thirdsectiongeneral {
    padding: 1rem;
    margin: 20px 0;
  }

  .generalbtn,
  .policybtn,
  .generallink a {
    font-size: 15px;
    padding: 0.7rem;
  }

  .policyhead {
    font-size: 18px;
  }
  
 .sixsection {
    flex-direction: column;
    padding: 28px 18px;
    gap: 18px;
   	align-items: center; 
    text-align: center;
  }

  .sixsection > footer {
    width: 100%;
    min-width: 0;
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,0.03);
  }

  .sixsection > footer:first-child {
    border-top: none;
  }

  .sixsection > footer h2 {
    
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footerleft{
  line-height: 1.6;
  }

  .registerleft {
    width: 85%;
    height: auto;
    padding: 1.5rem;
    margin-bottom: 20px;
  }

  .registerhead {
    font-size: 24px;
    text-align: center;
  }

  .registerhr {
    width: 100%;
    border-width: 1.5px;
  }

  .inputname {
    justify-content: flex-start;
  }

  .inputhead {
    margin-top: 25px;
    font-size: 14px;
  }

  .username,
  .password,
  .email,
  .otpemail {
    font-size: 14px;
    padding: 0.8rem 0;
  }

  .registerbtnbox {
    margin: 20px 0;
  }

  .registerbtn {
    width: 100%;
    max-width: 200px;
    height: 2.5rem;
    font-size: 14px;
    border-radius: 20px;
  }

  .link {
    font-size: 14px;
    text-align: center;
  }

  .otpemail {
    width: 100%;
    font-size: 14px;
    padding: 0.8rem 0;
  }

  .getotpbtn {
    width: 100%;
    max-width: 150px;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    align-self: flex-end;
  }

  .otpcontainer {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid black;
    gap: 10px;
  }

  .otpinput {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }

  .otpbox {
    width: 100%;
    max-width: 200px;
    padding: 8px;
    border-radius: 20px;
    font-size: 14px;
  }

  .otpbtn {
    margin: 30px 0;
  }

  .verify {
    width: 100%;
    max-width: 180px;
    height: 2.5rem;
    font-size: 14px;
    border-radius: 20px;
  }


  .forgotsection,
  .resetsection {
    width: 100%;
    height: auto;
    padding: 1.5rem;
  }

  .resethead {
    font-size: 24px;
    text-align: center;
  }

  .resethr {
    border-width: 1.5px;
  }

  .resetpassword {
    width: 100%;
    max-width: 260px;
    padding: 12px;
    font-size: 14px;
    border-radius: 18px;
  }

  .resetbtnbox {
    margin: 25px 0;
  }

  .resetbtn {
    width: 100%;
    max-width: 180px;
    height: 2.5rem;
    font-size: 14px;
    border-radius: 20px;
  }

	.loginleft {
    width: 85%;
    height: auto;
    padding: 1.5rem;
    margin-bottom: 20px;
  }
  
  .contactsection {
    padding: 15px;
    margin: 0 20px;
    flex-direction: column;
    gap: 20px;
  }


  .contactcontent {
    flex-direction: column;
    width: 90%;
    height: auto;
    padding: 1rem;
    margin-bottom: 20px;
  }

  .contacthead {
    font-size: 16px;
    text-align: center;
  }

  .contactinputname {
    width: 100%;
    border-bottom: 1px solid black;
  }

  .contactname,
  .contactmobile,
  .contactemail {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
    font-size: 14px;
  }

  .contactmessage {
    width: 100%;
    height: 5rem;
    margin-top: 12px;
    font-size: 14px;
  }

  .contactbtn {
    width: 100%;
    max-width: 180px;
    padding: 10px;
    margin-top: 30px;
    align-self: center;
    font-size: 14px;
    border-radius: 6px;
  }

  .contactsearchbox {
    width: 100%;
    max-width: 260px;
    margin: 20px auto;
    padding: 12px;
    font-size: 14px;
    border-radius: 30px;
  }

  .contactupdatebox,
  .contactindexingbox {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 15px;
    font-size: 14px;
  }

  .contactpolicy {
    flex-direction: column;
    margin: 20px;
    text-align: center;
    gap: 15px;
  }

  .adminbtn {
    width: 100%;
    max-width: 200px;
    padding: 12px;
    margin: 10px auto;
    font-size: 14px;
  }


  .indexinghead {
    padding: 1rem;
    font-size: 18px;
    text-align: center;
  }

  .indexinghr {
    width: 100%;
    border-width: 1.5px;
  }

  .indexingname {
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .indexingcontent {
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 1rem;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
  }


  .policy {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    text-align: left;
    width: 80%;
  }

  .policytitle {
    width: 100%;
    padding: 1.5rem;
    font-size: 18px;
  }

  .policyhr {
    width: 100%;
    margin-left: 0;
    border-width: 1.5px;
  }

  .policypara,
  .policyfirstpara,
  .policysecondpara {
    font-size: 14px;
    line-height: 1.5;
  }

  .policycontent {
    width: auto;
    height: auto;
    padding: 1rem;
  }

  .policycontenthead {
    font-size: 18px;
  }

  .policylist {
    padding: 0.5rem;
  }

  .policyfirstlist,
  .policysecondlist {
    font-size: 14px;
    line-height: 1.4;
  }

  .policybtn {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }

  .item {
    font-size: 14px;
  }


  /* Main Sections */
  .articlesectionleft,
  .articlerightimg {
    width: 100%;
    height: auto;
    padding: 1.5rem;
    margin: 0;
  }

  .articlelogo {
    margin: 2rem auto;
    text-align: center;
  }

  /* Right Side Content */
  .articlerightimg {
    margin-top: 2rem;
  }

  .articlerightimgcontent {
    padding: 1rem;
    text-align: left;
  }

  .articlerightpolicy {
    width: 100%;
    height: auto;
  }

  /* Titles & Headings */
  .articletitle {
    font-size: 18px;
    text-align: center;
  }

  .articlecontent {
    font-size: medium;
    letter-spacing: 3px;
  }

  .articlehead {
    font-size: medium;
    text-align: center;
  }

  .articlehr {
    width: 100%;
  }

  /* Select Box */
  .select {
    width: 100%;
    padding: 12px;
  }

  /* File Upload Section */
  .files {
    flex-direction: column;
    gap: 1rem;
  }

  /* Input spacing */
  .input {
    padding: 2rem;
    flex-direction: column;
    gap: 1rem;
  }

  .articlemsg {
    padding: 1.5rem;
    margin-bottom: 5rem;
  }

  /* Buttons */
  .articlebtnbox {
    margin-top: 20px;
  }

  .articlebtn {
    width: 100%;
    max-width: 180px;
    height: 2.5rem;
    font-size: 14px;
    border-radius: 20px;
  }

  /* Register & Login Buttons */
  .articleregisterbtn,
  .articleloginbtn {
    width: 100%;
    max-width: 250px;
    margin: 2rem auto;
    padding: 1rem;
    font-size: 16px;
  }

  /* Indexing Image */
  .articleindexingimg {
    width: 100%;
    padding: 0.8rem;
    margin: 1.5rem auto;
  }

  /* Policy / Links */
  .generallinkag a,
  .generallinkpt a,
  .generallinkct a,
  .generallinkci a {
    padding: 0.6rem;
    font-size: 12px;
  }

  .articlepolicyimg {
    margin-top: 2rem;
    width: 100%;
  }

  /* Content Blocks */
  .articlerightcontent {
    font-size: 18px;
    margin: 1rem auto;
  }


  /* TABLE */
  table {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }

  .title {
    font-size: 13px;
    padding: 0.8rem;
  }


  .thirdleft {
    width: 85%;
    height: auto;
    padding: 1.5rem;
    margin-bottom: 20px;
    flex-direction: column;
  }
  
  .pastleft {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .pastleft1 {
    width: 100%;
    height: auto;
    margin: 1rem 0;
    padding: 1rem;
  }

  .pastleft2 {
    font-size: 1.4rem;
    margin-left: 0;
  }

  .pastleft3 {
    font-size: 0.9rem;
    margin-left: 0;
  }

  .pastleft4 {
    margin-left: 0;
    width: 70px;
    font-size: 12px;
    padding: 8px;
  }


  /* SEARCH BOX */
  .pastsearchbox {
    width: 150px;
    height: 45px;
    margin: 1rem auto;
    padding: 0 20px;
  }


  /* RIGHT SIDE BOXES */
  .pastupdatebox,
  .pastindexingbox {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }

  .pastpolicy {
    margin-top: 2rem;
  }


  /* ACCORDION HEADERS */
  .year-header {
    font-size: 16px;
    padding: 10px;
  }

  .volissue-header {
    font-size: 15px;
  }


  .editleft {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .edittitle {
    margin-left: 0;
    padding: 0.5rem;
    font-size: 14px;
    justify-content: center;
    text-align: center;
  }

  .editorialcontent {
    height: auto;
    font-size: 14px;
    padding: 0.5rem;
  }

  .editsearchbox {
    width: 150px;
    height: 45px;
    margin-left: 0;
    margin-top: 1rem;
    padding: 0 15px;
  }

  .editupdatebox,
  .editindexingbox {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 1.2rem auto;
    padding: 1rem;
  }

  .editpolicy {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }


  .statussection {
    flex-direction: column;
    margin: 20px 10px;
    padding: 1rem;
    gap: 15px;
  }

  .statuscontentleft {
    width: 100%;
  }

  .statuscontentright {
    text-align: left;
    margin-top: 10px;
  }

  .statushead {
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
  }

  .statusinside {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    gap: 10px;
  }

  .statustitle {
    font-size: 18px;
  }

  .artmsg {
    width: 100%;
  }

  .scroll-top {
    width: 45px;
    height: 45px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
  }


  /* STATUS SECTION */
  .statussection {
    flex-direction: column;
    margin: 20px 10px;
    padding: 1rem;
    gap: 1rem;
  }

  .statuscontentleft,
  .statuscontentright {
    width: 100%;
    text-align: left;
  }


  /* Status Head */
  .statushead {
    margin: 10px 0;
    font-size: 14px;
    padding: 0.5rem;
  }

  /* Inside Content */
  .statusinside {
    flex-direction: column;
    text-align: left;
    gap: 10px;
    margin: 0.5rem 0;
    padding: 0.5rem;
  }

  .statustitle {
    font-size: 18px;
  }

  .artmsg {
    width: 100%;
  }

  /* Buttons */
  .paybtninside {
    width: 100%;
    padding: 0.8rem;
    text-align: center;
  }

  /* Editorial Message */
  .editorial-message {
    max-height: 150px;
    font-size: 12px;
  }


  /* Scroll Top Button */
  .scroll-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
  }

  .scroll-top .border-fill {
    width: 32px;
    height: 32px;
  }


  /* Input Section */
  .inputname input {
    padding-right: 35px;
    font-size: 14px;
  }

  .toggle-password {
    right: 8px;
    font-size: 16px;
  }

  .viewleft {
    width: 100%;
    padding: 1rem;
  }

  .viewSection {
    padding: 1rem;
  }

  .viewTitle {
    font-size: 1.5rem;
    text-align: left;
  }

  .viewAuthor,
  .viewEmail {
    text-align: left;
    font-size: 0.95rem;
  }

  .viewAuthorAddress {
    font-size: 0.95rem;
  }

  .viewDate,
  .viewPublisher {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9rem;
  }

  .viewcontent {
    font-size: 0.95rem;
  }

  .article-section {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.6;
  }

  .article-section h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .article-text p {
    margin: 6px 0;
    text-align: justify;
    font-size: 0.95rem;
  }

  .article-image {
    text-align: center;
    margin-top: 12px;
  }

  .article-image img {
    max-width: 100%;
    height: auto;
  }


  #buttonPreloader {
    backdrop-filter: blur(3px);
  }

  .loader {
    gap: 10px;
  }

  .circle {
    width: 14px;
    height: 14px;
  }
}