/* Enterprise AI Engineering program page overlay.
   Loaded only for /program/PostGraduatePrograminEnterpriseAIEngineering. */

body.eaie-program-page,
body.eaie-program-page.green-skin.bg-light {
  background: #f4f6f9 !important;
  color: #172033;
}

body.eaie-program-page section.light-search.banncer-cent.bg-theme {
  background:
    radial-gradient(circle at 78% 18%, rgba(176, 132, 54, 0.18), transparent 28%),
    linear-gradient(135deg, #071b35 0%, #0d315e 58%, #5d1823 100%) !important;
  padding: 54px 0 44px !important;
  overflow: hidden;
}

body.eaie-program-page section.light-search.banncer-cent.bg-theme::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

body.eaie-program-page section.bg-theme > .container {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}

body.eaie-program-page section.bg-theme > .container > .row {
  align-items: center !important;
  gap: 28px;
}

body.eaie-program-page section.bg-theme .col-lg-6:first-child {
  flex: 1 1 560px;
  max-width: 650px;
}

body.eaie-program-page section.bg-theme .head-title {
  max-width: 650px;
}

body.eaie-program-page .eaie-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f2d28a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.eaie-program-page .head-title h3,
body.eaie-program-page section.bg-theme.mc-hero-no-image .head-title h3 {
  max-width: 640px;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(32px, 4.2vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body.eaie-program-page .eaie-hero-subtitle {
  max-width: 620px;
  margin: 0 0 20px !important;
  color: #d8e3f3 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

body.eaie-program-page .eaie-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 22px 0 18px;
}

body.eaie-program-page .eaie-metric {
  min-height: 82px;
  padding: 14px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

body.eaie-program-page .eaie-metric strong {
  display: block;
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.05;
}

body.eaie-program-page .eaie-metric span {
  display: block;
  margin-top: 8px;
  color: #cdd8e8 !important;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1.25;
  text-transform: uppercase;
}

body.eaie-program-page .head-title p:not(.eaie-hero-subtitle),
body.eaie-program-page .head-title th p {
  color: #e7edf7 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  margin: 8px 0 !important;
}

body.eaie-program-page .head-title span {
  color: #ffffff !important;
  font-weight: 800 !important;
}

body.eaie-program-page .rowy {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

body.eaie-program-page .info-program {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  max-width: 390px;
  min-height: 58px;
  padding: 8px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

body.eaie-program-page .info-program img {
  width: 42px !important;
  height: 42px !important;
  border-radius: 6px;
  object-fit: contain;
  background: #ffffff;
  padding: 3px;
}

body.eaie-program-page .info-program .vl {
  height: 32px;
  margin: 0 11px;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

body.eaie-program-page .info-program p {
  width: auto !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

body.eaie-program-page .head-btns {
  margin-top: 0;
  gap: 9px !important;
}

body.eaie-program-page .head-btns .applybtn,
body.eaie-program-page .head-btns .btn-primary,
body.eaie-program-page .head-btns a > button.btn-primary,
body.eaie-program-page .head-btns button.btn-primary,
body.eaie-program-page .head-btns input[type="submit"] {
  min-height: 46px;
  border-radius: 7px !important;
  background: #b72f3d !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(7, 27, 53, 0.22) !important;
}

body.eaie-program-page .head-btns .downbr,
body.eaie-program-page .head-btns a > button.downbr {
  background: #ffffff !important;
  color: #0a294f !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}

body.eaie-program-page .eaie-visual-col {
  flex: 0 1 420px;
  max-width: 420px;
  margin-left: auto;
}

body.eaie-program-page .eaie-systems-panel {
  width: 100%;
  min-height: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 48px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

body.eaie-program-page .eaie-panel-label {
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body.eaie-program-page .eaie-flow-row {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  align-items: center;
  gap: 7px;
  margin-bottom: 13px;
}

body.eaie-program-page .eaie-flow-row span {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  color: #0a294f !important;
  font-size: 12px;
  font-weight: 850 !important;
  text-transform: uppercase;
}

body.eaie-program-page .eaie-flow-row b {
  display: block;
  height: 2px;
  background: #f2d28a;
  position: relative;
}

body.eaie-program-page .eaie-flow-row b::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  border-left: 7px solid #f2d28a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

body.eaie-program-page .eaie-flow-row-secondary span {
  background: rgba(242, 210, 138, 0.14);
  border: 1px solid rgba(242, 210, 138, 0.32);
  color: #ffffff !important;
}

body.eaie-program-page .eaie-terminal {
  margin-top: 30px;
  padding: 18px 18px 16px;
  border-radius: 10px;
  background: rgba(3, 12, 25, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.eaie-program-page .eaie-terminal span {
  display: block;
  color: #d8e3f3 !important;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.9;
}

body.eaie-program-page .eaie-terminal span::before {
  content: "> ";
  color: #f2d28a;
}

body.eaie-program-page .breadcrumbs.breddy {
  position: sticky;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid #dfe4ec;
  box-shadow: 0 8px 22px rgba(10, 41, 79, 0.08);
}

body.eaie-program-page .breadcrumbs.breddy .container_box {
  max-width: 1160px;
}

body.eaie-program-page .inside_box {
  justify-content: center !important;
  overflow-x: auto;
  padding: 10px 0 8px;
}

body.eaie-program-page #pills-tab {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: max-content;
  margin: 0 !important;
  border: 0 !important;
}

body.eaie-program-page #pills-tab .nav-item {
  height: auto !important;
  margin: 0 !important;
}

body.eaie-program-page #pills-tab .nav-link.custom_url {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px !important;
  border: 1px solid #d8dee8 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #263349 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body.eaie-program-page #pills-tab .nav-item.active .nav-link.custom_url,
body.eaie-program-page #pills-tab .nav-link.custom_url.active,
body.eaie-program-page #pills-tab .nav-link.custom_url:hover {
  background: #0a294f !important;
  border-color: #0a294f !important;
  color: #ffffff !important;
}

body.eaie-program-page section:has(#tabContent) {
  padding-top: 34px;
  padding-bottom: 54px;
}

body.eaie-program-page #tabContent,
body.eaie-program-page .mc-program-body {
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 34px 38px !important;
  border: 1px solid #dfe4ec !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(10, 41, 79, 0.07) !important;
}

body.eaie-program-page #tabContent h1,
body.eaie-program-page #tabContent h2,
body.eaie-program-page #tabContent h3,
body.eaie-program-page #tabContent h4,
body.eaie-program-page .mc-program-body h1,
body.eaie-program-page .mc-program-body h2,
body.eaie-program-page .mc-program-body h3,
body.eaie-program-page .mc-program-body h4 {
  color: #0a294f !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

body.eaie-program-page #tabContent h2,
body.eaie-program-page #tabContent h3,
body.eaie-program-page .mc-program-body h2,
body.eaie-program-page .mc-program-body h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7ebf1;
}

body.eaie-program-page #tabContent p,
body.eaie-program-page #tabContent li,
body.eaie-program-page .mc-program-body p,
body.eaie-program-page .mc-program-body li {
  color: #354052 !important;
  font-size: 15.5px !important;
  line-height: 1.76 !important;
}

body.eaie-program-page #tabContent ul,
body.eaie-program-page .mc-program-body ul {
  padding-left: 20px;
}

body.eaie-program-page #tabContent li::marker,
body.eaie-program-page .mc-program-body li::marker {
  color: #b72f3d !important;
}

@media (max-width: 991px) {
  body.eaie-program-page section.light-search.banncer-cent.bg-theme {
    padding: 38px 0 32px !important;
  }

  body.eaie-program-page section.bg-theme .col-lg-6:first-child,
  body.eaie-program-page .eaie-visual-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.eaie-program-page .eaie-visual-col {
    margin-left: 0;
  }

  body.eaie-program-page .eaie-systems-panel {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  body.eaie-program-page .head-title h3,
  body.eaie-program-page section.bg-theme.mc-hero-no-image .head-title h3 {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  body.eaie-program-page .eaie-hero-subtitle {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body.eaie-program-page .eaie-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.eaie-program-page .rowy {
    align-items: stretch;
  }

  body.eaie-program-page .info-program,
  body.eaie-program-page .head-btns {
    width: 100% !important;
    max-width: 100%;
  }

  body.eaie-program-page .head-btns .applybtn,
  body.eaie-program-page .head-btns .btn-primary,
  body.eaie-program-page .head-btns a > button.btn-primary,
  body.eaie-program-page .head-btns button.btn-primary {
    width: 100%;
    text-align: center;
  }

  body.eaie-program-page .eaie-systems-panel {
    padding: 18px;
    min-height: 0;
  }

  body.eaie-program-page .eaie-panel-label {
    margin-bottom: 16px;
  }

  body.eaie-program-page .eaie-flow-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
  }

  body.eaie-program-page .eaie-flow-row b {
    display: none;
  }

  body.eaie-program-page .eaie-flow-row span {
    min-height: 40px;
    padding: 0 6px;
    font-size: 11px;
  }

  body.eaie-program-page .eaie-terminal {
    margin-top: 16px;
    padding: 14px;
  }

  body.eaie-program-page .eaie-terminal span {
    font-size: 11px;
    line-height: 1.75;
  }

  body.eaie-program-page #tabContent,
  body.eaie-program-page .mc-program-body {
    padding: 24px 18px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 420px) {
  body.eaie-program-page .head-title h3,
  body.eaie-program-page section.bg-theme.mc-hero-no-image .head-title h3 {
    font-size: 28px !important;
  }

  body.eaie-program-page .eaie-metrics {
    gap: 8px;
  }

  body.eaie-program-page .eaie-metric {
    min-height: 76px;
    padding: 12px 10px;
  }

  body.eaie-program-page .eaie-metric strong {
    font-size: 21px;
  }
}
body.eaie-program-page #tabContent .featuredcourse__item {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(10, 41, 79, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.eaie-program-page #tabContent .featuredcourse__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(10, 41, 79, 0.12);
}

body.eaie-program-page #tabContent .featuredcourse__item > a:first-child,
body.eaie-program-page #tabContent .featuredcourse__item > img:first-child {
  display: block;
  aspect-ratio: 16 / 9;
  background: #0a294f;
  overflow: hidden;
}

body.eaie-program-page #tabContent .featuredcourse__item img {
  width: 100% !important;
  height: 100% !important;
  min-height: 96px;
  object-fit: cover;
  border-radius: 0 !important;
  display: block;
}

body.eaie-program-page #tabContent .course-item__content.courseName {
  min-height: 86px !important;
  padding: 12px 12px 14px !important;
  background: #ffffff !important;
  border-top: 1px solid #edf1f6;
  font-size: 14px !important;
  line-height: 1.28 !important;
}

body.eaie-program-page #tabContent .course-item__content.courseName a,
body.eaie-program-page #tabContent .course-item__content.courseName {
  color: #9b2732 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

body.eaie-program-page #tabContent .course-item__content.courseName a:hover {
  color: #0a294f !important;
}

@media (min-width: 768px) {
  body.eaie-program-page #tabContent .row > .col-sm-2 {
    width: 20%;
  }
}

@media (max-width: 767px) {
  body.eaie-program-page .inside_box {
    justify-content: flex-start !important;
  }
  body.eaie-program-page #tabContent .row > .col-sm-2 {
    width: 50%;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
  }

  body.eaie-program-page #tabContent .course-item__content.courseName {
    min-height: 96px !important;
    font-size: 13px !important;
  }
}