{"id":40637,"date":"2026-07-30T06:45:22","date_gmt":"2026-07-30T06:45:22","guid":{"rendered":"https:\/\/scandia2.kiranbuilds.com\/?page_id=40637"},"modified":"2026-07-30T12:02:15","modified_gmt":"2026-07-30T12:02:15","slug":"floor-plans","status":"publish","type":"page","link":"https:\/\/scandia2.kiranbuilds.com\/?page_id=40637","title":{"rendered":"Floor Plans"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"40637\" class=\"elementor elementor-40637 elementor-bc-flex-widget\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72e6c5f e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"72e6c5f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-88128cc nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"88128cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tFloor plans<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-4482fba elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"4482fba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h1\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tTwo layouts, both with the <span class=\"text-primary-500 highlited-text\">washer and dryer built in<\/span>\t\t\t<\/h1>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-331ef53 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"331ef53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-28f327f nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"28f327f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            const activeContainer = pricingWrapper.querySelector('.nextsaas-pricing-container[data-display^=\"toggle-variation-\"]');\r\n            const activeVariation = activeContainer ? activeContainer.getAttribute('data-display') : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 5 (use class so multiple widgets work; ID would duplicate)\r\n            if (activeVariation === 'toggle-variation-5') {\r\n              const toggle = pricingWrapper.querySelector('input.nextsaas-price-toggle-v5');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v5');\r\n              const monthlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-monthly-label-v5');\r\n              const yearlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-yearly-label-v5');\r\n\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n              monthlyLabels.forEach(el => {\r\n                el.classList.remove('hidden');\r\n              });\r\n              yearlyLabels.forEach(el => {\r\n                el.classList.add('hidden');\r\n              });\r\n\r\n              if (toggle) {\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Variation 7: Variation 2 checkbox toggle + monthly\/yearly price blocks\r\n            if (activeVariation === 'toggle-variation-7') {\r\n              const v7Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-7\"]');\r\n              if (!v7Root) return;\r\n\r\n              const toggle = v7Root.querySelector('input.nextsaas-price-toggle-v7');\r\n              if (!toggle || toggle.dataset.pricingV7Bound === '1') return;\r\n\r\n              const monthlyPrices = v7Root.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = v7Root.querySelectorAll('.nextsaas-price-yearly-v5');\r\n\r\n              toggle.dataset.pricingV7Bound = '1';\r\n\r\n              function syncV7Prices() {\r\n                const isYearly = toggle.checked;\r\n                monthlyPrices.forEach(function(price) {\r\n                  price.style.display = isYearly ? 'none' : '';\r\n                  price.classList.toggle('hidden', isYearly);\r\n                });\r\n                yearlyPrices.forEach(function(price) {\r\n                  price.style.display = isYearly ? '' : 'none';\r\n                  price.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              toggle.addEventListener('change', syncV7Prices);\r\n              syncV7Prices();\r\n            }\r\n\r\n            \/\/ Variation 6: monthly\/yearly radios + .monthly \/ .yearly visibility\r\n            if (activeVariation === 'toggle-variation-6') {\r\n              const v6Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]');\r\n              if (!v6Root) return;\r\n\r\n              const monthlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"monthly\"]');\r\n              const yearlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"yearly\"]');\r\n              const monthlyBlocks = v6Root.querySelectorAll('.monthly');\r\n              const yearlyBlocks = v6Root.querySelectorAll('.yearly');\r\n\r\n              function syncV6Prices() {\r\n                const isYearly = yearlyRadio && yearlyRadio.checked;\r\n                monthlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !!isYearly);\r\n                });\r\n                yearlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              syncV6Prices();\r\n\r\n              if (monthlyRadio) {\r\n                monthlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n              if (yearlyRadio) {\r\n                yearlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n  <div class=\"nextsaas-pricing-container\" data-display=\"toggle-variation-1\">\r\n    <!-- Toggle Section -->\r\n    <div class=\"flex justify-center pricing-toggle-container\">\r\n              <div class=\"relative z-0 inline-flex pricing-toggle-wrapper\">\r\n                      <span class=\"absolute z-11 -right-6 -top-2.5 bg-secondary dark:bg-accent text-accent dark:text-secondary inline-block font-normal capitalize text-tagline-2 px-3.5 py-1.5 shadow-xs rounded-[36px] rotate-[20deg] w-[90px] nextsaas-save-badge\">\r\n                          <\/span>\r\n                    <label class=\"relative inline-flex items-center cursor-pointer z-[10] bg-white dark:bg-background-9 rounded-full py-6 px-[56px] max-[426px]:px-10 max-[426px]:py-4 nextsaas-pricing-toggle nextsaas-pricing-toggle-v1\">\r\n            <span class=\"mr-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-monthly-label\">\r\n              Monthly rent            <\/span>\r\n            <input type=\"checkbox\" id=\"priceCheck-v1\" class=\"sr-only peer nextsaas-price-toggle nextsaas-price-toggle-v1\" aria-label=\"Toggle between Monthly rent and Monthly rent pricing\" \/>\r\n                          <span class=\"relative w-13 h-[28px] bg-secondary dark:bg-accent rounded-[34px] peer-checked:after:translate-x-full after:content-[''] after:absolute after:top-1\/2 after:-translate-y-1\/2 after:start-[2px] peer-checked:after:start-[2px] after:bg-accent dark:after:bg-background-8 after:rounded-full after:h-6 after:w-6 after:transition-all nextsaas-toggle-switch\"><\/span>\r\n                        <span class=\"ms-2.5 text-tagline-1 max-[426px]:text-tagline-2 text-secondary dark:text-accent font-normal nextsaas-toggle-yearly-label\">\r\n              Monthly rent            <\/span>\r\n          <\/label>\r\n        <\/div>\r\n          <\/div>\r\n\r\n    <!-- Pricing Cards Grid -->\r\n    <div class=\"relative\">\r\n      <div class=\"grid grid-cols-1 xl:grid-cols-3 items-center xl:gap-8 gap-y-5 xl:max-w-full mx-auto xl:mx-0 nextsaas-pricing-cards-grid\">\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">              1\u00d71              <\/h3>\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  1 bed, 1 bath. 665 square feet. Inquire for details.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>1,795<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Monthly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>1,795<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Yearly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"\/contact\/\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose 1\u00d71 plan\">\r\n                    Check availability                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          665 square feet                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          1 bed, 1 bath                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Full size washer and dryer in the home                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Wood burning fireplace                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Private patio or deck with additional storage                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Assigned covered parking                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Greenbelt outlook                        <\/span>\r\n                                          <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n        \r\n          <!-- Single Pricing Card -->\r\n          <div class=\"bg-background-3 dark:bg-background-7 flex-1 p-8 max-lg:w-full w-full nextsaas-pricing-card nextsaas-pricing-normal-card nextsaas-pricing-normal-v1\" >\r\n            \r\n              <!-- Plan Title -->\r\n              <h3 class=\"mb-2 font-normal text-heading-5 nextsaas-plan-title\">              2\u00d71              <\/h3>\r\n              <!-- Plan Description -->\r\n                              <p class=\"mb-6 max-w-[250px] max-[426px]:text-tagline-2 nextsaas-plan-description \">\r\n                  2 bed, 1 bath. 845 square feet. Inquire for details.                <\/p>\r\n              \r\n              <!-- Monthly Price -->\r\n              <div class=\"price-month mb-7 nextsaas-price-monthly nextsaas-price-monthly-v1\" style=\"display: block;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>1,945<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Monthly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Yearly Price -->\r\n              <div class=\"price-year mb-7 nextsaas-price-yearly nextsaas-price-yearly-v1\" style=\"display: none;\">\r\n                                  <h4 class=\"text-heading-4 font-normal nextsaas-price-amount nextsaas-plan-price nextsaas-plan-price-v1\">\r\n                    $<span>1,945<\/span>\r\n                  <\/h4>\r\n                  <p class=\"text-secondary dark:text-accent nextsaas-price-period nextsaas-price-period-v1\">Yearly<\/p>\r\n                              <\/div>\r\n\r\n              <!-- Button -->\r\n                              <div class=\"mb-8\">\r\n                  <a href=\"\/contact\/\"\r\n                                                            class=\"btn btn-md w-full block text-center before:content-none first-letter:uppercase nextsaas-pricing-button nextsaas-pricing-button-v1 btn-white dark:btn-white-dark hover:btn-secondary dark:hover:btn-white\"\r\n                    aria-label=\"Choose 2\u00d71 plan\">\r\n                    Check availability                  <\/a>\r\n                                  <\/div>\r\n              \r\n              <!-- Plan Features -->\r\n                              <ul class=\"relative list-none space-y-2.5 nextsaas-features-list nextsaas-features-list-v1\">\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          845 square feet                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          2 bed, 1 bath                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Full size washer and dryer in the home                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Wood burning fireplace                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Private patio or deck with additional storage                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Assigned covered parking                        <\/span>\r\n                                          <\/li>\r\n                                      <li class=\"flex items-center gap-2.5 nextsaas-feature-item nextsaas-feature-item-v1 nextsaas-feature-included nextsaas-feature-included-v1\">\r\n                                              <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"shrink-0 nextsaas-feature-icon nextsaas-feature-icon-v1\">\r\n                          <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"\" class=\"fill-secondary dark:fill-accent nextsaas-feature-icon-bg nextsaas-feature-icon-bg-v1\" \/>\r\n                          <path d=\"M9.31661 13.7561L14.7491 8.42144C15.0836 8.0959 15.0836 7.5697 14.7491 7.24416C14.4145 6.91861 13.8736 6.91861 13.539 7.24416L8.7116 11.9901L6.46096 9.78807C6.12636 9.46253 5.58554 9.46253 5.25095 9.78807C4.91635 10.1136 4.91635 10.6398 5.25095 10.9654L8.1066 13.7561C8.27347 13.9184 8.49253 14 8.7116 14C8.93067 14 9.14974 13.9184 9.31661 13.7561Z\" fill=\"\" class=\"fill-white dark:fill-black nextsaas-feature-icon-check nextsaas-feature-icon-check-v1\" \/>\r\n                        <\/svg>\r\n                                                                    <span class=\"text-secondary dark:text-accent font-normal text-tagline-1 nextsaas-feature-text nextsaas-feature-text-v1\">\r\n                          Greenbelt outlook                        <\/span>\r\n                                          <\/li>\r\n                                  <\/ul>\r\n              \r\n                        <\/div>\r\n\r\n              <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c918a98 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"5c918a98\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a17fdab e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"a17fdab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-58ab94d nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"58ab94d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tQuestions<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-57c94dd3 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"57c94dd3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tQuestions we get <span class=\"text-primary-500 highlited-text\">every week<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-1c1669cb elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"1c1669cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Still not covered? Call the leasing office on (360) 779-6971 and a person who knows the property will pick up.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-4b6a28a9 elementor-widget-mobile__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-button\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"4b6a28a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\t\t\t\t.elementor-element-4b6a28a9 .nextsaas_button_wrap .nextsaas-button:before {\r\n\t\t\t\t\tbackground-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='24' height='24' fill='%23FCFCFC' viewBox='0 0 256 256'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'\/%3E%3C\/svg%3E\");\r\n\t\t\t\t}\r\n\t\t\t<\/style>\t\t<div class=\"nextsaas_button_wrap\">\r\n\t\t\t\t\t\t\t<div class=\"md:inline-block block \">\r\n\t\t\t\t\t<a href=\"\/contact\/\"  class=\"group nextsaas-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Contact the office<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative overflow-hidden size-6\">\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13ad0515 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"13ad0515\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-2b12242d nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_accordion\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"2b12242d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"nextsaas_accordion_wrapper\" data-layout=\"layout-2\">\r\n      <!-- Layout 2: Cards with optional gradient -->\r\n<div class=\"accordion flex flex-col w-full\">\r\n            \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 active-accordion active-accordion-item\">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What floor plans are available at Scandia Knolls?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-0 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>Scandia Knolls has 1- and 2-bedroom apartments. The 1\u00d71 is 665 square feet starting at $1,795 and the 2\u00d71 is 845 square feet starting at $1,945. Availability changes, so call the leasing office at (360) 779-6971 for what is open now.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 \">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              Is parking included?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-90 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>Yes. Every home has assigned parking, and the community has covered carports. There is guest parking on site as well.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 \">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              Do the apartments have laundry in the unit?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-90 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>Yes. Every apartment home has a full size washer and dryer in the unit.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 \">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              Where exactly is Scandia Knolls?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-90 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>The community is at 20283 1st Ave NE, Poulsbo, WA 98370, conveniently located near the downtown historic district which offers a multitude of shopping and dining options.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 \">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              How do I pay rent or submit a maintenance request?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-90 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>Online payments are accepted and maintenance requests can be submitted online through the resident portal. Emergency maintenance is covered 24 hours a day.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n                \r\n              <div class=\"accordion-item group bg-white border border-stroke-4 rounded-[8px] px-6 overflow-hidden relative z-0 transition-colors duration-300 \">\r\n                      <div class=\"gradient-bg absolute pointer-events-none group-hover:opacity-100 opacity-0 select-none\" style=\"z-index: -1;\">\r\n              <img decoding=\"async\" src=\"https:\/\/scandia2.kiranbuilds.com\/wp-content\/uploads\/2026\/02\/gradient-23-5.png\" alt=\"\" class=\"w-full h-full object-cover\" \/>\r\n            <\/div>\r\n          \r\n          <!-- Accordion Action Button -->\r\n          <button class=\"accordion-action flex items-center cursor-pointer justify-between pt-6 pb-6 w-full relative z-20\">\r\n            \r\n            <span class=\"flex-1 text-left sm:text-heading-6 text-tagline-1 font-normal text-secondary dark:text-accent\">\r\n              What are the leasing office hours?            <\/span>\r\n\r\n                          <!-- Plus\/Minus Icon -->\r\n              <span class=\"ml-auto block accordion-plus-icon\">\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block transition-transform duration-300\"><\/span>\r\n                <span class=\"w-4 h-0.5 bg-secondary dark:bg-accent block rotate-90 -mt-0.5 transition-transform duration-300\"><\/span>\r\n              <\/span>\r\n                      <\/button>\r\n\r\n          <!-- Accordion Content -->\r\n          <div class=\"accordion-content relative z-10\">\r\n            <div class=\"pt-6 pb-8\">\r\n              <p>The office is open Monday to Friday, 9am to 5pm, and closed Saturday and Sunday. You can email scandiaknollsapts@omcwa.com at any time.<\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n            <\/div>    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-785b355 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"785b355\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d7e4600 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_badge\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d7e4600\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_badge.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_badge_wrap\">\r\n\t\t\t<div class=\"inline-block\">\r\n\t\t\t\t<span class=\"badge badge-green mb-5 nextsaas-badge\">\r\n\t\t\t\t\tWhat residents say<\/span>\r\n\t\t\t\t<\/span>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-c9bbe5a elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"c9bbe5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tQuiet, well kept, and looked after by <span class=\"text-primary-500 highlited-text\">people who live here too<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f53f1b e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"7f53f1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-4535dad nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_testimonial_slider\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"4535dad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_testimonial_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"nextsaas_testimonial_slider_wrapper nextsaas_testimonial_slider_layout3\">\r\n      \r\n<div class=\"nextsaas_testimonial_slider_layout3 relative\">\r\n  <div class=\"single-card-reviews-swiper\" data-autoplay=&quot;true&quot; data-autoplay-delay=&quot;3500&quot; data-pause-on-hover=&quot;true&quot; data-speed=&quot;1000&quot; data-loop=&quot;true&quot;>\r\n    <div class=\"swiper-wrapper\">\r\n                                  <div class=\"swiper-slide\">\r\n            <div class=\"flex items-center justify-center gap-8\">\r\n              <!-- Author Image -->\r\n              <figure class=\"size-[150px] md:size-[300px] overflow-hidden rounded-[53px] border-[0.5px] border-stroke-4 dark:border-stroke-8 bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-700 dark:to-gray-800 bg-(image:--color-gradient-9)\">\r\n                              <\/figure>\r\n\r\n              <!-- Quote Content -->\r\n              <blockquote class=\"md:space-y-6 space-y-3\">\r\n                <!-- Quote Icon -->\r\n                                  <svg\r\n                    class=\"quote-icon\"\r\n                    width=\"41\"\r\n                    height=\"30\"\r\n                    viewBox=\"0 0 41 30\"\r\n                    fill=\"none\"\r\n                    xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <path\r\n                      d=\"M17.2188 27.0293L17.2188 18.492C17.2188 17.3874 16.3233 16.492 15.2188 16.492L10.0546 16.492C2.89039 14.1039 7.0695 5.1487 10.0546 0.969594C2.89039 1.44721 0.70134 6.74074 0.502334 9.3278L0.502333 27.0293C0.502333 28.1339 1.39776 29.0293 2.50233 29.0293L15.2188 29.0293C16.3233 29.0293 17.2188 28.1339 17.2188 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                    <path\r\n                      d=\"M40.9375 27.0293L40.9375 18.492C40.9375 17.3874 40.0421 16.492 38.9375 16.492L33.7733 16.492C26.6091 14.1039 30.7882 5.1487 33.7733 0.969594C26.6091 1.44721 24.4201 6.74074 24.2211 9.3278L24.2211 27.0293C24.2211 28.1339 25.1165 29.0293 26.2211 29.0293L38.9375 29.0293C40.0421 29.0293 40.9375 28.1339 40.9375 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                  <\/svg>\r\n                \r\n                <!-- Text Content -->\r\n                <div class=\"md:space-y-4 space-y-3\">\r\n                                      <p class=\"testimonial-quote text-secondary dark:text-accent max-w-[385px]\">\r\n                      \"The Manager, Glenn is amazing. He is always so quick to respond if we have any questions or concerns and so friendly. The kind of manager who knows everyone.\"\r\n                    <\/p>\r\n                  \r\n                  <!-- Author Info -->\r\n                  <div>\r\n                                          <h3 class=\"testimonial-name font-medium text-lg text-secondary dark:text-accent\">\r\n                        Resident review                      <\/h3>\r\n                    \r\n                                          <p class=\"testimonial-position text-secondary\/60 dark:text-accent\/60 text-tagline-2\">\r\n                        Scandia Knolls, Poulsbo                      <\/p>\r\n                                      <\/div>\r\n                <\/div>\r\n              <\/blockquote>\r\n            <\/div>\r\n          <\/div>\r\n                            <div class=\"swiper-slide\">\r\n            <div class=\"flex items-center justify-center gap-8\">\r\n              <!-- Author Image -->\r\n              <figure class=\"size-[150px] md:size-[300px] overflow-hidden rounded-[53px] border-[0.5px] border-stroke-4 dark:border-stroke-8 bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-700 dark:to-gray-800 bg-(image:--color-gradient-9)\">\r\n                              <\/figure>\r\n\r\n              <!-- Quote Content -->\r\n              <blockquote class=\"md:space-y-6 space-y-3\">\r\n                <!-- Quote Icon -->\r\n                                  <svg\r\n                    class=\"quote-icon\"\r\n                    width=\"41\"\r\n                    height=\"30\"\r\n                    viewBox=\"0 0 41 30\"\r\n                    fill=\"none\"\r\n                    xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <path\r\n                      d=\"M17.2188 27.0293L17.2188 18.492C17.2188 17.3874 16.3233 16.492 15.2188 16.492L10.0546 16.492C2.89039 14.1039 7.0695 5.1487 10.0546 0.969594C2.89039 1.44721 0.70134 6.74074 0.502334 9.3278L0.502333 27.0293C0.502333 28.1339 1.39776 29.0293 2.50233 29.0293L15.2188 29.0293C16.3233 29.0293 17.2188 28.1339 17.2188 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                    <path\r\n                      d=\"M40.9375 27.0293L40.9375 18.492C40.9375 17.3874 40.0421 16.492 38.9375 16.492L33.7733 16.492C26.6091 14.1039 30.7882 5.1487 33.7733 0.969594C26.6091 1.44721 24.4201 6.74074 24.2211 9.3278L24.2211 27.0293C24.2211 28.1339 25.1165 29.0293 26.2211 29.0293L38.9375 29.0293C40.0421 29.0293 40.9375 28.1339 40.9375 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                  <\/svg>\r\n                \r\n                <!-- Text Content -->\r\n                <div class=\"md:space-y-4 space-y-3\">\r\n                                      <p class=\"testimonial-quote text-secondary dark:text-accent max-w-[385px]\">\r\n                      \"Staff and neighbours are super helpful and polite, the community is very dog friendly, and there are never any disturbances or safety concerns.\"\r\n                    <\/p>\r\n                  \r\n                  <!-- Author Info -->\r\n                  <div>\r\n                                          <h3 class=\"testimonial-name font-medium text-lg text-secondary dark:text-accent\">\r\n                        Resident review                      <\/h3>\r\n                    \r\n                                          <p class=\"testimonial-position text-secondary\/60 dark:text-accent\/60 text-tagline-2\">\r\n                        Scandia Knolls, Poulsbo                      <\/p>\r\n                                      <\/div>\r\n                <\/div>\r\n              <\/blockquote>\r\n            <\/div>\r\n          <\/div>\r\n                            <div class=\"swiper-slide\">\r\n            <div class=\"flex items-center justify-center gap-8\">\r\n              <!-- Author Image -->\r\n              <figure class=\"size-[150px] md:size-[300px] overflow-hidden rounded-[53px] border-[0.5px] border-stroke-4 dark:border-stroke-8 bg-gradient-to-br from-gray-100 to-gray-200 dark:from-gray-700 dark:to-gray-800 bg-(image:--color-gradient-9)\">\r\n                              <\/figure>\r\n\r\n              <!-- Quote Content -->\r\n              <blockquote class=\"md:space-y-6 space-y-3\">\r\n                <!-- Quote Icon -->\r\n                                  <svg\r\n                    class=\"quote-icon\"\r\n                    width=\"41\"\r\n                    height=\"30\"\r\n                    viewBox=\"0 0 41 30\"\r\n                    fill=\"none\"\r\n                    xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <path\r\n                      d=\"M17.2188 27.0293L17.2188 18.492C17.2188 17.3874 16.3233 16.492 15.2188 16.492L10.0546 16.492C2.89039 14.1039 7.0695 5.1487 10.0546 0.969594C2.89039 1.44721 0.70134 6.74074 0.502334 9.3278L0.502333 27.0293C0.502333 28.1339 1.39776 29.0293 2.50233 29.0293L15.2188 29.0293C16.3233 29.0293 17.2188 28.1339 17.2188 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                    <path\r\n                      d=\"M40.9375 27.0293L40.9375 18.492C40.9375 17.3874 40.0421 16.492 38.9375 16.492L33.7733 16.492C26.6091 14.1039 30.7882 5.1487 33.7733 0.969594C26.6091 1.44721 24.4201 6.74074 24.2211 9.3278L24.2211 27.0293C24.2211 28.1339 25.1165 29.0293 26.2211 29.0293L38.9375 29.0293C40.0421 29.0293 40.9375 28.1339 40.9375 27.0293Z\"\r\n                      fill=\"\"\r\n                      fill-opacity=\"0.6\"\r\n                      class=\"fill-secondary dark:fill-accent\" \/>\r\n                  <\/svg>\r\n                \r\n                <!-- Text Content -->\r\n                <div class=\"md:space-y-4 space-y-3\">\r\n                                      <p class=\"testimonial-quote text-secondary dark:text-accent max-w-[385px]\">\r\n                      \"The apartments are well taken care of by the property manager and the maintenance manager, and issues are addressed quickly and professionally.\"\r\n                    <\/p>\r\n                  \r\n                  <!-- Author Info -->\r\n                  <div>\r\n                                          <h3 class=\"testimonial-name font-medium text-lg text-secondary dark:text-accent\">\r\n                        Resident review                      <\/h3>\r\n                    \r\n                                          <p class=\"testimonial-position text-secondary\/60 dark:text-accent\/60 text-tagline-2\">\r\n                        Scandia Knolls, Poulsbo                      <\/p>\r\n                                      <\/div>\r\n                <\/div>\r\n              <\/blockquote>\r\n            <\/div>\r\n          <\/div>\r\n                  <\/div>\r\n\r\n    <!-- Navigation Arrows -->\r\n          <!-- Previous Button -->\r\n      <div class=\"single-card-reviews-prev absolute left-0 top-1\/2 -translate-y-1\/2 cursor-pointer group z-10\">\r\n        <svg\r\n          width=\"36\"\r\n          height=\"36\"\r\n          viewBox=\"0 0 36 36\"\r\n          fill=\"none\"\r\n          xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n          <rect\r\n            width=\"36\"\r\n            height=\"36\"\r\n            rx=\"18\"\r\n            fill=\"\"\r\n            class=\"fill-background-4 group-hover:fill-primary-500 dark:fill-background-9 transition-all duration-300 ease-in-out\" \/>\r\n          <path\r\n            d=\"M20 13L15 18L20 23\"\r\n            stroke=\"\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            class=\"stroke-[#292929] group-hover:stroke-white dark:stroke-white transition-all duration-300 ease-in-out\" \/>\r\n        <\/svg>\r\n      <\/div>\r\n\r\n      <!-- Next Button -->\r\n      <div class=\"single-card-reviews-next absolute right-0 top-1\/2 -translate-y-1\/2 cursor-pointer group z-10\">\r\n        <svg\r\n          width=\"36\"\r\n          height=\"36\"\r\n          viewBox=\"0 0 36 36\"\r\n          fill=\"none\"\r\n          xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n          <path\r\n            d=\"M0 18C0 8.05888 8.05888 0 18 0C27.9411 0 36 8.05888 36 18C36 27.9411 27.9411 36 18 36C8.05888 36 0 27.9411 0 18Z\"\r\n            fill=\"\"\r\n            class=\"fill-background-4 group-hover:fill-primary-500 dark:fill-background-9 transition-all duration-300 ease-in-out\" \/>\r\n          <path\r\n            d=\"M16 23L21 18L16 13\"\r\n            stroke=\"\"\r\n            stroke-linecap=\"round\"\r\n            stroke-linejoin=\"round\"\r\n            class=\"stroke-[#292929] group-hover:stroke-white dark:stroke-white transition-all duration-300 ease-in-out\" \/>\r\n        <\/svg>\r\n      <\/div>\r\n      <\/div>\r\n<\/div>    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a69a7bf e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"a69a7bf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bf29bde e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"bf29bde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-8acb211 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"8acb211\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tCome walk the property. <span class=\"text-primary-500 highlited-text\">Bring the dog.<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-3b67fb1 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"3b67fb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Tell us what you need and when you need it, and we will tell you honestly what is opening up. Call (360) 779-6971.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-44f54b2 elementor-widget-mobile__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-button\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"44f54b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\t\t\t\t.elementor-element-44f54b2 .nextsaas_button_wrap .nextsaas-button:before {\r\n\t\t\t\t\tbackground-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='24' height='24' fill='%231A1A1C' viewBox='0 0 256 256'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'\/%3E%3C\/svg%3E\");\r\n\t\t\t\t}\r\n\t\t\t<\/style>\t\t<div class=\"nextsaas_button_wrap\">\r\n\t\t\t\t\t\t\t<div class=\"md:inline-block block \">\r\n\t\t\t\t\t<a href=\"\/contact\/\"  class=\"group nextsaas-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Schedule a tour<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative overflow-hidden size-6\">\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","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-40637","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/pages\/40637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=40637"}],"version-history":[{"count":1,"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/pages\/40637\/revisions"}],"predecessor-version":[{"id":40638,"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=\/wp\/v2\/pages\/40637\/revisions\/40638"}],"wp:attachment":[{"href":"https:\/\/scandia2.kiranbuilds.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}