{"id":7035,"date":"2025-09-08T16:22:46","date_gmt":"2025-09-08T16:22:46","guid":{"rendered":"https:\/\/pilipilihotels.com\/?page_id=7035"},"modified":"2025-10-03T09:48:17","modified_gmt":"2025-10-03T09:48:17","slug":"restaurants","status":"publish","type":"page","link":"https:\/\/pilipilihotels.com\/index.php\/restaurants\/","title":{"rendered":"restaurants"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7035\" class=\"elementor elementor-7035\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c8fc6d e-flex e-con-boxed e-con e-parent\" data-id=\"5c8fc6d\" 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-bb25cfd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"bb25cfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5332410 e-flex e-con-boxed e-con e-parent\" data-id=\"5332410\" 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-9294183 elementor-widget elementor-widget-spacer\" data-id=\"9294183\" 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<div class=\"elementor-element elementor-element-f766257 elementor-widget elementor-widget-html\" data-id=\"f766257\" 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>Restaurants - 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: 10px;\n        }\n        \n        .header p {\n            font-size: 1.1em;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .restaurants-container {\n            margin-bottom: 40px;\n        }\n        \n        .restaurant-button {\n            display: block;\n            background: #1e3c72;\n            color: white;\n            padding: 25px;\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            width: 100%;\n            cursor: pointer;\n        }\n        \n        .restaurant-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        .restaurant-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        .restaurant-button:hover::before {\n            left: 100%;\n        }\n        \n        .restaurant-name {\n            font-size: 1.4em;\n            font-weight: bold;\n            margin-bottom: 8px;\n            color: inherit;\n        }\n        \n        .restaurant-location {\n            font-size: 1em;\n            opacity: 0.8;\n            margin-bottom: 5px;\n            color: inherit;\n        }\n        \n        .restaurant-cuisine {\n            font-size: 0.9em;\n            opacity: 0.7;\n            color: inherit;\n        }\n        \n        .coming-soon-text {\n            font-size: 0.8em;\n            opacity: 0.6;\n            font-style: italic;\n            margin-top: 5px;\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            .restaurant-button {\n                padding: 20px;\n            }\n            \n            .restaurant-name {\n                font-size: 1.2em;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            \n            .restaurant-button {\n                padding: 18px;\n            }\n            \n            .restaurant-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>DINING AT ZAN HOTELS<\/h1>\n            <p>5 Restaurants Across Our Properties<\/p>\n        <\/div>\n        \n        <div class=\"restaurants-container\">\n            <a href=\"https:\/\/pilipilihotels.com\/wp-content\/uploads\/2025\/09\/MENUORIENT.pdf\" class=\"restaurant-button\" target=\"_blank\">\n                <div class=\"restaurant-name\">INDIAN RESTAURANT<\/div>\n                <div class=\"restaurant-location\">Located at Orient Beach Hotel<\/div>\n                <div class=\"restaurant-cuisine\">Spicy and aromatic Indian cuisine<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/wp-content\/uploads\/2025\/09\/CASADIAMICIMENU.pdf\" class=\"restaurant-button\">\n                <div class=\"restaurant-name\">CASA DI AMICI ITALIAN RESTAURANT<\/div>\n                <div class=\"restaurant-location\">Located at Paradise Beach Hotel<\/div>\n                <div class=\"restaurant-cuisine\">Authentic Italian cuisine with ocean views<\/div>\n             \n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/wp-content\/uploads\/2025\/09\/HABIBI-MENU.pdf\" class=\"restaurant-button\">\n                <div class=\"restaurant-name\">HABIBI MIDDLE EAST RESTAURANT<\/div>\n                <div class=\"restaurant-location\">Located at Beach House<\/div>\n                <div class=\"restaurant-cuisine\">Authentic Middle Eastern flavors<\/div>\n           \n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/wp-content\/uploads\/2025\/09\/tropicalmenu.pdf\" class=\"restaurant-button\" target=\"_blank\">\n                <div class=\"restaurant-name\">ASIAN RESTAURANT<\/div>\n                <div class=\"restaurant-location\">Located at Tropical Beach Hotel<\/div>\n                <div class=\"restaurant-cuisine\">Fresh Asian fusion dishes<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/pilipilihotels.com\/wp-content\/uploads\/2025\/09\/MENUUHURU.pdf\" class=\"restaurant-button\" target=\"_blank\">\n                <div class=\"restaurant-name\">CONTINENTAL RESTAURANT<\/div>\n                <div class=\"restaurant-location\">Located at Uhuru Beach Hotel<\/div>\n                <div class=\"restaurant-cuisine\">International continental dishes<\/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>Restaurants &#8211; PiliPili Hotels \u2190 Back to Portal DINING AT ZAN HOTELS 5 Restaurants Across Our Properties INDIAN RESTAURANT Located at Orient Beach Hotel Spicy and aromatic Indian cuisine CASA DI AMICI ITALIAN RESTAURANT Located at Paradise Beach Hotel Authentic Italian cuisine with ocean views HABIBI MIDDLE EAST RESTAURANT Located at Beach House Authentic Middle [&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-7035","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7035","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=7035"}],"version-history":[{"count":20,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7035\/revisions"}],"predecessor-version":[{"id":7387,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7035\/revisions\/7387"}],"wp:attachment":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/media?parent=7035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}