.certificate-section {
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.certificate-section .certificate__header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.certificate-section .certificate__wrapper {
  background-image: url("../images/program/certificate.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 64px 80px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
}
.certificate-section .certificate__content {
  order: 1;
  width: 50%;
}
.certificate-section .certificate__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.certificate-section .certificate__benefit-item {
  color: #000;
  font-size: 18px;
  position: relative;
}
.certificate-section .certificate__visual {
  order: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.certificate-section .certificate__image-frame {
  padding: 16px;
  width: 100%;
  max-width: 540px;
  box-sizing: border-box;
  margin-top: -65px;
}
.certificate-section .certificate__img {
  display: block;
  width: 100%;
  height: auto;
  outline: 2px solid #111111;
}
.certificate-section .certificate__slider-bar {
  display: none;
}

/* ==========================================
   DESKTOP RESPONSIVE BREAKPOINTS
   ========================================== */
@media (min-width: 1920px) {
  .certificate-section .certificate__wrapper {
    padding: 80px 100px;
    gap: 80px;
  }
  .certificate-section .certificate__description,
  .certificate-section .certificate__benefit-item {
    font-size: 20px;
  }
  .certificate-section .certificate__image-frame {
    max-width: 620px;
    margin-top: -94px;
    margin-top: -97px;
  }
}
@media (max-width: 1366px) {
  .certificate-section .certificate__header {
    margin-bottom: 26px;
  }
  .certificate-section .certificate__wrapper {
    padding: 64px 80px 60px;
    gap: 40px;
  }
  .certificate-section .certificate__image-frame {
    max-width: 460px;
    margin-top: -70px;
  }
}
/* ==========================================
   MOBILE & TABLET BREAKPOINTS (Matching PHP)
   ========================================== */
@media (max-width: 992px) {
  .certificate-section .certificate__header {
    margin-bottom: 200px;
    padding: 0 16px;
  }
  .certificate-section .certificate__description {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #333333;
    margin: 0 auto;
  }
  .certificate-section .certificate__description p {
    margin: 0;
  }
  .certificate-section .certificate__wrapper {
    background-image: url("../images/program/certificate-mobile.webp");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 0 24px 40px 24px;
    gap: 0;
    margin-top: 110px;
    border-radius: 20px;
    margin-left: -12px;
  }
  .certificate-section .certificate__visual {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -100px;
  }
  .certificate-section .certificate__image-frame {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .certificate-section .certificate__img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    outline: none;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.22));
    margin-left: 9px;
  }
  .certificate-section .certificate__slider-bar {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px 0 24px 0;
  }
  .certificate-section .certificate__content {
    order: 3;
    width: 100%;
    padding: 0 8px;
  }
  .certificate-section .certificate__benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
    list-style-type: disc;
  }
  .certificate-section .certificate__benefit-item {
    font-size: 14px;
    line-height: 1.45;
    color: #222222;
    padding-left: 0;
  }
  .certificate-section .certificate__benefit-item::marker {
    color: #111111;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .certificate-section .certificate__wrapper {
    margin-top: 120px;
  }
  .certificate-section .certificate__visual {
    margin-top: -170px;
  }
  .certificate-section .certificate__image-frame {
    max-width: 320px;
  }
  .certificate-section .certificate__slider-bar {
    margin: 16px 0 20px 0;
  }
  .certificate-section .certificate__benefits {
    gap: 14px;
  }
  .certificate-section .certificate__benefit-item {
    font-size: 14px;
  }
}/*# sourceMappingURL=certificate.css.map */