{"id":290,"date":"2026-05-20T05:18:53","date_gmt":"2026-05-20T05:18:53","guid":{"rendered":"https:\/\/www.montmartreitalia.it\/?page_id=290"},"modified":"2026-05-20T05:22:13","modified_gmt":"2026-05-20T05:22:13","slug":"thank-you-page-eng","status":"publish","type":"page","link":"https:\/\/www.montmartreitalia.it\/index.php\/thank-you-page-eng\/","title":{"rendered":"Thank You Page &#8211; ENG"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"290\" class=\"elementor elementor-290\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8d3d21 e-flex e-con-boxed e-con e-parent\" data-id=\"b8d3d21\" 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-898a9f3 elementor-widget elementor-widget-html\" data-id=\"898a9f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ==================== THANK YOU PAGE ==================== -->\n<!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>Thank You for Contacting Us<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --green: #25D366;\n            --green-hover: #1fb855;\n            --white: #FFFFFF;\n            --text-dark: #2D2D2D;\n            --text-gray: #6B6B6B;\n            --primary-blue: #77B2E3;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            color: var(--text-dark);\n            line-height: 1.6;\n            background: var(--white);\n        }\n\n        \/* THANK YOU SECTION *\/\n        .thank-you-section {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 60px 20px;\n        }\n\n        \/* CHECK ICON *\/\n        .check-icon {\n            width: 120px;\n            height: 120px;\n            background: var(--green);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            box-shadow: 0 10px 40px rgba(37, 211, 102, 0.3);\n            animation: scaleIn 0.6s ease-out;\n            font-size: 4rem;\n            color: var(--white);\n            font-weight: bold;\n        }\n\n        @keyframes scaleIn {\n            from { transform: scale(0); opacity: 0; }\n            to   { transform: scale(1); opacity: 1; }\n        }\n\n        \/* TITLE *\/\n        .thank-you-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            color: var(--text-dark);\n            margin-bottom: 12px;\n            font-weight: 700;\n            animation: fadeInUp 0.8s ease-out 0.2s backwards;\n            text-align: center;\n        }\n\n        \/* SUBTITLE *\/\n        .thank-you-subtitle {\n            font-size: 1.15rem;\n            color: var(--text-gray);\n            max-width: 700px;\n            margin: 0 auto 35px;\n            line-height: 1.8;\n            animation: fadeInUp 0.8s ease-out 0.4s backwards;\n            text-align: center;\n        }\n\n        \/* WHATSAPP BUTTON *\/\n        .whatsapp-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.6rem;\n            background: var(--green);\n            color: var(--white);\n            padding: 22px 50px;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            text-decoration: none;\n            text-align: center;\n            line-height: 1.4;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);\n            margin-bottom: 20px;\n            animation: fadeInUp 0.8s ease-out 0.6s backwards;\n        }\n\n        .whatsapp-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.5);\n            background: var(--green-hover);\n        }\n\n        \/* OR TEXT *\/\n        .or-text {\n            color: var(--text-gray);\n            font-size: 1.05rem;\n            margin: 20px 0 12px;\n            animation: fadeInUp 0.8s ease-out 0.8s backwards;\n            text-align: center;\n        }\n\n        \/* PHONE NUMBER *\/\n        .phone-number {\n            font-size: 1.8rem;\n            color: var(--text-dark);\n            font-weight: 600;\n            text-decoration: none;\n            transition: color 0.3s ease;\n            animation: fadeInUp 0.8s ease-out 1s backwards;\n            display: block;\n            text-align: center;\n        }\n\n        .phone-number:hover {\n            color: var(--green);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to   { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .thank-you-section { padding: 40px 20px; }\n\n            .check-icon {\n                width: 100px;\n                height: 100px;\n                margin-bottom: 20px;\n                font-size: 3rem;\n            }\n\n            .thank-you-title {\n                font-size: 2rem;\n                margin-bottom: 10px;\n            }\n\n            .thank-you-subtitle {\n                font-size: 1rem;\n                margin-bottom: 25px;\n            }\n\n            .whatsapp-button {\n                padding: 18px 28px;\n                font-size: 0.95rem;\n                margin-bottom: 15px;\n            }\n\n            .phone-number { font-size: 1.5rem; }\n            .or-text { margin: 15px 0 10px; }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <section class=\"thank-you-section\">\n\n        <div class=\"check-icon\">\u2713<\/div>\n\n        <h1 class=\"thank-you-title\">Thank You for Contacting Us!<\/h1>\n\n        <p class=\"thank-you-subtitle\">\n            Due to the high demand for appointments, we recommend booking now to secure your spot.\n        <\/p>\n\n        <a href=\"https:\/\/wa.me\/393517075376?text=Hello%2C%20I%20would%20like%20more%20information%20and%20to%20book%20a%20personalized%20consultation\" class=\"whatsapp-button\" target=\"_blank\">\n            Book the First Available Appointment Now\n        <\/a>\n\n        <p class=\"or-text\">Alternatively, you will receive a call from:<\/p>\n\n        <a href=\"tel:+393517075376\" class=\"phone-number\">+393517075376<\/a>\n\n    <\/section>\n\n<\/body>\n<\/html>\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-7b29a37 e-flex e-con-boxed e-con e-parent\" data-id=\"7b29a37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8371c01 e-grid e-con-full e-con e-child\" data-id=\"8371c01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe5f8c8 elementor-widget elementor-widget-image\" data-id=\"fe5f8c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.montmartreitalia.it\/wp-content\/uploads\/2026\/03\/360108127_781566910431684_1892395283593459959_n.jpg\" class=\"attachment-large size-large wp-image-13\" alt=\"\" srcset=\"https:\/\/www.montmartreitalia.it\/wp-content\/uploads\/2026\/03\/360108127_781566910431684_1892395283593459959_n.jpg 800w, https:\/\/www.montmartreitalia.it\/wp-content\/uploads\/2026\/03\/360108127_781566910431684_1892395283593459959_n-300x300.jpg 300w, https:\/\/www.montmartreitalia.it\/wp-content\/uploads\/2026\/03\/360108127_781566910431684_1892395283593459959_n-150x150.jpg 150w, https:\/\/www.montmartreitalia.it\/wp-content\/uploads\/2026\/03\/360108127_781566910431684_1892395283593459959_n-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fdf5db elementor-widget elementor-widget-text-editor\" data-id=\"6fdf5db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Montmartre Italia Studio<\/strong><br \/>All rights reserved<br \/>P.IVA 02366820591<\/p>\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Thank You for Contacting Us \u2713 Thank You for Contacting Us! Due to the high demand for appointments, we recommend booking now to secure your spot. Book the First Available Appointment Now Alternatively, you will receive a call from: +393517075376 Montmartre Italia StudioAll rights reservedP.IVA 02366820591<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-290","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/pages\/290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/comments?post=290"}],"version-history":[{"count":7,"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/pages\/290\/revisions"}],"predecessor-version":[{"id":297,"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/pages\/290\/revisions\/297"}],"wp:attachment":[{"href":"https:\/\/www.montmartreitalia.it\/index.php\/wp-json\/wp\/v2\/media?parent=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}