@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

body {
    background-color: #f8f9fa; /* Grey terang */
}

.title-separator {
    border: 1px solid black;
    width: 100%;
    margin: 35px auto;
}

.top-section {
    background-color: white;
    padding: 40px;
    text-align: center;
    width: 50%;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

ul.text-start li {
	color: #555555;; /* Ganti dengan warna yang sesuai jika berbeda */
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.top-section img.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.top-section img.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.arrow-down {
    width: 25%  !important;
    display: block;
    margin: 0 auto;
}

.form-container {
    max-width: 75%;
    margin: 0 auto;
}

.form-container .form-control {
    width: 100%;
}

@media (max-width: 768px) {
    .top-section {
        width: 100%;
        margin: 20px auto;
        padding: 30px;
    }
}

.top-section img {
    max-width: 150px;
    margin-bottom: 20px;
}

.top-section h1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}

.top-section p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555;
}
