/* general styles hero course */
.page-header {
    margin: 0;
    margin-top: 70px;
    padding: 0;
    border-bottom: none;
    border-bottom-right-radius: 15rem;
    min-height: 480px;
}

.page-header .container {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* .hero-header {
    background-color: var(--teal-plus3);
    padding: 80px 0px 0px 65px;
    border-radius: 0px 0px 160px 0px;
}

.hero-header h1{
    font-size: 4.2rem!important;
    line-height: 1.2em!important;
} */

.page-header h4{
    font-size: 2rem!important;
    line-height: 1.4em!important;
    margin: 0!important;
}

.hero-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.hero-eyebrow-accent {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 0.6rem;
  border-radius: 999px;
}

.hero-eyebrow {
  font-size: 1.2rem;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-size: 4.8rem;
  line-height: 1.15em;
  /* max-width: 52rem; */
}

.hero-subtitle {
  font-size: 2rem;
  line-height: 1.4em;
  margin-top: 1.6rem;
}

.hero-right-col {
    display: flex;
    align-self: stretch;
    /* padding-left: 0;
    padding-right: 0; */
}

.hero-right-img{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 1.8rem;
    object-fit: cover;
    display: block;
}

.hero-info-stack {
    margin-top: 1.6rem;
    width: 100%;
}

.hero-info-box {
    background: #fff;
    border-radius: 1.6rem;
    width: 100%;
    border: 1px solid var(--primary-95);
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); */
}

.hero-info-stats {
    padding: 2rem 1.2rem;
}

.hero-info-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0 1rem;
    border-right: 1px solid var(--neutral-80);
}

.hero-info-stat:last-child {
    border-right: none;
}

.hero-info-stats--cols-4 .hero-info-stat__title {
    font-size: 1.4rem;
}

.hero-info-stats--cols-4 .hero-info-stat__text {
    font-size: 1.1rem;
}

@media all and (max-width: 991px) {
  .hero-info-stats--cols-4 .hero-info-stat:nth-child(2n) {
    border-right: none;
  }

  .hero-info-stats--cols-4 .hero-info-stat:nth-child(-n+2) {
    margin-bottom: 1.6rem;
  }
}

.hero-info-stat__icon {
    margin-bottom: 0.8rem;
    stroke: var(--primary-50);
    color: var(--primary-50);
}

.hero-info-stat__title {
    color: var(--primary-30);
    font-size: 1.6rem;
    line-height: 1.2em;
}

.hero-info-stat__text {
    color: var(--neutral-40);
    font-size: 1.2rem;
    line-height: 1.3em;
}

.hero-info-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--primary-95);
    padding: 1.2rem 1.6rem;
    border-radius: 5rem;
    margin-top: 1.2rem;
}

.hero-info-badge {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 1 1 0;
    justify-content: center;
    color: var(--primary-30);
    font-size: 1.2rem;
    line-height: 1.3em;
    text-align: left;
}

.hero-info-badge__icon {
    flex-shrink: 0;
    stroke: var(--primary-30);
    color: var(--primary-30);
}

.padding-hero-text {
    padding-left: 22rem;
    padding-top: 5rem;
}


.box-enroll {
    padding: 2.8rem 3.2rem;
    align-items: end;
    align-self: stretch;
    border-radius: 2.4rem;
    background: linear-gradient(90deg, #006ECE 0%, #122763 72%) !important;
}

/* .img-hero-cover {
    float: right;
} */

.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item a{
    color:var(--neutral-40);
}

.breadcrumb-item a{
    text-decoration: underline;
}

.box-enroll .price-display, .box-enroll .price-local-display, .box-enroll .price-was, .box-enroll .price-now-block{
  color:white!important;
}

.box-enroll .price-display,
.box-enroll .price-display ins,
.box-enroll .price-now-block {
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 800;
}

.box-enroll .price-was-display{
  color:var(--neutral-80);
}

.hero-enroll-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.hero-enroll-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1.2rem 2rem;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-enroll-actions__btn--enroll {
  background: #fff;
  color: var(--primary-30);
  border: 2px solid #fff;
}

.hero-enroll-actions__btn--enroll:hover,
.hero-enroll-actions__btn--enroll:focus {
  background: #f8fafc;
  color: var(--primary-30);
  border-color: #f8fafc;
  text-decoration: none;
}

.hero-enroll-actions__btn--savings {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
  padding: 1.2rem 1.4rem;
  white-space: nowrap;
}

.hero-enroll-actions__btn--savings:hover,
.hero-enroll-actions__btn--savings:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
}

.hero-enroll-actions__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 3px;
}

@media all and (min-width: 576px) {
  .box-enroll .hero-enroll-actions {
    min-width: 100%;
  }
}

@media all and (max-width: 575px) {
  .hero-enroll-actions__btn--savings {
    font-size: 1.25rem;
    padding: 1.1rem 1.2rem;
    white-space: normal;
  }
}

@media all and (max-width: 991px) {

.page-header {
  margin-top: 62px;
}

.hero-title {
  font-size: 3.6rem;
}

.hero-subtitle {
  font-size: 1.8rem;
}

.box-enroll {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.box-enroll .course-enroll-cta {
    margin-top: 1rem;
    text-align: left!important;
}

.box-enroll .hero-enroll-actions {
    max-width: 100%;
}

.hero-right-img {
    width: 100%;
    min-height: 240px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
}

.img-right-course{
    width: 100%;
    min-height: 240px;
    object-fit: cover;
    border-radius: 1.8rem;
}

.hero-info-stack {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hero-info-badges {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.6rem;
}

.hero-info-badge {
    justify-content: flex-start;
    width: 100%;
}

}

/* Aside layout: left copy+CTA, right tall image (e.g. IDELT) */
.hero-course-new--aside .hero-title {
  max-width: none;
}

.hero-aside-media {
  width: 100%;
}

.hero-aside-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.hero-course-new--aside .hero-info-stack {
  margin-top: 2rem;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.hero-course-new--aside .hero-info-box {
  margin-top: 0;
}

.hero-course-new--aside .hero-info-badges {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem 2rem;
}

.hero-course-new--aside .hero-info-badge {
  width: auto;
  flex: 1 1 auto;
  justify-content: center;
}

.box-enroll--aside {
  align-items: center;
  max-width: none;
  width: 100%;
  margin: 0;
  --bs-gutter-x: 1.6rem;
}

.box-enroll--aside > .col-12:first-child {
  padding-left: 0;
}

.hero-plain-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.hero-plain-actions__btn {
  flex: 1 1 20rem;
  max-width: 28rem;
}

.hero-plain-actions .btn-outlined.turquoise-plus1 {
  border-color: var(--turquoise-plus1);
}

@media (max-width: 991px) {
  .hero-plain-actions {
    justify-content: center;
  }
}

.box-enroll--aside > .col-12:last-child {
  padding-right: 0;
}

.hero-enroll-note {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}

.hero-enroll-note b {
  font-weight: 700;
}

.hero-enroll-note i {
  font-style: italic;
  font-weight: 400;
}

.hero-enroll-cohort {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

.hero-enroll-cohort__label {
  color: var(--primary-70, #5BB2FF);
}

.hero-enroll-cohort__date {
  color: #fff;
}

.hero-enroll-actions__btn--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 1.2rem 2rem;
}

.hero-enroll-actions__btn--secondary:hover,
.hero-enroll-actions__btn--secondary:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .hero-aside-img {
    margin-top: 0.8rem;
  }

  .hero-course-new--aside .hero-info-badges {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.6rem;
  }

  .hero-course-new--aside .hero-info-badge {
    width: 100%;
    justify-content: flex-start;
  }
}

/* .box-enroll .sale-badge{
  font-size: 1.2rem;
  line-height: 1.4em;
  margin: .5em 0;
  background-color: #B0F1C9;
  border:1px solid #3ADC77;
  color:#238447;
  font-weight: 600;
  padding: 0.4em 1em;
  border-radius: 1rem;
} */
