/* Achievements page styles */

.cert-swiper {
  width: 100%;
  padding-bottom: 5.5rem;
}

.cert-swiper .swiper-pagination {
  bottom: 0 !important;
}

.cert-card {
  display: grid;
  place-items: center;
  gap: .75rem;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
  height: 100%;
  width: 100%;
  min-height: 340px;
}

.cert-card img {
  height: 280px;
  max-width: 100%;
  width: auto;
  border-radius: .5rem;
  object-fit: contain;
}

.cert-card figcaption {
  font-weight: 600;
  color: var(--bs-primary);
  text-align: center;
}

/* Swiper controls theme */
.cert-swiper .swiper-button-prev,
.cert-swiper .swiper-button-next {
  color: var(--bs-primary);
}

.cert-swiper .swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
