{"id":7286,"date":"2025-09-27T06:37:55","date_gmt":"2025-09-27T06:37:55","guid":{"rendered":"https:\/\/pilipilihotels.com\/?page_id=7286"},"modified":"2025-10-03T09:51:01","modified_gmt":"2025-10-03T09:51:01","slug":"chat-with-us","status":"publish","type":"page","link":"https:\/\/pilipilihotels.com\/index.php\/chat-with-us\/","title":{"rendered":"chat with us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7286\" class=\"elementor elementor-7286\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0105266 e-flex e-con-boxed e-con e-parent\" data-id=\"0105266\" 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-b6b10cc elementor-widget elementor-widget-spacer\" data-id=\"b6b10cc\" 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-d2bb72d elementor-widget elementor-widget-html\" data-id=\"d2bb72d\" 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>Chat With Us - 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            font-size: 1em;\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        .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 #25d366;\n            padding-bottom: 10px;\n            text-align: center;\n        }\n        \n        .whatsapp-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        .whatsapp-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        .whatsapp-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        .whatsapp-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        .phone-number {\n            font-size: 1em;\n            opacity: 0.8;\n            color: inherit;\n        }\n        \n        .general-contact {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            width: 100%;\n        }\n        \n        .general-contact h3 {\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n        \n        .general-contact p {\n            color: #666;\n            margin-bottom: 10px;\n            font-size: 1em;\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            .whatsapp-button {\n                padding: 18px;\n            }\n            \n            .hotel-name {\n                font-size: 1.2em;\n            }\n            \n            .general-contact {\n                padding: 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8em;\n            }\n            \n            .whatsapp-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>CONTACT OUR HOTELS DIRECTLY<\/h1>\n            <p>Need assistance? Chat directly with each hotel's team<\/p>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">BWEJUU<\/h2>\n            <a href=\"https:\/\/wa.me\/255654274792?text=Hello, I need assistance with Orient Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">ORIENT BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 792<\/div>\n            <\/a>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">CENTRAL JAMBIANI<\/h2>\n            <a href=\"https:\/\/wa.me\/255654274721?text=Hello, I need assistance with Tropical Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">TROPICAL BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 721<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/wa.me\/255654274721?text=Hello, I need assistance with Paradise Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">PARADISE BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 721<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/wa.me\/255654274721?text=Hello, I need assistance with Sun Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">SUN BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 721<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/wa.me\/255654274721?text=Hello, I need assistance with Eden Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">EDEN BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 721<\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/wa.me\/255654274721?text=Hello, I need assistance with Beach House\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">BEACH HOUSE<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 721<\/div>\n            <\/a>\n        <\/div>\n        \n        <div class=\"location-section\">\n            <h2 class=\"location-title\">JAMBIANI SOUTH<\/h2>\n            <a href=\"https:\/\/wa.me\/255654274635?text=Hello, I need assistance with Uhuru Beach Hotel\" class=\"whatsapp-button\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"hotel-name\">UHURU BEACH HOTEL<\/div>\n                <div class=\"phone-number\">\ud83d\udcf1 +255 654 274 635<\/div>\n            <\/a>\n        <\/div>\n        \n        <div class=\"general-contact\">\n            <h3>GENERAL INQUIRIES<\/h3>\n            <p>\ud83d\udce7 BOOKING@ZANHOTELS.COM<\/p>\n            <p>\ud83d\udcf1 WhatsApp: +255 772 086 024<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html> \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>Chat With Us &#8211; PiliPili Hotels \u2190 Back to Portal CONTACT OUR HOTELS DIRECTLY Need assistance? Chat directly with each hotel&#8217;s team BWEJUU ORIENT BEACH HOTEL \ud83d\udcf1 +255 654 274 792 CENTRAL JAMBIANI TROPICAL BEACH HOTEL \ud83d\udcf1 +255 654 274 721 PARADISE BEACH HOTEL \ud83d\udcf1 +255 654 274 721 SUN BEACH HOTEL \ud83d\udcf1 +255 654 [&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-7286","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7286","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=7286"}],"version-history":[{"count":10,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7286\/revisions"}],"predecessor-version":[{"id":7393,"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/pages\/7286\/revisions\/7393"}],"wp:attachment":[{"href":"https:\/\/pilipilihotels.com\/index.php\/wp-json\/wp\/v2\/media?parent=7286"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}