{"id":11265,"date":"2024-05-03T17:14:14","date_gmt":"2024-05-03T15:14:14","guid":{"rendered":"https:\/\/infinityproperty.bg\/available-properties\/"},"modified":"2025-04-05T21:42:32","modified_gmt":"2025-04-05T19:42:32","slug":"available-properties","status":"publish","type":"page","link":"https:\/\/infinityproperty.bg\/en\/available-properties\/","title":{"rendered":"Available properties"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11265\" class=\"elementor elementor-11265 elementor-4357\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bfc7d0 animated-hero e-flex e-con-boxed e-con e-parent\" data-id=\"4bfc7d0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9478bd0 e-con-full e-flex e-con e-child\" data-id=\"9478bd0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0b566a animated-title elementor-widget elementor-widget-heading\" data-id=\"f0b566a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Available properties<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2928b0 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"e2928b0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"counter\">\n<div class=\"number\">34<\/div>\n<div>available properties<\/div>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3871b37 elementor-widget elementor-widget-shortcode\" data-id=\"3871b37\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\n        .custom-select {\n            position: relative;\n            display: inline-block;\n            width: 100%;\n        }\n        .custom-select-toggle {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            background: #e2e2e24d;\n            border: 1px solid #9a9a9a4d;\n            padding: 0.75rem;\n            cursor: pointer;\n            font-family: Intern, sans-serif;\n            font-weight: 600;\n            font-size: 14px;\n        }\n        .custom-select-menu {\n            display: none;\n            position: absolute;\n            background: white;\n            border: 1px solid #9a9a9a4d;\n            width: 100%;\n            z-index: 10;\n        }\n        .custom-select-menu.active {\n            display: block;\n        }\n        .custom-select-option {\n            display: flex;\n            align-items: center;\n            padding: 0.75rem;\n            cursor: pointer;\n        }\n        .custom-select-option:hover {\n            background: #f0f0f0;\n        }\n        .custom-select-icon {\n            margin-right: 10px;\n            width: 16px;\n            height: 16px;\n        }\n\n        @media (max-width: 768px) {\n            .search-fields {\n                flex-direction: column;\n                padding: 0 10px;\n            }\n            .search-texts {\n                color: black !important;\n            }\n        }\n    <\/style><script src=\"https:\/\/unpkg.com\/alpinejs\" defer><\/script><div style=\"display: flex; justify-content: end;\"><form action=\"\/\" method=\"get\" style=\"max-width: 48rem; width: 100%; margin-right: -25px;\"><div class=\"search-fields\" style=\"display: flex; gap: 10px; align-items: center;\"><input type=\"hidden\" name=\"post_type\" value=\"project\" \/><input type=\"hidden\" name=\"s\" value=\"\" \/><div class=\"custom-select\" x-data=\"{\n        open: false,\n        selected: 'Property type',\n        options: [\n            { value: 'Studio', text: 'Studio', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/ednostaen.svg' },\n            { value: 'One-Bedroom', text: 'One-Bedroom', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/dvustaen.svg' },\n            { value: 'Two-Bedroom', text: 'Two-Bedroom', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/tristaen.svg' },\n            { value: 'Three-Bedroom', text: 'Three-Bedroom', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/chetiristaen.svg' },\n            { value: 'Garage', text: 'Garage\/Parking', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/garage.svg' },\n            { value: 'Shop', text: 'Shop', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/magazin.svg' },\n            { value: 'Office', text: 'Office', icon: 'https:\/\/infinityproperty.bg\/wp-content\/themes\/hello-theme-child-master\/assets\/images\/ofis.svg' }\n        ]\n    }\" style=\"position: relative; flex-grow: 1;\"><div @click=\"open = !open\" class=\"custom-select-toggle\">\n            <span x-text=\"selected\"><\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.infinityproperty.bg\/wp-content\/uploads\/2024\/05\/search-arrow.svg\" \/>\n        <\/div>\n        <div x-show=\"open\" @click.away=\"open = false\" class=\"custom-select-menu\" :class=\"{ 'active' : open }\">\n            <template x-for=\"option in options\" :key=\"option.value\">\n                <div @click=\"selected = option.text; $refs.type.value = option.value; open = false\" class=\"custom-select-option\">\n                    <img :src=\"option.icon\" class=\"custom-select-icon\" \/>\n                    <span x-text=\"option.text\"><\/span>\n                <\/div>\n            <\/template>\n        <\/div>\n        <input type=\"hidden\" x-ref=\"type\" name=\"type\" :value=\"(selected != 'Property type') ? selected : ''\" \/>\n    <\/div><div class=\"custom-select\" x-data=\"{\n        open: false,\n        selected: 'Region',\n        options: []\n    }\" style=\"position: relative; flex-grow: 1;\"><div @click=\"open = !open\" class=\"custom-select-toggle\">\n                <span x-text=\"selected\"><\/span>\n                <img decoding=\"async\" src=\"https:\/\/www.infinityproperty.bg\/wp-content\/uploads\/2024\/05\/search-arrow.svg\" \/>\n              <\/div><div x-show=\"open\" @click.away=\"open = false\" class=\"custom-select-menu\" :class=\"{ 'active' : open }\"><div @click=\"selected = '-'; $refs.neighborhood.value = '-'; open = false\" class=\"custom-select-option\">\n                    <span>All regions<\/span>\n                  <\/div><div @click=\"selected = 'Oborishte'; $refs.neighborhood.value = 'Oborishte'; open = false\" class=\"custom-select-option\">\n                    <span>Oborishte<\/span>\n                  <\/div><div @click=\"selected = 'Zona B-5'; $refs.neighborhood.value = 'Zona B-5'; open = false\" class=\"custom-select-option\">\n                    <span>Zona B-5<\/span>\n                  <\/div><div @click=\"selected = 'Geo Milev'; $refs.neighborhood.value = 'Geo Milev'; open = false\" class=\"custom-select-option\">\n                    <span>Geo Milev<\/span>\n                  <\/div><\/div><input type=\"hidden\" x-ref=\"neighborhood\" name=\"neighborhood\" :value=\"(selected != 'Region') ? selected : ''\" \/><\/div><button type=\"submit\" class=\"focus:bg-white main-search-button\" style=\"border: none;color: #AF7C58; display: flex; align-items: center; gap: 15px;\">\n    <span class=\"uppercase\" style=\"text-transform: uppercase\">Search for a property<\/span>\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"106\" height=\"54\" viewBox=\"0 0 106 54\" class=\"w-20\" fill=\"none\"><rect x=\"53.5333\" y=\"26.4168\" width=\"36.201\" height=\"36.4819\" transform=\"rotate(-44.9332 53.5333 26.4168)\" stroke=\"#AF7C58\" stroke-opacity=\"0.3\"><\/rect><path d=\"M86.9056 26.486L77.6146 33.7849L77.2977 19.6095L86.9056 26.486Z\" fill=\"#AF7C58\"><\/path><line x1=\"0.139889\" y1=\"26.8525\" x2=\"80.1387\" y2=\"26.4224\" stroke=\"#AF7C58\"><\/line><\/svg>\n    <\/button><\/div><\/form><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b3c2753 e-flex e-con-boxed e-con e-parent\" data-id=\"b3c2753\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc388c0 elementor-grid-tablet_extra-1 elementor-grid-tablet-1 elementor-grid-mobile_extra-1 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"fc388c0\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:11280,&quot;alternate_template&quot;:&quot;yes&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:75,&quot;sizes&quot;:[]},&quot;columns_tablet_extra&quot;:1,&quot;columns_tablet&quot;:1,&quot;columns_mobile_extra&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Available properties 34 available properties<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-11265","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/pages\/11265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/comments?post=11265"}],"version-history":[{"count":0,"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/pages\/11265\/revisions"}],"wp:attachment":[{"href":"https:\/\/infinityproperty.bg\/en\/wp-json\/wp\/v2\/media?parent=11265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}