coastalcalmcharm.craftedstays.co Open in urlscan Pro
2001:4860:4802:36::15  Public Scan

URL: https://coastalcalmcharm.craftedstays.co/
Submission: On November 21 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /search

<form id="search-form" action="/search" method="get" class="search-block w-full flex flex-wrap justify-center gap-1 md:gap-4">
  <div class="search-input-item">
    <input name="market" class="search-input-field" type="text" id="market" autocomplete="off" placeholder="Where" readonly="">
    <img src="/static-sand/images/location.png" width="22" height="22">
    <div class="search-markets-menu hidden" id="search-markets-menu">
      <li class="search-markets-menu-title">Where to go?</li>
      <li class="search-markets-menu-item search-markets-menu-item-selected">Anywhere</li>
    </div>
  </div>
  <div class="search-input-item">
    <input name="start" class="search-input-field" type="text" id="datepicker-start" autocomplete="off" placeholder="Arrive">
    <img src="/static-sand/images/calendar.png" width="22" height="22">
  </div>
  <div class="search-input-item">
    <input name="end" class="search-input-field" type="text" id="datepicker-end" autocomplete="off" placeholder="Depart">
    <img src="/static-sand/images/calendar.png" width="22" height="22">
  </div>
  <div class="search-input-item">
    <input name="guests" class="search-input-field" type="text" id="guests" autocomplete="off" placeholder="Guests" readonly="">
    <img src="/static-sand/images/user.png" width="22" height="22">
    <div class="search-users-sheet hidden" id="search-users-sheet">
      <div class="w-full flex justify-between py-3">
        <div><span id="search-guests-adults" class="search-users-sheet-number">1</span> Adults</div>
        <div class="search-guests-pm"><span class="search-guests-button-pm" id="search-guests-adults-minus">-</span><span class="search-guests-button-pm" id="search-guests-adults-plus">+</span></div>
      </div>
      <div class="w-full flex justify-between py-3">
        <div><span id="search-guests-children" class="search-users-sheet-number">0</span> Children</div>
        <div class="search-guests-pm"><span class="search-guests-button-pm" id="search-guests-children-minus">-</span><span class="search-guests-button-pm" id="search-guests-children-plus">+</span></div>
      </div>
      <div class="w-full flex justify-between py-3">
        <div>Pets</div>
        <input class="m-0 p-0`" type="checkbox" id="pets">
      </div>
      <div class="w-full flex justify-end">
        <div class="search-guests-button" id="search-guests-button">APPLY</div>
      </div>
    </div>
  </div>
  <div class="search-button flex items-center" id="search-button">
    <img class="md:hidden h-[20px] w-[20px] mr-[19px]" src="/static-sand/images/search.png">
    <span class="md:hidden">Find a stay</span>
    <span class="hidden md:block capitalize">SEARCH</span>
  </div>
  <input name="adults" type="text" id="adults" hidden="">
  <input name="children" type="text" id="children" hidden="">
  <!-- <input name="marketIndex" type="text" id="marketIndex" hidden> -->
  <input name="featured" type="text" id="featured" hidden="">
  <input name="pets" type="checkbox" id="pets" hidden="">
</form>

GET /search

<form id="searchStickyPopupDialogForm" action="/search" method="get" class="w-full flex flex-wrap justify-center gap-6 mt-24">
  <div id="searchStickyPopupDialogCloseButton" class="absolute top-5 right-8 hover:bg-gray-300 p-3 rounded-full">
    <img src="/static-sand/images/close.svg">
  </div>
  <!-- markets -->
  <div class="w-[90%]">
    <input name="market" type="text" id="market" autocomplete="off" readonly="" class="border-black border-2 p-4 w-full" placeholder="Destination">
    <ul id="searchMarketsMenu" class="absolute bg-white z-50 list-none shadow-md rounded-sm border-[1px] py-3 w-[90%] border-gray-300 hidden">
      <li class="p-2 hover:bg-gray-300">Anywhere</li>
    </ul>
  </div>
  <!-- dates -->
  <div class="w-[90%]">
    <input class="border-black border-2 p-4 w-full" name="dates" type="text" id="dates" readonly="" autocomplete="off" placeholder="Dates">
    <input name="start" type="hidden" id="datepicker-start">
    <input name="end" type="hidden" id="datepicker-end">
  </div>
  <!-- guests -->
  <div class="w-[90%]">
    <input name="guests" class="border-black border-2 p-4 w-full" type="text" id="guests" autocomplete="off" placeholder="Guests" readonly="">
    <div class="absolute w-[90%] bg-white shadow-md border-[1px] rounded-md p-8 hidden" id="searchUsersSheet">
      <div class="w-full flex justify-between py-3">
        <div><span id="search-guests-adults" class="search-users-sheet-number"></span> Adults</div>
        <div class="search-guests-pm"><span class="search-guests-button-pm" id="search-guests-adults-minus">-</span><span class="search-guests-button-pm" id="search-guests-adults-plus">+</span></div>
      </div>
      <div class="w-full flex justify-between py-3">
        <div><span id="search-guests-children" class="search-users-sheet-number"></span> Children</div>
        <div class="search-guests-pm"><span class="search-guests-button-pm" id="search-guests-children-minus">-</span><span class="search-guests-button-pm" id="search-guests-children-plus">+</span></div>
      </div>
      <div class="w-full flex justify-between py-3">
        <div>Pets</div>
        <input class="m-0 p-0 w-6 h-6" type="checkbox" id="pets">
      </div>
      <div class="w-full flex justify-end">
        <div class="search-guests-button" id="search-guests-button">APPLY</div>
      </div>
    </div>
  </div>
  <!-- buttons -->
  <div class="absolute bottom-4 flex flex-row w-full justify-between gap-4 px-12 items-center">
    <div class="clear-button underline capitalize" id="searchStickyPopupDialogClearbutton">clear all</div>
    <div class="search-button capitalize" id="searchStickyPopupDialogSearchButton">search</div>
  </div>
  <input name="adults" type="text" id="adults" hidden="">
  <input name="children" type="text" id="children" hidden="">
  <!-- <input name="marketIndex" type="text" id="marketIndex" hidden> -->
  <input name="featured" type="text" id="featured" hidden="">
  <input name="pets" type="checkbox" id="pets" hidden="">
</form>

Text Content

5ive Water Estates
Home

Coastal Calm Charm at Wild Pines

Book Now
5ive Water Estates

Home

Our properties

Coastal Calm Charm at Wild Pines
Book Now

Relax and Unwind in Your Tropical Retreat

Premier vacation homes

Where to go? Anywhere


1 Adults
-+
0 Children
-+
Pets
APPLY
Find a stay SEARCH
Find a stay
 * Anywhere


Adults
-+
Children
-+
Pets
APPLY
clear all
search


WE WELCOME YOU TO STAY


AT OUR PROPERTIES

Visit Our Properties

All Properties
Coastal Calm Charm at Wild Pines
Bonita Springs
Sleeps 4
Explore



Explore



A BETTER EXPERIENCE


WHY BOOK DIRECT?

Better Rates
Booking directly with us means that you can potentially get the best rates
available for your accommodation.
No Booking Fees
Booking directly with us means that you can potentially get the best rates
available for your accommodation.
Better Accomodations
By booking direct you get special accommodations like earlier check-in times and
extension discounts.



WHO WE ARE


JASON & JENNIFER

As lifelong Illinois residents with a deep-rooted love for sun and water, we’ve
spent years exploring the scenic shores and vibrant communities of Southwest
Florida. Our journey together began at Southern Illinois University, where we
met as students and set the foundation for a shared life full of adventure and
family. I’ve spent my career in marketing and advertising, while my wife has
built a fulfilling career as a dental hygienist. Together, we’ve raised three
amazing children who are now charting their own paths: our son, a proud
University of Iowa graduate, and our twin daughters, who pursued their dreams at
the University of Missouri and the University of Alabama.

 

Over countless family vacations to Bonita Springs, Naples, Fort Myers and St.
Petersburg Beach, we fell in love with this area’s natural beauty, coastal
charm, and endless opportunities for adventure on the water. With our kids
grown, we finally found a place to call our own in this sunny paradise. Five
Water Estates, our LLC, reflects our lifelong passion for lakes, oceans, and
everything water-related—a fitting tribute to the joy and peace we find by the
water’s edge.

 

Now, we’re excited to share this special retreat with you, offering you a chance
to experience the best of Southwest Florida. We hope that you’ll create your own
memories here, enjoying the local beauty and vibrant lifestyle that drew us in.
May your time in Bonita Springs bring you the same sense of joy and renewal that
we’ve come to cherish in this magical place.


FREQUENTLY ASKED QUESTIONS


Start your next journey with us.
Copyright © 2024. All Rights Reserved Website by CraftedStays
This website uses cookies. We use cookies to personalized content and ads, to
provide social media features and to analyze our traffic. We also share
information about your use of our site with our social media, advertising and
analytics partners who may combine it with other information that you've
provided to them or that they've collected from your use of their services.
Continue without accepting
Accept All



<
november
2024
sumotuwethfrsa
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


december
2024
> sumotuwethfrsa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4







<
november
2024
sumotuwethfrsa
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


december
2024
> sumotuwethfrsa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4







<
november
2024
sumotuwethfrsa
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


december
2024
> sumotuwethfrsa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4