/* ================================================================
   EXCELLENT POINTS PAGE
   ================================================================ */

/* ---- Intro header ---- */
#excellent-points {
  box-shadow: 0px 0px 12.94px 0px #A7ABB04D;
}

.ep-intro {
  padding: 3rem;
}

.ep-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007CC4;
  margin-bottom: 1rem;
}

.ep-intro-desc {
  margin-bottom: 0.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}

.ep-link {
  color: var(--teal);
  font-family: Roboto;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

.workplace-section .ep-link {
  color: #98CF29;
}

/* ---- Main content ---- */
.ep-main-content {
  padding: 2rem 3rem;
  background-color: #f5f9fc;
}

.ep-campaign {
  padding: 1rem 0;
}

.ep-campaign-header {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ep-campaign-title {
  font-weight: 700;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 96%;
  letter-spacing: 0%;
}

.ep-points-badge {
  font-size: 1.1rem;
  font-weight: 600;
  background-color: white;
  padding: 5px 10px;
  border-radius: 25px;
  box-shadow: 0px 0px 4px 0px #A7ABB04D;
}

.ep-main-content .ep-points-badge {
  color: var(--teal);
}

.workplace-section .ep-points-badge{
  color: #98CF29;
}

.ep-campaign-desc {
  margin-bottom: 1.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0px;
}

/* ---- Criteria ---- */
.ep-subsection-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.ep-criteria-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ep-criteria-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.ep-criteria-num {
  min-width: 30px;
  height: 30px;
  background-color: #007CC4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-family: Roboto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
}

.ep-criteria-item p {
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0px;
}

/* ---- Steps ---- */
.ep-steps-row {
  margin-top: 0.5rem;
}

.ep-step-icon-box {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.ep-step-icon-box img {
  width: 100%;
}

.ep-step-label {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.ep-main-content .ep-step-label {
   color: var(--teal);
}
.workplace-section .ep-step-label {
  color: #98CF29;
}

.ep-step-desc {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ---- Divider ---- */
.ep-divider {
  margin: 2.5rem 0;
  border-color: #dee2e6;
}

.workplace-section {
  padding: 2rem 3rem;
  background-color: #fafcf6;
}

.ep-prepared-section {
  padding: 2rem 3rem;
}

/* ---- Prepared by ---- */
.ep-prepared-by {
  font-size: 0.9rem;
  color: #444;
}

/* ---- FAQ section ---- */
.ep-faq-section {
  padding: 2rem 3rem;
}

.ep-faq-title {
  font-size: 2rem;
  font-weight: 700;
  color: #007CC4;
  margin-bottom: 1.5rem;
}

.ep-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0 !important;
  background: #F1F3F4;
}

.ep-accordion .accordion-item:first-child {
  border-radius: 10px 10px 0px 0px !important;
}

.ep-accordion .accordion-button {
  font-weight: 500;
  font-size: 0.95rem;
  color: #4E4E4E;
  background: #F1F3F4;
  box-shadow: none;
  padding: 1rem 1.5rem 1rem 1.5rem;
}

.ep-accordion .accordion-button:not(.collapsed) {
  color: #4E4E4E;
  box-shadow: none;
}

/* Replace chevron with + / − */
.ep-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: #007CC4;
  transform: none !important;
  transition: none;
}

.ep-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.ep-accordion .accordion-body {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
}

/* ---- Footer quote ---- */
.ep-footer-quote {
  text-align: center;
  padding: 2.5rem 3rem;
}

.ep-footer-quote p {
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0;
}

/* ---- Responsive ---- */
@media (max-width: 767px) {
  #excellent-points {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }

  .ep-intro {
    padding: 2rem 1.5rem;
  }

  .ep-main-title {
    font-size: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .ep-main-content {
    padding: 1.5rem;
  }

  .ep-campaign-title {
    font-size: 1.4rem;
  }

  .ep-faq-section {
    padding: 2rem 1.5rem;
  }

  .ep-footer-quote {
    padding: 2rem 1.5rem;
  }
  .ep-step-card{
    display: flex;
  }
  .ep-step-icon-box{
    margin-bottom: 0px;
    margin-right: 1rem;
  }
  .ep-step-icon-box img{
    width: 60px;
  }
}
