body {
  overflow-x: hidden;
}
header .our-company {
  color: rgb(150, 229, 71);
}
header .our-company:hover {
  color: rgb(150, 229, 71);
}

header .home {
  color: white;
}
header .home:hover {
  color: rgb(255, 255, 255);
}
.section1 {
  background-image: url("../img/img-ourcompany/bgku-3.png");
  background-color: #090909;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
}

.section1-card {
  width: 30rem;
  height: 40rem;
  position: relative;
  left: 2rem;
  padding: 3rem;
}

.our-company-title {
  position: relative;
  left: 1rem;
  top: 2rem;
}
.our-company-des {
  position: relative;
  left: 44rem;
  top: 6rem;
  border-left: 2px solid rgb(213, 151, 50);
  padding: 1rem;
  line-height: 1.5rem;
}

.section2 {
  background-color: rgba(13, 14, 14, 0.976);
  padding: 6rem 17rem;
}

.section2 h4 {
  color: rgb(150, 229, 71);
  text-align: center;
}
.section2 .vision {
  position: relative;
  bottom: 10%;
}
.section2 .vision p {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 100;
}
.section2 .mission .mission-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 60rem;
}
.section2 .mission .mission-card .our-card {
  color: white;
  background-color: rgb(30, 36, 39);
  padding: 2rem;
  border-radius: 20px;
  width: 40rem;

  flex: 2 2 calc(50% - 1rem);
  box-sizing: border-box;
  border-left: 1.7px solid rgb(150, 229, 71);
}
.section2 .mission .mission-card .our-card p {
  font-size: 16px;
  font-weight: 400;
}

/* sec 3 */

.our-values {
  padding: 7rem;
  background-color: rgba(246, 247, 249, 0.952);
}

.our-values .bg-values {
  background-image: url("../img/img-ourcompany/Frame\ 11998.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 16rem;
  height: 9rem;
  padding: 3rem;
}

.our-img {
  object-fit: contain;
  width: 3rem;
  height: 3rem;
}

.faq-item {
  margin: 1rem 0;
  border-radius: 5px;
  overflow: hidden;
}
.faq-item .hr {
  border-bottom: 1.5px solid black;
  height: 1px;

  position: relative;
  left: 15px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid rgb(39, 38, 38);
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  position: relative;
  left: 3.4%;
  height: auto;
  margin-bottom: 1rem;
}
.faq-content p {
  font-style: italic;
  font-size: 20px;
  color: rgb(129, 129, 129);
}
.faq-item.active .faq-content {
  max-height: 200px; /* Sesuaikan dengan tinggi konten maksimum Anda */
  opacity: 1;
  padding: 1rem;
}

.faq-content p {
  margin: 0;
}

.number {
  border: 1px solid black;
  border-radius: 100%;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  height: 2.5rem;
  text-align: center;
  position: relative;
  bottom: 2px;
}
.number p {
  position: relative;
  top: 19%;
}

.icons img {
  width: 2.3rem;
  object-fit: contain;
}
.icons .img2 {
  display: none;
}
.icons .expand-up {
  display: block;
}

.icons .expand-down {
  display: none;
}
.impartial-head {
  background-color: black;
  padding: 60px;
  height: 100vh;
}
.impartial {
  background-image: url("../img/img-ourcompany/background-impartial.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75%;
  height: 80%;
  color: white;
  padding: 30px;
}
.impartial-paraf {
  font-weight: 100;
}
.navbar-brand {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 600px) {
  header .home {
    color: rgb(0, 0, 0);
  }

  .navbar-brand {
    color: black;
  }

  .section1 {
    background-size: cover;
    height: 100vh;
  }

  .section2 {
    padding: 2rem 2rem;
  }

  .section1-card {
    width: 100%;
  }

  .our-company-title {
    position: relative;
    left: -3rem;
    top: 1rem;
  }
  .our-company-des {
    left: -3rem;
    top: 1rem;
  }

  .section2 .vision {
    position: relative;
    bottom: 10%;
  }

  .section2 .mission {
    padding: 2rem;
  }

  .section2 .mission .mission-card .our-card {
    padding: 0.5rem;
    width: 35%;
  }

  /* sec 3 */

  .our-values {
    padding: 2rem;
   z-index: 5;

  }

  .our-values .bg-values {
    background-size: 60%;
    position: relative;
    right: 2.5rem;
  }

  .impartial {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40rem;
    border-radius: 1rem;
  }

  .impartial-head {
    padding: 0.5rem;
  }

  .number {
    width: 2.3rem;
    height: 2.3rem;
    bottom: 4px;
  }

  .faq-item h3 {
    font-size: 17px;
  }
  .faq-content p {
    font-size: 15px;
  }
}
