#apply-now{
    padding-bottom: 100px;
}

.header-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
    background-image: url('/img/header2.png?v=2'); /* Ganti dengan path sesuai gambar kamu */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white; /* Jika ada teks di dalam */
}
.header-apply h2 {
    color: white;
    z-index: 2;
}
.ship-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
}

.info-box-custom {
    background: #d3d3d3;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    width: 100%;
}
.apply-input {
    background: #f0f0f0;
    border: none;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}
