body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}


.comparison-section {
  max-width: 800px;
  margin: 40px auto;
  margin-top: 100px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.peserta {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  padding: 20px;
  /* margin-bottom: 20px; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.peserta h3 {
  color: #444;
}

label {
  font-size: 14px;
  font-weight: bold;
  color: #a1a1a1;
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 2px solid #c8c8c8;
  border-radius: 5px;
  margin-bottom: 15px;
}

input:focus {
  border-color: #007bff;
  outline: none;
}

.form-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

button {
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #1e1e1e;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #0056b3;
}

#output {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 14px;
}




.navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* max-width: 600px; */
  background: linear-gradient(90deg, #333, #000000, #333);
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
  /* z-index: 999; */
}

.logo {
  display: flex;
  flex-direction: column;
  color: #ff9800;
  align-items: center;
}

.logo i {
  font-size: 40px;
  margin-bottom: 5px;
}

.logo span {
  font-size: 24px;
  font-weight: bold;
}

.quote {
  margin-top: 10px;
  font-size: 14px;
  color: #e5e7eb;
  font-style: italic;
}



/* FOOTER */
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff9800;
}

.footer-logo i {
  margin-right: 8px;
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
}

.footer-links li {
  display: inline-block;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff9800;
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #ff9800;
}

.footer-bottom {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 10px;
  border-top: 1px solid #444;
  padding-top: 10px;
}


.table-container {
  overflow-x: auto;
  margin: 0 auto;
  padding: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 16px;
  background-color: #f9f9f9;
}

th, td {
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* lOGO */
/* Wadah logo */
.logo-container {
  display: flex;
  justify-content: center;  /* Menyusun logo secara horizontal di tengah */
  align-items: center;  /* Menyusun logo secara vertikal di tengah */
/* Menentukan tinggi wadah (optional, jika ingin memenuhi layar penuh) */
}

/* Gaya logo */
.logo {
  max-width: 100%;  /* Menyesuaikan ukuran logo dengan lebar wadah */
  height: auto;  /* Menjaga rasio aspek logo */
}


/* service */


.service-container {
  display: flex;
  margin-top: 150px;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  grid-column-gap: 9px;
  /* border-radius: 20px; */
  padding: 20px;
}



.service {
  background-color: #1f211c;
  color: white;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  align-items: center;
  max-width: 1140px;
  grid-row-gap: 13px;
  margin-right: auto;
  text-align: center;
  width: 240px;
  transition: transform 0.3s ease;
}


@media (max-width: 1140px) {
  .service {
      width: 230px;
  }
}

.p-service {
  color: white;
  font-family: Archivo, sans-serif;
  font-size: 16px;
}


.service:hover {
  transform: translateY(-10px);
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.text {
  line-height: 1.5;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.006em;
  color: #ababab;
}

@media (max-width: 768px) {
  .service-container {
      flex-direction: column;
      align-items: center;
  }

  .service-container-blog {
      flex-direction: column;
      align-items: center;
  }

  .service {
      width: 80%;
      margin-bottom: 10px;
  }
}


.plan-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.plan-button:hover {
  background-color: #555;
}

.plan.popular .plan-button {
  background-color: #ffffff;
  color: #000;
}

.plan.popular .plan-button:hover {
  background-color: #402218;
  color: #fff;
}

/* float chat */


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 50px;  /* Ukuran total kontainer */
  height: 50px; /* Ukuran total kontainer */
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;  /* Memastikan link memenuhi kontainer */
  height: 100%; /* Memastikan link memenuhi kontainer */
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative; /* Untuk posisi dot merah relatif terhadap link */
}

.whatsapp-float img {
  width: 60%;   /* Ukuran ikon di dalam kontainer */
  height: 60%;  /* Ukuran ikon di dalam kontainer */
  border-radius: 50%;
}

.notification-dot {
  position: absolute;
  top: -5px; /* Jarak dari atas kontainer */
  right: -5px; /* Jarak dari kanan kontainer */
  width: 12px; /* Ukuran dot */
  height: 12px; /* Ukuran dot */
  background-color: red; /* Warna dot merah */
  border-radius: 50%; /* Membuat dot berbentuk bulat */
  border: 2px solid white; /* Opsional: Border putih di sekitar dot */
}


/* Styling for the select element */
#skbMax {
  width: 70px; /* Set a fixed width */
  padding: 10px; /* Add some padding for better spacing */
  font-size: 16px; /* Adjust font size */
  border: 2px solid #c8c8c8;
  border-radius: 5px; /* Rounded corners */
  background-color: #f9f9f9; /* Light background color */
  color: #333; /* Dark text color */
  transition: border-color 0.3s ease; /* Smooth transition for border color */
}

/* Change border color when the select element is focused */
#skbMax:focus {
  border-color: #007BFF; /* Blue border on focus */
  outline: none; /* Remove default outline */
}

/* Style the option elements */
#skbMax option {
  padding: 10px; /* Padding for better option spacing */
}
