/*
@media (min-width: 1236px) and (max-width: 1300px) {

    #dropdownDiv {
        width: 515px !important;
        top: 39% !important;
    }
}*/

#dropdownDiv {
    height: auto;
    width: 86%;
    /*width: 38%;*/
    background-color: white;
    font-size: 16px;
    position: absolute;
    z-index: 500;
    /*top: 334px;*/
    top: 40px !important;
}

.divSearchResultField:hover {
    background-color: #7B68EE;
    color: white;
}

.search-border-none {
    border: none !important;
    outline: none !important;
}

.homepage-main-search-section .form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.location-input-search {
    float: right;
    font-size: 16px;
    padding: 4px 12px !important;
    box-shadow: none;
    border: none;
    margin: 0 auto;
}

.search-header-div {
    display: flex;
    align-items: center;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    height: 52px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #dropdownDiv {
        width: 100% !important;
        top: 40px !important;
    }
}

@media (min-width: 279px) and (max-width: 990px) {

    .title-sec1 {
        width: 100% !important;
    }

        .title-sec1 h1 {
            width: 100% !important;
            font-size: 30px !important;
            text-align: center;
        }

        .title-sec1 p {
            width: 100% !important;
            font-size: 14px !important;
            text-align: center !important;
        }
}

.title-sec1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    /*padding-top: 75px;*/
    gap: 12px;
    /*width: 55%;*/
    height: 100%;
    margin: auto;
    /*margin-bottom: 100px;*/
}

    .title-sec1 h1 {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 130%;
        text-transform: capitalize;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .title-sec1 p {
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


.select-listing-type-filter .form-select {
    height: 52px;
    width: 180px;
    border-radius: 8px;
}

.search-header-filter {
    width: 100% !important;
}

.card-block-ct-container {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 20px;
    text-align: left;
    border: 1px solid #eee;
}

.minimumheight-822 {
    min-height: 822px;
}

.minimumheight-605 {
    min-height: 605px;
}

.container-setup .img-container {
    max-height: 497px;
    min-height: 200px;
}

.container-setup .img-container, .container-setup .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.docs-buttons .btn-primary {
    color: #fff;
    background-color: var(--systemColor);
    border-color: var(--systemColor);
}

.cropper-modal {
    background-color: #fff !important;
}


@media (min-width: 768px) {
    .container-setup .img-container {
        min-height: 497px;
    }
}

@media (max-width: 767px) {
    .card-block-ct-container {
        margin-bottom: 15px;
    }

    .minimumheight-822 {
        min-height: unset;
    }

    .minimumheight-605 {
        min-height: unset;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav {
        gap: 15px;
    }

    .client-side-logo img {
        width: 180px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .select-listing-type-filter .form-select {
        height: 52px;
        width: 150px;
        border-radius: 8px;
    }

    .client-side-logo img {
        width: 150px;
    }

    .search-header-filter {
        width: 100% !important;
    }
}

/* ============================================================
   HOMEPAGE RESPONSIVE - Additional Breakpoints
   ============================================================ */

/* --- TABLET (992-1023px) fill gap --- */
@media (min-width: 992px) and (max-width: 1023px) {
    .navbar-nav {
        gap: 10px;
    }

        .navbar-nav li a {
            font-size: 13px;
        }

    .client-side-logo img {
        width: 160px;
    }
}

/* --- MOBILE: Search filter full-width --- */
@media (max-width: 575px) {
    .select-listing-type-filter .form-select {
        height: 48px;
        width: 100%;
        border-radius: 8px;
    }

    .search-header-filter {
        width: 100% !important;
    }

    #dropdownDiv {
        width: 100% !important;
    }
}

/* ===============================
   NEW UI - HOME SEARCH (NON-AUTOCOMPLETE)
   Scoped with ig-* classes only
   =============================== */

.ig-home-search-wrap {
    width: 70%;
    justify-content: center;
}

.ig-home-search-wrap .ig-search-form {
    width: 100%;
}

.ig-home-search-searchbox .ig-search-surface,
.ig-home-search-multiselect .ig-multiselect-shell,
.ig-home-search-location .ig-location-shell,
.ig-home-search-dropdownlocation .ig-dropdown-location-shell,
.ig-home-search-boxlocation .ig-box-location-shell {
    background: #fff;
    /*border: 1px solid #d9d9d9;*/
    border-radius: 8px;
    min-height: 48px;
}

.ig-home-search-searchbox .ig-search-surface {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 760px;
}

.ig-home-search-searchbox .ig-searchbox-input-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.ig-home-search-searchbox .ig-main-search-input {
    width: 100%;
    min-width: 0;
    font-size: 16px;
}

.ig-home-search-searchbox .search-header3-viewall {
    display: flex;
    align-items: center;
}

.ig-home-search-multiselect .ig-search-surface-wrap,
.ig-home-search-location .ig-search-surface-wrap {
    width: 100%;
    max-width: 760px;
}

.ig-home-search-multiselect .ig-multiselect-shell,
.ig-home-search-location .ig-location-shell {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
}

.ig-home-search-dropdownlocation .ig-dropdown-location-shell,
.ig-home-search-boxlocation .ig-box-location-shell {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
}

.ig-home-search-dropdownlocation .ig-dropdown-location-shell .location-input-search,
.ig-home-search-boxlocation .ig-box-location-shell .location-input-search {
    max-width: 210px;
    min-width: 170px;
}

.ig-home-search-dropdownlocation .ig-dropdown-location-shell .search-btn,
.ig-home-search-boxlocation .ig-box-location-shell .search-btn,
.ig-home-search-location .ig-location-shell .search-btn,
.ig-home-search-multiselect .ig-multiselect-shell .search-btn {
    border-radius: 6px;
    height: 34px;
    padding: 0 16px;
    flex-shrink: 0;
}

/* As requested: do not show Select Search Type in these modes */
.ig-home-search-searchbox #dropdownDiv,
.ig-home-search-withcategory #dropdownDiv,
.ig-home-search-location #dropdownDiv {
    display: none !important;
}

.ig-home-search-boxlocation .ig-search-surface-wrap input{
    font-size:16px;
}

.ig-home-search-dropdownlocation .ig-search-surface-wrap input {
    font-size: 16px;
}
@media (max-width: 767px) {
    .ig-home-search-searchbox .ig-search-surface,
    .ig-home-search-dropdownlocation .ig-dropdown-location-shell,
    .ig-home-search-boxlocation .ig-box-location-shell,
    .ig-home-search-location .ig-location-shell,
    .ig-home-search-multiselect .ig-multiselect-shell {
        max-width: 100%;
    }

    .ig-home-search-dropdownlocation .ig-dropdown-location-shell,
    .ig-home-search-boxlocation .ig-box-location-shell {
        flex-wrap: wrap;
    }

        .ig-home-search-dropdownlocation .ig-dropdown-location-shell .location-input-search,
        .ig-home-search-boxlocation .ig-box-location-shell .location-input-search {
            min-width: 100%;
            max-width: 100%;
        }
}
