/* /////////////////////////////////////////////////// */
/* Head */
/* /////////////////////////////////////////////////// */

.heading-box {
  height: 240px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-light);

  & .heading-primary {
    font-family: 'Poiret One', cursive;
    font-size: 44px;
    letter-spacing: 2px;
    transform: translateY(-15%);
  }
}

/* /////////////////////////////////////////////////// */
/* OUR VALUE */
/* /////////////////////////////////////////////////// */
.our-value-section {

  & .heading-primary {
    margin-bottom: 80px;
  }
}

.vlaue-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: auto;
}

.value-card {
  max-width: 367px;
  display: flex;
  flex-direction: column;
  align-items: center;

  & .icon {
    height: 91px;
    margin-bottom: 24px;
  }

  & .heading-primary {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--color-primary);
  }

  & .text {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    -webkit-text-stroke: 0.5px var(--text-black);
    letter-spacing: 1px;
    color: var(--text-black);
  }
}


/* /////////////////////////////////////////////////// */
/* WORK ETHICS */
/* /////////////////////////////////////////////////// */
.work-ethics-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.text-content {
  max-width: 50%;

  & .heading-primary {
    margin-bottom: 12px;
    text-align: start;
  }

  & .description {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--grey-37);
    letter-spacing: 1px;
    margin-bottom: 24px;
  }

}

.ethic-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;

  & .icon {
    width: 18px;
    margin-top: 1px;
  }

  & .title {
    font-size: 16px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--color-primary);
    letter-spacing: 2px;
    color: var(--color-primary);
    margin-bottom: 6px;
  }

  & .subtitle {
    font-size: 16px;
    line-height: 1.4;
    -webkit-text-stroke: 0.5px var(--text-black);
    letter-spacing: 1px;
    color: var(--text-black);
  }
}

.image-content {
  display: flex;
  justify-content: center;
  max-width: 405px;
  height: auto;
  margin: auto;

  & img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }

}

/* /////////////////////////////////////////////////// */
/* CONTRIBUTION */
/* /////////////////////////////////////////////////// */
.contribution-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contribution-image {
  max-width: 450px;
  height: auto;
  display: flex;
  justify-content: center;
  margin-left: 20px;

  & img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
}

.contribution-text {
  max-width: 708px;
  min-width: 584px;

  & .heading-primary {
    font-size: 48px;
    text-align: start;
    margin-bottom: 12px;
  }

  & .description {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--text-black);
    letter-spacing: 1px;
    color: var(--text-black);
  }

  & .heading-secondary {
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 32px;
    -webkit-text-stroke: 1px var(--color-black);
    letter-spacing: 1px;
    color: var(--text-black);
  }

  & .organization-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--color-white);
    padding: 26px 40px 26px 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 9px 0px #00000026;

    & .column {
      display: flex;
      flex-direction: column;
    }

    & .column-item {
      align-self: start;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 16px;
      margin-bottom: 20px;
      -webkit-text-stroke: 0.5px var(--color-black);
      letter-spacing: 0.5px;
      color: var(--color-black);
      cursor: pointer;
      user-select: none;
      border-bottom: 1.5px solid transparent;
      transition: all .2s ease;

      &:hover {
        -webkit-text-stroke: 0.5px var(--color-primary);
        color: var(--color-primary);
        border-bottom: 1.5px solid var(--color-primary);
      }
    }
  }
}

/* /////////////////////////////////////////////////// */
/* CUSTOMER SATISFACTION */
/* /////////////////////////////////////////////////// */
.custtomer-satisfaction-container {
  max-width: 760px;

}

.header-box {
  margin-bottom: 30px;

  & .heading-primary {
    margin-bottom: 12px;
    text-align: start;
  }

  & .text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--text-black);
    color: var(--text-black);

  }
}

.details-box {

  & .heading-primary {
    font-size: 32px;
    text-align: start;
    margin-bottom: 24px;
  }

  & .details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px var(--text-black);
    color: var(--text-black);
    letter-spacing: 2px;
    line-height: 1.4;
  }
}
.description {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-text-stroke: 0.5px var(--grey-37);
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.privacy-heading-secondary {
  color: var(--color-primary);
  font-size: 28px;
}