/* Global Reset */
body {
    margin: 0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: #f4f7fb;
    color: #333;
}

/* Top Bar */
.topbar {
    background: #0f2d5c;
    padding: 8px 30px;
    text-align: right;
}

.topbar a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.topbar a:hover {
    color: #cce0ff;
}

/* Header */
header {
    background: linear-gradient(90deg, #1e3a8a, #2563eb);
    color: white;
    padding: 35px 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    font-size: 28px;
}

.tagline {
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.9;
}

/* Layout */
.container {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
}

/* Sidebar */
.sidebar {
    width: 280px;
    background: linear-gradient(180deg, #f8fbff, #eef3fb);
    padding: 30px 20px;
    border-right: 1px solid #e3e8f2;

}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 8px;
}

.sidebar ul li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    color: #1e3a8a;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar ul li a:hover {
    background: #2563eb;
    color: white;
    padding-left: 16px;
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.2);
}

.sidebar ul li.active a {
    background: #1e3a8a;
    color: white;
    font-weight: 600;
}

/* Section Titles */
.menu-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    margin-top: 20px;
    margin-bottom: 6px;
    padding-left: 6px;
    letter-spacing: 0.5px;
    border-left: 3px solid #2563eb;
}

.sub {
    margin-left: 12px;
}

.sub a {
    font-size: 13px;
    color: #374151;
}

/* Content */
.content {
    flex: 1;
    padding: 40px;
}

.content h2 {
    color: #1e3a8a;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
    margin-top: 0;
}

.content h3 {
    color: #1e3a8a;
    border-bottom: 0px solid #ffffff;
    padding-bottom: 0px;
    margin-top: 0;
}

h3 {
    color: #002147;
    margin-bottom: 0px;
}
.content p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 18px;
}

/* Footer */
footer {
    background: #1e3a8a;
    color: white;
    text-align: center;
    padding: 18px;
    font-size: 14px;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e3e8f2;
    }
}

/* ===== Submission Form Professional Layout ===== */

.submission-form {
    margin-top: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}



.full-width {
    width: 30%;
}

.submission-form label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.submission-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.submission-form input:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 4px rgba(37,99,235,0.2);
}

.submission-form button {
    margin-top: 10px;
    background: #1e3a8a;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.submission-form button:hover {
    background: #2563eb;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

.success-message {
    background: #e6f0ff;
    padding: 25px;
    border-left: 5px solid #1e3a8a;
    border-radius: 6px;
    margin-top: 20px;
}

.success-message h3 {
    color: #1e3a8a;
}

.btn {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 8px 16px;
    background: #1e3a8a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.btn:hover {
    background: #2563eb;
}

.success-box{
    background:#e6ffed;
    border:1px solid #28a745;
    padding:15px;
    margin-bottom:15px;
    border-radius:4px;
    color:#155724;
}

.error-box{
    background:#ffe6e6;
    border:1px solid #dc3545;
    padding:15px;
    margin-bottom:15px;
    border-radius:4px;
    color:#721c24;
}

.article-box{
    padding:15px;
    background:#f9f9f9;
    border:1px solid #ddd;
    margin-bottom:20px;
    border-radius:4px;
}

.article-box h3{
   
    margin-top:0;
    color:#004080;
}

.issue-list{
    list-style:none;
    padding-left:0;
}

.issue-list li{
    padding:12px;
    margin-bottom:10px;
    background:#f4f6f9;
    border:1px solid #ddd;
    border-radius:4px;
}

.issue-list a{
    color:#004080;
    text-decoration:none;
    font-weight:bold;
}

.issue-list a:hover{
    text-decoration:underline;
}
.special-issue-box{
    padding:15px;
    background:#f9f9f9;
    border:1px solid #ddd;
    margin-bottom:20px;
    border-radius:4px;
}

.special-issue-box h3{

    margin-top:0;
    color:#004080;
}

.btn{
    display:inline-block;
    padding:8px 15px;
    background:#004080;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
}

.btn:hover{
    background:#002b5c;
}
.conference-box{
    padding:15px;
    background:#f9f9f9;
    border:1px solid #ddd;
    margin-bottom:20px;
    border-radius:4px;
}

.conference-box h3{
  
    margin-top:0;
    color:#004080;
}
/* Layout */
.container {
    display: flex;
}

/* Sidebar */
.sidebar {
    width: 250px;
    background: #f4f6f9;
    padding: 15px;
    transition: 0.3s;
}

/* Hamburger Button */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    margin-top: 10px;
}

.menu-toggle {
    display: none;
    width: 35px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

.menu-toggle span {
    display: block;
    height: 4px;
    width: 100%;
    background: white;
    margin: 6px 0;
    border-radius: 2px;
    transition: 0.4s;
}

/* Animation when active */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Show only in mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
}
.topbar {
    background: #002b5c;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between; /* THIS pushes left & right */
    align-items: center;
}

.issn {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

.top-links a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
}

/* Mobile Sidebar Hidden */
@media (max-width: 768px) {

    .sidebar {
        display: none;
        width: 100%;
        background: #f4f6f9;
    }

    .sidebar.active {
        display: block;
    }
}
.content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.card {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

h2 {
    color: #002147;
    margin-bottom: 15px;
}

.download-buttons {
    margin: 15px 0;          /* slightly reduced spacing */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;               /* smaller gap */
}

.btn {
    text-decoration: none;
    padding: 6px 14px;       /* âœ… smaller buttons */
    border-radius: 4px;      /* slightly compact */
    font-weight: 500;        /* lighter text */
    font-size: 13px;         /* smaller font */
    color: white;
    background-color: #007BFF; /* âœ… blue for all */
    transition: 0.3s;
}

/* Same hover for all buttons */
.btn:hover {
    background-color: #0056b3;
}

/* Remove different colors */
.btn-doc,
.btn-pdf {
    background-color: #007BFF;
}

.important-note {
    background: rgba(0,0,0,0.05);
    padding: 15px;
    border-left: 5px solid #ffb300;
    border-radius: 6px;
    margin-top: 15px;
}

.highlight {
    background: #e3f2fd;
    padding: 15px;
    border-left: 5px solid #1565c0;
    border-radius: 6px;
    margin-top: 15px;
}
.download-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 8px;
    background-color: #004aad;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.download-btn:hover {
    background-color: #002f6c;
}
a {
    text-decoration: none;
}

.profile-links a {
    text-decoration: none;
    color: #1a0dab; /* optional: keep link color */
}


.faculty-name {
    color: #800000;   /* âœ… your selected color */
    font-weight: bold;
    font-size: 16px;
}
/* Button */
.abstract-btn {
  padding: 3px 8px;
  background: #004aad;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.abstract-btn:hover {
    background-color: #002f6c; }

/* Abstract hidden initially */
.abstract-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #F2F2FF;
  border-radius: 6px;
  margin-top: 10px;
  padding: 0 15px;
}

/* Active state */
.abstract-content.active {
  max-height: 400px;
  padding: 15px;
}

/* Close button */
.close-btn {
  float: right;
  background: crimson;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 12px;
}
/* Justify abstract text */
.abstract-content p {
  text-align: justify;
  line-height: 1.6;   /* improves readability */
}

.open-access-logo {
  position: absolute;
  bottom: 15px;
  right: 15px;

  width: 100px;
  max-width: 100%;   /* 🔥 prevents overflow */
  height: auto;

  object-fit: contain;
}

.cc-logo {
  position: absolute;
  bottom: 20px;
  right: 200px;

  width: 50px;
  max-width: 100%;   /* 🔥 prevents overflow */
  height: auto;

  object-fit: contain;
}

.article-box {
  position: relative;   /* 🔥 VERY IMPORTANT */
}

/* 🔥 Mobile Fix */
@media (max-width: 768px) {
  .open-access-logo {
    width: 60px;        /* smaller for mobile */
    bottom: 18px;
    right: 20px;
  }
}

/* 🔥 Mobile Fix */
@media (max-width: 768px) {
  .cc-logo {
    width: 60px;        /* smaller for mobile */
    bottom: 18px;
    right: 90px;
  }
}
.profile-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #FFFCFC;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 700px;
  margin-bottom: 25px;
}

.profile-content {
  flex: 1;
}

.profile-name {
  color: #800000;
  font-weight: bold;
  font-size: 18px;
}

.profile-content a {
  color: #5a2ca0;
  text-decoration: none;
}

.profile-content a:hover {
  text-decoration: underline;
}

.profile-img img {
  width: 140px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}



/* Mobile responsive */
@media (max-width: 600px) {
  .profile-card {
    flex-direction: column;
    text-align: center;
  }

  .profile-img img {
    width: 120px;
  }
}
.view-more-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.view-more-btn {
    padding: 5px 8px;
    background-color: #2c5aa0;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
}

.view-more-btn:hover {
    background-color: #1e3f75;
}

.view-more-containerag {
    display: flex;
    justify-content: flex-start; /* moves button to left */
}
.manuscript-structure {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.manuscript-structure p {
    margin-top: 10px;
}

.manuscript-structure ul {
    margin-left: 20px;
}
footer {
    background: #1e3a8a;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
    font-size: 14px;
}

.topbar {
    background: #0a1f44;
    color: white;
    height: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Moving text */
.topbar span {
    position: absolute;
    white-space: nowrap;
    animation: scrollText 15s linear infinite;
}

/* Animation */
@keyframes scrollText {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}
.topbar span:hover {
    animation-play-state: paused;
}
.box {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    background: #f9f9f9;
}

/* Row for small members */
.row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.row .box {
    flex: 1;
    min-width: 200px;
}
.box small {
    display: block;
    margin-top: 5px;
    color: #555;
    font-size: 13px;
}
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.schedule-table th, 
.schedule-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.schedule-table th {
    background: #1e3a8a;
    color: white;
}

.schedule-table tr:nth-child(even) {
    background: #f4f7fc;
}
.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.payment-table th, 
.payment-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.payment-table th {
    background: #1e3a8a;
    color: white;
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.fee-table th, 
.fee-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.fee-table th {
    background: #1e3a8a;
    color: white;
}
.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    margin: 8px 0;
}
.dates-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.dates-table th, 
.dates-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.dates-table th {
    background: #1e3a8a;
    color: white;
}

.dates-table tr:nth-child(even) {
    background: #f4f7fc;
}
.link {
    color: #0a1f44;
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}