{"id":6859,"date":"2025-09-01T08:59:07","date_gmt":"2025-09-01T08:59:07","guid":{"rendered":"https:\/\/pilipilihotels.com\/?page_id=6859"},"modified":"2025-10-03T09:50:22","modified_gmt":"2025-10-03T09:50:22","slug":"elementor-6859","status":"publish","type":"page","link":"https:\/\/pilipilihotels.com\/index.php\/elementor-6859\/","title":{"rendered":"guest portal"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6859\" class=\"elementor elementor-6859\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f002ac8 e-flex e-con-boxed e-con e-parent\" data-id=\"f002ac8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-732c0c0 e-flex e-con-boxed e-con e-parent\" data-id=\"732c0c0\" 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-b1c6c84 elementor-widget elementor-widget-spacer\" data-id=\"b1c6c84\" 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-e93e933 elementor-widget elementor-widget-html\" data-id=\"e93e933\" 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>Guest Portal - PiliPili Hotels Zanzibar<\/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: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\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        .header {\n            color: white;\n            margin-bottom: 40px;\n        }\n        \n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        .header p {\n            font-size: 1.2em;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n        \n        .welcome-text {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n            width: 100%;\n        }\n        \n        .welcome-text h2 {\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-size: 1.5em;\n        }\n        \n        .welcome-text p {\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        .buttons-container {\n            margin-bottom: 40px;\n        }\n        \n        .portal-button {\n            display: block;\n            background: #1e3c72;\n            color: white;\n            padding: 20px 40px;\n            text-decoration: none;\n            border-radius: 10px;\n            font-size: 1.2em;\n            font-weight: bold;\n            transition: all 0.4s ease;\n            box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);\n            width: 100%;\n            max-width: 400px;\n            margin: 0 auto 15px auto;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .portal-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        .portal-button:hover {\n            background: #2a5298;\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(30, 60, 114, 0.4);\n            color: #fff;\n        }\n        \n        .portal-button:hover::before {\n            left: 100%;\n        }\n        \n        .portal-button:active {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(30, 60, 114, 0.3);\n        }\n        \n        .quick-info {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            width: 100%;\n            margin: 0 auto;\n        }\n        \n        .quick-info h3 {\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n        \n        .quick-info ul {\n            list-style: none;\n            text-align: left;\n        }\n        \n        .quick-info li {\n            margin-bottom: 8px;\n            padding-left: 20px;\n            position: relative;\n            color: #666;\n        }\n        \n        .quick-info li:before {\n            content: \"\u2022\";\n            color: #1e3c72;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\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            .header p {\n                font-size: 1.1em;\n            }\n            \n            .welcome-text {\n                padding: 20px;\n            }\n            \n            .portal-button {\n                padding: 18px 30px;\n                font-size: 1.1em;\n            }\n            \n            .quick-info {\n                padding: 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            \n            .portal-button {\n                padding: 16px 25px;\n                font-size: 1em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>WELCOME <BR>TO ZAN HOTELS<\/h1>\n            <p>Your Gateway to Paradise<\/p>\n        <\/div>\n        \n        <div class=\"welcome-text\">\n            <h2>Dear Valued Guest,<\/h2>\n            <p>Welcome to your home away from home! We're thrilled to have you stay with us at one of our 7 beautiful beachfront properties across Zanzibar's stunning east coast.<\/p>\n        <\/div>\n        \n        <div class=\"buttons-container\">\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/elementor-7009\/\" class=\"portal-button\">OUR HOTELS<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/chat-with-us\/\" class=\"portal-button\">CHAT WITH US<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/restaurants\/\" class=\"portal-button\">RESTAURANTS<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/events-2\/\" class=\"portal-button\">EVENTS<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/special-offers\/\" class=\"portal-button\">SPECIAL OFFERS<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/taxi-tours\/\" class=\"portal-button\">TAXI AND TOURS<\/a>\n            <a href=\"https:\/\/pilipilihotels.com\/index.php\/photography\/\" class=\"portal-button\">PHOTOSHOOTING<\/a>\n        <\/div>\n        \n        <div class=\"quick-info\">\n            <h3>Quick Information<\/h3>\n            <ul>\n                <li>Check-in: 2:00 PM<\/li>\n                <li>Check-out: 11:00 AM<\/li>\n                <li>WiFi: Available at all properties<\/li>\n                <li>WhatsApp: +255 772 086 024<\/li>\n                <li>Email: BOOKING@ZANHOTELS.COM<\/li>\n            <\/ul>\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>Guest Portal &#8211; PiliPili Hotels Zanzibar WELCOME TO ZAN HOTELS Your Gateway to Paradise Dear Valued Guest, Welcome to your home away from home! We&#8217;re thrilled to have you stay with us at one of our 7 beautiful beachfront properties across Zanzibar&#8217;s stunning east coast. OUR HOTELS CHAT WITH US RESTAURANTS EVENTS SPECIAL OFFERS TAXI [&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-6859","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/6859","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=6859"}],"version-history":[{"count":68,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/6859\/revisions"}],"predecessor-version":[{"id":7390,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/6859\/revisions\/7390"}],"wp:attachment":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/media?parent=6859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}