.container {
  --bs-gutter-x: 0rem !important;
}
@media (max-width: 575px) {
    .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
        max-width: 90% !important;
    }
}

.home-hero .des h3 {
  font-size: 32px;
}
@media screen and (max-width: 1399px) {
    .home-hero .des h3 {
        font-size: 25px;
    }
}

.gray-bg {
  background-color: whitesmoke !important;
}

.statistical .statistical-flex {
  display: flex;
  text-align: left;
}

.statistical .statistical-flex .statistical-col {
  flex: 1;
  display: flex;              /* make col a flex container */
  flex-direction: column;     /* stack children vertically */
  justify-content: flex-end;  /* push content to the bottom */
}

.statistical .statistical-flex .statistical-col .item {
  display: flex;
  flex-direction: column;     /* keep p on top, strong on bottom */
  justify-content: space-between;
  height: 100%;               /* fill available col height */
  min-width: 220px;
}

.statistical .statistical-flex .statistical-col p {
  margin: 0 0 10px 0;         /* tighten spacing */
}

.statistical .statistical-flex .statistical-col strong {
  font-size: 2rem;
  color: #0046c0;             /* blue */
}

.program-section {
  display: none;
}
.program-section.active {
  display: block;
}

img.round-corners {
  border-radius: 12px;
}

.why {
  padding: 20px 0px 40px !important;
}

.why .list .icon {
  margin-top: 3px;
}

.why .thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;   /* hides excess parts */
}

.why .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* zooms/crops to fill the box */
  object-position: center; /* focus on center, can be top/left/right/bottom */
}

.program {
  padding: 20px 0px 20px;
}

.program-image {
  width: 618px;
  height: 432px;
  overflow: hidden;   /* hides excess parts */
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* zooms/crops to fill the box */
  object-position: center; /* focus on center, can be top/left/right/bottom */
}

.program .program-tab {
  border-bottom: 1px solid #9D9D9D;
  background-color: white;
}
@media screen and (max-width: 765px) {
  .program .program-tab {
    display: none;
  }
}

.program .program-tab .section-button {
  height: 52px;
  line-height: 52px;
  border-radius: 12px 12px 0px 0px;
  color: #626262;
  background-color: #F0F0F0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -2%;
  padding: 0px 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.program .program-tab .section-button.active {
    color: #fff;
    background-color: #0F3DBA;
}

.program .program-dropdown {
  display: none;
}
@media screen and (max-width: 765px) {
  .program .program-dropdown {
    display: block;
  }
}

.program .program-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.program .program-item .caption p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 100px 40px 30px 40px;
}

.pathway-header {
  font-size: 28px;
  font-weight: 700;
}

.partner-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .partner-title {
    font-size: 30px;
  line-height: 35px;
  }
}
@media screen and (max-width: 800px) {
  .partner-title {
    font-size: 20px;
    line-height: 25px;
  }
}

.partner-content {
  display: flex;
  align-items: center;   /* keep them aligned */
  gap: 1rem;             /* spacing between boxes */
}

.partner-content > div {
  flex: 1;               /* make all children share space equally */
}

.partner-content > div.thumb {
  text-align: right;
}

@media screen and (max-width: 990px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 180px !important;
    }
}
@media screen and (max-width: 800px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 120px !important;
    }
}
@media screen and (max-width: 620px) {
    .partner .partner-content .thumb img {
        min-width: 20px !important;
        max-width: 80px !important;
    }
}

.partner {
  background-color: white;
}

.trained {
  padding: 60px 0px 0px 0px;
}

.tier {
  padding: 50px 0px 40px 0px;
}

.tier .tier-flex {
  display: flex;
  gap: 2.5rem;        /* space between cards */
  flex-wrap: wrap;    /* let them wrap on smaller screens */
  justify-content: center;
}

.tier.tier-col {
  flex: 0 0 auto;
}

.tier .item {
  padding: 20px !important;
  border-left: 0px !important;
  margin: 0px !important;
  width: 290px;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.online-tier .item {
  width: 400px;
}

.tier .item .text {
  margin-top: 230px;
}

.online-tier .item .text {
  margin-left: 50px;
  margin-right: 50px;
}

.tier .item strong,
.tier .item p {
  position: relative;
  z-index: 1;
  text-align: center;
}

.tier .item strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.tier .item p {
  font-size: 0.9rem;
  line-height: 1.4;
}

.styled-select {
  appearance: none;          /* remove default styling */
  -webkit-appearance: none;  /* Safari */
  -moz-appearance: none;     /* Firefox */
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px 40px 0px 18px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #0F3DBA;
  border-radius: 60px;       /* pill shape */
  background-color: #fff;
  color: #111;
  cursor: pointer;
  outline: none;
  position: relative;
}
