body {
  font-family: "Poppins", sans-serif;
  background-color: #0d1117;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: white;
  flex-direction: column;
}

.logoicb {
  width: 120px;
  height: auto;
  display: block;
  margin: 20px auto;
  transition: transform 0.5s ease-in-out;
}

.logoicb:hover {
  transform: rotate(10deg);
}

@keyframes bounceAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in-out;
}

.logoicb {
  width: 230px;
  height: auto;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.container {
  width: 90%;
  max-width: 800px;
  background: #cebfbf;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.alamat-section {
  text-align: left;
  position: relative;
}

h1 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

section {
  margin-bottom: 20px;
  padding: 20px;
  background: #1f2937;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

section:hover {
  transform: scale(1.03);
}

h2 {
  color: #58a6ff;
  font-size: 22px;
}

.card {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.card a:hover {
  text-decoration: underline;
}

button {
  background: #28a745;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s;
  font-size: 16px;
  font-weight: bold;
}

button:hover {
  background: #218838;
  transform: scale(1.05);
}

button:active {
  transform: scale(0.95);
}

.ktp-style {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 95%;
}

.ktp-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.ktp-image {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

/* .ktp-style {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 95%;
} */

.ktp-image-logo {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.ktp-content p {
  margin: 0;
  flex: 1;
  font-size: 16px;
  color: #ffffff; /* Warna putih */
}

.ktp-content a {
  text-decoration: none;
  color: #ffffff; /* Warna putih */
  font-weight: bold;
}

.ktp-text {
  flex: 1;
}

.ktp-text h3 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
}

.ktp-text p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ffffff;
}

.iconmedsos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.logohead {
  width: 150px;
  height: auto;
  border-radius: 5px;
}
.head-text p {
  margin: 5px 0 0;
  font-size: 50px;
  color: #000000;
}

.no-underline {
  text-decoration: none;
}

.klik {
  width: 100px;
}

.iconmedsos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.ktp-image-logo {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ktp-image-logo:hover {
  transform: scale(1.2) rotate(5deg);
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.3);
}

.footer {
  text-align: center;
  padding: 15px;
  /* margin-top: 30px; */
  background: #161b22;
  color: white;
  font-size: 14px;
  border-top: 2px solid #58a6ff;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
    padding: 20px;
  }
  .ktp-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ktp-text {
    text-align: center;
  }
  .iconmedsos {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .ktp-style {
    flex-direction: column;
    text-align: center;
  }
  .ktp-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ktp-image {
    width: 60px;
    height: 60px;
  }
  .ktp-image-logo {
    width: 50px;
    height: 50px;
  }
  .popup-content {
    width: 90%;
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 16px;
  }
  .ktp-image {
    width: 50px;
    height: 50px;
  }
  .ktp-image-logo {
    width: 40px;
    height: 40px;
  }
  .popup-content {
    width: 90%;
    max-width: 300px;
  }
}

/* .ktp-image {
  width: 80px;
  height: 80px;
  border-radius: 5px;
} */
