	<form action="/book-a-property" method="get" class="search-form">
<!-- 		<div class="form-field">
			<label for="city">Where</label>
			<select name="city" id="city" id="">
				<option data-img_src="/wp-content/uploads/2024/01/location.svg" value="" selected="" disabled>Locations</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg"  value="Dubai">Downtown - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg"  value="Dubai Marina">Dubai Marina - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">The Palm Jumeirah - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">Business Bay - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">Jumeirah Beach Residence - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">BlueWaters - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">Jumeirah Lakes Towers - Dubai</option>
				<option data-img_src="/wp-content/uploads/2024/01/location.svg">Jumeirah First - Dubai</option>
			</select> 
		</div> -->
		<div class="form-field">
			<label for="availabilityDateStart">Check in</label>
			<div class="open-caldender checkin">
				Add Dates			</div>
			<input type="hidden" name="availabilityDateStart" id="availabilityDateStart" class="hotel-calender" placeholder="Add Dates" value="">
		</div>
		<div class="form-field">
			<label for="availabilityDateEnd">Check out</label>
			<div class="open-caldender2 checkout">
				Add Dates			</div>
			<input type="hidden" name="availabilityDateEnd" id="availabilityDateEnd" class="hotel-calender2" placeholder="Add Dates" value="">
		</div>
		<div class="form-field guest-field">
			<label for="availabilityGuestNumber">Number of guests</label>
<!--            <input type="number" name="availabilityGuestNumber" id="availabilityGuestNumber" id="" placeholder="No. Of Guests" value=""> -->
			<div class="guestdiv">Add guests</div>
			<input type="hidden" value="0" name="adult" id="guestdiv_adults" required="">
			<input type="hidden" value="0" name="children" id="guestdiv_children" required="">
			<input type="hidden" value="0" name="infants" id="guestdiv_infants" required="">
			<div class="boxappear">
			  <div class="lines adults">
				<span>Adults <small>ages 13 or above</small></span>
				<div class="plus-minus">
					<i class="fa fa-minus" aria-hidden="true"></i>
					<number>0</number>
					<i class="fa fa-plus active-plus" aria-hidden="true"></i>
				</div>
			  </div>
			  <div class="lines children">
				<span>children <small>ages 2-12</small>
				</span>
				<div class="plus-minus">
					<i class="fa fa-minus" aria-hidden="true"></i>
					<number>0</number>
					<i class="fa fa-plus active-plus" aria-hidden="true"></i>
				</div>
			  </div>
			  <div class="lines infants">
				<span>infants <small>under 2</small>
				</span>
				<div class="plus-minus">
					<i class="fa fa-minus" aria-hidden="true"></i>
					<number>0</number>
					<i class="fa fa-plus active-plus" aria-hidden="true"></i>
				</div>
			  </div>
			</div>
		</div>
		<button type="submit"><img src="/wp-content/uploads/2023/12/search.svg" alt=""> Search</button>
	</form>
		<div class="property-filter row">
	  <div class="filter-list col span_11">
		<ul class="owl-carousel owl-theme filter-slider">
			
			
			
			
		  <li>
			<a href="/book-a-property" class="active"><img src="/wp-content/uploads/2023/12/location-all.svg" alt=""> All Dubai</a>
		  </li>
		  <li>
			<a href="/book-a-property?match=Downtown Dubai" >Downtown</a>
		  </li>
			<li>
			  <a href="/book-a-property?match=Palm Jumeirah" >The Palm Jumeirah</a>
			</li>
		  <li>
			<a href="/book-a-property?match=Dubai Marina" >Dubai Marina</a>
		  </li>
			<li>
			  <a href="/book-a-property?match=Emaar Beachfront" >Emaar Beachfront</a>
			</li>
			<li>
			  <a href="/book-a-property?match=Business Bay" >Business Bay</a>
			</li>
			<li>
			  <a href="/book-a-property?match=JBR" >Jumeirah Beach Residence </a>
			</li>
			<li>
			  <a href="/book-a-property?match=Bluewaters Island" >Bluewaters</a>
			</li>
			<li>
			  <a href="/book-a-property?match=JLT" >Jumeirah Lakes Towers</a>
			</li>
			<li>
			  <a href="/book-a-property?match=First Jumeirah" >Jumeirah First</a>
			</li>
			<li>
			  <a href="/book-a-property?match=Villa" >Villa</a>
			</li>
			<li>
			  <a href="/book-a-property?match=DIFC" >DIFC</a>
			</li>
			<li>
			  <a href="/book-a-property?match=IBN Battuta" >IBN Battuta</a>
			</li>
			<li>
			  <a href="/book-a-property?match=Zabeel" >Zabeel</a>
			</li>
			<li>
			  <a href="/book-a-property?match=Meydan" >Meydan</a>
			</li>
			<li>
			  <a href="/book-a-property?match=Dubai Creek Harbour" >Dubai Creek Harbour</a>
			</li>
		</ul>
	  </div>
	  <div class="filter-btn col span_1">
		<a href="javascript:;" class="filter-btn">
		  <img src="/wp-content/uploads/2023/12/filter.svg" alt=""> Filters 
		  <div class="filter-dropdown">
			  <ul>
				  <li class="active">Newest first</li>
				  <li class="">oldest first</li>
				  <li class="">Villa</li>
				  <li class="">Apartment</li>
				  <li class="">Price high to low</li>
				  <li class="">Price low to high</li>
			  </ul>
		</div>
		</a>
<!--         <button type="button"><img decoding="async" src="/wp-content/uploads/2023/12/search.svg" alt=""></button> -->
	  </div>
	</div>
	    <div class="property-boxes">
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128513">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128513-uThGt5TGViju-52--zpIyKEcJ--lac8Vay--1rPRV8E24Q-68d52e6a32b47" alt="1305 liv copy 2.jpg" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128513">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128513-92wlO3PyHSkS9yYffsN64MUIch8qk--4DkInvElAxQx4-66d0f7a7e8db9" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128513">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128513-JNlbQ3rf6--mWkz3Ael8q5MCGTIIlFo6VzLV1WyG6BBg-66d0f7a6a2389" alt="Living room" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128513" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | Contemporary Suite with Marina View 6</h4>
                </div>
                <p>King Salman Bin Abdulaziz Al Saud Street LIV Residence</p>
                <p>2 Bedroom | 2 Bathroom</p>
            </div>
        </div>
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128515">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128515-hxY6A8FAbAFvPDsSZmjBHLHbgOZfbuaxa--KtQRLsXxg-66b75f320f786" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128515">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128515-MYItNPvyk66K7sTPan0aNMSkMU--wKbqg-aXz4WHuqho-66bfea3d64994" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128515">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128515-ePpwZfYlwE08T2dfJ-ahChhGq5ZTpsd6CFWuEKG5IvE-66b75f303df48" alt="Living room" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128515" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | Iconic Views at The Palm Tower Suite 1</h4>
                </div>
                <p>Palm Jumeirah Rd The Palm Tower</p>
                <p>1 Bedroom | 1 Bathroom</p>
            </div>
        </div>
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128516">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128516-LX2jkVCnBZdcIJsn6A0k2zRlIfHSSO8754AvqYZXavI-66c0c4899eabc" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128516">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128516-DQ34aAfgpB1Y94QVWZt0xUpOEM5u5pDGK1mpqrawU2c-66c3068378ed7" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128516">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128516-vJCf7Gw9xs55IDQpeYBH8yAIY4tnokcueU1zSTMlniQ-66c0c48811c87" alt="Living room" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128516" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | Iconic Views at The Palm Tower Suite 3</h4>
                </div>
                <p>Palm Jumeirah Rd The Palm Tower</p>
                <p>1 Bedroom | 1 Bathroom</p>
            </div>
        </div>
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128528">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128528-lhd8VBVHizmXU570uU91okOet8T8ox71KzFg7fWHk10-66c3066108e11" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128528">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128528-J25nSzhidrLeMxmKFBSPor-dQDL--v6yymE--23t5VJWU-66c3065fa2c54" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128528">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128528-8LZ8OXJzYFAwJp-Z9W9xTAqrUfq80xTWLqmD52TtYjU-66c0c46a9919c" alt="Living room" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128528" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | Iconic Views at The Palm Tower Suite 2</h4>
                </div>
                <p>Palm Jumeirah Rd The Palm Tower</p>
                <p>1 Bedroom | 1 Bathroom</p>
            </div>
        </div>
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128531">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128531-wPdJKGt68VK8dDFuB52CVH72f42bGKRCcILfngtQswU-671f5c4d27d03" alt="E07_1009-2-2.jpg" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128531">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128531-9j-86VUSS8zBoUIs20LEf1a4DcHOgsxL---y8Sp3koFE-671f5c511d440" alt="E07_1089-2-2-2.jpg" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128531">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128531-P6ow6U1PADAaZZ6IWX52WHpVZvxU7rThO1uV3NifzM0-671f5c49bedd0" alt="E07_1073-2-2-2.jpg" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128531" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | 52 42 Deluxe Marina view suite 1</h4>
                </div>
                <p>Emaar 52 | 42 King Salman Bin Abdulaziz Al Saud Street, Dubai<br></p>
                <p>2 Bedroom | 2 Bathroom</p>
            </div>
        </div>
                <div class="property-box">
            <div class="property-images owl-carousel owl-theme">
                                <div class="item">
                    <a href="/single-property?property=128532">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128532-Mc-BXl4aF3VZr2JKUIeeh7Jf7g8y1--8XyEt3fRmFFLI-69083e112d5e4" alt="cover logo (3).jpg" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128532">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128532-7j--zL-iCGbEiRgG2DiM5y-YIwmcrMNhmIzLfHBq-aPM-66f14ad0307c6" alt="Living room" loading="lazy">
                    </a>
                </div>
                                <div class="item">
                    <a href="/single-property?property=128532">
                        <img src="https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/15248-128532-CSCx9BQDAeeRhYKlHqaG-OtJDZjyQXdudWbXtxSbO74-66f14acee2afa" alt="Dining area" loading="lazy">
                    </a>
                </div>
                            </div>
            <div class="property-cnt">
                <a href="/single-property?property=128532" class="property-link"></a>
                <div class="property-head">
                    <h4>LUX | Contemporary Suite with Marina View 3</h4>
                </div>
                <p>King Salman Bin Abdulaziz Al Saud Street Liv Residence</p>
                <p>1 Bedroom | 1 Bathroom</p>
            </div>
        </div>
            </div>

    <script>
    let markerData = [{lat: 25.08080482, lng: 55.14065552, name: '<a href="/single-property?property=128513" class="property-url">LUX | Contemporary Suite with Marina View 6</a>'},{lat: 25.11399841, lng: 55.13989258, name: '<a href="/single-property?property=128515" class="property-url">LUX | Iconic Views at The Palm Tower Suite 1</a>'},{lat: 25.1138916, lng: 55.13957214, name: '<a href="/single-property?property=128516" class="property-url">LUX | Iconic Views at The Palm Tower Suite 3</a>'},{lat: 25.11366844, lng: 55.14012909, name: '<a href="/single-property?property=128528" class="property-url">LUX | Iconic Views at The Palm Tower Suite 2</a>'},{lat: 25.07054234, lng: 55.12606752, name: '<a href="/single-property?property=128531" class="property-url">LUX | 52 42 Deluxe Marina view suite 1</a>'},{lat: 25.08099937, lng: 55.14081192, name: '<a href="/single-property?property=128532" class="property-url">LUX | Contemporary Suite with Marina View 3</a>'}];
    let curLat = markerData.length > 0 ? markerData[0].lat : 25.2048;
    let curLng = markerData.length > 0 ? markerData[0].lng : 55.2708;
    </script>

    <div class="property-pagination">
        <div class="t-property">
            showing 1 - 6 of 162 accommodations
        </div>
        <ul>
                            <li class="active">
                    <a href="/book-a-property/?pages=1">1</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=2">2</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=3">3</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=4">4</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=5">5</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=6">6</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=7">7</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=8">8</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=9">9</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=10">10</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=11">11</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=12">12</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=13">13</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=14">14</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=15">15</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=16">16</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=17">17</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=18">18</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=19">19</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=20">20</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=21">21</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=22">22</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=23">23</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=24">24</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=25">25</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=26">26</a>
                </li>
                            <li class="">
                    <a href="/book-a-property/?pages=27">27</a>
                </li>
                    </ul>
    </div>
      <style>
	#map-canvas {
	  height: 800px;
	  width: 100%;
		border-radius: 10px;
	}
  </style>
  <div id="map-canvas"></div>
  <script>
	// Sample data for markers
	function initMap() {
	  var map = new google.maps.Map(document.getElementById('map-canvas'), {
		zoom: 9,
		center: { lat: curLat, lng: curLng },
		styles: [{"featureType":"landscape.man_made","elementType":"geometry","stylers":[{"color":"#f8f4f1"}]},{"featureType":"landscape.natural","elementType":"geometry","stylers":[{"color":"#f7f1e6"}]},{"featureType":"landscape.natural.terrain","elementType":"geometry","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.medical","elementType":"geometry","stylers":[{"color":"#fbd3da"}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#dcf2cd"}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#ffffff"}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#efd151"}]},{"featureType":"road.arterial","elementType":"geometry.fill","stylers":[{"color":"#ffffff"}]},{"featureType":"road.local","elementType":"geometry.fill","stylers":[{"color":"black"}]},{"featureType":"transit.station.airport","elementType":"geometry.fill","stylers":[{"color":"#cfb2db"}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#b3e6f4"}]}]
	  });

	  // Create an array of markers
	  var markers = markerData.map(function (location, i) {
		var marker = new google.maps.Marker({
		  position: location,
		  title: location.name,
		  icon: 'https://luxholidayhome.com/wp-content/uploads/2024/03/marker.png'
		});

		var infoWindow = new google.maps.InfoWindow({
		  content: location.name
		});

		marker.addListener('click', function() {
		  infoWindow.open(map, marker);
		});

		return marker;
	  });
		
		 // Customize marker cluster styles
// 		var styles = [{
// 			url: 'https://lux-new.devtechbaba.com/wp-content/uploads/2024/03/cluster.png',
// 			height: 53,
// 			width: 53,
// 			textColor: 'black',
// 			textSize: 14,
// 			backgroundColor: 'red',
// 			backgroundPosition: '0 0'
// 		}];

// 		// Add a marker clusterer to manage the markers
// 		var markerCluster = new MarkerClusterer(map, markers, {
// 			styles: styles
// 		});
// 		
		const icon = {
			url: 'https://luxholidayhome.com/wp-content/uploads/2024/03/cluster.png',
			scaledSize: new google.maps.Size(50, 50),
		};

		 const renderer = {
			 render({ count, position }) {
				 return new google.maps.Marker({
					 label: { text: String(count), color: "white"},
					 position,
					 icon,
					 // adjust zIndex to be above other markers
					 zIndex: Number(google.maps.Marker.MAX_ZINDEX) + count,
				 });
			 }
		 };
		// Initialize MarkerClusterer
		var markerCluster = new markerClusterer.MarkerClusterer({ map, markers, renderer});
	  // Add a marker clusterer to manage the markers
//       var markerCluster = new MarkerClusterer(map, markers,
//         {imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m'});

	}
	function checkMaps() {
		if(document.getElementsByClassName("gm-style").length == 0){
			initMap();
		} else {
			clearInterval(checker);
		}
	}
	checker = setInterval(checkMaps, 100);
  </script>
  {"id":233,"date":"2023-12-30T13:47:20","date_gmt":"2023-12-30T13:47:20","guid":{"rendered":"https:\/\/www.luxholidayhome.com\/?page_id=233"},"modified":"2025-05-22T15:32:04","modified_gmt":"2025-05-22T15:32:04","slug":"book-a-property","status":"publish","type":"page","link":"https:\/\/www.luxholidayhome.com\/book-a-property\/","title":{"rendered":"Book A Property"},"content":{"rendered":"[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; class=&#8221;book-propertysec1 innersearchform&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;5\/6&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; enable_animation=&#8221;true&#8221; animation=&#8221;fade-in&#8221; animation_easing=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221; offset=&#8221;vc_col-sm-offset-1&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_content&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; class=&#8221;book-propertysec2&#8243; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text][\/vc_column_text][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;top&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;2\/3&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; enable_animation=&#8221;true&#8221; animation=&#8221;fade-in-from-left&#8221; animation_easing=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; el_class=&#8221;sticky-column&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/3&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; enable_animation=&#8221;true&#8221; animation=&#8221;fade-in-from-right&#8221; animation_easing=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221;][vc_column_text text_direction=&#8221;default&#8221;][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; class=&#8221;book-propertysec1 innersearchform&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-233","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/pages\/233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/comments?post=233"}],"version-history":[{"count":0,"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/pages\/233\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.luxholidayhome.com\/wp-json\/wp\/v2\/media?parent=233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}