@charset "UTF-8";
/* ====================================================
   PMIS.CSS  — Simple, Clean & Professional
   Prefix: pmis-   |  No conflicts
   Relies on: admissions-info.css + home.css
   ==================================================== */

.jku-pmis-page {
  overflow-x: hidden;
}

/* ── Breadcrumb: fix bg override + kill bottom gap ── */
.jku-pmis-page .breadcrumb {
  background: url("../img/breadcrumb-bg.jpg") center/cover no-repeat !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 60px 0 !important;
}

@media (max-width: 575.98px) {
  .jku-pmis-page .breadcrumb {
    padding: 40px 20px !important;
  }
}

.pmis-banner-sub {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.3px;
}

.pmis-banner-tag-wrap {
  margin-top: 16px;
}

.pmis-banner-tag {
  background: rgba(184, 65, 16, 0.15);
  border: 1px solid #B84110;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .pmis-banner-sub {
    font-size: 15px;
    margin-top: 8px;
  }

  .pmis-banner-tag {
    font-size: 11px;
    padding: 4px 14px;
  }
}

/* ====================================================
   MAIN BODY SECTION
   ==================================================== */
.pmis-body {
  padding-top: 36px;
  padding-bottom: 60px;
}

/* ====================================================
   SIDEBAR
   ==================================================== */
.pmis-sidebar-pos {
  position: sticky;
  top: 80px;
}

/* ====================================================
   LISTS
   ==================================================== */
.pmis-caret-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}

.pmis-caret-list li {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.65;
  padding: 8px 0 8px 20px !important;
  position: relative;
  border-bottom: 1px dashed #dde6f5;
  text-indent: 0 !important;
}

.pmis-caret-list li:last-child {
  border-bottom: none;
}

.pmis-caret-list li::before {
  content: "▸" !important;
  position: absolute;
  left: 0;
  color: #B84110 !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 1.65;
  top: 8px;
}

/* Sub-list dash styling for nested lists */
.pmis-sub-list-dash {
  list-style: none !important;
  padding: 0 !important;
  margin: 6px 0 6px 20px !important;
}

.pmis-sub-list-dash li {
  font-size: 14.5px !important;
  color: #555 !important;
  padding: 4px 0 4px 15px !important;
  position: relative;
  border-bottom: none !important;
}

.pmis-sub-list-dash li::before {
  content: "–" !important;
  position: absolute;
  left: 0;
  color: #B84110 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 1.65;
  top: 4px;
}

/* ====================================================
   WHY SHOULD JKU STUDENTS APPLY SECTION
   ==================================================== */
.pmis-why-apply-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.pmis-why-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 28px;
  box-shadow: 0 10px 30px -15px rgba(3, 75, 159, 0.15);
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 16px;
  align-items: center;
  text-align: left;
  grid-column: span 2;
  grid-template-rows: 52px auto;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.pmis-why-card:nth-child(4),
.pmis-why-card:nth-child(5) {
  grid-column: span 3;
}

/* Gradient Overlay Layer */
.pmis-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(1, 27, 74, 0.94) 0%, rgba(3, 75, 159, 0.84) 100%);
  z-index: -1;
  transition: background 0.4s ease;
}

/* Background Image Layer */
.pmis-why-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pmis-card-exposure::after {
  background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=600&q=80');
}

.pmis-card-skills::after {
  background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=600&q=80');
}

.pmis-card-employability::after {
  background-image: url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=600&q=80');
}

.pmis-card-recognition::after {
  background-image: url('https://images.unsplash.com/photo-1541872703-74c5e44368f9?auto=format&fit=crop&w=600&q=80');
}

.pmis-card-finance::after {
  background-image: url('https://images.unsplash.com/photo-1559526324-4b87b5e36e44?auto=format&fit=crop&w=600&q=80');
}

/* Hover States */
.pmis-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -15px rgba(3, 75, 159, 0.3);
  border-color: rgba(255, 255, 255, 0.25);
}

.pmis-why-card:hover::after {
  transform: scale(1.08);
}

.pmis-why-card:hover::before {
  background: linear-gradient(135deg, rgba(1, 27, 74, 0.96) 0%, rgba(3, 75, 159, 0.9) 100%);
}

.pmis-why-icon-wrap {
  grid-column: 1;
  grid-row: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pmis-why-card:hover .pmis-why-icon-wrap {
  background: #ffffff;
  color: #034B9F;
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

.pmis-why-card-title {
  grid-column: 2;
  grid-row: 1;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.35;
}

.pmis-why-card-text {
  grid-column: 1 / span 2;
  grid-row: 2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .pmis-why-apply-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pmis-why-card {
    grid-column: span 1 !important;
    padding: 26px 20px;
    row-gap: 12px;
    column-gap: 12px;
    grid-template-columns: 40px 1fr;
  }

  .pmis-why-icon-wrap {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .pmis-why-apply-grid {
    grid-template-columns: 1fr;
  }

  .pmis-why-card {
    grid-column: span 1 !important;
    padding: 24px 20px;
  }
}

/* ====================================================
   BENEFITS TABLE
   ==================================================== */
.pmis-tbl-wrap {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #dde6f5;
  margin-top: 15px;
}

.pmis-tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  background: #fff;
  min-width: 440px;
}

.pmis-tbl thead tr {
  background: #034B9F;
}

.pmis-tbl thead th {
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.pmis-tbl tbody tr {
  border-bottom: 1px solid #dde6f5;
}

.pmis-tbl tbody tr:last-child {
  border-bottom: none;
}

.pmis-tbl tbody tr:nth-child(even) {
  background: #f8fafd;
}

.pmis-tbl tbody td {
  padding: 12px 18px;
  color: #000000;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 16px;
}

.pmis-tbl tbody td:first-child {
  font-weight: 700;
  color: #000000;
  width: 40%;
}

/* Swipe hint below the table — mobile only */
.pmis-scroll-hint {
  display: none;
  align-items: center;
  gap: 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #B84110;
  margin: 10px 0;
  background: rgba(184, 65, 16, 0.05);
  border-left: 3px solid #B84110;
  padding: 6px 12px;
  border-radius: 4px;
}

.pmis-scroll-hint i {
  animation: pmis-swipe-pulse 1.6s ease-in-out infinite;
}

@keyframes pmis-swipe-pulse {
  0%, 100% { transform: translateX(0); opacity: 1; }
  40%       { transform: translateX(5px); opacity: 0.6; }
  60%       { transform: translateX(-5px); opacity: 0.6; }
}

@media (max-width: 768px) {
  .pmis-scroll-hint {
    display: flex;
  }
}

/* ====================================================
   DURATION BOXES & LAYOUT
   ==================================================== */
.pmis-duration-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-top: 20px;
}

.pmis-duration-left {
  display: flex;
  flex-direction: column;
}

.pmis-duration-cards-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}

.pmis-duration-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: fit-content;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pmis-duration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(3, 75, 159, 0.12);
}

.pmis-duration-card.card-blue {
  background: #034B9F;
}

.pmis-duration-card.card-orange {
  background: #B84110;
}

.pmis-dur-card-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pmis-duration-card.card-blue .pmis-dur-card-icon-wrap i {
  color: #034B9F;
  font-size: 16px;
}

.pmis-duration-card.card-orange .pmis-dur-card-icon-wrap i {
  color: #B84110;
  font-size: 16px;
}

.pmis-dur-card-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pmis-dur-card-num {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}

.pmis-dur-card-lbl {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.pmis-duration-separator {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 4px;
}

.pmis-duration-exposure-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  text-align: left;
}

.pmis-dur-exposure-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E2EDF9;
  color: #034B9F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(3, 75, 159, 0.05);
}

.pmis-dur-exposure-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
}

.pmis-text-blue {
  color: #034B9F;
  font-weight: 700;
}

.pmis-text-orange {
  color: #B84110;
  font-weight: 700;
}

.pmis-dur-main-img {
  display: block;
  width: 100%;
  max-width: 320px;
  /* Fills the right column properly */
  height: auto;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.pmis-duration-right:hover .pmis-dur-main-img {
  transform: translateY(-4px) scale(1.02);
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .pmis-duration-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pmis-duration-right {
    order: -1;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .pmis-duration-cards-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
  }

  .pmis-duration-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    width: auto !important;
    max-width: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }

  .pmis-dur-card-icon-wrap {
    width: 24px;
    height: 24px;
  }

  .pmis-dur-card-icon-wrap i {
    font-size: 11px !important;
  }

  .pmis-dur-card-text-wrap {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }

  .pmis-dur-card-num {
    font-size: 16px !important;
    font-weight: 800;
  }

  .pmis-dur-card-lbl {
    font-size: 11px !important;
    font-weight: 700;
    text-transform: lowercase;
  }

  .pmis-duration-separator {
    margin: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
  }
}

/* ====================================================
   ELIGIBILITY CRITERIA SECTION (UNIFIED BANNER)
   ==================================================== */
.pmis-elig-banner {
  display: grid;
  grid-template-columns: 1.15fr auto 0.85fr auto 1fr;
  align-items: center;
  background: #F0F4FA;
  /* Soft JKU blue tint */
  border-left: 4px solid #034B9F;
  /* JKU blue indicator */
  padding: 18px 24px;
  border-radius: 4px 8px 8px 4px;
  margin-top: 18px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(3, 75, 159, 0.03);
}

.pmis-elig-banner-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pmis-elig-banner-icon {
  font-size: 16px;
  color: #034B9F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(3, 75, 159, 0.08);
}

.pmis-elig-banner-content {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #1e293b;
  line-height: 1.4;
}

.pmis-elig-banner-content strong {
  color: #034B9F;
  font-weight: 700;
}

.pmis-elig-banner-divider {
  width: 1px;
  height: 36px;
  background: rgba(3, 75, 159, 0.15);
  margin: 0 16px;
}

@media (max-width: 991px) {
  .pmis-elig-banner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .pmis-elig-banner-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(3, 75, 159, 0.1);
    margin: 6px 0;
  }
}

/* ====================================================
   TAGS (degrees)
   ==================================================== */
.pmis-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.pmis-tags span {
  background: #f0f4f9;
  border: 1px solid #c8d6e5;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #034B9F;
}

/* Inline tags for ineligibility list */
.pmis-inline-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.pmis-inline-tags span {
  background: #fdf2f2;
  border: 1px solid #fbd5d5;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #c81e1e;
}

/* Note Alert box */
.pmis-note {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 16px;
  color: #78350f;
  line-height: 1.6;
}

/* ====================================================
   REFACTORED APPLICATION STEPS
   ==================================================== */
.pmis-process-container {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 24px;
  margin-bottom: 0 !important;
}

.pmis-process-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pmis-process-main-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

.pmis-process-steps {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Dashed timeline line connecting badges */
.pmis-process-steps::before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  /* Center of the 50px badge */
  width: 2px;
  border-left: 2px dashed #cbd5e1;
  z-index: 1;
}

.pmis-process-step-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.pmis-process-step-row:last-child {
  margin-bottom: 0;
}

.pmis-process-step-timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pmis-step-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.pmis-step-badge.blue-badge {
  background: #034B9F;
  animation: pmis-badge-pulse 2.4s infinite ease-in-out;
}

.pmis-step-badge.orange-badge {
  background: #B84110;
  animation: pmis-badge-pulse-orange 2.4s infinite ease-in-out;
}

.pmis-process-step-row:nth-child(1) .pmis-step-badge {
  animation-delay: 0s;
}

.pmis-process-step-row:nth-child(2) .pmis-step-badge {
  animation-delay: 0.4s;
}

.pmis-process-step-row:nth-child(3) .pmis-step-badge {
  animation-delay: 0.8s;
}

.pmis-process-step-row:nth-child(4) .pmis-step-badge {
  animation-delay: 1.2s;
}

.pmis-process-step-row:nth-child(5) .pmis-step-badge {
  animation-delay: 1.6s;
}

.pmis-process-step-row:nth-child(6) .pmis-step-badge {
  animation-delay: 2.0s;
}

.pmis-process-step-row:hover .pmis-step-badge {
  transform: scale(1.1) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@keyframes pmis-badge-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(3, 75, 159, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(3, 75, 159, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(3, 75, 159, 0);
  }
}

@keyframes pmis-badge-pulse-orange {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(184, 65, 16, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(184, 65, 16, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(184, 65, 16, 0);
  }
}

.pmis-step-badge-lbl {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 2px;
}

.pmis-step-badge-num {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.pmis-process-step-content {
  padding-left: 10px;
  text-align: left;
}

.pmis-process-step-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.pmis-process-step-row:hover .pmis-process-step-title {
  color: #B84110;
}



@media (max-width: 767px) {
  .pmis-process-step-row {
    gap: 15px;
  }
}

/* ====================================================
   FAQ
   ==================================================== */
.pmis-faq-sec {
  border-bottom: 1px solid #dde6f5;
  padding: 15px 0;
}

.pmis-faq-sec:first-of-type {
  padding-top: 5px;
}

.pmis-faq-sec:last-of-type {
  border-bottom: none;
  padding-bottom: 5px;
}

.pmis-faq-q-text {
  font-size: 16px;
  font-weight: 700;
  color: #034B9F;
  margin: 0 0 6px 0;
}

.pmis-faq-a-text {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin: 0;
}

/* ====================================================
   CONTACT INFO
   ==================================================== */
.pmis-contact-simple-card {
  background: #F0F4FA;
  /* Clean soft blue background tint */
  border: 1px solid #dde6f5;
  border-left: 5px solid #034B9F;
  /* JKU blue border */
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 24px;
}

.pmis-simple-contact-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pmis-sc-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
}

.pmis-sc-icon.bg-blue {
  background: #034B9F;
}

.pmis-sc-icon.bg-orange {
  background: #B84110;
}

.pmis-sc-icon i {
  font-size: 18px;
}

.pmis-sc-details {
  flex: 1;
  font-family: "Source Sans 3", sans-serif;
}

.pmis-sc-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
}

.pmis-sc-text {
  font-size: 15px;
  color: #475569;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pmis-sc-lbl {
  font-weight: 600;
  color: #475569;
}

.pmis-sc-phone {
  font-size: 20px;
  font-weight: 800;
  color: #034B9F;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pmis-sc-phone:hover {
  color: #0c3970;
  text-decoration: underline;
}

.pmis-sc-desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.pmis-simple-divider {
  height: 1px;
  background: #cbd5e1;
  opacity: 0.4;
  margin: 20px 0;
}

/* Call Icon Animation */
@keyframes phone-ring {
  0% {
    transform: rotate(0) scale(1);
  }

  10% {
    transform: rotate(-15deg) scale(1.1);
  }

  20% {
    transform: rotate(15deg) scale(1.1);
  }

  30% {
    transform: rotate(-15deg) scale(1.1);
  }

  40% {
    transform: rotate(15deg) scale(1.1);
  }

  50% {
    transform: rotate(0) scale(1);
  }

  100% {
    transform: rotate(0) scale(1);
  }
}

.pmis-ringing-icon {
  animation: phone-ring 1.8s infinite ease-in-out;
  display: inline-block;
}

@media (max-width: 576px) {
  .pmis-contact-simple-card {
    padding: 20px 16px;
  }

  .pmis-simple-contact-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .pmis-sc-details {
    text-align: center;
    width: 100%;
  }

  .pmis-sc-title {
    font-size: 15px;
    text-align: center;
    line-height: 1.35;
  }

  .pmis-sc-text {
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .pmis-sc-phone {
    font-size: 16px;
    display: block;
    margin-top: 4px;
  }

  .pmis-sc-desc {
    font-size: 15px;
    text-align: center;
  }
}

/* ====================================================
   SIDEBAR LAYOUT & COLLAPSE FIX
   ==================================================== */
.jku-pmis-page .jku-adm-sidebar {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  max-height: calc(100vh - 120px) !important;
  border: none !important;
  overflow: hidden !important;
}

.jku-pmis-page .jku-adm-nav-links-wrap {
  flex: 1 !important;
  overflow-y: auto !important;
  max-height: none !important;
  padding-bottom: 12px !important;
}

.jku-pmis-page .jku-adm-nav-link {
  padding: 10px 20px !important;
  font-size: 14.5px !important;
}

/* Make sure active link color fits JKU blue or orange */
.jku-pmis-page .jku-adm-nav-link.jku-adm-nav-active {
  border-left: 3px solid #B84110 !important;
  background-color: rgba(3, 75, 159, 0.04) !important;
}

/* ====================================================
   INELIGIBILITY CRITERIA SECTION
   ==================================================== */
/* ====================================================
   INELIGIBILITY CRITERIA SECTION (SPLIT COLLAGE)
   ==================================================== */
.pmis-inelig-split-wrapper {
  display: block;
  margin-top: 20px;
}

/* Borderless Warning Point List with Circles */
.pmis-inelig-list-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pmis-inelig-list-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  text-align: left;
  transition: all 0.3s ease;
}

.pmis-inelig-list-row:first-child {
  padding-top: 0;
}

.pmis-inelig-list-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pmis-inelig-list-row:hover {
  transform: translateX(6px);
}

.pmis-inelig-circle-badge {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pmis-inelig-circle-badge.pmis-inelig-badge-blue {
  background: #F0F4FA;
  border: 1px solid #dbeafe;
}

.pmis-inelig-circle-badge.pmis-inelig-badge-blue i {
  color: #034B9F;
  font-size: 16px;
  transition: all 0.3s ease;
}

.pmis-inelig-circle-badge.pmis-inelig-badge-orange {
  background: #FFF7F2;
  border: 1px solid #ffe4e6;
}

.pmis-inelig-circle-badge.pmis-inelig-badge-orange i {
  color: #B84110;
  font-size: 16px;
  transition: all 0.3s ease;
}

.pmis-inelig-pipeline {
  width: 1px;
  height: 38px;
  background-color: #cbd5e1;
  opacity: 0.5;
  margin: 0 2px;
  align-self: center;
  flex-shrink: 0;
}

.pmis-inelig-list-row:hover .pmis-inelig-circle-badge {
  transform: scale(1.05);
}

.pmis-inelig-list-row:hover .pmis-inelig-circle-badge.pmis-inelig-badge-blue {
  background: #e0f2fe;
  border-color: #7dd3fc;
}

.pmis-inelig-list-row:hover .pmis-inelig-circle-badge.pmis-inelig-badge-orange {
  background: #ffedd5;
  border-color: #fdba74;
}

.pmis-inelig-list-content p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.55;
  margin: 0;
}



/* ====================================================
   DOCUMENTS REQUIRED SECTION
   ==================================================== */
.pmis-docs-container {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  /* Expanded right column to allow image to scale up */
  gap: 20px;
  align-items: stretch;
  /* Stretch columns to equal height */
  margin-top: 24px;
}

.pmis-docs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmis-doc-row {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: visible;
  transition: transform 0.22s ease;
}

.pmis-doc-row:hover {
  transform: translateX(4px);
}

.pmis-doc-badge {
  width: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px 0 0 6px;
  flex-shrink: 0;
}

/* Odd styling: Blue theme */
.pmis-doc-row.odd-row .pmis-doc-badge {
  background: #034B9F;
}

.pmis-doc-row.odd-row .pmis-doc-text {
  background: #F0F4FA;
  color: #1e293b;
}

/* Even styling: Orange theme */
.pmis-doc-row.even-row .pmis-doc-badge {
  background: #B84110;
}

.pmis-doc-row.even-row .pmis-doc-text {
  background: #FFF7F2;
  color: #1e293b;
}

.pmis-doc-text {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  flex: 1;
  border-radius: 0 6px 6px 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.pmis-docs-img-col {
  display: flex;
  justify-content: flex-end;
  /* Align flush with the right edge */
  align-items: flex-start;
  padding-top: 0;
  height: 100%;
}

.pmis-docs-main-img {
  display: block;
  width: 120%;
  /* Scale up width to bleed and fill the space */
  max-width: 600px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  margin-top: -42px;
  /* Pull up to align visual content with row 1 */
  margin-bottom: -50px;
  /* Bleed bottom edge downwards to eliminate bottom whitespace */
  margin-right: -42px;
  /* Bleed right edge flush against the card border */
}

/* Responsive Overrides */
@media (max-width: 991px) {
  .pmis-docs-container {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    /* Center on responsive stacked viewports */
  }

  .pmis-docs-img-col {
    order: -1;
    justify-content: center;
    padding-top: 0;
  }

  .pmis-docs-main-img {
    width: 100% !important;
    max-width: 320px;
    height: auto;
    margin-top: 0;
    /* Reset offsets on mobile views */
    margin-bottom: 0;
    margin-right: 0;
  }
}

/* ====================================================
   OVERVIEW & ABOUT IMAGES LAYOUTS
   ==================================================== */
.pmis-intro-images-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.pmis-intro-img-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(3, 75, 159, 0.05);
  border: 1px solid #eef2f6;
  height: 220px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pmis-intro-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}



.pmis-intro-text-bottom {
  display: flex;
  flex-direction: column;
}

/* About Section 2-Column Split (Text left, Images right) */
.pmis-about-row-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: stretch;
  margin-top: 20px;
}

.pmis-about-text-left {
  display: flex;
  flex-direction: column;
}

.pmis-about-images-right {
  display: block;
  height: 100%;
}

.pmis-about-img-card-split {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(3, 75, 159, 0.05);
  border: 1px solid #eef2f6;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pmis-about-img-card-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}



@media (max-width: 991px) {
  .pmis-about-row-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pmis-about-images-right {
    display: block;
    width: 100%;
    order: -1;
  }

  .pmis-about-img-card-split {
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
  }
}

@media (max-width: 767px) {
  .pmis-intro-images-top {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    display: block;
    margin-bottom: 24px;
  }

  .pmis-intro-img-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: opacity 1s ease-in-out;
  }

  .pmis-intro-card-1 {
    animation: pmis-fade-slide-1 8s infinite ease-in-out;
  }

  .pmis-intro-card-2 {
    animation: pmis-fade-slide-2 8s infinite ease-in-out;
  }
}

@keyframes pmis-fade-slide-1 {

  0%,
  45%,
  100% {
    opacity: 1;
    z-index: 2;
  }

  50%,
  95% {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes pmis-fade-slide-2 {

  0%,
  45%,
  100% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  95% {
    opacity: 1;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .pmis-about-images-right {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

/* ====================================================
   SUPPORT FROM JKU SECTION (LIST SPLIT LAYOUT)
   ==================================================== */
.pmis-support-list-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 20px;
}

.pmis-support-list-left {
  display: flex;
  flex-direction: column;
}

.pmis-support-img-right {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(3, 75, 159, 0.05);
  border: 1px solid #eef2f6;
  height: 250px;
  transition: all 0.4s ease;
}

.pmis-support-img-right:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(3, 75, 159, 0.12);
  border-color: rgba(3, 75, 159, 0.15);
}

.pmis-slideshow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  opacity: 0;
}

.pmis-slideshow-img:nth-child(1) {
  animation: pmisFadeInOut 16s infinite;
  animation-delay: 0s;
}

.pmis-slideshow-img:nth-child(2) {
  animation: pmisFadeInOut 16s infinite;
  animation-delay: -4s;
}

.pmis-slideshow-img:nth-child(3) {
  animation: pmisFadeInOut 16s infinite;
  animation-delay: -8s;
}

.pmis-slideshow-img:nth-child(4) {
  animation: pmisFadeInOut 16s infinite;
  animation-delay: -12s;
}

.pmis-support-img-right:hover .pmis-slideshow-img {
  transform: scale(1.05);
}

@keyframes pmisFadeInOut {
  0% {
    opacity: 1;
    z-index: 2;
  }

  20% {
    opacity: 1;
    z-index: 2;
  }

  25% {
    opacity: 0;
    z-index: 1;
  }

  95% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .pmis-support-list-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pmis-support-img-right {
    order: -1;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    margin-bottom: 12px;
  }
}

/* ====================================================
   EDUCATIONAL QUALIFICATION SECTION (SPLIT CARD)
   ==================================================== */
.pmis-edu-qual-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(3, 75, 159, 0.02);
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

/* Subtle accent dots pattern in the top-right corner, like the screenshot */
.pmis-edu-qual-card::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 35px;
  background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.7;
}

.pmis-edu-qual-split {
  display: grid;
  grid-template-columns: 2.3fr 0.7fr;
  gap: 30px;
  align-items: center;
}

.pmis-edu-qual-left {
  display: flex;
  flex-direction: column;
}

/* Header Row with Circle Icon badge */
.pmis-edu-qual-header-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.pmis-edu-qual-icon-circle {
  width: 44px;
  height: 44px;
  background: #034B9F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(3, 75, 159, 0.15);
  flex-shrink: 0;
}

.pmis-edu-qual-icon-circle i {
  color: #ffffff;
  font-size: 18px;
}

.pmis-edu-qual-title-group {
  display: flex;
  flex-direction: column;
}

.pmis-edu-qual-title-group h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  text-align: left;
}

.pmis-edu-qual-accent-line {
  width: 40px;
  height: 3px;
  background: #034B9F;
  border-radius: 2px;
}

/* Labels */
.pmis-edu-qual-label {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 14px;
  text-align: left;
}

/* Candidates Grid */
.pmis-edu-candidates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  text-align: left;
  margin-bottom: 20px;
}

.pmis-edu-candidate-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
}

.pmis-edu-candidate-item i {
  color: #034B9F;
  font-size: 16px;
  margin-top: 3px;
}

.pmis-edu-candidate-item span {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: #475569;
  font-weight: 600;
}

/* Separator Line */
.pmis-edu-qual-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 16px 0 20px 0;
}

/* Tags Grid */
.pmis-edu-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pmis-edu-tag-badge {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 6px 14px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #034B9F;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}

.pmis-edu-tag-badge:hover {
  background: rgba(3, 75, 159, 0.04);
  border-color: #034B9F;
  transform: translateY(-1px);
}

/* Right Illustration Area */
.pmis-edu-qual-image-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmis-edu-qual-image-right img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .pmis-edu-qual-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pmis-edu-qual-image-right {
    order: -1;
    max-width: 180px;
    margin: 0 auto 12px auto;
  }

  .pmis-edu-candidates-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pmis-process-container {
    grid-template-columns: 1fr;
    display: block;
  }

  .pmis-process-image-col {
    display: none !important;
  }
}

/* Ensure all section boxes have equal top and bottom padding */
.jku-pmis-page .jku-adm-sec,
.jku-pmis-page .jku-adm-sec:last-child {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

/* Application Process section: match bottom padding to top padding */
.jku-pmis-page #pmis-apply-steps {
  padding-bottom: 34px !important;
}

.jku-pmis-page #pmis-apply-steps .pmis-process-container {
  margin-bottom: 0 !important;
  align-items: start;
}

.jku-pmis-page #pmis-apply-steps .pmis-process-image-col {
  align-self: start;
  overflow: hidden;
}

.jku-pmis-page #pmis-apply-steps .pmis-process-main-img {
  max-height: 440px;
  width: 100%;
  max-width: 420px;
  object-fit: contain;
  object-position: top center;
}

.jku-pmis-page .jku-adm-sec>*:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {

  .jku-pmis-page .jku-adm-sec,
  .jku-pmis-page .jku-adm-sec:last-child {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pmis-edu-qual-card {
    padding: 20px 16px;
  }
}

/* ====================================================
   JKU ENCOURAGE BANNER
   ==================================================== */
.pmis-encourage-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF5EE;
  /* Light orange background */
  border: 1px solid #ffd3c4;
  /* Light orange border */
  border-radius: 12px;
  padding: 12px 220px 12px 24px;
  /* Reduced vertical padding to decrease box height */
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(184, 65, 16, 0.04);
}

.pmis-banner-icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pmis-shield-star-svg {
  display: block;
}

.pmis-banner-divider {
  width: 1px;
  height: 36px;
  /* Reduced height to fit thinner banner container */
  background: #B84110;
  opacity: 0.25;
  margin: 0 24px;
  flex-shrink: 0;
}

.pmis-banner-text-col {
  flex: 1;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.5;
  text-align: left;
}

.pmis-banner-sketch-col {
  position: absolute;
  right: 0;
  /* Align directly to the right border */
  bottom: -24px;
  /* Moved bottom down */
  height: 100%;
  /* Match banner height */
  display: flex;
  align-items: flex-end;
  /* Align to the bottom border */
  pointer-events: none;
  margin: 0;
}

.pmis-banner-sketch-img {
  display: block;
  height: 125%;
  /* Increased height percentage to make sketch bigger relative to reduced banner height */
  width: auto;
  object-fit: contain;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pmis-encourage-banner {
    padding: 20px 180px 20px 24px;
  }

  .pmis-banner-sketch-col {
    right: 0;
  }
}

@media (max-width: 767px) {
  .pmis-encourage-banner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .pmis-banner-divider {
    width: 100%;
    height: 1px;
    margin: 12px 0;
  }

  .pmis-banner-text-col {
    text-align: center;
    font-size: 15px;
    margin-bottom: 12px;
  }

  .pmis-banner-sketch-col {
    display: none !important;
  }
}

/* Note box styles replacing inline styles */
.pmis-edu-note-box {
  background: #fffbeb;
  border: 1px solid #f59e0b;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14.5px;
  color: #78350f;
}

/* Professional Qualifications tag badges under Ineligibility */
.pmis-inelig-qual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.pmis-inelig-tag {
  background: #F0F4FA;
  color: #034B9F;
  border: 1px solid #dbeafe;
  border-radius: 4px;
  padding: 3px 8px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.pmis-inelig-tag:hover {
  background: #034B9F;
  color: #ffffff;
  border-color: #034B9F;
}

@media (max-width: 767px) {
  .pmis-edu-candidates-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.pmis-edu-tag-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  align-self: center;
  padding: 4px 6px;
}

/* PMIS page global paragraph overrides */
.jku-pmis-page .jku-adm-p {
  font-size: 16px !important;
  color: #000000 !important;
}

/* FAQ Question and Answer Overrides */
.jku-pmis-page .faq-acc .accordion-button {
  font-size: 16px !important;
  color: #000000 !important;
}

.jku-pmis-page .faq-acc .ans-box {
  font-size: 16px !important;
  color: #000000 !important;
}

/* Mobile responsive font sizes — Override everything */
@media (max-width: 991px) {
  .pmis-body {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .jku-pmis-page p,
  .jku-pmis-page li,
  .jku-pmis-page .jku-adm-p,
  .pmis-caret-list li,
  .pmis-sub-list-dash li,
  .pmis-edu-candidate-item span,
  .pmis-why-card-text,
  .pmis-elig-banner-content,
  .pmis-edu-note-box,
  .pmis-edu-note-box span,
  .pmis-inelig-list-content p,
  .jku-pmis-page .faq-acc .ans-box,
  .jku-pmis-page .faq-acc .accordion-button,
  .pmis-sc-desc,
  .pmis-sc-text,
  .pmis-process-step-title,
  .pmis-tbl tbody td {
    font-size: 15px !important;
  }
}