Property Management Service

Drawing on nearly a decade of extensive Airbnb hosting expertise, we’re thrilled to be your dedicated partner in nurturing the growth of your real estate investment. Our commitment goes beyond simply meeting your preferences for the ideal unit; we operate as a comprehensive service provider, dedicated to safeguarding and elevating the value of your real estate investment.

End-to-End Service

Marketing

Marketing

Tenant & Contracts

Tenant & Contracts

Repairs & Maintainance

Repairs & Maintainance

Rental Collection

Rental Collection

Reporting

Reporting

1. Marketing

Give your property the VIP treatment with a top-notch evaluation, guaranteeing the best real estate rates that match its awesome location and amenities. Tap into our vast network of real estate pros, unit owners, and potential guests from around the globe, making sure your place truly stands out. We’re not just online, we’re on it! From eye-catching ads to crafting irresistible offers and smoothly closing the deal – consider it all taken care of! 🌟

2. Tenant & Contracts

From screening potential tenants to promptly fielding inquiries, arranging those perfect property viewings, and ensuring seamless move-ins and move-outs – we’ve got the whole process covered. But it doesn’t stop there! We’re your go-to team for handling tenant complaints and emergencies with efficiency and care. Plus, we’ve got the inside scoop with contacts to licensed interior designers, offering pro advice to spruce up your place. Need help with utilities or coordinating maintenance and repairs? Consider it done! We’re not just hosts; we’re your personal concierge making sure every aspect of your hosting journey is top-notch. 🌟

3. Repairs & Maintainance

From managing bills and handling repairs to keeping up with routine maintenance and conducting quarterly inspections, we’ve got it all covered. Consider us your personal hosting concierge, ensuring that every aspect of your space is in tip-top shape, allowing you to focus on what matters most – creating unforgettable experiences for your guests. Cheers to stress-free hosting! 🌟

4. Rent Collection

We handle the entire rent collection process, ensuring timely and hassle-free payments from your tenants. With a user-friendly platform and automated reminders, we make sure your rental income is consistently on track. Our secure and efficient system allows for various payment methods, accommodating both you and your tenants. Say goodbye to chasing payments and hello to a streamlined rent collection process that puts your peace of mind first. Let us take care of the details, so you can enjoy the benefits of effortless and reliable rent collection.

5. Reporting

Expect monthly updates with a snapshot of your accounts, ensuring you’re always in the financial loop. We go the extra mile by meticulously maintaining your account records for up to three years, giving you peace of mind and easy access to historical data when you need it. And when tax season rolls around, we’ve got you covered with the seamless filing of your annual real property taxes. It’s not just hosting; it’s hosting with ease and a touch of personalized care.

Let's Help You Find a Tenant


_
<style>
.fa-imessage {
    content: "\f27a";
}

.glow-avatar {
    margin: 1px;
    border-radius: 25%;
    box-shadow: 0px 0px 1px 1px #25D366;
    animation: glow 1.5s linear infinite alternate;
}

@keyframes glow {
    to {
        box-shadow: 0px 0px 3px 3px #25D366;
    }
}

.tilt-shaking {
    animation: tilt-shaking 4.5s ease infinite;
    transform-origin: 50% 50%;
}

.fa-star {
    color: #FFD700;
}

@keyframes tilt-shaking {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

/* Modal Form Specific Styling */
.modal-content {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}

.modal-field-row {
    border: 1px solid #DDDDDD;
    border-bottom: none;
    padding: 0;
    transition: all 0.2s ease;
    background: #fff;
}

.modal-field-row:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-field-row:last-of-type {
    border-bottom: 1px solid #DDDDDD;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-field-row.expanded {
    background: #F7F7F7;
    box-shadow: inset 0 0 0 1px #222222;
    border-color: #222222;
    z-index: 2;
    position: relative;
}

.modal-field-row .field-summary {
    padding: 8px 12px;
    cursor: pointer;
}

.modal-field-row .field-summary label {
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin: 0;
    color: #222222;
    text-transform: uppercase;
}

.modal-field-row .field-summary .val {
    font-size: 13px;
    color: #717171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-field-row.expanded .field-summary .val {
    display: none;
}

.modal-field-row.expanded .field-expanded {
    display: block;
}

.pill-scroller {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 2px 0 6px;
    scrollbar-width: none;
}

.pill-scroller::-webkit-scrollbar {
    display: none;
}

.pill-btn {
    padding: 8px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
    color: #484848;
}

.pill-btn:hover {
    border-color: #222;
    background: #f7f7f7;
    transform: scale(1.02);
}

.pill-btn.active {
    border-color: #222222;
    background: #222222;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pill-btn:active {
    transform: scale(0.96);
}

.form-group-airbnb {
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    padding: 6px 12px;
    transition: border-color 0.2s;
    background: #fff;
}

.form-group-airbnb:focus-within {
    border-color: #222222;
    box-shadow: 0 0 0 1px #222222;
}

.form-group-airbnb label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    color: #717171;
}

.form-group-airbnb input,
.form-group-airbnb select,
.form-group-airbnb textarea {
    border: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    background: transparent;
}

.form-group-airbnb textarea {
    resize: none;
}

/* Premium Segmented Control (Rent/Buy Toggle) */
.toggle-container {
    position: relative;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 4px;
    display: flex;
    border: 1px solid #eee;
    height: 52px;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #222;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-btn {
    position: relative;
    flex: 1;
    border: none;
    background: transparent;
    z-index: 2;
    font-weight: 700;
    font-size: 14px;
    color: #717171;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-btn:hover {
    color: #222;
}

.toggle-btn.active {
    color: #fff;
    transform: scale(1.02);
}

.toggle-btn:active {
    transform: scale(0.98);
}

/* Path Animations */
.path-container {
    position: relative;
    min-height: 250px;
}

.path-fade {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
}

.path-fade.show {
    opacity: 1;
    transform: translateY(0);
    display: block !important;
}

.modal-field-row .field-expanded {
    padding: 0 12px 10px;
    display: none;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-field-row.expanded .field-expanded {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Custom Range Slider Polish */
.slider-container {
    position: relative;
    padding: 10px 0;
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #e4e4e4;
    outline: none;
    margin: 15px 0;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #222222;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}

.custom-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.custom-range::-webkit-slider-thumb:active {
    transform: scale(0.95);
    background: #f7f7f7;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
}

#modal-dp-percentage-display {
    background: #222;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
}

/* Datepicker Polish */
.datepicker {
    padding: 12px !important;
    border-radius: 16px !important;
    border: 1px solid #DDDDDD !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
    font-family: 'Inter', sans-serif !important;
    z-index: 2000 !important;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 13px !important;
    transition: all 0.2s;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    background-color: #222222 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-image: none !important;
    background-color: #f7f7f7 !important;
    color: #222 !important;
    border: 1px solid #222 !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #f7f7f7 !important;
    cursor: pointer !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #f7f7f7 !important;
    border-radius: 8px !important;
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none !important;
}

.datepicker table tr td.day {
    color: #222 !important;
    font-weight: 500 !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #B0B0B0 !important;
}

.datepicker table tr th.datepicker-switch {
    font-weight: 700 !important;
    font-size: 15px !important;
}

/* Custom Airbnb Viewing Picker Overlay */
.viewing-picker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.viewing-picker-overlay.show {
    display: flex;
    opacity: 1;
}

.viewing-picker-card {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.viewing-picker-overlay.show .viewing-picker-card {
    transform: scale(1);
}

.picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.picker-header h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.picker-close {
    background: #f7f7f7;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.picker-section-label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #717171;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

#picker-calendar-inline .datepicker {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#picker-calendar-inline .datepicker table {
    width: 100% !important;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.time-slot {
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.time-slot:hover {
    border-color: #222;
    background: #f7f7f7;
}

.time-slot.active {
    background: #222;
    color: #fff;
    border-color: #222;
}

.picker-footer {
    margin-top: 24px;
}

.btn-picker-confirm {
    width: 100%;
    padding: 14px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.1s;
}

.btn-picker-confirm:active {
    transform: scale(0.98);
}

.widget-btn {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#btn-modal-fill-details {
    background: #fff;
    color: #222;
    border: 1px solid #222;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#btn-modal-fill-details:hover {
    background: #f7f7f7;
    border-color: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#btn-modal-submit-inquiry {
    background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
    color: #fff;
    border: none;
}

#btn-modal-submit-inquiry:hover {
    background: linear-gradient(to right, #D70466 0%, #BD1E59 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(230, 30, 77, 0.3);
}

#btn-modal-submit-inquiry:active {
    transform: translateY(0);
}

#btn-modal-submit-inquiry:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-control-minimal {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
    width: 100%;
    box-shadow: none !important;
}

/* SweetAlert2 Polish */
.swal-popup-rounded {
    border-radius: 20px !important;
    padding: 32px 24px 24px !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

.swal-popup-rounded .swal2-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    letter-spacing: -0.3px;
}

.swal-popup-rounded .swal2-icon {
    border-width: 2px !important;
    margin-bottom: 12px !important;
}

.swal-popup-rounded .swal2-confirm {
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 32px !important;
    letter-spacing: 0.2px;
    transition: transform 0.1s, box-shadow 0.1s !important;
}

.swal-popup-rounded .swal2-confirm:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}

</style>

Luchelle Ann Cabigon

Schedule Viewing

9:00 AM
10:00 AM
11:00 AM
1:00 PM
2:00 PM
3:00 PM
4:00 PM
5:00 PM

🔥 Hot Searches

The Wave Towers - Cebu IT Park 🔥

Costa Mira Beachtown Mactan 🔥

Most Read Blog

Relevant Searches