.spasi {
  height: 100px;
  /* border: 2px solid red; */
}

.legalitas {
  width: 100%;
  height: 100%;
  /* border: 2px solid black; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 8%; */
  /* padding-top: 16px; */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.legalitas.show {
  opacity: 1;
  transform: translateY(0);
}

.legalitas img {
  width: 40%;
  height: 480px;
}

.profil {
  width: 55%;
  border: 2px solid black;
  padding: 30px;
  margin: 40px auto;
  background-color: #ffffff;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.profil h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.isi .row {
  display: flex;
  margin-bottom: 20px;
}

.isi .row h2 {
  width: 50%; /* label tetap rata kiri */
  font-size: 1.4rem;
  margin: 0;
  color: #333;
}

.isi .row p {
  width: 50%; /* isi tetap rata kanan */
  /* margin: 0; */
  font-size: 1rem;
  color: #555;
}

/* visi - misi */

.visi-misi {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  margin-top: 4%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.visi-misi.show {
  opacity: 1;
  transform: translateY(0);
}

.visi-misi h1 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

/* visi */

.visi {
  width: 45%;
  height: auto;
  padding: 2%;
  border: 2px solid black;
  text-align: center;
}

.h2-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 100%;
}

.h2-center h2 {
  font-size: 2.4rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: black;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  margin: 0;
}
/* misi */

.misi {
  width: 45%;
  height: auto;
  border: 2px solid black;
  padding: 2%;
}

.misi ul {
  padding-left: 0;
  list-style: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.6rem;
  color: #333;
  margin: 0;
}

.misi ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
  line-height: 1.6;
  /* background-color: #f0f8ff; */
  border-left: 4px solid #ffd700;
  border-radius: 5px;
  padding: 12px 16px 12px 36px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.misi ul li::before {
  content: "✔";
  position: absolute;
  left: 16px;
  top: 18px;
  color: #ffd700;
  font-size: 1.2rem;
  font-weight: bold;
}

.misi ul li:hover {
  transform: translateX(6px);
}

/* nilai perusahaan */

.nilai {
  width: 100%;
  height: auto;
  /* border: 2px solid red; */
  margin-top: 4%;
  padding: 4%;
}

.nilai h1 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

.nilai p {
  text-align: center;
  font-size: 1.6rem;
}

/* .nilai_1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  border: 2px solid black;
}

.nilai_1 img {
  width: 32%;
  height: auto;
}

.integritas {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.integritas h2 {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin-top: 4%;
} */

.alur-kerja {
  margin-top: 4%;
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  background: #fff;
  border-left: 6px solid #ffd700;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: black;
  background-color: #ffd700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  flex-shrink: 0;
}

.step-content h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #333;
}

.step-content p {
  margin: 8px 0 0;
  font-size: 1.2rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}

/* wa */

.whatsapp-container {
  position: fixed;
  bottom: 40px; /* Jarak dari bawah layar */
  right: 25px; /* Jarak dari kanan layar */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000; /* Pastikan elemen berada di atas */
  opacity: 1;
  transition: opacity 0.3s ease; /* Animasi muncul/hilang */
}

.whatsapp-container p {
  position: relative;
  background-color: #e0f7ea; /* warna hijau muda seperti chat bubble */
  color: #075e54;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px; /* jarak dari logo */
  padding: 8px 12px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  animation: bounceText 2s infinite;
}

.whatsapp-container p::after {
  content: "";
  position: absolute;
  bottom: -8px; /* posisi panah di bawah balon */
  left: 84%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e0f7ea; /* warna sama dengan background balon */
}

.whatsapp-logo {
  width: 90px; /* Ukuran logo */
  height: 90px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-logo:hover {
  transform: scale(1.1); /* Efek zoom saat hover */
}

@keyframes bounceText {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (min-width: 200px) and (max-width: 339px) {
  .legalitas {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: auto;
  }

  .legalitas img {
    display: none;
  }

  .isi .row h2 {
    width: 45%;
    font-size: 1rem;
  }

  .isi .row p {
    width: 55%;
    font-size: 0.9rem;
  }

  .legalitas .profil {
    width: 98%;
    height: auto;
  }

  .visi-misi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .visi {
    width: 90%;
  }

  .visi h1,
  .misi h1 {
    font-size: 2.6rem;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }

  .h2-center h2 {
    font-size: 1.4rem;
    border-bottom: none;
  }

  .misi {
    width: 90%;
    margin-top: 10%;
  }

  .misi ul {
    font-size: 1.4rem;
  }

  .nilai h1 {
    font-size: 2.6rem;
  }

  .nilai p {
    font-size: 1.2rem;
  }

  .whatsapp-logo {
    width: 60px; /* Ukuran logo */
    height: 60px;
  }

  .whatsapp-container {
    bottom: 20px;
    right: 15px;
    align-items: flex-end;
  }

  .whatsapp-container p::after {
    left: 84%;
  }
}

@media (min-width: 340px) and (max-width: 425px) {
  .legalitas {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: auto;
  }

  .isi .row h2 {
    width: 45%;
    font-size: 1.2rem;
  }

  .isi .row p {
    width: 55%;
    font-size: 1rem;
  }

  .legalitas img {
    display: none;
  }

  .legalitas .profil {
    width: 98%;
    height: auto;
  }

  .visi-misi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .visi {
    width: 90%;
  }

  .visi h1,
  .misi h1 {
    font-size: 2.6rem;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }

  .h2-center h2 {
    font-size: 1.6rem;
    border-bottom: none;
  }

  .misi {
    width: 90%;
    margin-top: 10%;
  }

  .misi ul {
    font-size: 1.4rem;
  }

  .nilai h1 {
    font-size: 2.6rem;
  }

  .nilai p {
    font-size: 1.2rem;
  }

  .whatsapp-logo {
    width: 60px; /* Ukuran logo */
    height: 60px;
  }

  .whatsapp-container {
    bottom: 20px;
    right: 15px;
    align-items: flex-end;
  }

  .whatsapp-container p::after {
    left: 84%;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .legalitas {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: auto;
  }

  .legalitas img {
    display: none;
  }

  .legalitas .profil {
    width: 90%;
    height: auto;
  }

  .visi-misi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .visi {
    width: 90%;
  }

  .visi h1,
  .misi h1 {
    font-size: 2.6rem;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }

  .h2-center h2 {
    font-size: 1.8rem;
    border-bottom: none;
  }

  .misi {
    width: 90%;
    margin-top: 10%;
  }

  .misi ul {
    font-size: 1.4rem;
  }

  .nilai h1 {
    font-size: 2.6rem;
  }

  .nilai p {
    font-size: 1.2rem;
  }

  /* wa */
  .whatsapp-logo {
    width: 60px; /* Ukuran logo */
    height: 60px;
  }

  .whatsapp-container {
    bottom: 20px;
    right: 15px;
    align-items: flex-end;
  }

  .whatsapp-container p::after {
    left: 84%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .legalitas {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: auto;
  }

  .legalitas img {
    display: none;
  }

  .isi .row h2 {
    font-size: 1.8rem;
    width: 45%;
    /* border: 2px solid red; */
  }

  .isi .row p {
    font-size: 1.6rem;
    width: 55%;
  }

  .profil h1 {
    font-size: 2.6rem;
  }

  .legalitas .profil {
    width: 98%;
    height: auto;
  }

  .visi-misi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .visi {
    width: 98%;
    margin-bottom: 10%;
  }

  .misi {
    width: 98%;
  }

  .visi h1,
  .misi h1 {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
  }

  .h2-center h2 {
    border-bottom: none;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .spasi {
    height: 100px;
    /* border: 2px solid red; */
  }

  .legalitas {
    width: 100%;
    height: 100%;
    /* border: 2px solid black; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 8%; */
    /* padding-top: 16px; */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .legalitas.show {
    opacity: 1;
    transform: translateY(0);
  }

  .legalitas img {
    width: 40%;
    height: 480px;
  }

  .profil {
    width: 55%;
    border: 2px solid black;
    padding: 30px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 8px;
    font-family: Arial, sans-serif;
  }

  .profil h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
  }

  .isi .row {
    display: flex;
    margin-bottom: 20px;
  }

  .isi .row h2 {
    width: 50%; /* label tetap rata kiri */
    font-size: 1.4rem;
    margin: 0;
    color: #333;
  }

  .isi .row p {
    width: 50%; /* isi tetap rata kanan */
    /* margin: 0; */
    font-size: 1rem;
    color: #555;
  }

  /* visi - misi */

  .visi-misi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 4%;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .visi-misi.show {
    opacity: 1;
    transform: translateY(0);
  }

  .visi-misi h1 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
  }

  /* visi */

  .visi {
    width: 45%;
    height: auto;
    padding: 2%;
    border: 2px solid black;
    text-align: center;
  }

  .h2-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    width: 100%;
  }

  .h2-center h2 {
    font-size: 2.4rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin: 0;
  }
  /* misi */

  .misi {
    width: 45%;
    height: auto;
    border: 2px solid black;
    padding: 2%;
  }

  .misi ul {
    padding-left: 0;
    list-style: none;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
    color: #333;
    margin: 0;
  }

  .misi ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    line-height: 1.6;
    /* background-color: #f0f8ff; */
    border-left: 4px solid #ffd700;
    border-radius: 5px;
    padding: 12px 16px 12px 36px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .misi ul li::before {
    content: "✔";
    position: absolute;
    left: 16px;
    top: 18px;
    color: #ffd700;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .misi ul li:hover {
    transform: translateX(6px);
  }

  /* nilai perusahaan */

  .nilai {
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
    margin-top: 4%;
    padding: 4%;
  }

  .nilai h1 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
  }

  .nilai p {
    text-align: center;
    font-size: 1.6rem;
  }

  /* .nilai_1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  border: 2px solid black;
}

.nilai_1 img {
  width: 32%;
  height: auto;
}

.integritas {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.integritas h2 {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin-top: 4%;
} */

  .alur-kerja {
    margin-top: 4%;
  }

  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    background: #fff;
    border-left: 6px solid #ffd700;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
  }

  .step:hover {
    transform: translateY(-5px);
  }

  .step-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
    background-color: #ffd700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .step-content h3 {
    margin: 0;
    font-size: 1.4rem;
    color: #333;
  }

  .step-content p {
    margin: 8px 0 0;
    font-size: 1.2rem;
    color: #555;
    text-align: center;
    line-height: 1.5;
  }
}
