/* ==============================
   PROFESSIONAL FONT SYSTEM
   ============================== */

/* Import clean academic fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap');

/* Body text */
body,
p,
li,
td,
th {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.2rem;          /* slightly larger */
    line-height: 2;
    color: #333;
    text-align: justify;
}

/* Journal title */
.pkp_site_name a {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 800;
}

/* Menu items */
.pkp_navigation_primary > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem;
}

/* Headings */
h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #002d6b;
}

.contact.primary{
	display:none;
}
.pkp_structure_head{
    border-bottom: 4px solid #B8CE08;
}

.pkp_structure_main {
	width: 75%;
}
.pkp_structure_sidebar {
	float: right;
	width: 25%;
}
.has_site_logo .pkp_head_wrapper {
	width: 90% !important;
}

.pkp_brand_footer {
    padding: 2.143rem;
	display:none !important;
}

.sidebar-logo img {
  max-width: 160px;
  display: block;
  border-radius: 10px;
}


.pkp_nav_list ul li{
	text-align:left;
}

.journal-policy {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.journal-policy h2 {
    color: #002d6b;
    border-left: 5px solid #B8CE08;
    padding-left: 10px;
    margin-top: 30px;
}

.journal-policy h3 {
    color: #00539f;
    margin-top: 20px;
}

.journal-policy ul {
    padding-left: 20px;
}

.journal-policy li {
    margin-bottom: 8px;
}

.journal-policy blockquote {
    background: #f5f7fa;
    padding: 10px;
    border-left: 4px solid #002d6b;
    font-style: italic;
}

.journal-policy a {
    color: #002d6b;
    font-weight: 600;
}

/* =========================
   MANUSCRIPT PAGE STYLE
   ========================= */

.manuscript-page {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

/* Headings */
.manuscript-page h2 {
    color: #002d6b;
    border-left: 5px solid #B8CE08;
    padding-left: 12px;
    margin-top: 25px;
}

.manuscript-page h3 {
    color: #00539f;
    margin-top: 20px;
}

/* Lists */
.manuscript-page ul {
    padding-left: 20px;
}

.manuscript-page li {
    margin-bottom: 8px;
}

/* Steps */
.steps {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
}

.steps li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.steps li:before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    background: #002d6b;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 24px;
}

/* Buttons */
.download-buttons {
    margin: 15px 0;
}

.btn-download {
    display: inline-block;
    background: #002d6b;
    color: #fff !important;
    padding: 10px 15px;
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-download:hover {
    background: #00539f;
}

.btn-download.secondary {
    background: #B8CE08;
    color: #000 !important;
}

/* Note Box */
.note-box {
    background: #f5f7fa;
    border-left: 4px solid #002d6b;
    padding: 12px;
    border-radius: 4px;
}

/* Links */
.manuscript-page a {
    color: #002d6b;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .btn-download {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.manuscript-page {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.manuscript-page h2 {
    color: #002d6b;
    border-left: 5px solid #B8CE08;
    padding-left: 12px;
}

.manuscript-page h3 {
    color: #00539f;
    margin-top: 20px;
}

.manuscript-page ul {
    padding-left: 20px;
}

.manuscript-page li {
    margin-bottom: 8px;
}

.note-box {
    background: #f5f7fa;
    border-left: 4px solid #002d6b;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.manuscript-page a {
    color: #002d6b;
    font-weight: 600;
}




/* ========================================
   Extra Small Devices (phones, <576px)
   Default styles (no media query needed)
======================================== */


/* ========================================
   Small Devices (≥576px)
======================================== */
@media (min-width: 576px) {
  
}


/* ========================================
   Medium Devices (≥768px)
======================================== */
@media (min-width: 768px) {
  
}


/* ========================================
   Large Devices (≥992px)
======================================== */
@media (min-width: 992px) {
  
}


/* ========================================
   Extra Large Devices (≥1200px)
======================================== */
@media (min-width: 1200px) {
	.has_site_logo .pkp_head_wrapper {
        width: 1350px !important;
    }
	.pkp_structure_main:before, .pkp_structure_main:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background: #ddd;
	}
	.pkp_structure_main:after {
        left: 1012px;
    }
	.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 1350px !important;
    }
}


/* ========================================
   Extra Extra Large Devices (≥1400px)
======================================== */
@media (min-width: 1400px) {
	.has_site_logo .pkp_head_wrapper {
        width: 1550px !important;
    }
	.pkp_structure_main:before, .pkp_structure_main:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 1px;
		background: #ddd;
	}
	.pkp_structure_main:after {
        left: 1012px;
    }
	.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 1350px !important;
    }
}

/* ===============================
   Editorial Board Styling
================================ */

.editorial-board {
  width: 95%;
  margin: 30px auto;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
}

.editorial-board h2 {
  text-align: center;
  color: #0b3c6d;
  margin-bottom: 5px;
  font-weight: 700;
}

.editorial-board p {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* Table */
.editorial-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

/* Table Cells */
.editorial-table td {
  border: 1px solid #cfcfcf;
  padding: 10px 12px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

/* Left Column (Category) */
.editorial-table td:first-child {
  width: 25%;
  background-color: #f5f7fa;
  font-weight: 600;
  color: #0b3c6d;
}

/* Names */
.editorial-table strong {
  color: #0b3c6d;
  font-weight: 600;
}

/* Hover effect (optional but nice) */
.editorial-table tr:hover {
  background-color: #f9fbfd;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .editorial-table td {
    display: block;
    width: 100%;
  }

  .editorial-table td:first-child {
    background-color: #e9eef5;
  }
}

/* =====================================================
   DROPDOWN MENU POSITION FIX
   ===================================================== */

/* Ensure parent is positioning context */
.pkp_navigation_primary li {
  position: relative;
}

/* Dropdown panel */
.pkp_navigation_primary .dropdown-menu,
.pkp_navigation_primary ul ul {
  position: absolute;
  top: 150%;          /* ✅ appear below menu item */
  left: 0;
  margin-top: 2px;
  min-width: 220px;
  z-index: 9999;
  border-radius: 6px;
}

/* Smooth appearance */
.pkp_navigation_primary li:hover > ul,
.pkp_navigation_primary li:focus-within > ul {
  display: block;
}

/* =====================================================
   CHARUSAT PROFILE SECTION — PROFESSIONAL UI
   ===================================================== */

.charusat-section {
  background: #ffffff;
  border: 1px solid #e5eaf1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 28px;
  line-height: 1.7;
}

/* ===== Profile Card ===== */

.profile-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e5eaf1;
  border-left: 5px solid #00539f;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

.profile-card:hover {
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* ===== Profile Image ===== */

/* Fixed image container */
.profile-image {
  width: 150px;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #f1f3f7;
  background: #f8fafc;
}

/* Make all images fill consistently */
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ⭐ KEY: crops nicely */
  object-position: center top;
  display: block;
}

/* ===== Text Area ===== */

.profile-content h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
  color: #002d6b;
}

.profile-content h4 {
  margin: 4px 0;
  font-weight: 700;
  color: #333;
}

.profile-content p {
  margin-bottom: 10px;
  line-height: 1.65;
}

/* =====================================================
   MOBILE RESPONSIVE
   ===================================================== */

@media (max-width: 768px) {

  .profile-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .profile-image img {
    width: 170px;
    height: 200px;
  }
}