/* highlights */
.highlights {
  padding: 0 0 60px;
  /* background: url('../images/accent_image_2.png') no-repeat right top;
  background-size: 190px; */
}
p.subtitle {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #303030;
  margin: 0 0 30px;
}
p.subtitle strong {
  color: var(--primary-color);
}
.highlight-cards .highlight-card {
  padding: 0 30px;
  border: 1px solid #00E90126;
  background: #F4FFF459;
  border-radius: 34px;
  width: 32.5%;
  min-height: 120px;
  margin: 0 0 16px;
}
.highlight-cards .highlight-card:nth-child(2), .highlight-cards .highlight-card:nth-child(5) {
  border: 1px solid #0000821A;
  background: #F9F9FF99;
}
.highlight-cards .highlight-card:nth-child(3), .highlight-cards .highlight-card:nth-child(4) {
  border: 1px solid #CD00001A;
  background: #FFFAFA99;
}
.highlight-cards .highlight-card img {
  margin: 0 16px 0 0;
  height: 45px;
  width: 45px;
  object-fit: contain;
  object-position: center;
}
.highlight-cards .highlight-card p {
  margin: 0;
}

/* programmes */
.programmes {
  padding: 80px 0;
  background: url('../images/blue_bg.png') no-repeat center center;
  background-size: cover;
}
.programmes h2 {
  color: #FFF;
  margin: 0 0 50px;
}
.programmes .programme-card {
  background: #FFF;
  border-radius: 14px;
  padding: 12px;
  position: relative;
}
.programmes .programme-card > img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 10px;
}
.programmes .programme-card > img.bank-logo {
  border-radius: 8px;
  width: 100px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 18px;
  top: 178px;
}
.programmes .programme-card > img.opportunity {
  border-radius: 8px;
  width: 100px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 18px;
  top: 18px;
  filter: brightness(0) invert(1);
}
.programmes .programme-card > img.guarantee {
  border-radius: 8px;
  width: 65px;
  height: 65px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 18px;
  top: 18px;
  filter: invert(10%) sepia(73%) saturate(7483%) hue-rotate(359deg) brightness(87%) contrast(111%);
}
.programmes .programme-card h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  min-height: 48px;
}
.programmes .programme-card .duration img {
  height: 26px;
  width: 28px;
  margin: 5px 10px 0 0;
}
.programmes .programme-card p {
  font-size: 16px;
  line-height: 18px;
}
.programmes .programme-card p small {
  color: #818181;
  font-size: 12px;
}
.programmes .programme-card p span {
  font-size: 13px;
}
.programmes .programme-card .role-info {
  background-color: #f8f9fa;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 1.2rem;
  font-size: 0.85rem;
  border-left: 3px solid var(--secondary-color);
  font-size: 12px;
  line-height: 16px;
}
.programmes .programme-card .role-info .info-label {
  color: #999;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2px;
}
.programmes .programme-card .role-info .info-value {
  font-weight: 600;
}
.programmes .programme-card p.desc {
  font-size: 14px;
  line-height: 18px;
  min-height: 60px;
}
.programmes .programme-card .btn {
  width: 100%;
}

/* why */
.why {
  padding: 60px 0;
}
.why .highlight-cards .highlight-card {
  border-radius: 20px;
}

/* testimonials */
.testimonials {
  padding: 60px 0;
  background: url('../images/accent_image_1.png') no-repeat right bottom;
  background-size: 430px;
}
.testimonials h2 {
  margin: 0 0 50px;
}
.testimonials .testimonial-card {
  position: relative;
  padding: 30px;
  border: 1px solid #0000;
  background: 
    conic-gradient(#FFF 0 0) padding-box,
    linear-gradient(254.87deg, rgba(0, 233, 1, 0.41) 4.37%, rgba(0, 233, 1, 0) 68.38%) border-box;
  border-radius: 30px;
  box-shadow: -23px 24px 27.8px -11px #00000008;
  min-height: 290px;
}
.testimonials .testimonial-card::before {
  content: '';
  display: block;
  height: 31px;
  width: 44px;
  background: url('../images/quote.png') no-repeat left top;
  background-size: 44px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.testimonials .testimonial-card img {
  margin: 0 16px 0 0;
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.testimonials .testimonial-card h4 {
  margin: 0;
}
.testimonials-swiper {
  padding: 0 0 50px;
}
.testimonials-swiper-pagination {
  bottom: 0;
}
.testimonials-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
}

/* CTA */
.cta {
  padding: 60px 0;
  background: #000082 url('../images/cta_bg.webp') no-repeat right center;
  background-size: cover;
  color: #FFF;
}
.cta h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.cta h3 span {
  color: var(--accent-color);
}

/* Footer */
footer {
  padding: 30px 0 16px;
}