/* Typography */
.Certificate_Ind_Hc_Chib_title {
  color: rgba(9, 37, 58, 0.8);
  margin-bottom: 50px;
  font-family: Sora;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2214rem + 1.1429vw, 2.25rem);
  line-height: 120%;
  text-align: center;
}

/* -----------------------------------
    ACCORDION STYLES
    ----------------------------------- */
.Certificate_Ind_Hc_Chib_accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
}

.Certificate_Ind_Hc_Chib_item {
  border: none;
  margin-bottom: 0.5rem;
}

.Certificate_Ind_Hc_Chib_btn {
  background-color: #ffffff;
  color: #8b289e;
  padding: 0.75rem 1.5rem;
  box-shadow: none !important;
  border-radius: 0px !important;
  transition: all 0.3s ease;
  font-family: Sora;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.Certificate_Ind_Hc_Chib_btn:not(.collapsed) {
  background-color: #8b289e;
  color: #ffffff;
  box-shadow: none;
}

.Certificate_Ind_Hc_Chib_btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b289e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.Certificate_Ind_Hc_Chib_btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.Certificate_Ind_Hc_Chib_body {
  padding: 1rem 1.5rem;
  color: rgba(9, 37, 58, 0.8);
  font-family: Inter;
  font-weight: 300;
  font-size: clamp(1rem, 0.9536rem + 0.1905vw, 1.125rem);
  line-height: 170%;
  letter-spacing: 0%;
}

/* -----------------------------------
    IMAGE STYLES
    ----------------------------------- */

/* Desktop Right Column Image */
.Certificate_Ind_Hc_Chib_desktop-img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;

  transition: opacity 0.3s ease-in-out;
}

/* Mobile Inline Image (Inside Accordion) */
.Certificate_Ind_Hc_Chib_mobile-img {
  width: 100%;
  max-width: 400px;
  margin: 1.5rem auto 0 auto;
  display: block;
}
.Certificate_Ind_Hc_Chib_desktop-img {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
/* -----------------------------------
    RESPONSIVE ADJUSTMENTS 
    ----------------------------------- */
@media (max-width: 991px) {
  .Certificate_Ind_Hc_Chib_btn {
    padding: 1rem 1.25rem;
  }
  .Certificate_Ind_Hc_Chib_body {
    padding: 1rem 0.5rem;
  }
}
