 #searchtype option {
        background-color: #fff !important;
        color: #004b4b !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        padding: 0.6rem 1rem !important;
    }

    #searchtype option:hover,
    #searchtype option:focus {
        background-color: rgba(0, 128, 128, 0.08) !important;
        color: #008080 !important;
    }

    #searchtype option:checked {
        background-color: rgba(0, 128, 128, 0.15) !important;
        color: #008080 !important;
    }

    #searchtype::-webkit-listbox {
        background-color: #fff !important;
        border: 1px solid #d0d7de !important;
        border-radius: 0.7rem !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
        padding: 0.3rem !important;
    }

    @-moz-document url-prefix() {
        #searchtype {
            background-color: #fff !important;
            border-radius: 0.6rem !important;
            overflow: hidden !important;
        }

        #searchtype option {
            padding: 0.5rem 1rem !important;
        }
    }

    .uniform-field {
        border-color: rgba(204, 204, 204, 0.8) !important;
        border: 1px solid #999 !important;
        border-radius: 5px;
        padding: 5px 15px !important;
        box-shadow: 0 1px 2px 0 rgb(48 48 48 / 4%), 0 1px 1px 1px rgb(48 48 48 / 6%);
        border-radius: 7px !important;
        font-size: 14px;
        font-weight: 600 !important;
        color: #161e2d !important;
    }

    #sub-options label {
        height: 45px !important;
    }

    .panels.ak-inner-pannels.ak-new-pannels {
        margin-top: 1rem;
        background: #ebeaea !important;
        border: none !important;
        border-radius: 10px !important;
    }
    .form-inline .form-group select {
        height: 45px !important;
        padding: 8px !important;
    }

    .location-search-bar {
        overflow-x: visible !important;
        height: 45px !important;
    }

    .wd-search-form {
        width: 100% !important;
        max-width: 450px !important;
        box-sizing: border-box !important;
    }

    .ak-acc-new .checkbox-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 5px 8px !important;
    }

    .ak-acc-new .checkbox {
        display: flex !important;
        align-items: center !important;
        padding: 4px 10px !important;
        border: 1px solid #ccc !important;
        border-radius: 15px !important;
        font-size: 13px !important;
        white-space: normal !important;
        min-width: 50px;
    }

    .ak-acc-new h4 {
        width: 100% !important;
        margin-bottom: 5px !important;
        font-size: 12px !important;
        font-weight: 500;
        color: #434343 !important;
    }

    .box-faq .faq-item {
        padding: 0 !important;
    }

    .wd-search-form .group-checkbox .amenities-item {
        gap: 3px !important;
    }

    .group-amenities {
        gap: 0.2rem !important;
    }

    .tf-checkbox {
        border-radius: 15px !important;
    }

    .hidden-amenity {
        display: none;
    }

    .view-toggle-wrapper {
        margin-top: 12px;
        text-align: left;
    }

    .view-toggle-btn {
        background: none;
        border: none;
        color: rgb(92, 99, 104);
        cursor: pointer;
        padding: 0;
        font-size: 14px;
    }

    .view-toggle-btn:hover {
        color: #1e40af;
    }

    .property-type-dropdown {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        width: auto;
        position: absolute;
        z-index: 999;
    }



    .property-type-actions {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .apply-btn,
    .reset-btn {
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 1.5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        border: none;
        cursor: pointer;
        transition: all 0.3s;
    }

    .apply-btn {
        background-color: #ff0202;
        color: #fff;
    }

    .apply-btn:hover {
        background-color: #0056b3;
    }

    .reset-btn {
        background-color: #f8f9fa;
        color: #555;
    }

    .reset-btn:hover {
        background-color: #e0e0e0;
    }

    @media (max-width: 576px) {
        .property-type-dropdown {
            left: 10px;
            right: 10px;
            top: auto;
            border-radius: 16px;
        }

        .property-type-tabs {
            flex-wrap: wrap;
            gap: 6px;
        }

        .apply-btn,
        .reset-btn {
            flex: 1;
            font-size: 16px;
            padding: 10px;
        }
    }

    .custom-tab {
        border: 1px solid #999;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-family: "Open Sans", serif;
        cursor: pointer;
        padding: 10px 20px !important;
        margin: 0;
        color: #716c6c;
        background-color: #fff;
        border-radius: 15px;
        transition: all 0.3s ease;
        flex: 1;
        text-align: center;
    }

    .custom-tab.active {
        background-color: #fac4c4;
        color: black;
        font-weight: 600;
        border-color: #fac4c4;
    }

    .active1 {
        color: black !important;
        background-color: #e1e1e1 !important;
        border-color: #e1e1e1 !important;
    }

    .active2 {
        color: black !important;
        border-color: #e1e1e1 !important;
        background-color: #e1e1e1 !important;
    }

    .price-row {
        padding: 0 !important;
    }


    .price-row .col-md-6:first-child {
        padding-right: 0.25rem !important;
    }

    .price-row .col-md-6:last-child {
        padding-left: 0.25rem !important;
    }

    .amenities-title {
        font-size: 1rem !important;
        text-align: left;
        padding: 6px !important;
        color: #4c4a4a !important;
        font-weight: 700 !important;
    }

    #agent-name {
        font-size: 0.9rem;
        padding: 0.4rem 0.6rem;
        border-radius: 5px !important;
        border: 1px solid #ddd;
    }

    .wd-search-form .group-checkbox {
        margin-top: 0 !important;
    }

    .box-faq .faq-item {
        border: none !important;
    }

    .box-faq .faq-item .faq-header {
        padding: 0.3rem !important;
        font-size: 1rem !important;
        cursor: pointer;
        color: #4c4a4a !important;
    }

    .box-faq .faq-item:not(:last-child) {
        margin-bottom: 0.6rem !important;
    }

    .box-faq .faq-item select.form-control {
        padding: 0.4rem 0.6rem !important;
        border-radius: 0.5rem !important;
        border: 1px solid #ddd;
    }

    .custom-property-type {
        position: relative;
        width: 100%;

    }

    #type {
        cursor: pointer;
        background: white;
        border: 1px solid #ddd;
        padding: 8px 12px;
        width: 100%;
    }

    .completion-dropdown-wrapper {
        position: relative;
        display: inline-block;
    }
    .completion-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: none;
        z-index: 1000;
        margin-top: 5px;
    }

    .completion-dropdown.show {
        display: block !important;
    }

    #handoverQuarterSelect.select2-hidden-accessible+.select2-container--default .select2-selection--single,
    #handoverYear-select.select2-hidden-accessible+.select2-container--default .select2-selection--single {
        height: 38px !important;
        padding: 5px 0px !important;
        min-width: 120px;
        box-shadow: 0 1px 2px 0 rgb(48 48 48 / 4%), 0 1px 1px 1px rgb(48 48 48 / 6%);
        border-radius: 7px;
        border: 1px solid #cccccc;
        color: #161e2d;
        font-weight: 600;
    }

    .select2-container--default .select2-dropdown.select2-dropdown--below {
        width: auto !important;
    }

    .handover-quarter-click::after,
    .handover-year-click::after {
        content: "▾";
        position: absolute;
        right: 10px;
        pointer-events: none;
    }

    .offplan-row {
        display: flex;
        gap: 10px !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .group-amenities {
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid;
        gap: 10px;
    }

    .ak-inner-pannels {
        padding: 15px;
    }

    .collapse:not(.show) {
        display: none;
    }

    .collapse.show {
        display: block;
    }

    .location-search-input {
        background: transparent !important;
    }


    @media (min-width: 992px) and (max-width: 1440px) {
        .location-search-bar {
            min-width: 200px;
        }
    }


    @media (max-width: 991px) {
        #offplan-details {
            width: 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            display: none;
        }

        #offplan-details .rental-right,
        .availability-right {
            float: none !important;
        }

        button.btn.ak-btn-y {
            float: none !important;
        }
    }

    @media screen and (max-width: 767px) {
        .ak-inner #sub-options {
            margin-top: 5px !important;
            margin-bottom: 5px !important;
        }

        .handover-quarter-click,
        .handover-year-click {
            height: 2.5rem;
            padding-right: 0px !important;
        }

        .ak-inner .form-group {
            padding: 4px 10px !important;
        }

        #handoverQuarterSelect+.select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 1px !important;
        }

        #handoverYear-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
            padding-left: 1px !important;
        }

        button.btn.ak-btn-y {
            float: none !important;
        }

        .select2-container {
            margin-bottom: 0 !important;
        }

    }

    #searchtype.select2-hidden-accessible+.select2-container--default .select2-selection--single {
        border-radius: 15px !important;
    }

    .select2-container .select2-selection--single {
        height: 42px !important;
    }

    .select2-container--default .select2-results__options {
        min-width: auto !important;
    }

    .select2-results__option[aria-selected] {
        text-align: center;
    }

    .small-select-options {
        -webkit-appearance: none;
    }

    .location-tag {
        border: none !important;
        background: #e1e1e1;
    }

    .ak-form-grp i {
        color: #645d5d !important;

    }

    .location-tag {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 2px 6px;
        background: #f1f1f1;
        border-radius: 4px;
        overflow: hidden;
    }

    .location-tag .tag-text {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 3rem;
    }

    .location-tag .tag-remove {
        flex-shrink: 0;
        cursor: pointer;
        font-weight: bold;
        margin-left: 4px;
    }

    @media (min-width: 992px) {
        .location-tag .tag-text {
            width: 5rem;
        }
    }

    button.btn.ak-btn-y.submit-btn {
        height: 44px !important;
    }

    .location-item {
        text-align: center !important;
    }


    .ak-properties-types h3 {
        font-size: 16px !important;
    }

    .sublocation-item {
        padding-left: 30px !important;
        position: relative;
    }

    .sublocation-item::before {
        content: "↳";
        position: absolute;
        left: 10px;
        color: #999;
        font-size: 14px;
    }

    .sublocation-item .location-name {
        font-size: 13px;
    }

    .sublocation-item .location-city {
        font-size: 12px;
        color: #666;
    }

    .sublocation-item:hover {
        background-color: #f0f0f0;
    }

   