{"id":7,"date":"2026-08-27T12:05:02","date_gmt":"2026-08-27T12:05:02","guid":{"rendered":"https:\/\/dahaassociates.com\/?page_id=7"},"modified":"2026-08-27T14:20:59","modified_gmt":"2026-08-27T14:20:59","slug":"home","status":"publish","type":"page","link":"https:\/\/dahaassociates.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7\" class=\"elementor elementor-7\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-20157048 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"20157048\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4c32f86b\" data-id=\"4c32f86b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-405a3c11 elementor-widget elementor-widget-html\" data-id=\"405a3c11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  HERO SLIDER \u2014 Elementor HTML widget\n  Section settings: Content Width = Full Width, Columns Gap = No Gap, Padding = 0.\n  To add\/remove slides: copy a .rdh__slide block AND its matching .rdh__dot button.\n  Everything is driven by data on the slide markup \u2014 no config object to edit.\n-->\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n\n<style>\n  .rdh {\n    --ink: #06283D;\n    --emerald: #17C964;\n    --line: rgba(255,255,255,0.16);\n    position: relative;\n    font-family: 'Inter', system-ui, sans-serif;\n    background: var(--ink);\n    min-height: 92vh;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n  }\n\n  .rdh * { box-sizing: border-box; }\n\n  \/* ---------- slides ---------- *\/\n  .rdh__stage { position: absolute; inset: 0; }\n\n  .rdh__slide {\n    position: absolute;\n    inset: 0;\n    opacity: 0;\n    transition: opacity 1s ease;\n  }\n\n  .rdh__slide.is-active { opacity: 1; }\n\n  .rdh__img {\n    position: absolute;\n    inset: 0;\n    background-size: cover;\n    background-position: center;\n    transform: scale(1.06);\n    transition: transform 7s linear;\n  }\n\n  .rdh__slide.is-active .rdh__img { transform: scale(1); }\n\n  .rdh__stage::after {\n    content: '';\n    position: absolute; inset: 0;\n    background: linear-gradient(95deg, rgba(6,40,61,0.94) 0%, rgba(6,40,61,0.72) 40%, rgba(6,40,61,0.15) 78%, rgba(6,40,61,0.45) 100%);\n    z-index: 2;\n  }\n\n  \/* ---------- rail ---------- *\/\n  .rdh__rail {\n    position: absolute;\n    left: 0; top: 0; bottom: 0;\n    width: 56px;\n    border-right: 1px solid var(--line);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 5;\n  }\n\n  .rdh__rail span {\n    writing-mode: vertical-rl;\n    transform: rotate(180deg);\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.45);\n    font-weight: 500;\n  }\n\n  .rdh__rail::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -1px;\n    width: 3px; height: 120px;\n    background: var(--emerald);\n  }\n\n  \/* ---------- content ---------- *\/\n  .rdh__inner {\n    position: relative;\n    z-index: 6;\n    flex: 1;\n    display: flex;\n    align-items: center;\n    padding: 110px 64px 110px 118px;\n  }\n\n  .rdh__content { max-width: 620px; }\n\n  .rdh__meta {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.6px;\n    text-transform: uppercase;\n    color: var(--emerald);\n    margin-bottom: 26px;\n  }\n\n  .rdh__meta::before { content: ''; width: 38px; height: 1px; background: var(--emerald); }\n\n  .rdh__meta em {\n    font-style: normal;\n    color: rgba(255,255,255,0.5);\n    letter-spacing: 2px;\n  }\n\n  .rdh__title {\n    font-family: 'Space Grotesk', sans-serif;\n    font-weight: 700;\n    font-size: clamp(38px, 4.6vw, 76px);\n    line-height: 0.98;\n    letter-spacing: -0.035em;\n    color: #fff;\n    margin: 0 0 22px;\n  }\n\n  .rdh__lead {\n    font-size: 16px;\n    line-height: 1.75;\n    color: rgba(255,255,255,0.65);\n    max-width: 430px;\n    margin: 0 0 42px;\n  }\n\n  .rdh__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }\n\n  .rdh__cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    background: var(--emerald);\n    color: var(--ink);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: .4px;\n    padding: 17px 30px;\n    border-radius: 2px;\n    text-decoration: none;\n    transition: background .25s ease, transform .25s ease;\n  }\n\n  .rdh__cta:hover { background: #12b257; transform: translateX(4px); }\n  .rdh__cta svg { transition: transform .25s ease; }\n  .rdh__cta:hover svg { transform: translateX(4px); }\n\n  .rdh__ghost {\n    color: rgba(255,255,255,0.85);\n    font-size: 14px;\n    font-weight: 500;\n    text-decoration: none;\n    padding-bottom: 4px;\n    border-bottom: 1px solid rgba(255,255,255,0.3);\n    transition: border-color .25s ease, color .25s ease;\n  }\n\n  .rdh__ghost:hover { color: #fff; border-color: var(--emerald); }\n\n  \/* text swap animation *\/\n  .rdh__content > * { animation: rdhIn .75s cubic-bezier(.2,.7,.3,1) both; }\n  .rdh__content > *:nth-child(2) { animation-delay: .07s; }\n  .rdh__content > *:nth-child(3) { animation-delay: .14s; }\n  .rdh__content > *:nth-child(4) { animation-delay: .21s; }\n\n  @keyframes rdhIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }\n\n  \/* ---------- controls ---------- *\/\n  .rdh__bar {\n    position: relative;\n    z-index: 6;\n    display: flex;\n    align-items: stretch;\n    border-top: 1px solid var(--line);\n    background: rgba(6,40,61,0.55);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n  }\n\n  .rdh__count {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    padding: 0 30px 0 118px;\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 14px;\n    color: rgba(255,255,255,0.5);\n    border-right: 1px solid var(--line);\n  }\n\n  .rdh__count b { color: #fff; font-size: 20px; font-weight: 700; }\n\n  .rdh__dots { display: flex; flex: 1; }\n\n  .rdh__dot {\n    position: relative;\n    flex: 1;\n    background: none;\n    border: 0;\n    border-right: 1px solid var(--line);\n    color: rgba(255,255,255,0.55);\n    font-family: 'Inter', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    text-align: left;\n    padding: 26px 24px;\n    cursor: pointer;\n    transition: color .3s ease, background .3s ease;\n  }\n\n  .rdh__dot:hover { color: #fff; background: rgba(255,255,255,0.05); }\n  .rdh__dot.is-active { color: #fff; }\n\n  .rdh__dot::after {\n    content: '';\n    position: absolute;\n    left: 0; bottom: 0;\n    height: 2px; width: 0;\n    background: var(--emerald);\n  }\n\n  .rdh__dot.is-active::after { width: 100%; transition: width 6s linear; }\n  .rdh--paused .rdh__dot.is-active::after { transition: none; }\n\n  .rdh__dot:focus-visible { outline: 2px solid var(--emerald); outline-offset: -4px; }\n\n  .rdh__arrows { display: flex; }\n\n  .rdh__arrow {\n    width: 66px;\n    background: none;\n    border: 0;\n    border-left: 1px solid var(--line);\n    color: #fff;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background .3s ease;\n  }\n\n  .rdh__arrow:hover { background: var(--emerald); color: var(--ink); }\n  .rdh__arrow:focus-visible { outline: 2px solid var(--emerald); outline-offset: -4px; }\n\n  @media (prefers-reduced-motion: reduce) {\n    .rdh__img, .rdh__slide, .rdh__content > *, .rdh__dot::after { transition: none !important; animation: none !important; }\n  }\n\n  \/* ---------- responsive ---------- *\/\n  @media (max-width: 1024px) {\n    .rdh__inner { padding: 90px 40px 90px 96px; }\n    .rdh__count { padding-left: 96px; }\n    .rdh__dot { padding: 22px 16px; font-size: 11px; }\n  }\n\n  @media (max-width: 820px) {\n    .rdh { min-height: 78vh; }\n    .rdh__rail { width: 44px; }\n    .rdh__inner { padding: 80px 24px 70px 68px; }\n    .rdh__stage::after { background: linear-gradient(180deg, rgba(6,40,61,0.7) 0%, rgba(6,40,61,0.85) 100%); }\n    .rdh__count { padding: 0 20px 0 68px; }\n    .rdh__dots { display: none; }\n    .rdh__bar { justify-content: space-between; }\n    .rdh__arrow { width: 58px; height: 58px; }\n  }\n\n  @media (max-width: 460px) {\n    .rdh__inner { padding: 64px 20px 56px 58px; }\n    .rdh__rail { width: 38px; }\n    .rdh__count { padding-left: 58px; }\n    .rdh__actions { flex-direction: column; align-items: stretch; gap: 16px; }\n    .rdh__cta { justify-content: center; }\n    .rdh__ghost { text-align: center; align-self: center; }\n  }\n<\/style>\n\n<section class=\"rdh\" id=\"rdh\" aria-roledescription=\"carousel\" aria-label=\"Featured communities\">\n\n  <div class=\"rdh__stage\">\n\n    <div class=\"rdh__slide is-active\"\n         data-kicker=\"Union Town\"\n         data-location=\"Pine Avenue Road, Lahore\"\n         data-title=\"Land that holds&lt;br&gt;its value.\"\n         data-lead=\"Gated, fully serviced plots from 3 Marla to 1 Kanal on a two-year instalment plan.\"\n         data-url=\"https:\/\/www.uniondevelopers.com\/union-town-lahore\/\"\n         role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3: Union Town\">\n      <div class=\"rdh__img\" style=\"background-image:url('https:\/\/images.unsplash.com\/photo-1600607687939-ce8a6c25118c?q=80&w=1800&auto=format&fit=crop');\"><\/div>\n    <\/div>\n\n    <div class=\"rdh__slide\"\n         data-kicker=\"Union Living\"\n         data-location=\"Canal Bank Road, Lahore\"\n         data-title=\"An award-winning&lt;br&gt;address.\"\n         data-lead=\"Named Best Residential Development at the Real Estate Asia Awards 2023 in Singapore.\"\n         data-url=\"https:\/\/www.uniondevelopers.com\/union-living\/\"\n         role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3: Union Living\">\n      <div class=\"rdh__img\" style=\"background-image:url('https:\/\/images.unsplash.com\/photo-1600585154340-be6161a56a0c?q=80&w=1800&auto=format&fit=crop');\"><\/div>\n    <\/div>\n\n    <div class=\"rdh__slide\"\n         data-kicker=\"Union Greens\"\n         data-location=\"College Road, Lahore\"\n         data-title=\"A park for&lt;br&gt;every home.\"\n         data-lead=\"Linear parks running the length of the community, with possession already handed over.\"\n         data-url=\"https:\/\/www.uniondevelopers.com\/union-greens\/\"\n         role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3: Union Greens\">\n      <div class=\"rdh__img\" style=\"background-image:url('https:\/\/images.unsplash.com\/photo-1613977257363-707ba9348227?q=80&w=1800&auto=format&fit=crop');\"><\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"rdh__rail\"><span>Est. 2004 \u2014 Lahore<\/span><\/div>\n\n  <div class=\"rdh__inner\">\n    <div class=\"rdh__content\" id=\"rdhContent\">\n      <div class=\"rdh__meta\"><span id=\"rdhKicker\">Union Town<\/span><em id=\"rdhLoc\">Pine Avenue Road, Lahore<\/em><\/div>\n      <h1 class=\"rdh__title\" id=\"rdhTitle\">Land that holds<br>its value.<\/h1>\n      <p class=\"rdh__lead\" id=\"rdhLead\">Gated, fully serviced plots from 3 Marla to 1 Kanal on a two-year instalment plan.<\/p>\n      <div class=\"rdh__actions\">\n        <a href=\"#\" class=\"rdh__cta\" id=\"rdhCta\">\n          View project\n          <svg width=\"16\" height=\"10\" viewBox=\"0 0 16 10\" fill=\"none\" aria-hidden=\"true\">\n            <path d=\"M0 5h14M10 1l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"square\"\/>\n          <\/svg>\n        <\/a>\n        <a href=\"#contact\" class=\"rdh__ghost\">Book a site visit<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"rdh__bar\">\n    <div class=\"rdh__count\"><b id=\"rdhNum\">01<\/b> \/ <span id=\"rdhTotal\">03<\/span><\/div>\n\n    <div class=\"rdh__dots\" role=\"tablist\" aria-label=\"Choose slide\">\n      <button class=\"rdh__dot is-active\" data-go=\"0\" role=\"tab\" aria-selected=\"true\">Union Town<\/button>\n      <button class=\"rdh__dot\" data-go=\"1\" role=\"tab\" aria-selected=\"false\">Union Living<\/button>\n      <button class=\"rdh__dot\" data-go=\"2\" role=\"tab\" aria-selected=\"false\">Union Greens<\/button>\n    <\/div>\n\n    <div class=\"rdh__arrows\">\n      <button class=\"rdh__arrow\" id=\"rdhPrev\" aria-label=\"Previous slide\">\n        <svg width=\"17\" height=\"10\" viewBox=\"0 0 17 10\" fill=\"none\" aria-hidden=\"true\"><path d=\"M17 5H2M6 1L2 5l4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"square\"\/><\/svg>\n      <\/button>\n      <button class=\"rdh__arrow\" id=\"rdhNext\" aria-label=\"Next slide\">\n        <svg width=\"17\" height=\"10\" viewBox=\"0 0 17 10\" fill=\"none\" aria-hidden=\"true\"><path d=\"M0 5h15M11 1l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"square\"\/><\/svg>\n      <\/button>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var root = document.getElementById('rdh');\n  if (!root) return;\n\n  var slides = [].slice.call(root.querySelectorAll('.rdh__slide'));\n  var dots   = [].slice.call(root.querySelectorAll('.rdh__dot'));\n  var content = document.getElementById('rdhContent');\n  var kicker = document.getElementById('rdhKicker');\n  var loc    = document.getElementById('rdhLoc');\n  var title  = document.getElementById('rdhTitle');\n  var lead   = document.getElementById('rdhLead');\n  var cta    = document.getElementById('rdhCta');\n  var num    = document.getElementById('rdhNum');\n\n  document.getElementById('rdhTotal').textContent = ('0' + slides.length).slice(-2);\n\n  var i = 0, timer = null;\n  var DUR = 6000;\n  var reduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  function paint(n){\n    var s = slides[n];\n    slides.forEach(function(el, x){ el.classList.toggle('is-active', x === n); });\n    dots.forEach(function(el, x){\n      el.classList.toggle('is-active', x === n);\n      el.setAttribute('aria-selected', x === n ? 'true' : 'false');\n    });\n\n    kicker.textContent = s.dataset.kicker;\n    loc.textContent    = s.dataset.location;\n    title.innerHTML    = s.dataset.title;\n    lead.textContent   = s.dataset.lead;\n    cta.setAttribute('href', s.dataset.url);\n    num.textContent    = ('0' + (n + 1)).slice(-2);\n\n    if (!reduced) {\n      var clone = content.cloneNode(true);\n      content.parentNode.replaceChild(clone, content);\n      content = clone;\n      rebind();\n    }\n    i = n;\n  }\n\n  function rebind(){\n    kicker = document.getElementById('rdhKicker');\n    loc    = document.getElementById('rdhLoc');\n    title  = document.getElementById('rdhTitle');\n    lead   = document.getElementById('rdhLead');\n    cta    = document.getElementById('rdhCta');\n  }\n\n  function go(n){ paint((n + slides.length) % slides.length); start(); }\n  function start(){ stop(); if (!reduced) timer = setTimeout(function(){ go(i + 1); }, DUR); }\n  function stop(){ if (timer) { clearTimeout(timer); timer = null; } }\n\n  document.getElementById('rdhNext').addEventListener('click', function(){ go(i + 1); });\n  document.getElementById('rdhPrev').addEventListener('click', function(){ go(i - 1); });\n  dots.forEach(function(d){ d.addEventListener('click', function(){ go(parseInt(d.dataset.go, 10)); }); });\n\n  root.addEventListener('mouseenter', function(){ root.classList.add('rdh--paused'); stop(); });\n  root.addEventListener('mouseleave', function(){ root.classList.remove('rdh--paused'); start(); });\n\n  root.addEventListener('keydown', function(e){\n    if (e.key === 'ArrowRight') { go(i + 1); }\n    if (e.key === 'ArrowLeft')  { go(i - 1); }\n  });\n\n  var x0 = null;\n  root.addEventListener('touchstart', function(e){ x0 = e.touches[0].clientX; stop(); }, {passive:true});\n  root.addEventListener('touchend', function(e){\n    if (x0 === null) return;\n    var dx = e.changedTouches[0].clientX - x0;\n    if (Math.abs(dx) > 50) { go(dx < 0 ? i + 1 : i - 1); } else { start(); }\n    x0 = null;\n  });\n\n  document.addEventListener('visibilitychange', function(){\n    document.hidden ? stop() : start();\n  });\n\n  paint(0);\n  start();\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-11c13e28 elementor-section-content-stretch elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"11c13e28\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-26 elementor-top-column elementor-element elementor-element-6f3420cf\" data-id=\"6f3420cf\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-31b80e21 elementor-widget elementor-widget-heading\" data-id=\"31b80e21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2edf9b33 elementor-widget elementor-widget-text-editor\" data-id=\"2edf9b33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At <strong>Daha Associates<\/strong>, we create thoughtfully planned communities that combine modern infrastructure, quality development, and exceptional investment opportunities. With a commitment to excellence, we deliver residential and commercial projects that offer a secure, comfortable, and future-ready lifestyle for families, businesses, and investors across Pakistan.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-46 elementor-top-column elementor-element elementor-element-1eda2f3e\" data-id=\"1eda2f3e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2837bb15 elementor-widget elementor-widget-heading\" data-id=\"2837bb15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Daha Associates?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-67f6fd00 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67f6fd00\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7ee05784\" data-id=\"7ee05784\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-767bc67c elementor-position-inline-end elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"767bc67c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-city\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBest quality infrastructure\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBuilt to the highest industry standards with modern planning, reliable utilities, and quality construction that ensures long-term value.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-12e31ad2\" data-id=\"12e31ad2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-442a1253 elementor-position-inline-end elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"442a1253\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-stopwatch\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDelivery before time\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tTimely delivery is our promise. We hand over on the date given at booking, and often ahead of it.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-476bf08d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"476bf08d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1a32ba0f\" data-id=\"1a32ba0f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2436984 elementor-position-inline-end elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2436984\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-seedling\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tApproved projects\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEvery development approved by the relevant authority, with green spaces and amenities planned in from day one.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-73eb5490\" data-id=\"73eb5490\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e481517 elementor-position-inline-end elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2e481517\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-coins\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHigh returns\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tStrategically located on the city's growth corridors, making these plots a sound long-term investment.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-28 elementor-top-column elementor-element elementor-element-f558095\" data-id=\"f558095\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-232231e7 elementor-widget elementor-widget-heading\" data-id=\"232231e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Latest projects<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-403d58a9 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"403d58a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"#projects\" tabindex=\"-1\"><img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"#projects\">Daha Gardens \u2014 Phase IV<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2224a100 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2224a100\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"#projects\" tabindex=\"-1\"><img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"#projects\">Daha Gardens \u2014 Phase III<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4bc7d78c elementor-section-content-stretch elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bc7d78c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-69c224f7\" data-id=\"69c224f7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2d7f91b2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d7f91b2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-38 elementor-inner-column elementor-element elementor-element-72c6b2af\" data-id=\"72c6b2af\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-538fb6d1 elementor-widget elementor-widget-heading\" data-id=\"538fb6d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Communities<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-62 elementor-inner-column elementor-element elementor-element-7a7dfe14\" data-id=\"7a7dfe14\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33fbb8fd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"33fbb8fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-339af5ff elementor-widget elementor-widget-heading\" data-id=\"339af5ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Inspiring value through trust, integrity, and excellence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f6b409e elementor-widget elementor-widget-text-editor\" data-id=\"7f6b409e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Located across Lahore&#8217;s prime locations, our master-planned communities combine modern infrastructure, premium amenities, and a commitment to sustainable living. Each development reflects trust, upholds integrity, and is defined by excellence, creating lasting value for generations to come.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cd8d6f6 elementor-align-left elementor-mobile-align-justify elementor-widget elementor-widget-button\" data-id=\"2cd8d6f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#projects\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View all communities<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-67 elementor-top-column elementor-element elementor-element-4b2fa303\" data-id=\"4b2fa303\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-33ed44e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33ed44e4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-56 elementor-inner-column elementor-element elementor-element-3d1d4bbf\" data-id=\"3d1d4bbf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7cf91c8c elementor-widget elementor-widget-image\" data-id=\"7cf91c8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e1ad6d9 elementor-widget elementor-widget-heading\" data-id=\"6e1ad6d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daha Town<\/h3>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-44 elementor-inner-column elementor-element elementor-element-5a6418e5\" data-id=\"5a6418e5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7dfec872 elementor-widget elementor-widget-image\" data-id=\"7dfec872\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-628a5159 elementor-widget elementor-widget-heading\" data-id=\"628a5159\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daha Living<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4240cb97 elementor-widget elementor-widget-image\" data-id=\"4240cb97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25e2ba86 elementor-widget elementor-widget-heading\" data-id=\"25e2ba86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daha Greens Phase I<\/h3>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-59d5c2f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"59d5c2f2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-43059aa0\" data-id=\"43059aa0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f7190ba elementor-widget elementor-widget-image\" data-id=\"7f7190ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ded3a41 elementor-widget elementor-widget-heading\" data-id=\"2ded3a41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daha Greens Phase II<\/h3>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-143f462e\" data-id=\"143f462e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c41f162 elementor-widget elementor-widget-image\" data-id=\"7c41f162\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c771677 elementor-widget elementor-widget-heading\" data-id=\"3c771677\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daha Luxury Apartments<\/h3>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-34 elementor-inner-column elementor-element elementor-element-788c85f2\" data-id=\"788c85f2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50ed859 elementor-widget elementor-widget-image\" data-id=\"50ed859\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#projects\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/dahaassociates.com\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c788cd8 elementor-widget elementor-widget-heading\" data-id=\"5c788cd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Liberty Lands<\/h3>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31b72e7b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31b72e7b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-341d39c3\" data-id=\"341d39c3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6d0578a2 elementor-widget elementor-widget-heading\" data-id=\"6d0578a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why choose Daha Associates?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-417e2837 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"417e2837\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-37eb8fe6\" data-id=\"37eb8fe6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2eeb46ef elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2eeb46ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-award\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Well Reputed Brand Equity<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-28 elementor-inner-column elementor-element elementor-element-35b173e1\" data-id=\"35b173e1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-683dc3b8 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"683dc3b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-trophy\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Real Estate Asia Award 2023 Singapore<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-28 elementor-inner-column elementor-element elementor-element-57b0e1cc\" data-id=\"57b0e1cc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3569245c elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3569245c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-building\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Best Residential Development Pakistan<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-24 elementor-inner-column elementor-element elementor-element-c4b785e\" data-id=\"c4b785e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7dd1d58d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"7dd1d58d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle-check\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Proven Track Record of Delivery<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-12bdaa13 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12bdaa13\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-30 elementor-inner-column elementor-element elementor-element-568a5de2\" data-id=\"568a5de2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-142bd3e7 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"142bd3e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-shield-halved\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Transparency &amp; Authorized Developments<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-158d9ba6\" data-id=\"158d9ba6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69b4ac52 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"69b4ac52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chart-line\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Incremental Investment<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-26 elementor-inner-column elementor-element elementor-element-6e0d2200\" data-id=\"6e0d2200\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-36790749 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"36790749\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-location-dot\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">On Ground Best Locations in City<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-24 elementor-inner-column elementor-element elementor-element-1be667f5\" data-id=\"1be667f5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c51a563 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c51a563\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-microchip\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Tech-Savvy Quality Assurance<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4b592d71 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b592d71\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-44 elementor-inner-column elementor-element elementor-element-6d99c7e2\" data-id=\"6d99c7e2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49ce7dc4 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"49ce7dc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-headset\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reliable Customer Support Service<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-29 elementor-inner-column elementor-element elementor-element-59d10b2b\" data-id=\"59d10b2b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e90d6a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3e90d6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-store\" viewBox=\"0 0 616 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">One Window Solution<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-27 elementor-inner-column elementor-element elementor-element-28c0ac08\" data-id=\"28c0ac08\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e08e1ab elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1e08e1ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-layer-group\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">City-within-a-City<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4ed1a9fd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ed1a9fd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-65edfe6c\" data-id=\"65edfe6c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23f8ad48 elementor-widget elementor-widget-heading\" data-id=\"23f8ad48\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hear from our clients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-660f8c57 elementor-section-content-stretch elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"660f8c57\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-478961d3 elementor-invisible\" data-id=\"478961d3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-662693df elementor-widget elementor-widget-heading\" data-id=\"662693df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Usman Shaukat<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef11693 elementor-star-rating--align-center elementor--star-style-star_fontawesome elementor-widget elementor-widget-star-rating\" data-id=\"ef11693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fe62e5c elementor-widget elementor-widget-text-editor\" data-id=\"2fe62e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>I took possession of my plot this month and construction starts soon. Everything happened on the date they gave me at booking. I encourage anyone considering it to visit the community first.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39bcd9f8 elementor-widget elementor-widget-heading\" data-id=\"39bcd9f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Possession taken<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2bb08817 elementor-invisible\" data-id=\"2bb08817\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33478bf9 elementor-widget elementor-widget-heading\" data-id=\"33478bf9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Sheikh Shoaib<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d05f91 elementor-star-rating--align-center elementor--star-style-star_fontawesome elementor-widget elementor-widget-star-rating\" data-id=\"d05f91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5faeb60c elementor-widget elementor-widget-text-editor\" data-id=\"5faeb60c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Prices were still reasonable when I booked, and the two-year instalment option made it workable on a single income. Booked a 10 Marla plot and the paperwork was done inside a week.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-146409d6 elementor-widget elementor-widget-heading\" data-id=\"146409d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Plot owner<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-46a12a7 elementor-invisible\" data-id=\"46a12a7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2b286299 elementor-widget elementor-widget-heading\" data-id=\"2b286299\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">M. Asif Nazir<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fd5cf4a elementor-star-rating--align-center elementor--star-style-star_fontawesome elementor-widget elementor-widget-star-rating\" data-id=\"2fd5cf4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#xE934;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62355688 elementor-widget elementor-widget-text-editor\" data-id=\"62355688\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Visited the site before committing and the vision was clear on the ground, not just on paper. Roads laid, boundaries marked. Now thinking about a 3 Marla plot for my younger brother.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cc45920 elementor-widget elementor-widget-heading\" data-id=\"2cc45920\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Investor<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-648710e e-con e-atomic-element e-flexbox-base e-7edfd10 \" data-id=\"648710e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"648710e\">\n    \t\t\t<div data-id=\"f84531d\" data-interaction-id=\"f84531d\" data-e-type=\"e-youtube\"  class=\"e-youtube-base\"  data-settings=\"&#x7B;&quot;source&quot;&#x3A;&quot;https&#x3A;&#x5C;&#x2F;&#x5C;&#x2F;www.youtube.com&#x5C;&#x2F;watch&#x3F;v&#x3D;XHOmBV4js_E&quot;,&quot;autoplay&quot;&#x3A;false,&quot;mute&quot;&#x3A;false,&quot;controls&quot;&#x3A;true,&quot;cc_load_policy&quot;&#x3A;false,&quot;loop&quot;&#x3A;false,&quot;rel&quot;&#x3A;true,&quot;start&quot;&#x3A;null,&quot;end&quot;&#x3A;null,&quot;privacy&quot;&#x3A;false,&quot;lazyload&quot;&#x3A;false&#x7D;\"><\/div>\n\t\t\n<\/div>\n\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9a681e2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a681e2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-52 elementor-top-column elementor-element elementor-element-2c36b3e3\" data-id=\"2c36b3e3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d38b374 elementor-widget elementor-widget-heading\" data-id=\"4d38b374\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Are you ready for the best living experience?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d63a5fc elementor-widget elementor-widget-html\" data-id=\"d63a5fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\r\n  WHATSAPP ENQUIRY FORM \u2014 Elementor HTML widget\r\n  Drop this in place of the Shortcode widget in the contact section.\r\n\r\n  SET YOUR NUMBER: change data-number below to your WhatsApp business number\r\n  in full international format, digits only, no + and no spaces.\r\n  Pakistan example: 03001234567  ->  923001234567\r\n-->\r\n\r\n<div class=\"dwf\" data-number=\"923133430196\">\r\n\r\n  <div class=\"dwf__row\">\r\n    <div class=\"dwf__field\">\r\n      <input type=\"text\" id=\"dwfName\" placeholder=\"Name*\" autocomplete=\"name\" required>\r\n      <span class=\"dwf__err\" id=\"dwfNameErr\">Please enter your name<\/span>\r\n    <\/div>\r\n    <div class=\"dwf__field\">\r\n      <input type=\"tel\" id=\"dwfPhone\" placeholder=\"Your WhatsApp Number*\" autocomplete=\"tel\" required>\r\n      <span class=\"dwf__err\" id=\"dwfPhoneErr\">Please enter a valid number<\/span>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"dwf__row\">\r\n    <div class=\"dwf__field\">\r\n      <input type=\"email\" id=\"dwfEmail\" placeholder=\"Email\" autocomplete=\"email\">\r\n      <span class=\"dwf__err\" id=\"dwfEmailErr\">Please check your email address<\/span>\r\n    <\/div>\r\n    <div class=\"dwf__field\">\r\n      <select id=\"dwfProject\">\r\n        <option value=\"\">Select a project<\/option>\r\n        <option>Daha Town<\/option>\r\n        <option>Daha Living<\/option>\r\n        <option>Daha Greens Phase I<\/option>\r\n        <option>Daha Greens Phase II<\/option>\r\n        <option>Daha Luxury Apartments<\/option>\r\n        <option>Liberty Lands<\/option>\r\n        <option>Not sure yet<\/option>\r\n      <\/select>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"dwf__field dwf__field--full\">\r\n    <textarea id=\"dwfMsg\" rows=\"4\" placeholder=\"Message\"><\/textarea>\r\n  <\/div>\r\n\r\n  <button type=\"button\" class=\"dwf__submit\" id=\"dwfSend\">\r\n    <svg viewBox=\"0 0 24 24\" width=\"17\" height=\"17\" fill=\"currentColor\" aria-hidden=\"true\">\r\n      <path d=\"M17.5 14.4c-.3-.2-1.7-.9-2-1-.3-.1-.5-.2-.7.1-.2.3-.7 1-.9 1.2-.2.2-.3.2-.6.1-.3-.2-1.2-.5-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6l.5-.5c.1-.2.2-.3.3-.5 0-.2 0-.4 0-.5 0-.2-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.4zM12 2C6.5 2 2 6.5 2 12c0 1.8.5 3.4 1.3 4.9L2 22l5.3-1.4c1.4.8 3 1.2 4.7 1.2 5.5 0 10-4.5 10-10S17.5 2 12 2z\"\/>\r\n    <\/svg>\r\n    Send on WhatsApp\r\n  <\/button>\r\n\r\n  <p class=\"dwf__note\">Opens WhatsApp with your details filled in. Nothing is sent until you press send there.<\/p>\r\n<\/div>\r\n\r\n<style>\r\n  .dwf {\r\n    --ink: #111827;\r\n    --navy: #12457E;\r\n    --wa: #1FA855;\r\n    --line: rgba(17,24,39,0.22);\r\n    --muted: rgba(17,24,39,0.45);\r\n    font-family: 'Poppins', 'Inter', system-ui, sans-serif;\r\n  }\r\n\r\n  .dwf * { box-sizing: border-box; }\r\n\r\n  .dwf__row {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 0 34px;\r\n  }\r\n\r\n  .dwf__field { position: relative; margin-bottom: 26px; }\r\n\r\n  .dwf input, .dwf select, .dwf textarea {\r\n    width: 100%;\r\n    border: 0;\r\n    border-bottom: 1px solid var(--line);\r\n    border-radius: 0;\r\n    background: transparent;\r\n    padding: 12px 2px;\r\n    font-family: inherit;\r\n    font-size: 15px;\r\n    color: var(--ink);\r\n    outline: none;\r\n    box-shadow: none;\r\n    transition: border-color .25s ease;\r\n    -webkit-appearance: none;\r\n    appearance: none;\r\n  }\r\n\r\n  .dwf select {\r\n    background-image: url(\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23111827' stroke-width='1.5' fill='none'\/%3E%3C\/svg%3E\");\r\n    background-repeat: no-repeat;\r\n    background-position: right 4px center;\r\n    padding-right: 26px;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .dwf select.is-set { color: var(--ink); }\r\n  .dwf textarea { resize: vertical; min-height: 104px; }\r\n  .dwf ::placeholder { color: var(--muted); opacity: 1; }\r\n\r\n  .dwf input:focus, .dwf select:focus, .dwf textarea:focus {\r\n    border-bottom-color: var(--navy);\r\n  }\r\n\r\n  .dwf__field.is-bad input,\r\n  .dwf__field.is-bad select,\r\n  .dwf__field.is-bad textarea { border-bottom-color: #C0392B; }\r\n\r\n  .dwf__err {\r\n    display: none;\r\n    font-size: 12px;\r\n    color: #C0392B;\r\n    margin-top: 6px;\r\n  }\r\n\r\n  .dwf__field.is-bad .dwf__err { display: block; }\r\n\r\n  .dwf__submit {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 11px;\r\n    background: var(--wa);\r\n    color: #fff;\r\n    border: 0;\r\n    border-radius: 3px;\r\n    padding: 16px 34px;\r\n    font-family: inherit;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    letter-spacing: 1.6px;\r\n    text-transform: uppercase;\r\n    cursor: pointer;\r\n    transition: background .25s ease, transform .25s ease;\r\n  }\r\n\r\n  .dwf__submit:hover { background: #178F47; transform: translateY(-2px); }\r\n  .dwf__submit:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }\r\n\r\n  .dwf__note {\r\n    font-size: 12.5px;\r\n    color: var(--muted);\r\n    margin: 16px 0 0;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  @media (max-width: 767px) {\r\n    .dwf__row { grid-template-columns: 1fr; gap: 0; }\r\n    .dwf__submit { width: 100%; justify-content: center; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  var root = document.querySelector('.dwf');\r\n  if (!root) return;\r\n\r\n  var number = (root.getAttribute('data-number') || '').replace(\/\\D\/g, '');\r\n  var name   = root.querySelector('#dwfName');\r\n  var phone  = root.querySelector('#dwfPhone');\r\n  var email  = root.querySelector('#dwfEmail');\r\n  var proj   = root.querySelector('#dwfProject');\r\n  var msg    = root.querySelector('#dwfMsg');\r\n  var btn    = root.querySelector('#dwfSend');\r\n\r\n  proj.addEventListener('change', function(){\r\n    proj.classList.toggle('is-set', proj.value !== '');\r\n  });\r\n\r\n  function mark(el, bad){\r\n    el.closest('.dwf__field').classList.toggle('is-bad', bad);\r\n    return !bad;\r\n  }\r\n\r\n  [name, phone, email].forEach(function(el){\r\n    el.addEventListener('input', function(){\r\n      el.closest('.dwf__field').classList.remove('is-bad');\r\n    });\r\n  });\r\n\r\n  function validate(){\r\n    var ok = true;\r\n    ok = mark(name,  name.value.trim().length < 2) && ok;\r\n    ok = mark(phone, phone.value.replace(\/\\D\/g,'').length < 10) && ok;\r\n    if (email.value.trim() !== '') {\r\n      ok = mark(email, !\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(email.value.trim())) && ok;\r\n    } else {\r\n      mark(email, false);\r\n    }\r\n    return ok;\r\n  }\r\n\r\n  function build(){\r\n    var lines = [];\r\n    lines.push('New enquiry from the website');\r\n    lines.push('');\r\n    lines.push('Name: ' + name.value.trim());\r\n    lines.push('WhatsApp: ' + phone.value.trim());\r\n    if (email.value.trim()) lines.push('Email: ' + email.value.trim());\r\n    if (proj.value)         lines.push('Project: ' + proj.value);\r\n    if (msg.value.trim())   { lines.push(''); lines.push('Message: ' + msg.value.trim()); }\r\n    return lines.join('\\n');\r\n  }\r\n\r\n  btn.addEventListener('click', function(){\r\n    if (!validate()) {\r\n      root.querySelector('.is-bad input, .is-bad select').focus();\r\n      return;\r\n    }\r\n    var url = 'https:\/\/wa.me\/' + number + '?text=' + encodeURIComponent(build());\r\n    window.open(url, '_blank');\r\n  });\r\n\r\n  root.addEventListener('keydown', function(e){\r\n    if (e.key === 'Enter' && e.target.tagName !== 'TEXTAREA') {\r\n      e.preventDefault();\r\n      btn.click();\r\n    }\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-48 elementor-top-column elementor-element elementor-element-2b2b2ca5\" data-id=\"2b2b2ca5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1388d298 elementor-widget elementor-widget-google_maps\" data-id=\"1388d298\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Daha%20Associates%2C%20Lahore%2C%20Pakistan&#038;t=m&#038;z=11&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Daha Associates, Lahore, Pakistan\"\n\t\t\t\t\taria-label=\"Daha Associates, Lahore, Pakistan\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Est. 2004 \u2014 Lahore Union TownPine Avenue Road, Lahore Land that holdsits value. Gated, fully serviced plots from 3 Marla to 1 Kanal on a two-year instalment plan. View project Book a site visit 01 \/ 03 Union Town Union Living Union Greens About us At Daha Associates, we create thoughtfully planned communities that combine [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dahaassociates.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":57,"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/dahaassociates.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/dahaassociates.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}