{"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-07-11T05:43:58","modified_gmt":"2026-07-11T10:43:58","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>\n<html lang=\"en-US\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Book Consultation | Nassau Bay Dental<\/title>\n    <!-- Premium Typography -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --brand-primary: #127EFA;\n            --brand-secondary: #0A5CC2;\n            --brand-light: #E8F2FF;\n            --white: #FFFFFF;\n            --bg-base: #F8FAFC;\n            --text-main: #127EFA;\n            --text-muted: #4e5677;\n            --glass: rgba(255, 255, 255, 0.8);\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        * {\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, sans-serif;\n            background: var(--bg-base);\n            background-image:\n                radial-gradient(at 0% 0%, rgba(18, 126, 250, 0.03) 0px, transparent 50%),\n                radial-gradient(at 100% 100%, rgba(18, 126, 250, 0.03) 0px, transparent 50%);\n            color: var(--text-main);\n            margin: 0;\n            padding: 0;\n            display: flex;\n            flex-direction: column;\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n\n        \/* PREMIUM NAV *\/\n        nav {\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            background: var(--glass);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border-bottom: 1px solid rgba(18, 126, 250, 0.1);\n            padding: 0 5%;\n            height: 80px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: var(--transition);\n        }\n\n        .nav-logo {\n            font-size: 24px;\n            font-weight: 800;\n            color: var(--brand-primary);\n            text-decoration: none;\n            letter-spacing: -0.03em;\n        }\n\n        .nav-phone {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 15px;\n            font-weight: 700;\n            color: var(--brand-primary);\n            text-decoration: none;\n            padding: 10px 20px;\n            border-radius: 50px;\n            background: rgba(18, 126, 250, 0.05);\n            transition: var(--transition);\n        }\n\n        .nav-phone:hover {\n            background: var(--brand-primary);\n            color: var(--white);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(18, 126, 250, 0.2);\n        }\n\n        \/* MAIN CONTENT *\/\n        main {\n            flex: 1;\n            display: flex;\n            justify-content: center;\n            align-items: flex-start;\n            padding: 60px 5%;\n            animation: fadeIn 0.8s ease-out;\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .content-wrapper {\n            width: 100%;\n            max-width: 900px;\n            text-align: center;\n        }\n\n        \/* IFRAME CONTAINER *\/\n        .iframe-container {\n            width: 100%;\n            background: var(--white);\n            border-radius: 24px;\n            box-shadow:\n                0 20px 25px -5px rgba(0, 0, 0, 0.05),\n                0 10px 10px -5px rgba(0, 0, 0, 0.02),\n                0 0 0 1px rgba(18, 126, 250, 0.05);\n            overflow: hidden;\n            margin-bottom: 40px;\n            transition: var(--transition);\n        }\n\n        .iframe-container:hover {\n            box-shadow:\n                0 30px 40px -10px rgba(0, 0, 0, 0.08),\n                0 0 0 1px rgba(18, 126, 250, 0.1);\n        }\n\n        iframe {\n            border: none;\n            display: block;\n            min-height: 800px;\n        }\n\n        \/* PREMIUM FOOTER *\/\n        footer {\n            background: var(--brand-primary);\n            padding: 80px 5% 40px;\n            color: var(--white);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        footer::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n        }\n\n        .footer-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .footer-brand {\n            font-size: 1.4rem;\n            font-weight: 800;\n            margin-bottom: 12px;\n            display: block;\n        }\n\n        .footer-tagline {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            margin-bottom: 24px;\n            font-weight: 400;\n        }\n\n        .footer-contact {\n            margin-bottom: 32px;\n        }\n\n        .footer-contact a {\n            color: var(--white);\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            padding-bottom: 2px;\n            border-bottom: 2px solid rgba(255, 255, 255, 0.3);\n            transition: var(--transition);\n        }\n\n        .footer-contact a:hover {\n            border-color: var(--white);\n            opacity: 1;\n        }\n\n        .copyright {\n            font-size: 13px;\n            opacity: 0.6;\n            margin-top: 40px;\n            padding-top: 40px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* RESPONSIVE *\/\n        @media(max-width: 768px) {\n            nav {\n                height: 72px;\n            }\n\n            main {\n                padding: 40px 4%;\n            }\n\n            .iframe-container {\n                border-radius: 16px;\n            }\n        }\n\n        @media(max-width: 480px) {\n            .nav-phone span:last-child {\n                display: none;\n            }\n\n            .nav-phone {\n                padding: 10px;\n                border-radius: 12px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <!-- NAV -->\n    <nav>\n        <a href=\"\/\" class=\"nav-logo\">\n            Nassau Bay Dental\n        <\/a>\n        <a href=\"tel:2812476427\" class=\"nav-phone\" aria-label=\"Call us at (281)-335-5577\">\n            <span>\ud83d\udcde<\/span> <span>(281)-335-5577<\/span>\n        <\/a>\n    <\/nav>\n\n    <!-- MAIN -->\n    <main>\n        <div class=\"content-wrapper\">\n            <div class=\"iframe-container\">\n                <iframe src=\"https:\/\/my.arini.ai\/online-schedule\/2b13add0-0155-4b13-a5c5-04698d4ea617\" width=\"100%\"\n                    height=\"850\" title=\"Nassau Bay Dental Booking System\" loading=\"lazy\"><\/iframe>\n            <\/div>\n        <\/div>\n    <\/main>\n\n    <!-- FOOTER -->\n    <footer role=\"contentinfo\">\n        <div class=\"footer-content\">\n            <span class=\"footer-brand\">Nassau Bay Dental<\/span>\n            <p class=\"footer-tagline\">Advanced implant, restorative, and smile-focused dental care for Nassau Bay\n                and surrounding communities.<\/p>\n\n            <div class=\"footer-contact\">\n                <a href=\"tel:281-335-5577\">(281)-335-55777<\/a>\n            <\/div>\n\n            <div class=\"copyright\">\n                \u00a9 2026 Nassau Bay Dental. Excellence in Clinical Care. All rights reserved.\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Listen for successful booking events from the Arini iframe\n        window.addEventListener('message', function (event) {\n            try {\n                \/\/ Convert the message to a lowercase string\n                var dataStr = typeof event.data === 'string' ? event.data.toLowerCase() : JSON.stringify(event.data).toLowerCase();\n\n                \/\/ Trigger redirect on success keywords\n                if (dataStr.includes('success') ||\n                    dataStr.includes('confirmed') ||\n                    dataStr.includes('booked') ||\n                    dataStr.includes('appointment')) {\n\n                    \/\/ Transition out effect before redirect\n                    document.body.style.opacity = '0';\n                    document.body.style.transition = 'opacity 0.5s ease';\n\n                    setTimeout(function () {\n                        window.location.href = 'nassuabooking-thankyou.html';\n                    }, 500);\n                }\n            } catch (e) {\n                \/\/ Ignore cross-origin parsing errors\n            }\n        });\n    <\/script>\n<\/body>\n\n<\/html>\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)-335-5577 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281)-335-55777 \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 v28.1 - 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)-335-5577 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281)-335-55777 \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-07-11T10:43:58+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-07-11T10:43:58+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)-335-5577 Nassau Bay Dental Advanced implant, restorative, and smile-focused dental care for Nassau Bay and surrounding communities. (281)-335-55777 \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-07-11T10:43:58+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-07-11T10:43:58+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}]}}