/* Custom Style Nyenyak Kost */
:root {
    --primary-blue: #004aad;
    --accent-yellow: #ffcc00;
    --dark-blue: #001f4d;
    --light-bg: #f4f7fc;
}

/* Form Filter Pencarian */
.nyenyak-search-filter {
    display: flex;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: -40px auto 0 auto;
    position: relative;
    z-index: 10;
}

.nyenyak-search-filter .filter-group {
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
}

.nyenyak-search-filter .filter-group:last-child {
    border-right: none;
}

.nyenyak-search-filter label {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 600;
}

.nyenyak-search-filter input, 
.nyenyak-search-filter select {
    border: none !important;
    font-weight: bold;
    color: var(--dark-blue);
    padding: 5px 0;
    outline: none;
    background: transparent;
}

.nyenyak-search-filter .btn-submit button {
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.nyenyak-search-filter .btn-submit button:hover {
    background: var(--dark-blue);
}

/* Card Section Kost Unggulan & Booking WA */
.booking-card-wa {
    background: #eef5ff;
    border: 1px solid #d0e3ff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.btn-wa-booking {
    display: block;
    background: #25d366;
    color: white !important;
    padding: 10px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 0;
}
