{"id":98,"date":"2026-06-18T05:31:18","date_gmt":"2026-06-18T05:31:18","guid":{"rendered":"https:\/\/www.moyasarmiento.com\/?page_id=98"},"modified":"2026-06-18T05:31:18","modified_gmt":"2026-06-18T05:31:18","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.moyasarmiento.com\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\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>Contact Us | Moya Sarmiento<\/title>\n\n<style>\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n    font-family:'Segoe UI',sans-serif;\n}\n\nbody{\n    background:#f5f5f5;\n    min-height:100vh;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    padding:20px;\n}\n\n.contact-container{\n    width:100%;\n    max-width:700px;\n    background:#fff;\n    border-top:6px solid #f39c12;\n    border-radius:12px;\n    padding:50px;\n    box-shadow:0 10px 30px rgba(0,0,0,.08);\n}\n\n.contact-title{\n    text-align:center;\n    color:#222;\n    margin-bottom:10px;\n    font-size:36px;\n}\n\n.contact-subtitle{\n    text-align:center;\n    color:#666;\n    margin-bottom:35px;\n    line-height:1.6;\n}\n\n.contact-form{\n    display:flex;\n    flex-direction:column;\n    gap:18px;\n}\n\n.contact-form input,\n.contact-form textarea{\n    width:100%;\n    padding:16px;\n    border:1px solid #ddd;\n    border-radius:6px;\n    font-size:15px;\n    transition:.3s;\n}\n\n.contact-form input:focus,\n.contact-form textarea:focus{\n    outline:none;\n    border-color:#f39c12;\n}\n\n.contact-form textarea{\n    min-height:160px;\n    resize:vertical;\n}\n\n.submit-btn{\n    background:#f39c12;\n    color:#fff;\n    border:none;\n    padding:16px;\n    border-radius:6px;\n    font-size:16px;\n    font-weight:600;\n    cursor:pointer;\n    transition:.3s;\n}\n\n.submit-btn:hover{\n    background:#e67e22;\n}\n\n\/* Popup *\/\n\n.popup-overlay{\n    position:fixed;\n    top:0;\n    left:0;\n    width:100%;\n    height:100%;\n    background:rgba(0,0,0,.65);\n    display:none;\n    justify-content:center;\n    align-items:center;\n    z-index:999;\n}\n\n.popup{\n    background:#fff;\n    width:90%;\n    max-width:450px;\n    padding:40px 30px;\n    border-radius:12px;\n    text-align:center;\n    animation:popup .3s ease;\n}\n\n@keyframes popup{\n    from{\n        transform:scale(.8);\n        opacity:0;\n    }\n    to{\n        transform:scale(1);\n        opacity:1;\n    }\n}\n\n.popup-icon{\n    width:75px;\n    height:75px;\n    background:#f39c12;\n    border-radius:50%;\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:34px;\n    margin:0 auto 20px;\n}\n\n.popup h2{\n    margin-bottom:12px;\n    color:#222;\n}\n\n.popup p{\n    color:#666;\n    line-height:1.6;\n    margin-bottom:25px;\n}\n\n.close-btn{\n    background:#f39c12;\n    color:#fff;\n    border:none;\n    padding:12px 28px;\n    border-radius:5px;\n    cursor:pointer;\n    font-weight:600;\n}\n\n.close-btn:hover{\n    background:#e67e22;\n}\n\n@media(max-width:768px){\n\n    .contact-container{\n        padding:35px 25px;\n    }\n\n    .contact-title{\n        font-size:30px;\n    }\n\n}\n\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"contact-container\">\n\n    <h1 class=\"contact-title\">Contact Us<\/h1>\n\n    <p class=\"contact-subtitle\">\n        Have a question, suggestion, or recipe idea?\n        We&#8217;d love to hear from you.\n    <\/p>\n\n    <form id=\"contactForm\" class=\"contact-form\">\n\n        <input type=\"text\" placeholder=\"Your Name\" required>\n\n        <input type=\"email\" placeholder=\"Your Email Address\" required>\n\n        <input type=\"text\" placeholder=\"Subject\" required>\n\n        <textarea placeholder=\"Write Your Message Here...\" required><\/textarea>\n\n        <button type=\"submit\" class=\"submit-btn\">\n            Send Message\n        <\/button>\n\n    <\/form>\n\n<\/div>\n\n<!-- Popup -->\n\n<div class=\"popup-overlay\" id=\"popup\">\n\n    <div class=\"popup\">\n\n        <div class=\"popup-icon\">\u2713<\/div>\n\n        <h2>Thank You!<\/h2>\n\n        <p>\n            Your message has been successfully submitted.\n            We appreciate you contacting Moya Sarmiento and\n            will get back to you as soon as possible.\n        <\/p>\n\n        <button class=\"close-btn\" onclick=\"closePopup()\">\n            Close\n        <\/button>\n\n    <\/div>\n\n<\/div>\n\n<script>\n\nconst form = document.getElementById('contactForm');\nconst popup = document.getElementById('popup');\n\nform.addEventListener('submit', function(e){\n\n    e.preventDefault();\n\n    popup.style.display = 'flex';\n\n    form.reset();\n\n});\n\nfunction closePopup(){\n\n    popup.style.display = 'none';\n\n}\n\nwindow.onclick = function(e){\n\n    if(e.target == popup){\n        popup.style.display = 'none';\n    }\n\n}\n\n<\/script>\n\n<\/body>\n<\/html>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Contact Us | Moya Sarmiento Contact Us Have a question, suggestion, or recipe idea? We&#8217;d love to hear from you. Send Message \u2713 Thank You! Your message has been successfully submitted. We appreciate you contacting Moya Sarmiento and will get back to you as soon as possible. Close<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-98","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/pages\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":1,"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions"}],"predecessor-version":[{"id":99,"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions\/99"}],"wp:attachment":[{"href":"https:\/\/www.moyasarmiento.com\/index.php\/wp-json\/wp\/v2\/media?parent=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}