.welcome {
    color: #2879c9;
}
.box {
    background-color: #d7eafd;
    padding: 50px;
    margin-left: 3%;
    width: 100%;
    max-width: 1500px;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1); /* Shadow untuk efek */
    border-radius: 8px;
    text-align: start;
}

/* Style untuk heading h1 */
.box h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #033b87;
}

/* Style untuk deskripsi */
.deskripsi {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #555;
}

/* Style untuk tombol */
.btn-ajukan {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-ajukan:hover {
    background-color: #0056b3;
}

.layanan h1 {
    text-align: start;
    color: black;
    margin-top: 50px;
    margin-left: 50px;
    font-size: 30px;
}

.search-form {
    display: flex;
    gap: 10px;
}

.search-input {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    width: 250px;
}

.search-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #0056b3;
}
