/* Sekmeleri gizle (Projects / Sale / Rent) */

.homepage-search-form .nav-tabs {

    display: none !important;

}

/* Alt filtreleri gizle */

.homepage-search-form .advanced-search {

    display: none !important;

}

/* Butonu gizle */

.homepage-search-form button[type="submit"] {

    display: none !important;

}

/* Diğer inputları gizle (şehir vs) */

.homepage-search-form .row > div:not(:first-child) {

    display: none !important;

}

/* Ana arama kutusu tasarımı */

.homepage-search-form input {

    height: 65px !important;

    border-radius: 40px !important;

    border: none !important;

    background: #f3f3f3 !important;

    padding-left: 60px !important;

    font-size: 16px;

    box-shadow: 0 6px 20px rgba(0,0,0,0.08);

}

/* Arama ikon konumu */

.homepage-search-form .input-group-text {

    position: absolute;

    left: 20px;

    top: 50%;

    transform: translateY(-50%);

    background: transparent;

    border: none;

}