{"id":208424,"date":"2026-05-07T11:27:43","date_gmt":"2026-05-07T16:27:43","guid":{"rendered":"https:\/\/nassaubaydental.com\/lp\/?page_id=208424"},"modified":"2026-05-07T11:37:41","modified_gmt":"2026-05-07T16:37:41","slug":"booking","status":"publish","type":"page","link":"https:\/\/nassaubaydental.com\/lp\/booking\/","title":{"rendered":"Booking"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"208424\" class=\"elementor elementor-208424\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-486ec16 e-con-full e-flex e-con e-parent\" data-id=\"486ec16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1c55b8 elementor-widget elementor-widget-html\" data-id=\"c1c55b8\" 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>\r\n<html lang=\"en-US\">\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Book Consultation | Nassau Bay Dental<\/title>\r\n    <!-- Premium Typography -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        :root {\r\n            --brand-primary: #127EFA;\r\n            --brand-secondary: #0A5CC2;\r\n            --brand-light: #E8F2FF;\r\n            --white: #FFFFFF;\r\n            --bg-base: #F8FAFC;\r\n            --text-main: #127EFA;\r\n            --text-muted: #4e5677;\r\n            --glass: rgba(255, 255, 255, 0.8);\r\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            -webkit-font-smoothing: antialiased;\r\n            -moz-osx-font-smoothing: grayscale;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Inter', -apple-system, sans-serif;\r\n            background: var(--bg-base);\r\n            background-image:\r\n                radial-gradient(at 0% 0%, rgba(18, 126, 250, 0.03) 0px, transparent 50%),\r\n                radial-gradient(at 100% 100%, rgba(18, 126, 250, 0.03) 0px, transparent 50%);\r\n            color: var(--text-main);\r\n            margin: 0;\r\n            padding: 0;\r\n            display: flex;\r\n            flex-direction: column;\r\n            min-height: 100vh;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* PREMIUM NAV *\/\r\n        nav {\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 1000;\r\n            background: var(--glass);\r\n            backdrop-filter: blur(12px);\r\n            -webkit-backdrop-filter: blur(12px);\r\n            border-bottom: 1px solid rgba(18, 126, 250, 0.1);\r\n            padding: 0 5%;\r\n            height: 80px;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .nav-logo {\r\n            font-size: 24px;\r\n            font-weight: 800;\r\n            color: var(--brand-primary);\r\n            text-decoration: none;\r\n            letter-spacing: -0.03em;\r\n        }\r\n\r\n        .nav-phone {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            font-size: 15px;\r\n            font-weight: 700;\r\n            color: var(--brand-primary);\r\n            text-decoration: none;\r\n            padding: 10px 20px;\r\n            border-radius: 50px;\r\n            background: rgba(18, 126, 250, 0.05);\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .nav-phone:hover {\r\n            background: var(--brand-primary);\r\n            color: var(--white);\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 4px 12px rgba(18, 126, 250, 0.2);\r\n        }\r\n\r\n        \/* MAIN CONTENT *\/\r\n        main {\r\n            flex: 1;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: flex-start;\r\n            padding: 60px 5%;\r\n            animation: fadeIn 0.8s ease-out;\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .content-wrapper {\r\n            width: 100%;\r\n            max-width: 900px;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* IFRAME CONTAINER *\/\r\n        .iframe-container {\r\n            width: 100%;\r\n            background: var(--white);\r\n            border-radius: 24px;\r\n            box-shadow:\r\n                0 20px 25px -5px rgba(0, 0, 0, 0.05),\r\n                0 10px 10px -5px rgba(0, 0, 0, 0.02),\r\n                0 0 0 1px rgba(18, 126, 250, 0.05);\r\n            overflow: hidden;\r\n            margin-bottom: 40px;\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .iframe-container:hover {\r\n            box-shadow:\r\n                0 30px 40px -10px rgba(0, 0, 0, 0.08),\r\n                0 0 0 1px rgba(18, 126, 250, 0.1);\r\n        }\r\n\r\n        iframe {\r\n            border: none;\r\n            display: block;\r\n            min-height: 800px;\r\n        }\r\n\r\n        \/* PREMIUM FOOTER *\/\r\n        footer {\r\n            background: var(--brand-primary);\r\n            padding: 80px 5% 40px;\r\n            color: var(--white);\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        footer::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 1px;\r\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\r\n        }\r\n\r\n        .footer-content {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .footer-brand {\r\n            font-size: 1.4rem;\r\n            font-weight: 800;\r\n            margin-bottom: 12px;\r\n            display: block;\r\n        }\r\n\r\n        .footer-tagline {\r\n            font-size: 1.1rem;\r\n            opacity: 0.9;\r\n            margin-bottom: 24px;\r\n            font-weight: 400;\r\n        }\r\n\r\n        .footer-contact {\r\n            margin-bottom: 32px;\r\n        }\r\n\r\n        .footer-contact a {\r\n            color: var(--white);\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            font-size: 1.2rem;\r\n            padding-bottom: 2px;\r\n            border-bottom: 2px solid rgba(255, 255, 255, 0.3);\r\n            transition: var(--transition);\r\n        }\r\n\r\n        .footer-contact a:hover {\r\n            border-color: var(--white);\r\n            opacity: 1;\r\n        }\r\n\r\n        .copyright {\r\n            font-size: 13px;\r\n            opacity: 0.6;\r\n            margin-top: 40px;\r\n            padding-top: 40px;\r\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\r\n        }\r\n\r\n        \/* RESPONSIVE *\/\r\n        @media(max-width: 768px) {\r\n            nav {\r\n                height: 72px;\r\n            }\r\n\r\n            main {\r\n                padding: 40px 4%;\r\n            }\r\n\r\n            .iframe-container {\r\n                border-radius: 16px;\r\n            }\r\n        }\r\n\r\n        @media(max-width: 480px) {\r\n            .nav-phone span:last-child {\r\n                display: none;\r\n            }\r\n\r\n            .nav-phone {\r\n                padding: 10px;\r\n                border-radius: 12px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n    <!-- NAV -->\r\n    <nav>\r\n        <a href=\"\/\" class=\"nav-logo\">\r\n            Nassau Bay Dental\r\n        <\/a>\r\n        <a href=\"tel:2812476427\" class=\"nav-phone\" aria-label=\"Call us at (281) 247-6427\">\r\n            <span>\ud83d\udcde<\/span> <span>(281) 247-6427<\/span>\r\n        <\/a>\r\n    <\/nav>\r\n\r\n    <!-- MAIN -->\r\n    <main>\r\n        <div class=\"content-wrapper\">\r\n            <div class=\"iframe-container\">\r\n                <iframe src=\"https:\/\/my.arini.ai\/online-schedule\/2b13add0-0155-4b13-a5c5-04698d4ea617\" width=\"100%\"\r\n                    height=\"850\" title=\"Nassau Bay Dental Booking System\" loading=\"lazy\"><\/iframe>\r\n            <\/div>\r\n        <\/div>\r\n    <\/main>\r\n\r\n    <!-- FOOTER -->\r\n    <footer role=\"contentinfo\">\r\n        <div class=\"footer-content\">\r\n            <span class=\"footer-brand\">Nassau Bay Dental<\/span>\r\n            <p class=\"footer-tagline\">Advanced implant, restorative, and smile-focused dental care for Nassau Bay\r\n                and surrounding communities.<\/p>\r\n\r\n            <div class=\"footer-contact\">\r\n                <a href=\"tel:2812476427\">(281) 247-6427<\/a>\r\n            <\/div>\r\n\r\n            <div class=\"copyright\">\r\n                \u00a9 2026 Nassau Bay Dental. Excellence in Clinical Care. All rights reserved.\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Listen for successful booking events from the Arini iframe\r\n        window.addEventListener('message', function (event) {\r\n            try {\r\n                \/\/ Convert the message to a lowercase string\r\n                var dataStr = typeof event.data === 'string' ? event.data.toLowerCase() : JSON.stringify(event.data).toLowerCase();\r\n\r\n                \/\/ Trigger redirect on success keywords\r\n                if (dataStr.includes('success') ||\r\n                    dataStr.includes('confirmed') ||\r\n                    dataStr.includes('booked') ||\r\n                    dataStr.includes('appointment')) {\r\n\r\n                    \/\/ Transition out effect before redirect\r\n                    document.body.style.opacity = '0';\r\n                    document.body.style.transition = 'opacity 0.5s ease';\r\n\r\n                    setTimeout(function () {\r\n                        window.location.href = 'nassuabooking-thankyou.html';\r\n                    }, 500);\r\n                }\r\n            } catch (e) {\r\n                \/\/ Ignore cross-origin parsing errors\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n\r\n<\/html>\r\n\t\t\t\t<\/div>\n\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>Book Consultation | Nassau Bay Dental Nassau Bay Dental \ud83d\udcde (281) 247-6427 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281) 247-6427 \u00a9 2026 Nassau Bay Dental. Excellence in Clinical Care. All rights reserved.<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-208424","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Booking - Nassau Bay Dental<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nassaubaydental.com\/lp\/booking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Booking - Nassau Bay Dental\" \/>\n<meta property=\"og:description\" content=\"Book Consultation | Nassau Bay Dental Nassau Bay Dental \ud83d\udcde (281) 247-6427 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281) 247-6427 \u00a9 2026 Nassau Bay Dental. Excellence in Clinical Care. All rights reserved.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nassaubaydental.com\/lp\/booking\/\" \/>\n<meta property=\"og:site_name\" content=\"Nassau Bay Dental\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-07T16:37:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/booking\\\/\",\"url\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/booking\\\/\",\"name\":\"Booking - Nassau Bay Dental\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/#website\"},\"datePublished\":\"2026-05-07T16:27:43+00:00\",\"dateModified\":\"2026-05-07T16:37:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/booking\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/booking\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/booking\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Booking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/#website\",\"url\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/\",\"name\":\"Nassau Bay Dental\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nassaubaydental.com\\\/lp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Booking - Nassau Bay Dental","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nassaubaydental.com\/lp\/booking\/","og_locale":"en_US","og_type":"article","og_title":"Booking - Nassau Bay Dental","og_description":"Book Consultation | Nassau Bay Dental Nassau Bay Dental \ud83d\udcde (281) 247-6427 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281) 247-6427 \u00a9 2026 Nassau Bay Dental. Excellence in Clinical Care. All rights reserved.","og_url":"https:\/\/nassaubaydental.com\/lp\/booking\/","og_site_name":"Nassau Bay Dental","article_modified_time":"2026-05-07T16:37:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nassaubaydental.com\/lp\/booking\/","url":"https:\/\/nassaubaydental.com\/lp\/booking\/","name":"Booking - Nassau Bay Dental","isPartOf":{"@id":"https:\/\/nassaubaydental.com\/lp\/#website"},"datePublished":"2026-05-07T16:27:43+00:00","dateModified":"2026-05-07T16:37:41+00:00","breadcrumb":{"@id":"https:\/\/nassaubaydental.com\/lp\/booking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nassaubaydental.com\/lp\/booking\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nassaubaydental.com\/lp\/booking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nassaubaydental.com\/lp\/"},{"@type":"ListItem","position":2,"name":"Booking"}]},{"@type":"WebSite","@id":"https:\/\/nassaubaydental.com\/lp\/#website","url":"https:\/\/nassaubaydental.com\/lp\/","name":"Nassau Bay Dental","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nassaubaydental.com\/lp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/pages\/208424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/comments?post=208424"}],"version-history":[{"count":0,"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/pages\/208424\/revisions"}],"wp:attachment":[{"href":"https:\/\/nassaubaydental.com\/lp\/wp-json\/wp\/v2\/media?parent=208424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}