body {
  font-family: Arial, sans-serif, Poppins;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #f4f4f9;
  color: #333;
}

header {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: white;
  text-align: center;
  padding: 40px 0px;
  position: relative;
}

header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 3rem;
  color: #fff;
}

header p {
  font-size: 1.2rem;
  margin: 15px 0;
}

header a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #FFA500;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

header a:hover {
  background: #c97c17;
}

header img {
  border-radius: 50%;
  /* position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%); */
  max-width: 100px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Pusatkan secara vertikal */
  align-items: center; /* Pusatkan secara horizontal */
  text-align: center;
  background: #f9f9f9;
  margin: 0; /* Hilangkan margin */
}

/* FEATURES */
.features,
.packages,
.process {
  margin: 40px 0;
}

.features h2,
.packages h2,
.process h2,
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #007bff;
  font-size: 2rem;
}

.features .grid,
.process .steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.features .grid div,
.process .steps div {
  flex: 1 1 calc(33.333% - 30px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.features .grid div:hover,
.process .steps div:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.features .grid div h3,
.process .steps div h3 {
  margin-bottom: 15px;
  color: #0056b3;
  font-size: 1.5rem;
}

.features .grid div img {
  border-radius: 50%;
  max-width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.process .steps div img {
  border-radius: 50%;
  max-width: 200px;
  height: 200px;
  margin-bottom: 15px;
}
/* paket layanan */
.packages table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.packages table th,
.packages table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.packages table th {
  background: #007bff;
  color: #fff;
}

.packages .cta {
  text-align: center;
  margin-top: 20px;
}

.packages .cta a {
  display: inline-block;
  padding: 12px 30px;
  background: #FFA500;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  margin-top: 40px;
}

.packages .cta a:hover {
  background: #c97c17;
}

.faq {
  margin: 40px 0;
}

.faq div {
  margin-bottom: 20px;
}

/* Proses */

/* footer */
footer {
  background: #333;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

footer a {
  color: #007bff;
  text-decoration: none;
}

/* form */
.container {
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.container h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input,
textarea,
button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

button {
  background: #28a745;
  color: #fff;
  cursor: pointer;
}

button:hover {
  background: #218838;
}
table td del {
  color: red;
  font-weight: 700;
  text-decoration: line-through;
}

table td {
  font-size: large;
  font-weight: 500;
}
