/* Write Custom Css Here */


.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: #444 !important;
    font-size: 14px!important;
    line-height: 24px !important;
    padding: 3px 10px !important;
    border-radius: 3px !important;
    border: 1px solid #e2e2e2 !important;
}

.bootstrap-tagsinput {
    line-height: 32px !important;
    display: block !important;
}


.icon.toggle-password {
    display: flex;
    justify-content: flex-end;
    font-size: 25px;
    right: 10px;
    top: 6px;
}


 .add_new-domain {
            margin-bottom: 10px;
        }

        .add_new-domain i {
            border: 2px solid #00000052;
            padding: 0 20px;
            font-size: 30px;
            border-radius: 5px;
            color: #00000073;
        }

        .payment-gateway-wrapper ul {
            flex-wrap: wrap;
            display: flex;
        }

        .payment-gateway-wrapper ul li {
            max-width: 100px;
            cursor: pointer;
            box-sizing: border-box;
            height: 50px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .payment-gateway-wrapper ul li {
            margin: 3px;
            border: 1px solid #ddd;
        }


        .payment-gateway-wrapper ul li.selected:after, .payment-gateway-wrapper ul li.selected:before {
            visibility: visible;
            opacity: 1;
        }

        .payment-gateway-wrapper ul li:before {
            border: 2px solid var(--main-color-one);
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: '';
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
        }

        .payment-gateway-wrapper ul li.selected:after, .payment-gateway-wrapper ul li.selected:before {
            visibility: visible;
            opacity: 1;
        }

        .payment-gateway-wrapper ul li:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
            background-color: var(--main-color-one);
            content: "\f00c";
            font-weight: 900;
            color: #fff;
            font-family: 'Line Awesome Free';
            font-weight: 900;
            font-size: 10px;
            line-height: 10px;
            text-align: center;
            padding-top: 2px;
            padding-left: 2px;
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
        }

        .plan_warning small {
            font-size: 15px;
        }

        .order-btn:disabled {
            background-color: transparent;
            color: var(--main-color-one);
            border: 2px solid var(--main-color-one);
        }

        .loader.loader_page_single {
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            background: rgba(255, 255, 255, .9);
            position: fixed;
            display: none;
        }

        .loader_bottom_title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 80px;
            width: 100%;
            text-align: center;
        }

        .alert_list_inline {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .alert_list_inline .close {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            color: red;
            font-size: 20px;
            height: 30px;
            width: 30px;
            border: 0;
            outline: none;
        }

        .input-group-text {
            background: #fff;
        }

        .package-description p {
            text-align: justify;
            line-height: 28px;
            padding-inline: 3px;
        }

        .theme-wrapper-bg {
            height: 200px;
        }

        .theme-wrapper {
            border: 1px solid transparent;
            outline: 1px solid transparent;
            padding: 10px;
        }

        .selected_theme {
            transition: 0.5s;
            border-color: var(--main-color-one);
            outline-color: var(--main-color-one);
        }

        .selected_text {
            top: 0;
            left: 11px;
            background-color: var(--main-color-one);
            padding: 10px;
            position: absolute;
            color: white;
            transition: 0.3s;
        }

        .selected_text i {
            font-size: 20px;
        }

        #coupon-form button {
            background-color: var(--main-color-four);
            border-color: var(--main-color-four);
        }

        #coupon-form button:hover {
            color: var(--main-color-four);
            background-color: transparent;
        }
        .del-amount{
            font-size: 20px;
            margin-left: 5px;
        }

/* Custom styles for rearranged header search bar */
.home-banner {
    padding-top: 80px !important;
}

.banner-wraper {
    display: flex;
    flex-direction: column;
}

.banner-form {
    margin-bottom: 35px;
    z-index: 10;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.banner-form form {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.banner-form-wraper {
    flex: 1;
}

.banner-btn .setLocation_btn {
    height: 100%;
    margin-left: 10px;
    white-space: nowrap;
}

.banner-text {
    margin-top: 20px;
}

.banner-text .top-text {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .home-banner {
        padding-top: 50px !important;
    }
    
    .banner-form {
        margin-bottom: 25px;
        max-width: 95%;
    }
    
    .banner-btn .setLocation_btn {
        margin-left: 5px;
        padding: 5px 10px;
        font-size: 14px;
    }
    
    .banner-text {
        margin-top: 15px;
    }
}

/* NobrokerIn 3-Column Layout */
.container-fluid {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Top Header with Search */
.nb-top-header {
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nb-logo-area {
    padding-right: 20px;
}

.nb-logo-area img {
    max-height: 40px;
}

.nb-top-search {
    width: 100%;
}

.nb-top-search .input-group {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #e0e0e0;
}

.input-type-selector {
    width: auto;
    min-width: 90px;
}

.input-type-selector .form-select {
    border: none;
    background: transparent;
    font-weight: 500;
    color: #333;
    padding: 8px 15px;
    font-size: 14px;
    height: 100%;
}

.location-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    font-size: 14px;
    padding: 10px;
    color: #333;
}

.location-input:focus {
    outline: none;
    box-shadow: none;
}

.input-group-text {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #666;
    padding: 5px;
}

.location-label {
    border-left: 1px solid #ddd !important;
    padding-left: 10px !important;
}

.metro-label {
    background: #d1284a;
    color: white;
    border-radius: 4px;
    padding: 3px 6px !important;
    font-size: 11px;
    margin-right: 5px;
}

.nb-search-btn {
    background: #e52b50;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
}

.nb-top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rent-pay-btn, .post-property-btn, .signin-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.rent-pay-btn {
    border: 1px solid #e0e0e0;
    padding: 6px 12px;
    border-radius: 4px;
    color: #333;
}

.post-property-btn {
    background: #4CAF50;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
}

.signin-btn {
    color: #333;
}

/* Main Search Page */
.nb-search-page {
    background: #f5f7f9;
    min-height: calc(100vh - 60px);
    padding: 15px 0 30px;
}

/* Tab Area */
.nb-tab-area {
    margin-bottom: 15px;
}

.nb-filter-tabs {
    gap: 10px;
}

.nb-tab {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.nb-tab.active {
    color: #e52b50;
    border-bottom: 2px solid #e52b50;
    font-weight: 500;
}

.nb-new-badge {
    background: #e52b50;
    color: white;
    font-size: 10px;
    border-radius: 4px;
    padding: 2px 5px;
    margin-left: 5px;
}

.nb-reset-link {
    font-size: 13px;
    color: #666;
    margin-left: 15px;
    text-decoration: none;
}

.nb-reset-link:hover {
    color: #e52b50;
}

/* Breadcrumb */
.nb-breadcrumb {
    padding: 10px 0;
    font-size: 13px;
    color: #666;
}

.nb-breadcrumb a {
    color: #e52b50;
    text-decoration: none;
}

.nb-breadcrumb .separator {
    margin: 0 6px;
    color: #999;
}

/* Results Count */
.results-count {
    margin-bottom: 15px;
}

.results-count .listings-count {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Filter Sidebar */
.nb-filter-sidebar {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 15px;
    height: fit-content;
    position: sticky;
    top: 70px;
}

.nb-filter-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb-filter-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #777;
}

.nb-filter-section {
    margin-bottom: 20px;
}

.nb-filter-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #484848;
}

.nb-range-slider {
    margin-bottom: 15px;
}

.nb-slider-track {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    position: relative;
    margin: 10px 0 15px;
}

.nb-slider-handle {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #e52b50;
    border-radius: 50%;
    position: absolute;
    top: -6px;
}

.nb-slider-handle:first-child {
    left: 0;
}

.nb-slider-handle:last-child {
    right: 0;
}

.nb-slider-fill {
    position: absolute;
    height: 100%;
    background: #e52b50;
    border-radius: 3px;
    left: 0;
    right: 0;
}

.nb-range-inputs {
    display: flex;
    gap: 8px;
    align-items: center;
}

.nb-min-input, .nb-max-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
}

.nb-filter-checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nb-checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.nb-filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nb-filter-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #e52b50;
    cursor: pointer;
}

.nb-filter-checkbox label {
    font-size: 13px;
    color: #484848;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-filter-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nb-filter-radio {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nb-filter-radio input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #e52b50;
    cursor: pointer;
}

.nb-filter-radio label {
    font-size: 13px;
    color: #484848;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-filter-btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.nb-filter-btn {
    position: relative;
    margin-bottom: 8px;
}

.nb-filter-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.nb-filter-btn label {
    display: block;
    padding: 6px 10px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    color: #484848;
    cursor: pointer;
    margin-bottom: 0;
}

.nb-filter-btn input:checked + label {
    background: #e52b50;
    color: #fff;
    border-color: #e52b50;
}

.nb-price-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nb-price-input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
}

.nb-price-input:focus {
    border-color: #e52b50;
    outline: none;
}

.nb-filter-apply {
    width: 100%;
    background: #e52b50;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
}

.nb-filter-apply:hover {
    background: #d1284a;
}

.nb-filter-clear {
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 0;
}

.nb-filter-clear:hover {
    color: #e52b50;
}

/* Search Top Bar */
.nb-search-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.nb-sort-options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nb-sort-label {
    color: #484848;
    font-size: 13px;
    font-weight: 500;
}

.nb-sort-select {
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 13px;
    color: #484848;
    background-color: #fff;
}

.nb-view-options {
    display: flex;
    gap: 6px;
}

.nb-view-option {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    color: #777;
}

.nb-view-option.active {
    background: #e52b50;
    color: #fff;
    border-color: #e52b50;
}

/* Property Cards */
.all-listings-list {
    margin-bottom: 20px;
}

.nb-property-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    border: 1px solid #eaeaea;
}

.nb-property-card:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.all-listings-list.grid-view {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.all-listings-list.list-view .nb-property-card {
    display: flex;
}

.nb-property-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.all-listings-list.list-view .nb-property-image {
    width: 250px;
    min-width: 250px;
    height: auto;
}

.nb-property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nb-property-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nb-property-details {
    padding: 12px;
    flex: 1;
}

.nb-property-price {
    font-size: 18px;
    font-weight: 700;
    color: #e52b50;
    margin-bottom: 6px;
}

.nb-property-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    line-height: 1.3;
}

.nb-property-title a {
    color: #333;
    text-decoration: none;
}

.nb-property-title a:hover {
    color: #e52b50;
}

.nb-property-location {
    color: #777;
    font-size: 13px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.nb-property-location i {
    color: #e52b50;
    font-size: 15px;
    margin-top: 2px;
}

.nb-property-meta {
    display: flex;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.nb-property-meta-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 0 4px;
}

.nb-property-meta-item:last-child {
    border-right: none;
}

.nb-property-meta-value {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.nb-property-meta-label {
    color: #777;
    font-size: 11px;
    margin-top: 2px;
}

.nb-property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.nb-feature-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #777;
}

.nb-feature-item i {
    color: #e52b50;
    font-size: 14px;
}

.nb-property-actions {
    padding: 12px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.nb-get-details-btn {
    display: block;
    width: 100%;
    background: #e52b50;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.nb-get-details-btn:hover {
    background: #d1284a;
    color: #fff;
}

/* Pagination */
.nb-pagination {
    margin-top: 20px;
}

.nb-pagination ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-pagination ul li {
    display: inline-block;
}

.nb-pagination ul li a,
.nb-pagination ul li span {
    display: block;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #484848;
    text-decoration: none;
    font-size: 13px;
}

.nb-pagination ul li.active span {
    background: #e52b50;
    color: #fff;
    border-color: #e52b50;
}

.nb-pagination ul li a:hover {
    background: #f5f5f5;
}

/* Societies Section */
.nb-societies-section {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 15px;
    margin-top: 20px;
}

.nb-societies-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.nb-societies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nb-society-item {
    width: calc(33.33% - 7px);
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nb-society-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.nb-society-count {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
}

.nb-society-link {
    color: #e52b50;
    font-size: 12px;
    text-decoration: none;
}

.nb-society-link:hover {
    text-decoration: underline;
}

/* Right Sidebar Styles */
.nb-sidebar-right {
    margin-bottom: 20px;
}

.nb-sidebar-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.nb-quick-links {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 20px;
}

.nb-quick-links h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.nb-quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nb-quick-links-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.nb-quick-links-list li i {
    color: #e52b50;
    font-size: 14px;
    margin-top: 3px;
}

.nb-quick-links-list li a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
}

.nb-quick-links-list li a:hover {
    color: #e52b50;
}

.nb-ad-banner {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.nb-rental-agreement {
    padding: 15px;
    background: #f0f4ff;
    text-align: center;
}

.nb-rental-agreement h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.nb-rental-agreement h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e52b50;
    margin-bottom: 15px;
}

.nb-rental-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.nb-rental-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.nb-rental-feature i {
    font-size: 20px;
    color: #4CAF50;
    margin-bottom: 5px;
}

.nb-create-agreement-btn {
    display: block;
    width: 100%;
    background: #e52b50;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.nb-create-agreement-btn:hover {
    background: #d1284a;
    color: #fff;
}

.nb-home-cleaning {
    padding: 15px 15px 0;
    text-align: center;
}

.nb-home-cleaning h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.nb-home-cleaning h4 {
    font-size: 14px;
    font-weight: 600;
    color: #e52b50;
    margin-bottom: 15px;
}

/* Filter Toggle Button */
.nb-filter-toggle {
    display: none;
    width: 100%;
    background: #e52b50;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.nb-filter-toggle i {
    margin-right: 6px;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .nb-top-header .row {
        flex-direction: column;
    }
    
    .nb-logo-area {
        margin-bottom: 10px;
        padding-right: 0;
    }
    
    .nb-top-actions {
        margin-top: 10px;
        justify-content: center;
    }
    
    .nb-property-card {
        flex-direction: column;
    }
    
    .nb-society-item {
        width: calc(50% - 5px);
    }
}

@media (max-width: 767px) {
    .nb-top-search .input-group {
        flex-wrap: wrap;
    }
    
    .input-type-selector, 
    .location-input,
    .nb-search-btn {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .input-group-text {
        display: none;
    }
    
    .nb-filter-toggle {
        display: flex;
    }
    
    .nb-filter-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 1010;
        overflow-y: auto;
        border-radius: 0;
        transition: left 0.3s ease;
    }
    
    .nb-filter-sidebar.show {
        left: 0;
    }
    
    .all-listings-list.grid-view {
        grid-template-columns: 1fr;
    }
    
    .all-listings-list.list-view .nb-property-card {
        flex-direction: column;
    }
    
    .all-listings-list.list-view .nb-property-image {
        width: 100%;
        height: 180px;
    }
    
    .nb-search-top-bar {
        flex-direction: column;
        gap: 8px;
    }
    
    .nb-sort-options {
        width: 100%;
    }
    
    .nb-view-options {
        align-self: flex-end;
    }
}