.tracking {
    position: relative;
    bottom: 40px;
}

/* Kontainer input + tombol */
.tracking-container {
    display: flex;
    border: 2px solid #34c38f;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 100%; /* full width */
}

/* Input resi */
.tracking-input {
    flex: 1;
    border: none;
    padding: 16px;
    font-size: 16px;
    outline: none;
}

/* Placeholder input */
.tracking-input::placeholder {
    color: #9aa1a9;
}

/* Tombol "Lacak" */
.tracking-button {
    background-color: #34c38f;
    color: #fff;
    padding: 0 24px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.tracking-button:hover {
    background-color: #30b383;
}

.features {
    position: relative;
    bottom: 40px;
}
