/** Shopify CDN: Minification failed

Line 156:0 Unexpected "}"

**/
.certifications-section {
  position: relative;
}

.cert-content {
  width: 100%;
}



.cert-badge {
  display: inline-block;
  text-transform: uppercase;
}

/* Title */
.cert-title {
  margin: 0;
}

/* Subtitle */
.cert-subtitle {
  margin: 0;
}

/* Certificate Thumbnails Carousel */
.cert-thumbnails-wrapper {
  position: relative;
  overflow: hidden;
}

.cert-thumbnails-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cert-thumbnails-carousel::-webkit-scrollbar {
  display: none;
}

.cert-thumbnail-link {
  flex: 0 0 auto;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.cert-thumbnail-link:hover {
  transform: translateY(-4px);
}

.cert-thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.cert-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Side Label */
.cert-side-label {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Logos Carousel */
.cert-logos-wrapper {
  position: relative;
  overflow: hidden;
}

.cert-logos-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: center;
}

.cert-logos-carousel::-webkit-scrollbar {
  display: none;
}

.cert-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-logo-img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}



/* CTA */
.cert-cta {
  text-align: center;
}

/* Reviews */
.cert-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cert-stars {
  display: flex;
  gap: 4px;
}

/* Mobile Layout */

  

  

  
  .cert-side-label {
    font-size: 10px;
    padding: 6px 14px;
  }
}

/* Desktop Layout */
@media (min-width: 768px) {


  
  .cert-side-label {
    font-size: 12px;
    padding: 10px 20px;
  }
}

.logos-swiper-mobile .swiper-wrapper{
  align-items:center;
}