@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Maven+Pro:wght@400..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Maven+Pro:wght@400..900&display=swap"); */
/*
fonts:
Jost
Libre Baskerville (Titles)
Maven Pro
Inter (main)
*/

:root {
  --bg-color: #fcf5e6;
  --bg-secondary: #fffefc;
  --primary: #345c66;
  --primary-two: #1e1e1e;
  --secondary-one: #9e2a2b;
  --secondary-two: #f7c759;
  --text-three: #fef4af;
  --text-one: #ffffff;
  --text-two: #121212;
  --primary-green: #198754;
  --text-main: #2d3436;
  --text-muted: #636e72;
  --bg-light: #f8f9fa;

  --p-burgundy: #9e2a2b;
  --s-teal: #345c66;
  --a-gold: #d4a373;
  --page-cream: #fcf5e6;
  --book-cover: #8c2a2b;
  --modal-cream: #fffefc;
  --ink: #1e1e1e;

  --step2um: #ff6b6b;
  --step3um: #335594;
  --step4um: #5d9373;
  --step5um: #40a199;
}
.temp-color {
  color: var(--secondary-one);
}

body {
  font-family: "Inter";
  margin: 0;
  background: var(--bg-color);
  max-width: 100%;
  overflow-x: hidden;
}
section {
  padding: 50px 0;
}

body::-webkit-scrollbar {
  display: none;
}

.submit-bg {
  background-color: var(--primary);
}

.regis-body {
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./assets/hero.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.regis-body a {
  text-decoration: none;
}
.regis-body a:hover {
  text-decoration: underline;
}

.resend:disabled {
  color: gray;
  cursor: not-allowed;
  text-decoration: none;
}

.resend {
  background: transparent;
  color: #198754;
  border: none;
  padding: 0%;
  font-size: 14px;
  text-decoration: none;
}
.resend:hover {
  text-decoration: underline;
}

.otp-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 5px;
}

.otp-input:focus {
  outline: none;
  border-color: #4a7c59;
  box-shadow: 0 0 0 0.2rem rgba(74, 124, 89, 0.25);
}

.btn-row {
  display: flex;
  justify-content: space-between; /* pushes circles to the right */
  align-items: center; /* keeps them aligned vertically */
}

.circles-2 {
  display: flex;
  gap: 8px;
}

.circles-2 span:nth-child(1) {
  background-color: #f7c759;
}

.circles-2 span:nth-child(2) {
  background-color: #ff6b6b;
}

.circles-2 span:nth-child(3) {
  background-color: #4ecdc4;
}

.circles-2 span {
  margin-bottom: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%; /* makes them circles */
}

.form-card {
  border-radius: 12px;
  width: 470px;
  padding: 25px;
  background-color: #f3efe8;
  display: none;
}

.veri-card {
  border-radius: 12px;
  width: 470px;
  padding: 25px;
  background-color: #f3efe8;
}

.form-card.active {
  display: block;
}
.form-card h3 {
  margin-top: 20px;
  font-size: 24px;
  font-family: "Inter";
}
form p {
  font-size: 14px;
}

.dividerr {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
  color: #9f9f9f;
  font-size: 14px;
}

.dividerr::before,
.dividerr::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.dividerr:not(:empty)::before {
  margin-right: 20px;
}

.dividerr:not(:empty)::after {
  margin-left: 20px;
}

.soize {
  margin-top: 15px;
  font-size: 14px;
}
/* in-override k bootstrap */
.form-control {
  background-color: #ffffff;
  border: 1px solid #e1cbaa;
  color: #2e2e2e;
}

.form-control::placeholder {
  color: var(--text-muted);
}

.form-control:focus {
  border-color: #4a7c59;
  box-shadow: 0 0 0 0.2rem rgba(74, 124, 89, 0.25);
}

.form-check-input:checked {
  background-color: #4a7c59;
  border-color: #4a7c59;
}

/* PANELS (for users/admins) */
.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.btn-custom:hover {
  background-color: #355e43;
}
.canvas {
  background-color: #f3efe8;
  color: var(--text-two);
}

/*navbar*/
.logo img {
  width: 100px;
  height: auto;
}

.navbar {
  position: sticky;
  top: 0;
  background: var(--bg-color);
  padding: 10px 40px;
  display: flex;
  align-items: center;
  z-index: 1000;

  transition: opacity 0.3s ease;
}
.nav-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.nav-left img {
  height: 50px;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

/* .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  background: white;
  border-bottom: 1px solid #eee;
} */

.navbar.scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nav-links a:not(.login-btn) {
  text-decoration: none;
  color: var(--text-two);
  font-size: 13px;
  position: relative;
}

.nav-links a:not(.login-btn).active {
  color: var(--secondary-one);
  font-weight: 600;
}

.nav-links a:not(.login-btn).active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--secondary-one);
  bottom: -8px;
  left: 0;
  border-radius: 5px;
}

/* hover animation */
.nav-links a:not(.login-btn)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-one);
  bottom: -8px;
  left: 0;
  border-radius: 5px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.nav-links a:not(.login-btn):hover::before {
  transform: scaleX(1);
}

.login-btn {
  background: var(--secondary-one);
  color: var(--text-one);
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;

  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.library-btn {
  border-color: var(--secondary-one);
  color: var(--secondary-one);
  background-color: var(--bg-color);
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid var(--secondary-one);
  cursor: pointer;
  font-size: 13px;

  transition: all 0.4s ease-in-out;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.library-btn:hover {
  border: 1px solid var(--secondary-one);
  color: var(--secondary-one);
  background-color: var(--bg-color);
}

.library-btn:hover .btn-text {
  text-decoration: underline;
}

.login-btn:hover {
  border-color: var(--secondary-one);
  color: var(--secondary-one);
}

.library-btn .material-symbols-outlined,
.login-btn .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* Home stufff*/
.hero {
  color: var(--text-one);
  text-align: left;
  padding: 100px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("./assets/authors-hero.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60vh;
  margin: 15px;
  margin-top: 0%;
  border-radius: 15px;
  z-index: 1;
}

.hero-content {
  padding: 30px;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero p {
  font-size: 20px;
  margin-top: 20px;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: start;
  gap: 15px;
}

.btn-primary {
  background: var(--secondary-one);
  color: var(--text-one);
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

  transition: 0.2s ease-in-out;
}

.btn-primary:hover {
  background: #73241b;
}

.btn-secondary {
  background-color: var(--bg-secondary);
  border: 1px solid #d6e2df;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-two);

  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
  border: 1px solid #d6e2df;
  background-color: #d4d2c9;
}

/* Layout Containers */
.services-section {
  margin-top: 8%;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--primary);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  font-family: "Inter", sans-serif;
}

.service-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.service-card {
  flex: 1;
  max-width: 300px;
  min-height: 270px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.service-card:nth-child(1)::before {
  background-color: #fff9e6;
  border: 1px solid rgba(255, 213, 79, 0.3);
}

.service-card:nth-child(2)::before {
  background-color: #ffebee;
  border: 1px solid rgba(229, 115, 115, 0.3);
}

.service-card:nth-child(3)::before {
  background-color: #e3f2fd;
  border: 1px solid rgba(100, 181, 246, 0.3);
}

.service-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card:hover::before {
  opacity: 1;
  transform: translate(10px, 10px) rotate(3deg);
}

.service-card .icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.service-card:hover .icon-box {
  transform: scale(1.1);
}

.service-card .divider {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 15px 0;
  position: relative;
  transition: background-color 0.4s ease;
}

.service-card .divider span {
  position: absolute;
  top: -10px;
  left: 0;
  background: white;
  padding-right: 10px;
  font-size: 0.8rem;
  color: #ccc;
  font-weight: bold;
  transition: color 0.4s ease;
}

.service-card:nth-child(1):hover .divider {
  background: rgba(255, 213, 79, 0.5);
}

.service-card:nth-child(1):hover .divider span {
  background-color: #fff9e6;
  color: #f5b041;
}

.service-card:nth-child(2):hover .divider {
  background: rgba(229, 115, 115, 0.5);
}

.service-card:nth-child(2):hover .divider span {
  background-color: #ffebee;
  color: #e57373;
}

.service-card:nth-child(3):hover .divider {
  background: rgba(100, 181, 246, 0.5);
}

.service-card:nth-child(3):hover .divider span {
  background-color: #e3f2fd;
  color: #64b5f6;
}

.service-card .title {
  font-size: 1.15rem;
  font-family: "Poppins";
  font-weight: 600;
  margin: 10px 0;
  color: #222;
}

.service-card .content {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
}

.main-title {
  text-shadow: 2px 3px 1px #ff4c49;
  color: var(--secondary-two);
  font-family: "Jost";
  font-weight: 700;
  font-size: 32px;
}

.sub {
  color: #e3ecec;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.service {
  background: var(--primary);
  color: var(--text-one);
  width: 52%;

  margin: -125px auto 40px; /* overlap + space below */

  padding: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* The Numbered Divider Line */
.divider {
  display: flex;
  align-items: center;
  margin: 25px 0;
  color: #ccd1d9;
  font-weight: bold;
}
/* 
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
  margin-left: 15px;
} */

/* Icon Styles */
.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* Text Styles inside Card */
.title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}
.content {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.featured {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.featured h5 {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
}

.cta-btn {
  margin-top: -40px;
  text-align: center;
  margin-bottom: 8%;
}

.started-btn {
  margin-top: 22px;
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 24px;
  border-color: var(--secondary-one);
  border-style: solid;
  background-color: var(--secondary-one);
  color: var(--text-one);
  transition:
    background-color 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}
.started-btn a {
  font-family: "Poppins";
  text-decoration: none;
  color: var(--text-one);
  transition:
    background-color 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}
.started-btn:hover a {
  color: var(--secondary-one);
}

.started-btn:hover {
  border-style: solid;
  background-color: transparent;
  border-color: var(--secondary-one);
  color: var(--secondary-one);
}

.main-text {
  font-family: "Poppins";
  font-size: 24px;
  margin-bottom: 3%;
}

/* footer {
  height: auto;
  background-color: var(--primary-two);
  padding: 20px;
  color: var(--text-one);
}
footer hr {
  background-color: var(--secondary-one);
  border: none;
  height: 1px;
  opacity: 0.7;
}
.footer-left {
  margin-left: 4%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.footer-left h2 {
  margin-bottom: 2%;
  color: var(--text-one);
  font-weight: 400;
  font-family: "Poppins";
}

.contact-item {
  display: flex;
  align-items: center;
} */
footer {
  background-color: var(--primary-two);
  color: #f8fafc;
  padding: 3rem 2rem 1.5rem 2rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

/* 3-Column Visual Hierarchy */
.footer-brand,
.footer-contact,
.footer-socials {
  flex: 1 1 250px; /* Allows columns to shrink and stack elegantly */
}

.footer-brand h2 {
  margin-bottom: 2%;
  color: var(--bg-secondary);
  font-weight: 400;
  font-family: "Poppins";
}

.brand-subtext {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.5;
}

.footer-contact h3,
.footer-socials h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #cbd5e1;
}

/* Contact Items Layout */
.contact-item {
  display: grid !important;
  grid-template-columns: 50px 1fr !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.contact-item .icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-item p,
.contact-item a,
.contact-item span:not(.icon) {
  text-decoration: none;
  color: var(--bg-secondary);
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.contact-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Facebook Circle Button Style */
.footer-socials {
  display: flex;
  flex-direction: column;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1877f2;
  color: #ffffff;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon .material-symbols-outlined {
  font-size: 1.5rem;
}

/* Bottom Copyright Section */
.footer-divider {
  border: 0;
  border-top: 1px solid var(--secondary-one);
  margin: 2rem auto 1.5rem auto;
  max-width: 1200px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}

.icon {
  margin-right: 12px;
  font-size: 1.2rem;
  color: var(--secondary-two);
  margin-bottom: 15px;
}

.about-jme {
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); */

  color: var(--text-two);
  padding: 30px;
  border-radius: 5px;
  background: var(--bg-secondary);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.about-jme h2 {
  font-family: "Poppins";
  font-size: 32px;
  color: var(--secondary-one);
  margin-bottom: 5px;
}

.infobox-1 {
  margin-top: 18px;
  background: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.circle-content {
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-start;
  order: 1;
}

.circle-graphic {
  width: 400px;
  height: 495px;
  background: url("./assets/book.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0 600px 600px 0;
  transform: translateX(-10%);
}

.text-content {
  flex: 3;
  order: 2;
}

.subtitle {
  font-style: italic;
  color: #b1afaf;
  margin-bottom: 25px;
}

.disciplines-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
  padding-left: 20px;
}

/* end of home */

/* Editors peyj*/
.banner {
  width: 100%;
  background-color: var(--primary);
  padding: 0.5%;
}

.container {
  margin: 30px auto;
  padding: 30px;
  border-radius: 5px;
  background: var(--bg-secondary);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* ========= PF STUF =========== */
.pf-container {
  margin: 70px auto;
  padding: 10px;
  border-radius: 5px;
  background: #fff4e3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pf-body {
  padding: 20px;
}

.pf-avatar span {
  margin-top: 5%;
  font-size: 60px;
  color: var(--primary-color);
}

.pf-action {
  background-color: #fef5e7;
  margin-bottom: 10px;
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  transition: 0.2s;
  font-size: 14px;
}

.pf-action:hover {
  background: #efe7d9;
}

.pf-action span {
  font-size: 20px;
}
.airmail-border {
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  height: 20px;
  background: repeating-linear-gradient(45deg, #e07a7a 0px, #e07a7a 12px, #fff4e3 12px, #fff4e3 24px, #6c8ead 24px, #6c8ead 36px, #fff4e3 36px, #fff4e3 48px);
  border-radius: 4px;
}
.airmail-border.top {
  top: 0;
}

.airmail-border.bottom {
  bottom: 0;
}
.title-row {
  font-family: "Poppins";
  display: flex;
  justify-content: space-between; /* pushes circles to the right */
  align-items: center; /* keeps them aligned vertically */
}
.title-row-2 {
  display: flex;
  justify-content: space-between; /* pushes circles to the right */
  align-items: center; /* keeps them aligned vertically */
}

.title-row h4 {
  color: var(--primary);
  font-size: 32px !important;
}

.circles {
  display: flex;
  gap: 12px;
}

.circles span:nth-child(1) {
  background-color: #f7c759;
}

.circles span:nth-child(2) {
  background-color: #ff6b6b;
}

.circles span:nth-child(3) {
  background-color: #4ecdc4;
}

.circles span {
  margin-bottom: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* makes them circles */
}

.infobox {
  margin-top: 18px;
  margin-right: 20px;
  background: #fdfdfc;
  border-left: 6px solid var(--secondary-one);
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 8%;
}

.editorname {
  margin-left: 124px;
  display: inline-block;
}

.websitelnk {
  margin-left: 74px;
  display: inline-block;
}

.editorconts {
  border-left: 6px solid var(--secondary-one);
  display: flex;
  align-items: center;
  background: #fdfdfc;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 3%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);

  transition: 0.3s ease;
}

.editorconts:hover {
  transform: translateY(-10px);
}

.circleimg img {
  width: auto;
  height: 115px;
  margin-right: 10px;
  clip-path: circle(44%);
  object-fit: cover;
}

.edeets {
  flex: 1;
}

.ename {
  font-weight: bold;
  margin-bottom: 5px;
}

.erole {
  font-size: 15px;
  margin-bottom: 6px;
  color: #444;
}

.edesc {
  font-size: 13px;
  color: #555;
}

.section-subtitle {
  margin-bottom: 30px;
  color: #555;
}

.reviewer-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.reviewer-card {
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  gap: 15px;
}

.line {
  width: 4px;
  background: var(--secondary-one);
  border-radius: 5px;
}

.content {
  flex: 1;
}
.reviewer-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

.reviewer-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
/* end of editors */

/* about section*/
.about-banner {
  width: 100%;
  text-align: center;
  background-color: var(--primary);
  background-color: var(--primary);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  padding: 3%;
}

.about-banner h2 {
  text-shadow: 2px 3px 1px #ff4c49;
  color: var(--secondary-two);
  font-family: "Jost";
  font-size: 56px;
  font-weight: 700;
}
.about-banner p {
  font-size: 18px;
  margin: 0 auto;
  font-weight: 500;
  text-shadow: 2px 1px 1px #ff4c49;
  color: var(--secondary-two);
  font-family: "Jost";
}

.about-section {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  line-height: 1.8;
}

.about-main {
  text-align: left;
}

.schmoll {
  font-size: 12px;
  width: 75%;
  margin: 0 auto;
  text-align: left;
  color: #555;
}

.about-main h4 {
  color: var(--primary);
  font-size: 32px;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20%;
  margin-bottom: 8%;
}

.card-cointainer {
  border: solid;
  border-width: 3px;
  border-color: var(--secondary-two);
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);

  overflow: visible;
}

.caard-header {
  font-family: "Poppins";
  background: var(--primary);
  color: var(--secondary-two);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 20px;
  margin-top: 15px;
}

.card-content {
  color: var(--text-two);
  padding: 30px;
  color: var(--text-two);
  text-align: center;
}

/* end  of about*/

/* process page*/
.author-banner {
  color: var(--text-one);
  text-align: left;
  padding: 100px 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.063), rgba(0, 0, 0, 0.067)), url("./assets/authors-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60vh;
  margin: 15px;
  margin-top: 0%;
  border-radius: 20px;
  z-index: 1;
}

.author-title {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.resp-contents {
  max-width: 700px;
  margin: -80px auto 0;
  padding: 25px;
  border-radius: 8px;
  background: var(--bg-secondary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  color: var(--text-two);
  text-align: left;
  font-size: 14px;
}

.resp-contents ol {
  padding-left: 20px;
}

.resp-contents li {
  line-height: 1.6;
}

/* ===== SECTION ===== */

input::placeholder {
  color: #888;
  opacity: 0.5; /* Firefox sets opacity < 1 by default */
}

/* ===== TITLE ===== */
.title-row {
  text-align: center;
}

.title-row h4 {
  font-size: 30px;
  color: var(--primary);
}

/* ===== CARD ===== */
.process-card {
  background: #fdfdfc;
  border-radius: 28px;
  padding: 25px;
  height: 100%;
  max-width: 320px;
  margin: auto;

  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ===== ICON ===== */
.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-box span {
  font-size: 24px;
}

/* COLORS */
.icon-box.blue {
  background: #dff2ff;
}
.icon-box.blue span {
  color: #4bbcc9;
}

.icon-box.yellow {
  background: #fff1ba;
}
.icon-box.yellow span {
  color: #f7c759;
}

.icon-box.red {
  background: #fde2e2;
}
.icon-box.red span {
  color: #ff6b6b;
}

/* ===== STEP LABEL ===== */
.step {
  font-size: 12px;
  color: #6e6e73;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

/* ===== TEXT ===== */
.process-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.5;
}

/* responsibilty text */
.fsdesign {
  font-size: 18px;
  margin-top: 0;
  font-weight: 500;
  color: var(--secondary-one);
  font-family: "Poppins";
}

.fs-7 {
  font-size: 14px;
}

.process-text {
  font-size: 32px;
}

.circles-1 {
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
}

/* JOURNALS */
.journals-hero {
  text-align: center;
  color: var(--text-one);
  background: url("./assets/hero-journ.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 70vh;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 15px;

  z-index: 1;
}
.journals-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  z-index: -1;
}

.journ-text {
  text-align: left;
  color: var(--text-one);
  padding: 5%;
  max-width: 55%;
}

/* .journ-text h1 {
  font-family: "Poppins"
  font-size: 60px;
}

.journ-text p {
  margin-top: 20px;
  font-size: 16px;
} */
.journ-text h1 {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.journ-text p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.9;
}

.search-box {
  background: var(--primary);
  color: var(--text-one);
  width: 45%;

  margin: -90px auto 40px; /* overlap + space below */

  padding: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.search-box p {
  font-size: 20px;
}
.search-input .input-group {
  margin: 0;
}

.search-input .form-control {
  border-radius: 10px 0 0 10px !important;
  box-shadow: none !important;
  height: 40px;
}

.search-input .search-button {
  border-radius: 0 10px 10px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 40px;
}

/*manuscript monitoring*/

/* .dec-dot {
        width: 18px;
        height: 18px;
        border-radius: 50%;
    }

    .yellow { background-color: #f2c968; }
    .pink   { background-color: #f07e78; }
    .teal   { background-color: #69c5c1; } */

.title-texts {
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #222;
  font-family: "Poppins";
  font-weight: 500;
}

h2.manu-title {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* 4. Labels (The "Small but Mighty" text) */
.detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  display: block;
  margin-bottom: 2px;
}

/* 5. Values & Body Text */
.detail-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}

.text-muted.small {
  font-size: 14px;
}

.subtitle {
  color: #666;
  margin-bottom: 40px;
}

.manu-title {
  font-size: 18px;
  margin-bottom: 30px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}

.manu-step {
  text-align: center;
  flex: 1;
  position: relative;
}

.manu-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
}

.manu-step.active:not(:last-child)::after {
  background-color: #f07e78;
}

.dot {
  height: 14px;
  width: 14px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: inline-block;
  /* margin-bottom: 10px; */
  border: 3px solid white;
  box-shadow: 0 0 0 1px #e0e0e0;
  position: relative;
  z-index: 1;
}

.active .dot {
  background-color: #f07e78;
  box-shadow: 0 0 0 1px #f07e78;
}

.manu-step-label {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.active .manu-step-label {
  margin-top: 10px;
  color: #000;
}

/* manu submitt */

.form-container {
  width: 1300px;
  padding: 12px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.nav-tabs .nav-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.card {
  background: #fffcf6;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 23px;
}

.card,
.form-container {
  transform: none !important;
}

.section-bar {
  padding: 15px;
  border-radius: 12px;
  color: white;
  margin-bottom: 14px;
  font-weight: bold;
}

.yellow {
  background: #e7b955;
}
.red {
  background: #f56565;
}
.blue {
  background: #3f5c94;
}
.green {
  background: #5d9373;
}
/* 
label {
  display: block;
  margin-top: 11px;
  font-weight: 470;
}

input,
select,
textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #c9c8c8;
  margin-top: 5px;
  font-size: 15px;
} */

.checkbox-group {
  align-items: flex-start;
  width: 100%;
}

.checkbox-group span {
  display: block;
  align-items: flex-start;
  gap: 9px;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #40a199;
  color: white;
  font-size: 16px;
  margin-top: 20px;
}

.submit-btn:hover {
  background-color: #388b85;
}

.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-tabs .nav-link.completed::after {
  content: "✔";
  font-size: 0.9rem;
  color: #198754;
}

/* Card Container */
.medium-card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

/* Image Container */
.journal-cover-md {
  width: 120px;
  height: 160px;
  object-fit: cover;
}

/* ==== NEW JOURNALS ==== */
.wa-ledger-page {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background-color: var(--page-cream);
  padding: 2rem 0;
}

.wa-ledger-page h1,
.wa-ledger-page h2,
.wa-ledger-page h3,
.wa-ledger-page h4,
.wa-ledger-page h5,
.wa-ledger-page h6,
.font-poppins {
  font-family: "Poppins", sans-serif;
  color: var(--p-burgundy);
}

/* Top Filter Pills Container */
.wa-filter-container {
  display: flex;
  justify-content: end;
  gap: 1.5rem;
  padding: 1rem 0;
}

/* Filter Pill Button */
.wa-filter-pill {
  background-color: var(--p-burgundy);
  color: #ffffff;
  border-color: var(--p-burgundy);
  border-radius: 50rem;
  padding: 8px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px rgba(30, 30, 30, 0.03);
}

.wa-hide-columns-pill {
  background-color: transparent;
  color: var(--s-teal);
  border: 1px solid rgba(52, 92, 102, 0.15);
  border-radius: 50rem;
  padding: 8px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Modals - FORCED BACKGROUND TO FIX TRANSPARENCY */
.wa-filter-modal-content,
.wa-preview-modal-content {
  background-color: var(--modal-cream) !important;
  border: none !important;
}

.wa-filter-modal-content {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(30, 30, 30, 0.08);
  overflow: hidden;
}

.wa-filter-modal-header {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  padding: 1rem 2rem;
}

.wa-filter-modal-body {
  padding: 1.5rem 2rem;
}

.wa-filter-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-family: "Inter", sans-serif;
}

.wa-filter-rule label {
  font-size: 0.95rem;
  color: #555;
}

/* Exact Target Modal Styles */
.wa-filter-select-box {
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 8px 12px;
  font-size: 0.95rem;
  color: #1e293b;
  background-color: #ffffff !important;
  display: flex;
  align-items: center;
  height: 42px; /* Uniform height for labels and selects */
  box-shadow: none !important;
  margin: 0;
}

.wa-btn-apply-target {
  background-color: #207673 !important; /* Exact teal from your target image */
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 8px 20px !important;
  border: none !important;
  font-family: "Inter", sans-serif;
}

.wa-btn-apply-target:hover {
  background-color: #185e5c !important;
}

.wa-filter-rule-icon {
  font-size: 1.25rem;
  color: rgba(30, 30, 30, 0.3);
}

.wa-btn-apply-filters {
  background-color: var(--s-teal);
  color: #ffffff;
  border: none;
  border-radius: 50rem;
  padding: 10px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(52, 92, 102, 0.15);
}

.wa-btn-apply-filters:hover {
  opacity: 0.95;
  color: #ffffff;
}

.wa-btn-clear-filters {
  background-color: transparent;
  color: var(--p-burgundy);
  border: 1px solid var(--p-burgundy);
  border-radius: 50rem;
  padding: 10px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.wa-btn-clear-filters:hover {
  background-color: rgba(158, 42, 43, 0.05);
}

/* Warm Dark Book Journal Cards */
.wa-book-card {
  background-color: var(--primary-two);
  border: none;
  border-radius: 4px 16px 16px 4px;
  border-left: 12px solid var(--p-burgundy);
  padding: 1.75rem 1.5rem 1.5rem 1.5rem;
  box-shadow:
    0 8px 20px rgba(158, 42, 43, 0.04),
    inset -4px 0 0 rgba(158, 42, 43, 0.15),
    inset -5px 0 0 rgba(30, 30, 30, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--page-cream); /* Default text color to light */
}

.wa-book-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  width: 14px;
  height: 38px;
  background-color: var(--a-gold);
  border-radius: 0 0 3px 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-bottom: 3px solid rgba(184, 138, 92, 0.4);
}

.wa-book-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 12px 32px rgba(158, 42, 43, 0.08),
    inset -4px 0 0 rgba(158, 42, 43, 0.15),
    inset -5px 0 0 rgba(30, 30, 30, 0.02);
}

/* FORCED CONTRAST INSIDE BOOK CARDS */
.wa-book-card .journal-badge {
  background-color: rgba(212, 163, 115, 0.15) !important; /* Faint gold bg */
  color: var(--a-gold) !important; /* Gold text */
  border: 1px solid rgba(212, 163, 115, 0.3) !important;
  border-radius: 50rem;
  padding: 4px 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-left: 1.5rem;
}

.wa-book-card .wa-book-title,
.wa-book-card h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  min-height: 4.5em;
  color: var(--page-cream) !important; /* Forces cream title text */
  margin-top: 0.5rem;
}

.wa-book-divider {
  height: 2px;
  width: 60px;
  background-color: rgba(212, 163, 115, 0.3); /* Gold dividing foil */
  margin: 1rem auto;
  border-radius: 50rem;
}

.journal-info-row {
  border-top: 1px solid rgba(212, 163, 115, 0.2);
  border-bottom: 1px solid rgba(212, 163, 115, 0.2);
  padding: 0.75rem 0;
  margin-top: auto;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
}

.wa-book-card .info-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(212, 163, 115, 0.9) !important; /* Gold labels */
  display: block;
  margin-bottom: 2px;
}

.wa-book-card .info-value {
  color: var(--page-cream) !important; /* Cream values */
}

.wa-book-card .journal-link {
  color: var(--a-gold) !important; /* Gold links to stand out from red */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s ease;
}
.wa-book-card .journal-link:hover {
  color: var(--page-cream) !important;
}

.wa-book-card .wa-btn-inspect {
  background-color: transparent !important;
  color: var(--a-gold) !important; /* Gold button text */
  border: 1px solid var(--a-gold) !important; /* Gold outline */
  border-radius: 50rem;
  padding: 6px 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}
.wa-book-card .wa-btn-inspect:hover {
  background-color: rgba(212, 163, 115, 0.1) !important;
  color: var(--page-cream) !important;
  border-color: var(--page-cream) !important;
}

/* Light Article Preview Modal */
.wa-preview-modal-content {
  border-radius: 4px 24px 24px 4px;
  border-left: 20px solid var(--p-burgundy) !important;
  box-shadow:
    0 20px 50px rgba(30, 30, 30, 0.15),
    inset -6px 0 0 #f4efe6,
    inset -8px 0 0 rgba(30, 30, 30, 0.02);
}

.wa-preview-modal-header {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
  padding: 1.5rem 2rem;
}

.wa-preview-modal-body {
  padding: 1.5rem 2rem pe-md-5;
  padding-right: 3rem !important;
}

.wa-preview-divider {
  height: 3px;
  width: 60px;
  background-color: var(--a-gold);
  margin: 1.5rem auto;
  border-radius: 50rem;
}

.modal-author-date-info {
  font-size: 0.95rem;
  opacity: 0.8;
}

.modal-author-date-info .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--s-teal);
}

.wa-abstract-box {
  background-color: var(--page-cream);
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal-abstract-text {
  line-height: 1.7;
  font-size: 0.95rem;
  opacity: 0.85;
}

.modal-citation-info {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #444;
}

.modal-citation-small-info {
  font-size: 0.75rem;
  color: #888;
}

.wa-citation-group {
  border: 1px solid rgba(158, 42, 43, 0.15);
  box-shadow: 0 4px 8px rgba(30, 30, 30, 0.03);
  border-radius: 8px;
  overflow: hidden;
}

.wa-citation-group .form-control {
  font-size: 0.9rem;
  background-color: var(--page-cream) !important;
  color: var(--ink);
  border: none;
  padding: 10px 16px;
}

.wa-btn-copy-citation {
  background-color: var(--a-gold);
  color: #ffffff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 0;
}

.wa-btn-copy-citation:hover {
  opacity: 0.95;
  color: #ffffff;
  background-color: var(--a-gold);
}

.wa-preview-modal-footer {
  background-color: var(--page-cream);
  border-top: 1px solid rgba(30, 30, 30, 0.08);
  padding: 1.25rem 2rem pe-md-5;
  padding-right: 3rem !important;
}

.wa-btn-download-pdf {
  background-color: var(--s-teal);
  color: #ffffff;
  border: none;
  border-radius: 50rem;
  padding: 10px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(52, 92, 102, 0.15);
}

.wa-btn-download-pdf:hover {
  transform: translateY(-2px);
  background-color: var(--s-teal);
  color: #ffffff;
}

/* ====== */
@keyframes slamLock {
  0% {
    transform: scale(4);
    opacity: 0;
  }
  80% {
    transform: scale(2.8);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-stamp {
  display: inline-block;
  animation: slamLock 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.title-text {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text-one);
  letter-spacing: -0.5px;
}

.subtitle-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-muted);
}

.step-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-main);
}

.form-label-alt {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  display: block;
}

.card-header {
  background-color: #fffcf6;
}

/* Progress Tracker Inside the Box */
.step-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.step-wrapper::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e0e0e0;
  z-index: 1;
  transform: translateY(-50%);
}

.step-item {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #fffcf6;
}

.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  border: 1px solid #dfe6e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.step-item.active .step-circle {
  background: var(--secondary-one);
  border-color: var(--secondary-one);
  color: white;
}

.step-item.active .step-label {
  color: var(--text-main);
}

/* Soft Form Controls */
.form-control,
.form-select {
  padding: 0.6rem 0.8rem;
  font-size: 0.95rem;
  border-radius: 8px;
  color: var(--text-main);
}

.form-control:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.05);
}

.title-text {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text-one);
  letter-spacing: -0.5px;
}

.subtitle-text {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-muted);
}

.step-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.form-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-main);
}

.form-label-alt {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  display: block;
}

/* Progress Tracker Inside the Box */
.step-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
/* .step-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #e0e0e0;
  z-index: 1;
  transform: translateY(-50%);
} */
.step-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  border: 1px solid #dfe6e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.step-item.active .step-circle {
  background: var(--secondary-one);
  border-color: var(--secondary-one);
  color: white;
}

.step-item.active .step-label {
  color: var(--text-main);
}

/* Soft Form Controls */
.form-control,
.form-select {
  border: 1px solid #e2e8f0;
  padding: 0.6rem 0.8rem;
  font-size: 0.95rem;
  border-radius: 8px;
  color: var(--text-main);
}

.form-control:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.05);
}

.bg-readonly {
  background-color: #f1f3f5 !important;
  border: none !important;
}

/*featured journals updated \

/* --- Decorative Circles --- */

.journal-swiper {
  width: 100%;
  padding: 40px 0 60px 0;
}
.journal-swiper .swiper-slide {
  background: #1e1e1e;
  width: 260px;
  height: 380px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.journal-swiper .swiper-slide img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.journal-swiper .card-body {
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.journal-swiper .card-title {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #dc3545 !important;
}
.swiper-pagination-bullet-active {
  background: #dc3545 !important;
}

.btn-red-outline {
  color: #dc3545;
  border: 1px solid #dc3545;
  background: transparent;
  transition: 0.3s;
}
.btn-red-outline:hover {
  background: #dc3545;
  color: white;
}

.red-btn {
  background-color: #dc3545 !important;
  border: none !important;
}
.red-btn a {
  color: white !important;
}

.journal-feature-section {
  padding-bottom: 80px;
}

.journal-feature-section {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.journal-swiper {
  width: 100%;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #dc3545 !important;
}

.modal-footer .btn-danger {
  transition: all 0.25s ease;
}

.modal-footer .btn-danger:hover {
  transform: translateY(-1px);
  color: white;
  box-shadow: 0 10px 20px rgba(220, 38, 38, 0.25);
}

/* TOP DESIGN */
/* .modal-top {
  height: 70px;
  background: var(--secondary-one);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
} */

/* ICON */
/* .logout-icon {
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  margin: -70px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.logout-icon span {
  font-size: 42px;
  color: var(--secondary-one);
} */
/* ===== MODAL BACKDROP ===== */
#logoutModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

/* ===== ENVELOPE WRAPPER ===== */
.envelope-wrapper {
  position: relative;
  width: 420px;
  height: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
}

/* ===== ENVELOPE BODY ===== */
.envelope {
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  background: linear-gradient(145deg, #f7f7f7, #e4e4e4);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.12),
    inset 0 2px 0 rgba(255, 255, 255, 0.6);
}

/* LEFT FOLD */
.envelope::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #ececec;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
  z-index: 2;
}

/* RIGHT FOLD */
.envelope::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: #dfdfdf;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

/* ===== TOP FLAP ===== */
.envelope-flap {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 180px;

  background: linear-gradient(145deg, #f3f3f3, #dadada);

  clip-path: polygon(0 0, 50% 72%, 100% 0);

  transform-origin: top;
  transform-style: preserve-3d;

  z-index: 6;

  animation: flapOpen 1.2s ease forwards;

  box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.5);
}

/* back side of flap */
.envelope-flap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #d8d8d8;
  clip-path: polygon(0 0, 50% 72%, 100% 0);

  transform: rotateX(180deg);
  backface-visibility: hidden;
}

/* ===== FIXED FLAP ANIMATION ===== */
@keyframes flapOpen {
  0% {
    transform: rotateX(0deg);
    z-index: 6;
  }

  49% {
    z-index: 6;
  }

  50% {
    z-index: 1;
  }

  100% {
    transform: rotateX(180deg);
    z-index: 1;
  }
}
/* ===== LETTER ===== */
/* .envelope,
.envelope-flap,
.letter {
  backface-visibility: hidden;
  transform-style: preserve-3d;
} */
.letter {
  position: absolute;
  width: 88%;
  height: 320px;
  background: #fffdfb;
  padding: 28px;
  z-index: 3;
  bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  transform: translateY(110px) scale(0.92);
  opacity: 0;

  animation: pullLetter 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.4s;
}

/* ===== ICON ===== */
.logout-icon {
  width: 78px;
  height: 78px;

  min-width: 78px;
  min-height: 78px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  aspect-ratio: 1 / 1;

  background: radial-gradient(circle at top, #ffe7e7, #ffd3d3);

  box-shadow:
    0 10px 25px rgba(255, 82, 82, 0.18),
    inset 0 2px 5px rgba(255, 255, 255, 0.8);
}

.logout-icon span {
  font-size: 38px;
  color: #d94444;
}

/* ===== BUTTONS ===== */
#logoutModal .btn {
  transition: all 0.25s ease;
  font-weight: 600;
}

#logoutModal .btn:hover {
  transform: translateY(-2px);
}

/* ===== ANIMATIONS ===== */
@keyframes openFlap {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}

@keyframes pullLetter {
  0% {
    transform: translateY(110px) scale(0.92);
    opacity: 0;
  }

  60% {
    transform: translateY(-35px) scale(1.02);
    opacity: 1;
  }

  100% {
    transform: translateY(-20px) scale(1);
    opacity: 1;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 500px) {
  .envelope-wrapper {
    width: 95%;
    transform: scale(0.9);
  }

  .letter {
    padding: 22px;
  }
}
.modal-footer .btn-secondary {
  background-color: transparent;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.modal-footer .btn-secondary:hover {
  background-color: #f0f0f0;
  color: #333;
  border-color: #bbb;
}

.dashboard-header {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

/* Stats Section */
.stat-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  border: none;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.status-badge {
  font-size: 12px;
  margin-bottom: 0%;
  display: inline-flex;
  align-items: center;

  padding: 4px 12px;
  border-radius: 999px;
}

.status-badge.approved {
  background: #e0ffdf;
  color: var(--step4um);
  border: 1px solid var(--step4um);
}

.status-badge.rejected {
  background: #fdecea;
  color: #c62828;
  border: 1px solid var(--step2um);
}

.status-badge.revision-requested {
  background: #fde8fd;
  color: #ef47a3;
  border: 1px solid #d73c91;
}

.status-badge.revised {
  background: #e8fdf8;
  color: #0c7147;
  border: 1px solid #3cd760;
}

.status-badge.pending {
  background: #fff8e1;
  color: #92400e;
  border: 1px solid #facc15;
}

.status-badge.screening {
  background: #e4f0fb;
  color: #4c6f9d;
  border: 1px solid #9ab8da;
}

.status-badge.peer-review {
  background: #efe7fb;
  color: #6f58a8;
  border: 1px solid #b7a0e3;
}

.icon-box.green {
  background: #e0ffdf;
}
.icon-box.green span {
  color: #4bc966;
}
.stat-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var();
  letter-spacing: 0.08em;
}
.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ac8968;
  margin-top: 5px;
}

/* Manuscript List Items */
.manu-card {
  background: #ffffff;
  border: 1px solid #e9e2d8;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: block;
  margin-bottom: 1.5rem;
}

.manu-card:hover {
  border-left: 4px solid var(--secondary-one);
  /* border-color: var(--secondary-one); */
  box-shadow: 0 10px 30px rgba(62, 54, 46, 0.04);
}

/* Refined Badges */
.status-pill {
  font-size: 0.65rem;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 4px; /* More blocky/professional than round */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}
.st-pending {
  background: #f9f5f2;
  color: #ac8968;
  border: 1px solid #d9c5b2;
}
.st-review {
  background: #f2f4f9;
  color: #5d6d7e;
  border: 1px solid #d5dbe1;
}
.st-approved {
  background: #f1f6f2;
  color: #627264;
  border: 1px solid #c8d6ca;
}

/* Typography Hierarchy for the Card */
.manu-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #211d19;
  margin: 0.75rem 0;
  line-height: 1.2;
}
.manu-meta {
  font-size: 0.85rem;
  color: #82776c;
  font-weight: 500;
}

/* Universal Back Button Styling */
.ds-back-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary); /* Slate Blue */
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.ds-back-nav:hover {
  color: var(--secondary-one);
  transform: translateX(-4px);
}

.ds-back-nav .material-symbols-outlined {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(15, 23, 42, 0.7); 
  backdrop-filter: blur(6px); 
  -webkit-backdrop-filter: blur(6px);
  z-index: 99999; 
  display: none; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

#loadingMessage {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}