{"id":7009,"date":"2025-09-08T09:36:24","date_gmt":"2025-09-08T09:36:24","guid":{"rendered":"https:\/\/pilipilihotels.com\/?page_id=7009"},"modified":"2025-10-03T09:45:24","modified_gmt":"2025-10-03T09:45:24","slug":"elementor-7009","status":"publish","type":"page","link":"https:\/\/pilipilihotels.com\/index.php\/elementor-7009\/","title":{"rendered":"guest portal hotels"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7009\" class=\"elementor elementor-7009\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d008eb6 e-flex e-con-boxed e-con e-parent\" data-id=\"d008eb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98737b0 elementor-widget elementor-widget-spacer\" data-id=\"98737b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\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<div class=\"elementor-element elementor-element-136e665 e-flex e-con-boxed e-con e-parent\" data-id=\"136e665\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd00831 elementor-widget elementor-widget-html\" data-id=\"cd00831\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Our Hotels - PiliPili Hotels<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Arial', sans-serif;\n            background: white;\n            color: #333;\n            min-height: 100vh;\n            padding-top: 20px;\n        }\n        \n        .container {\n            max-width: 600px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            text-align: center;\n        }\n        \n        .back-button {\n            display: inline-block;\n            background: #1e3c72;\n            color: white;\n            padding: 12px 25px;\n            text-decoration: none;\n            border-radius: 25px;\n            margin-bottom: 30px;\n            transition: all 0.3s ease;\n            font-weight: bold;\n        }\n        \n        .back-button:hover {\n            background: #2a5298;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);\n            color: white;\n        }\n        \n        .header {\n            color: #1e3c72;\n            margin-bottom: 40px;\n        }\n        \n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 20px;\n        }\n        \n        .location-section {\n            background: #f8f9fa;\n            margin-bottom: 30px;\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            width: 100%;\n        }\n        \n        .location-title {\n            color: #1e3c72;\n            font-size: 1.8em;\n            margin-bottom: 20px;\n            border-bottom: 3px solid #1e3c72;\n            padding-bottom: 10px;\n            text-align: center;\n        }\n        \n        .hotel-button {\n            display: block;\n            background: #1e3c72;\n            color: white;\n            padding: 20px;\n            margin-bottom: 15px;\n            border-radius: 10px;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hotel-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.5s;\n        }\n        \n        .hotel-button:hover {\n            background: #2a5298;\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(30, 60, 114, 0.4);\n            color: white;\n        }\n        \n        .hotel-button:hover::before {\n            left: 100%;\n        }\n        \n        .hotel-name {\n            font-size: 1.3em;\n            font-weight: bold;\n            margin-bottom: 8px;\n            color: inherit;\n        }\n        \n        .hotel-description {\n            font-size: 0.95em;\n            opacity: 0.9;\n            line-height: 1.4;\n            color: inherit;\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 20px 15px;\n            }\n            \n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .location-section {\n                padding: 20px;\n            }\n            \n            .location-title {\n                font-size: 1.5em;\n            }\n            \n            .hotel-button {\n                padding: 18px;\n            }\n            \n            .hotel-name {\n                font-size: 1.2em;\n            }\n            \n            .hotel-description {\n                font-size: 0.9em;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            \n            .hotel-button {\n                padding: 16px;\n            }\n            \n            .hotel-name {\n                font-size: 1.1em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <a href=\"https:\/\/pilipilihotels.com\/index.php\/elementor-6859\" class=\"back-button\">\u2190 Back to Portal<\/a>\n        \n        <div class=\"header\">\n            <h1>CHOOSE YOUR  ZAN HOTEL<\/h1>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">BWEJUU LOCATION<\/h2>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/orientbeachresort\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">ORIENT BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Luxury 2-bedroom suites with private pools \u2022 6 rooms available \u2022 Secluded beachfront location<\/div>\n            <\/a>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">CENTRAL JAMBIANI LOCATION<\/h2>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/tropicalbeach\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">TROPICAL BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Luxury couples retreat \u2022 13 rooms (6 with private jacuzzis)<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/paradisebeach\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">PARADISE BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Spacious rooms with separate living areas \u2022 15 rooms, 2 swimming pools<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/sunbeach\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">SUN BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Spacious rooms with ocean views \u2022 7 rooms, top floor with bathtub<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/oasisbeach\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">EDEN BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Budget-friendly with AC \u2022 5 rooms available<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/beachhouse\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">BEACH HOUSE<\/div>\n                <div class=\"hotel-description\">Beachfront budget option \u2022 6 rooms available<\/div>\n            <\/a>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">JAMBIANI SOUTH LOCATION<\/h2>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/palmbeach\/\" class=\"hotel-button\">\n                <div class=\"hotel-name\">UHURU BEACH HOTEL<\/div>\n                <div class=\"hotel-description\">Beachfront bungalows \u2022 20 rooms, water sports center \u2022 Kite lessons & paddle boarding<\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Hotels &#8211; PiliPili Hotels \u2190 Back to Portal CHOOSE YOUR ZAN HOTEL BWEJUU LOCATION ORIENT BEACH HOTEL Luxury 2-bedroom suites with private pools \u2022 6 rooms available \u2022 Secluded beachfront location CENTRAL JAMBIANI LOCATION TROPICAL BEACH HOTEL Luxury couples retreat \u2022 13 rooms (6 with private jacuzzis) PARADISE BEACH HOTEL Spacious rooms with separate [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-7009","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/comments?post=7009"}],"version-history":[{"count":29,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7009\/revisions"}],"predecessor-version":[{"id":7381,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7009\/revisions\/7381"}],"wp:attachment":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/media?parent=7009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}