* {
    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;
    padding: 2rem;
    align-items: center;
    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: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    cursor: pointer;
}

.right {
    margin-right: 90px;
}

.dashright {
    margin: auto;
    margin-right: 1rem;
}

.rightbtn {
    padding: 10px 18px;
    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: linear-gradient(145deg, #3d7c59, #2d4b37);
    color: white;
    border: 2px solid #fff;
}

.rightbtn:hover {
    background: linear-gradient(145deg, #4a9469, #3d7c59);
    transform: translateY(-2px);
}

.dashrightbtn {
    padding: 8px;
    cursor: pointer;
    background-color: rgb(45, 53, 75);
    color: white;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.dashrightbtn:hover {
    color: rgb(45, 53, 75);
    background-color: rgb(233, 232, 232);
    border-color: #2a3b4c;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 20px;
}

/* Base button */
.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;
    border-radius: 8px;
    color: #2a2a2a;

    /* 3D shadow */
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* Hover 3D lift */
.btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    color: #1b2735;
}

/* Shine effect */
.btn::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 5s infinite;
}

/* Optional pressed effect */
.btn:active {
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2) inset;
}

/* Shine animation */
@keyframes shine {
    0% { left: -75%; }
    50% { left: 125%; }
    100% { left: 125%; }
}


p {
    margin: 10px;
}

.thirdsection {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    margin: 0 100px;
    margin-top: -10px;
}

.thirdpolicycontent {
    width: 55rem;
    height: 49rem;
    text-align: justify;
    border-radius: 8px;
    border: 1px solid rgb(190, 183, 171);
    overflow: hidden;
    /* Hide outer scroll */
    display: flex;
    flex-direction: column;
}

.thirdpolicycontent ul {
    margin-left: 25px;
}

.thirdcontenthead {
    padding: 1rem;
    background: linear-gradient(145deg, #fbd07f, #f7b94a);
    border-bottom: 1px solid rgb(190, 183, 171);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    text-align: left;
    font-weight: bold;
    border-radius: 10px 10px 0 0;

    /* 3D depth */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25),
                inset 0 -2px 4px rgba(255, 255, 255, 0.5);

    /* smooth hover */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Make sure parent is relative */
.thirdcontenthead {
    position: relative;
    overflow: hidden;
}


.thirdright{
    margin-right: -50px;
}

.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);

    /* 3D depth */
    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%; }
}


.updatebox {
    margin: 20px 40px;
    height: 15rem;
    text-align: center;
    border-radius: 12px;
    border: 1px solid rgba(190, 183, 171, 0.6);
    background: linear-gradient(145deg, #ffffff, #f3f3f3);

    /* 3D shadow */
    box-shadow: 0 6px 14px rgba(0,0,0,0.15),
                inset 0 -2px 6px rgba(255,255,255,0.7);

    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover lift effect */
.updatebox:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25),
                inset 0 -3px 6px rgba(255,255,255,0.8);
}



/* Inside text */
.updateadjust {
    color: #004aad; /* softer professional blue */
    height: 12rem;
    padding: 1rem;
    font-weight: 500;
}

/* Header inside the box */
.boxhead {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0.8rem;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(145deg, #fbd07f, #f7b94a);

    /* 3D depth */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15),
                inset 0 -2px 4px rgba(255,255,255,0.5);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}



/* 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: 20px 40px;
    text-align: center;
    border-radius: 0.6%;
    border-radius: 8px;
    border: 1px solid rgb(190, 183, 171);
}

.indexingadjust {
    height: 47rem;
}

.indexingimg {
    display: flex;
    justify-self: center;
    padding: 1rem;
}

.thirdlatestcontent {
    overflow: hidden;
    /* Hide outer scroll */
    display: flex;
    flex-direction: column;
}

.thirdlatestcontenthead {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}

.latest-body {
    flex: 1;
    overflow-y: scroll;
    padding: 1rem;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

/* Hide scrollbar for Chrome, Safari */
.latest-body::-webkit-scrollbar {
    display: none;
}

.latesttitle {
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 22px;
}

.latestcontent {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 400;
}

#latestResearch {
    margin-top: 20px;
    padding: 10px 0;
}

.latest-article {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.latest-article b {
    font-size: 1.08em;
    color: #2a3b4c;
}

.latest-article a {
    color: #0074d9;
    text-decoration: none;
    font-weight: 500;
}

.latest-article a:hover {
    text-decoration: underline;
}

.thirdsectionpolicy {
    padding: 2rem;
}

.policyhead {
    margin-bottom: 1rem;
    font-size: 22px;
}

.policybtn {
    padding: 0.85rem;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    font-size: medium;
}

.sixsection {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 1rem 0.5rem;   /* reduced padding */
    background: linear-gradient(180deg, #fbd07f, #f7b94a);
    color: #2a2a2a;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.12);
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 0.9rem;  /* slightly smaller text */
}

.footerleft {
    margin-left: 0;   /* removed negative margin */
}

/* Button container */
.sixbtn {
    padding: 6px;    /* smaller spacing */
    margin-left: -8px;
}

/* Footer buttons */
.footerbtn {
    background: #ffffff;
    border: 1px solid #f7b94a;
    color: #2a2a2a;
    margin: 4px;
    padding: 6px 10px;   /* smaller button size */
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.footerbtn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #f7b94a;
    color: #ffffff;
}

/* Social icons */
.footerlink {
    margin-top: 6px;
    text-align: center;
}

.footerlink i {
    font-size: 18px;   /* smaller icons */
    margin: 0 6px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #2a2a2a;
}

.footerlink i:hover {
    color: #f7b94a;
    transform: scale(1.1);
}

/* Bottom bar */
.sevensection {
    background: #f7b94a;
    padding: 0.3rem;   /* slimmer bar */
    color: #2a2a2a;
    text-align: center;
    font-size: 0.8rem;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.15);
}


/* Responsive Design for Mobile Devices */
@media (max-width: 768px) {
  .firstsection {
    flex-direction: column;
    padding: 1rem;
    align-items: flex-start;
  }

  .left {
    margin-left: 0;
    margin-bottom: 1rem;
    flex-direction: column;
  }

  .lefthead {
    font-size: 28px;
    margin: 10px 0;
    text-align: center;
  }

  .right,
  .dashright {
    margin-right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .rightbtn,
  .dashrightbtn {
    padding: 10px 20px;
    font-size: 14px;
    width: auto;
  }

  .secondsection {
    flex-direction: column;
    padding: 1rem;
  }

  .btn {
    margin: 6px 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .thirdsection {
    flex-direction: column;
    margin: 0 20px;
  }

  .thirdpolicycontent,
  .indexingbox,
  .updatebox {
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }

  .indexingadjust {
    height: auto;
  }

  .thirdright {
    margin-right: 0;
  }

  .searchbox {
    width: 60%;
    border-radius: 25px;
  }

  .searchhead {
    width: 80%;
    font-size: 14px;
  }

  .thirdcontent ul,
  .thirdcontent ul ul {
    margin: 0 1.5rem;
  }

  .latesttitle {
    font-size: 20px;
  }

  .latest-article {
    flex-direction: column;
    align-items: flex-start;
  }

  .sixsection {
    flex-direction: column;
    text-align: center;
  }

  .footerbtn {
    width: 100%;
    margin: 4px 0;
  }

  .sevensection {
    font-size: 14px;
  }
}


/*Register*/

.registersection {
    max-width: 400px;
    margin: auto;
    background-image: url(O.avif);
    background: none;
    background-size: 70rem;
    border-bottom: 10px solid white;
    padding: 1rem;
    box-shadow: 0 1px 20px rgb(143, 110, 182);
    border-radius: 12px;
}

.registersection h2 {
    margin: 32px;
    color: rgb(0, 26, 98);
}

.registerhead {
    display: flex;
    justify-content: center;
}

.inputname {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.username {
    padding: 10px;
    width: 50rem;
    margin-top: -10px;
    border-radius: 20px;
    border: 2px solid white;
}

.password {
    padding: 10px;
    width: 50rem;
    margin-top: -10px;
    border-radius: 20px;
    border: 2px solid white;
}

.registerbtn {
    cursor: pointer;
    padding: 10px;
    margin-top: -10px;
    width: 50rem;
    border-radius: 20px;
    border: 2px solid white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(0, 26, 98);
    color: white;
    font-size: large;
}

.loginlink {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
  .registersection {
    max-width: 90%;
    padding: 1rem;
    background-size: cover;
    border-radius: 10px;
  }

  .registersection h2 {
    margin: 16px;
    font-size: 22px;
    text-align: center;
  }

  .inputname {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .username,
  .password,
  .registerbtn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
  }

  .registerbtn {
    font-size: 16px;
  }

  .loginlink {
    font-size: 14px;
    text-align: center;
    flex-direction: column;
    padding: 0.5rem;
  }
}


/*otp*/

.getotp {
    padding: 1rem;
    margin-left: 9px;
    margin-top: -0.2rem;
}

.otpbtn {
    width: 4rem;
    margin: 0 0.2rem;
    margin-top: 0.8rem;
    background-color: rgb(0, 26, 98);
    color: white;
    font-size: small;
    border-radius: 25px;
    padding: 2px;
}

.otpbtn:hover {
    color: rgb(0, 26, 98);
    background-color: #ffffff;
}

.getotpbtn {
    width: 5rem;
    margin: 0 0.2rem;
    margin-top: 0.8rem;
    background-color: rgb(0, 26, 98);
    color: white;
    font-size: small;
    border-radius: 25px;
    padding: 2px;
}

.getotpbtn:hover {
    color: rgb(0, 26, 98);
    background-color: #ffffff;
}

.otpemail {
    padding: 13px;
    width: 14.5rem;
    border-radius: 20px;
    border: 2px solid white;
}

.otpcontainer {
    margin-left: 2rem;
    padding: 0.7rem;
}

.otpinput {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.otpbox {
    border-radius: 25px;
    padding: 2px;
}

@media (max-width: 768px) {
  .otpcontainer {
    margin-left: 0;
    padding: 0.5rem;
  }

  .getotp {
    padding: 0.5rem;
    margin-left: 0;
    text-align: center;
  }

  .otpemail {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .otpbtn,
  .getotpbtn {
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px 4px;
  }

  .otpinput {
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .otpbox {
    width: 100%;
    max-width: 100%;
    padding: 8px;
    font-size: 16px;
  }
}


/*Login*/

.loginsection {
    max-width: 400px;
    margin: auto;
    margin-top: 8rem;
    background-image: url(background.avif);
    background: none;
    background-size: 70rem;
    border-bottom: 10px solid white;
    padding: 1rem;
    box-shadow: 0 1px 20px rgb(143, 110, 182);
    border-radius: 12px;
}

.loginsection h2 {
    margin: 42px;
    color: rgb(0, 26, 98);
}

.loginhead {
    display: flex;
    justify-content: center;
}

.email {
    padding: 10px;
    margin-top: -10px;
    width: 50rem;
    border-radius: 20px;
    border: 2px solid white;
}

.loginbtn {
    cursor: pointer;
    padding: 10px;
    margin-top: -10px;
    width: 50rem;
    border-radius: 20px;
    border: 2px solid white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(0, 26, 98);
    color: white;
    font-size: large;
}

.forgot {
    display: flex;
    justify-content: right;
    margin-right: 1.8rem;
    margin-top: -1.2rem;
}

@media (max-width: 768px) {
  .loginsection {
    max-width: 90%;
    margin: 4rem auto;
    padding: 1rem;
    background-size: cover;
    border-radius: 10px;
  }

  .loginsection h2 {
    margin: 20px;
    font-size: 22px;
    text-align: center;
  }

  .email,
  .loginbtn {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    margin: 10px 0;
  }

  .forgot {
    justify-content: center;
    margin-right: 0;
    font-size: 14px;
  }
}

/*Reset*/

.resetsection {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-top: 11rem;
    background-image: url(background.avif);
    background: none;
    background-size: 70rem;
    border-bottom: 10px solid white;
    padding: 1rem;
    box-shadow: 0 1px 20px rgb(143, 110, 182);
    border-radius: 12px;
}

.resetemail {
    padding: 10px;
    width: 20rem;
    border-radius: 20px;
    border: 2px solid white;
}

.resetpassword {
    padding: 10px;
    width: 20rem;
    border-radius: 20px;
    border: 2px solid white;
}

.resetbtn {
    padding: 10px;
    width: 20rem;
    border-radius: 20px;
    border: 2px solid white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(0, 26, 98);
    color: white;
    font-size: large;
    cursor: pointer;
}

@media (max-width: 768px) {
  .resetsection {
    flex-direction: column;
    max-width: 90%;
    margin-top: 5rem;
    padding: 1rem;
    background-size: cover;
    border-radius: 10px;
  }

  .resetemail,
  .resetpassword,
  .resetbtn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 12px;
    margin: 10px 0;
  }

  .resetbtn {
    font-size: 16px;
  }
}

/*Contact*/

.contactsection {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 80px;
}

.contactcontent{
    display: flex;
    justify-content: space-between;
    width: 55rem;
    height: 39rem;
    background-color: rgb(222, 229, 246);
    text-align: justify;
    padding: 15px;
    border: 1px solid rgb(45, 53, 75);
    border-radius: 0.6%;
    box-shadow: 0 2px 80px rgba(0, 0, 0, 0.1);
}

.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 {
    margin-top: 40px;
}

.contactname {
    padding: 10px;
    margin-top: 10px;
}

.contactmobile {
    padding: 10px;
    margin-top: 10px;
}

.contactemail {
    padding: 10px;
    margin-top: 10px;
}

.contactmessage {
    text-align: justify;
    width: 26.8rem;
    height: 4rem;
    margin-top: 10px;
}

.contactbtn {
    padding: 10px;
    border: 2px solid white (255, 255, 255);
    margin-top: -10px;
    margin-left: -13px;
    border-top-right-radius: 5%;
    border-bottom-left-radius: 5%;
    background-color: rgb(45, 53, 75);
    color: white;
    cursor: pointer;
}

.contactbtn:hover {
    padding: 0.55rem;
}

.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(45, 53, 75);
        background-color: rgb(45, 53, 75);
        border: none;
}

@media (max-width: 768px) {
  .contactsection {
    flex-direction: column;
    margin: 0 20px;
    padding: 20px 10px;
  }

  .contactcontent {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .contactmessage {
    width: 100%;
    height: 6rem;
  }

  .contactbtn {
    margin-top: 15px;
    margin-left: 0;
    padding: 10px;
    width: 100%;
    font-size: 16px;
  }

  .contactinputname,
  .contactname,
  .contactmobile,
  .contactemail {
    width: 100%;
  }

  .contactsearchbox,
  .contactupdatebox,
  .contactindexingbox {
    width: 100%;
    margin: 20px 0;
  }

  .contactpolicy {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }

  .adminbtn {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    font-size: 16px;
    color: white;
  }
}

/*Indexing*/

.indexinghead {
    display: flex;
    justify-content: center;
    text-align: justify;
    margin-top: 3rem;
}

.indexinghr {
    border: 2px dashed rgb(45, 53, 75);
    width: 90%;
    margin-top: 1rem;
    margin-left: 4.1rem;
}

.indexingname {
    padding: 5rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.indexingcontent {
    background-color: rgb(45, 53, 75);
    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;
}

@media (max-width: 768px) {
  .indexinghead {
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .indexinghr {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .indexingname {
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    gap: 1rem;
  }

  .indexingcontent {
    width: 100%;
    font-size: 20px;
    height: auto;
    padding: 1rem;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/*Policies*/
.policy {
    padding: 4rem;
    text-align: justify;
    display: flex;
    justify-content: space-around;
    gap: 2rem;
   
}

.policytitle {
    width: 55rem;
}

.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(222, 229, 246);
    border: 2px solid rgb(45, 53, 75);
    border-radius: 22px;
    height: 36.5rem;
}

.policycontenthead {
    margin-bottom: 1rem;
}

.policylist {
    padding: 1rem;
}

.policyfirstlist {
    padding: 0.5rem;
}

.policysecondlist {
    margin-top: -8px;
    margin-left: 15px;
    margin-bottom: 14px;
}

.item {
    background-color: transparent;
}

@media (max-width: 768px) {
  .policy {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .policytitle {
    width: 100%;
  }

  .policypara,
  .policysecondpara,
  .policyfirstpara {
    font-size: 1rem;
    margin: 16px 0;
  }

  .policybtn {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem;
  }

  .policycontent {
    height: auto;
    padding: 1rem;
    width: 100%;
  }

  .policylist {
    padding: 0.5rem;
  }

  .policyfirstlist,
  .policysecondlist {
    margin: 0.5rem 0;
  }
}

/*submit article*/

.articlesection {
    display: flex;
    justify-content: space-around;
    margin: auto 7rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.articlewelcomemessage {
    margin: -1.5rem;
}

.articlesectionleft {
    max-width: 750px;
    background-color: rgb(241, 244, 252);
    border-top: 10px solid #ebfcff;
    border-top-style: groove;
    padding: 3rem;
    box-shadow: 0 5px 10px #00123b;
    border-radius: 7px;
}

.articlerightimg {
    background-color: rgb(241, 244, 252);
    width: 20rem;
    height: 30rem;
    border: 2px solid grey;
    border-radius: 7px;
}

.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(45, 53, 75);
    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(45, 53, 75);
}

.articlerighthr {
    margin-right: 1rem;
    border: 1px solid grey;
}

.articlerightpolicy {
    background-color: rgb(241, 244, 252);
    width: 20rem;
    height: 10rem;
    border: 2px solid grey;
    border-radius: 7px;
    margin: 2rem auto;
    display: flex;
    justify-content: center;
}

.articlepolicyimg {
    margin-top: 3.3rem;
}

.articleindexingimg {
    display: flex;
    justify-self: center;
    padding: 1rem;
    box-shadow: 0 1px 10px #00123b;
    margin: 2rem auto;
}

.articletitle {
    text-align: center;
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(45, 53, 75);
    margin-bottom: 4rem;
    margin-top: -1.5rem;
}

.articlehr {
    border: 0.5px solid rgb(45, 53, 75);
    margin: 10px 300px;
    box-shadow: 0 1px 20px rgb(45, 53, 75);
}

.articlehead {
    font-size: larger;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.articlebox {
    padding: 10px;
    width: 45.5rem;
    border: 1px solid grey;
    box-shadow: 0 0 1px rgb(197, 197, 197);
    border-radius: 5px;
}

.select {
    width: 46.8rem;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 10px;
}

.articleauthortitle {
    font-size: larger;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 12px;
}

.format {
    color: #0074d9;
}

.submitarticle {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.articlebtn {
    cursor: pointer;
    font-size: 15px;
    padding: 15px;
    background-color: rgb(45, 53, 75);
    border: 2px solid white;
    border-radius: 50px;
    color: white;
    margin-top: 0.5rem;
}

.articlebtn:hover {
    color: rgb(45, 53, 75);
    background-color: white;
    border: 2px solid rgb(45, 53, 75);
}

.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(45, 53, 75);
    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 {
    color: rgb(255, 255, 0);
    box-shadow: 0 1px 20px rgba(255, 255, 0, 0.7);
    border-radius: 10px;
}

.articleloginbtn {
    padding: 20px;
    margin: 30px 10.8rem;
    font-size: 18px;
    background-color: rgb(45, 53, 75);
    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 {
    color: rgb(255, 255, 0);
    box-shadow: 0 1px 20px rgba(255, 255, 0, 0.7);
    border-radius: 10px;
}

.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;
    color: yellow;
}

.articleloginbtn:hover span:after {
    opacity: 1;
    right: 0;
}

@media (max-width: 768px) {
  .articlesection {
    flex-direction: column;
    margin: 1rem;
    align-items: center;
  }

  .articlesectionleft,
  .articlerightimg,
  .articlerightpolicy {
    width: 100%;
    padding: 1.5rem;
    height: auto;
  }

  .articlewelcomemessage {
    text-align: center;
    margin: 1rem 0;
  }

  .articlelogo {
    margin: 1rem auto;
    width: 100%;
    text-align: center;
  }

  .articlerightcontent {
    margin: 1rem auto;
    font-size: 1.1rem;
    text-align: center;
  }

  .articletitle {
    font-size: 18px;
    margin: 1rem auto;
  }

  .articlehr {
    margin: 10px 2rem;
  }

  .articlebox,
  .select {
    width: 100%;
  }

  .articleauthortitle {
    margin: 1rem 0;
    font-size: 1.1rem;
    text-align: center;
  }

  .submitarticle {
    margin-top: 2rem;
  }

  .articleregisterbtn,
  .articleloginbtn {
    margin: 1rem auto;
    width: 90%;
    font-size: 16px;
    padding: 15px;
  }

  .input {
    flex-direction: column;
    padding: 2rem 0;
  }

  .articlemsg {
    margin-bottom: 4rem;
    padding: 1rem;
  }

  .articlecontent {
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.5rem;
  }
}

/*pastissue*/

table {
    border-collapse: collapse;
    width: 60%;
    margin-left: 4rem;
}

.pastsection {
    display: flex;
    justify-content: space-between;
}

.pastleft {
    padding: 30px;
}

.pastright {
    margin-right: 7.4rem;
}

.pasthr {
    margin-left: 4.5rem;
    margin-top: -1.5rem;
    width: 70%;
}

.pasttitle {
    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;
}

.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;
}

@media (max-width: 768px) {
  table {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.9rem;
  }

  .pastsection {
    flex-direction: column;
    margin: 1rem;
    gap: 1.5rem;
  }

  .pastleft,
  .pastright {
    padding: 1rem;
    margin: 0 auto;
    width: 100% !important;
  }

  .pasthr {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }

  .pasttitle {
    margin-left: 0 !important;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .pastleft1 {
    width: 100% !important;
    height: auto !important;
    margin: 1rem 0 !important;
    padding: 1rem;
  }

  .pastleft2,
  .pastleft3 {
    margin-left: 0 !important;
    text-align: center;
  }

  .pastleft2 {
    font-size: 1.5rem !important;
  }

  .pastleft3 {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }

  .pastleft4 {
    width: 100px !important;
    font-size: 0.8rem !important;
    margin-left: 0 !important;
    justify-content: center;
    padding: 8px 10px;
  }

  .pastsearchbox {
    width: 100%;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1rem;
    padding: 0 15px;
    justify-content: center;
  }

  .pastupdatebox,
  .pastindexingbox {
    width: 100% !important;
    max-width: 350px;
    margin: 1rem auto !important;
    height: auto !important;
  }

  .pastpolicy {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding: 0 1rem;
  }
}

/*editorial*/

.editsection {
    display: flex;
    justify-content: space-between;
}

.editleft {
    padding: 30px;
}

.editright {
    margin-right: 7.4rem;
}

.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;
}

.editorialhr {
    margin-left: 4.5rem;
    margin-top: -1.5rem;
    width: 80%;
}

.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;
}

@media (max-width: 768px) {
  .editsection {
    flex-direction: column;
    margin: 1rem;
    gap: 1.5rem;
  }

  .editleft,
  .editright {
    padding: 1rem;
    margin: 0 auto;
    width: 100% !important;
  }

  .edittitle {
    margin-left: 0 !important;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .editorialhr {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }

  .editorialcontent {
    height: auto !important;
    padding: 0 1rem;
  }

  .editsearchbox {
    width: 100%;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1rem;
    padding: 0 15px;
    justify-content: center;
  }

  .editupdatebox,
  .editindexingbox {
    width: 100% !important;
    max-width: 350px;
    margin: 1rem auto !important;
    height: auto !important;
  }

  .editpolicy {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    padding: 0 1rem;
  }
}

/*articlestatus*/

.statuscontent {
    background-color: white;
    margin: 3rem 1rem;
    box-shadow: 5px 5px rgb(0, 0, 77);
    padding: 1rem;
    border: 1px solid grey;
    border-radius: 5px;
}

.statushead {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-bottom: -1rem;
    display: flex;
    justify-content: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: x-large;
}

.d {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: rgb(96, 93, 93)
}

.statustitle {
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color: rgb(0, 2, 142);
    text-align: justify;
}

.statusinside {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    font-family: serif;
    font-weight: 400;
    text-align: center;
    margin: 1rem;
}

.statusdetails {
    color: #db4c4c;
    font-size: large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-bottom: -10px;
}

.artmsg {
    width: 25rem;
}

.statusinsideleft {
    text-align: left;
}

.statusdate {
    color: grey;
    font-family: 'Courier New', Courier, monospace;
}

.paybtn {
    padding: 0.5rem;
    color: rgb(0, 0, 0);
    border: 2px solid white;
    border-radius: 2px;
    background-color: none;
    height: 3rem;

    --s: 50px 10px;
    /* the size of the image */
    --b: 2px;
    /* the border thickness*/
    --g: 5px;
    /* the gap */
    --c: #4b0000;
    /* the color */

    width: var(--s);
    aspect-ratio: 1;
    outline: calc(var(--s)/2) solid #0009;
    outline-offset: calc(var(--s)/-2);
    cursor: pointer;
    transition: .3s;
    margin-top: 10px;

}

.paybtn:hover {
    color: white;
    background-color: blue;
    border: 2px solid rgb(255, 255, 255);
    outline: var(--b) solid var(--c);
    outline-offset: var(--g);
}

@media (max-width: 768px) {
  .statuscontent {
    margin: 2rem 1rem;
    padding: 1rem;
    box-shadow: 3px 3px rgb(0, 0, 77);
  }

  .statushead {
    margin: 1rem 1rem 0.5rem 1rem;
    font-size: large;
    justify-content: center;
    text-align: center;
  }

  .statustitle {
    font-size: 24px;
    text-align: center;
    margin: 0.5rem 1rem;
  }

  .statusinside {
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
    padding: 0.5rem;
  }

  .statusinsideleft {
    text-align: center;
    margin-bottom: 1rem;
  }

  .statusdetails {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .statusdate {
    font-size: 0.9rem;
  }

  .artmsg {
    width: 100%;
    max-width: 300px;
  }

  .paybtn {
    width: 60px;
    height: 60px;
    margin-top: 1rem;
  }
}


/* .right1 {
    padding: 1rem;
    justify-content: right;
}

.left1 {
    display: flex;
    padding: 1rem;
    margin: 4rem 2rem;
    justify-content: left;
}

.Email1 {
    padding: 10px;
    margin: 0 20px;
    margin-top: -10px;

}

.Password1 {
    padding: 10px;
    margin: 0 20px;
    margin-top: -10px;
}

.Mobile1 {
    padding: 10px;
    margin: 0 20px;
    margin-top: -10px;
}

.Profession {
    display: flex;
    justify-content: left;
    padding: 10px;
    margin: 0 20px;
    margin-top: -10px;
    width: 27rem;
    color: grey;
} */

/* .box2 {
    background-color: rgb(222, 229, 246);
    padding: 15px;
    width: 18rem;
    margin-top: 23rem;
    margin-left: -27rem;
    height: 9rem;
    text-align: center;
    border-radius: 0.6%;
}

.author {
    background: #f9f9f9;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

.content4 {
    margin-left: 8px;
}


.hr2 {
    border: 2px solid rgb(45, 53, 75);
    width: 9%;
    margin-top: 1rem;
    margin-left: 2.5rem;
    border-style: dashed;
    margin-bottom: 20px;
}

.hr3 {
    border: 2px solid rgb(45, 53, 75);
    width: 17%;
    margin-top: 1rem;
    margin-left: 3rem;
    border-style: dashed;
}

.input1 {
    display: inline;
    justify-content: center;
}

.h6 {
    padding: 0.6rem;
} 

.submit {
    display: flex;
    justify-content: center;
    margin-top: -72px;
    margin-bottom: -22px;
} */
