{"id":41,"date":"2026-06-29T15:12:05","date_gmt":"2026-06-29T15:12:05","guid":{"rendered":"https:\/\/adnanthemes.com\/buildnfo\/contact\/"},"modified":"2026-06-29T21:04:28","modified_gmt":"2026-06-29T21:04:28","slug":"contact","status":"publish","type":"page","link":"https:\/\/adnanthemes.com\/buildnfo\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<style>\n.bnfo-ct{--brick:#b0442d;--steel:#3a4856;font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;color:#1a1410}\n.bnfo-ct .chero{background:linear-gradient(135deg,#1e1b18,#3a2218 60%,#5a2a1a);color:#fff;padding:48px 24px;border-radius:18px;text-align:center;margin-bottom:30px}\n.bnfo-ct .chero h1{font-size:clamp(28px,4.5vw,40px);margin:0 0 10px;font-weight:800}\n.bnfo-ct .chero p{font-size:17px;opacity:.92;max-width:560px;margin:0 auto}\n.bnfo-ct .cgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:760px;margin:0 auto 36px}\n.bnfo-ct .cbox{border:1px solid #e6ddd0;border-radius:12px;padding:22px;text-align:center;background:#fff}\n.bnfo-ct .cbox .ic{font-size:26px}\n.bnfo-ct .cbox h3{margin:8px 0 4px;font-size:16px;font-weight:800}\n.bnfo-ct .cbox p{margin:0;font-size:14px;color:#6b6258}\n.bnfo-ct .cbox a{color:var(--brick);text-decoration:none;font-weight:600}\n<\/style>\n<div class=\"bnfo-ct\">\n<section class=\"chero\"><h1>Get in Touch<\/h1><p>Questions about BuildNFO, licensing, or custom construction calculators? We&#8217;d love to hear from you.<\/p><\/section>\n<div class=\"cgrid\">\n<div class=\"cbox\"><div class=\"ic\">\u2709\ufe0f<\/div><h3>Email<\/h3><p><a href=\"mailto:adnan3500@gmail.com\">adnan3500@gmail.com<\/a><\/p><\/div>\n<div class=\"cbox\"><div class=\"ic\">\ud83c\udf10<\/div><h3>Website<\/h3><p><a href=\"https:\/\/adnanthemes.com\">adnanthemes.com<\/a><\/p><\/div>\n<div class=\"cbox\"><div class=\"ic\">\ud83d\uded2<\/div><h3>Marketplace<\/h3><p>CodeCanyon &amp; Freemius<\/p><\/div>\n<\/div>\n<\/div>\n\n\t<div class=\"bnfo-contact\">\n\t<style>\n\t.bnfo-contact{--brick:#b0442d;--steel:#3a4856;max-width:640px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}\n\t.bnfo-contact .row{margin-bottom:16px}\n\t.bnfo-contact label{display:block;font-weight:700;font-size:14px;margin-bottom:6px;color:#1a1410}\n\t.bnfo-contact input,.bnfo-contact textarea{width:100%;padding:12px 14px;border:1px solid #d8cdbd;border-radius:9px;font-size:15px;font-family:inherit;background:#fff}\n\t.bnfo-contact input:focus,.bnfo-contact textarea:focus{outline:none;border-color:var(--brick)}\n\t.bnfo-contact textarea{min-height:140px;resize:vertical}\n\t.bnfo-contact .hp{position:absolute;left:-9999px}\n\t.bnfo-contact button{background:var(--brick);color:#fff;border:0;padding:14px 30px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:filter .15s}\n\t.bnfo-contact button:hover{filter:brightness(1.08)}\n\t.bnfo-contact button:disabled{opacity:.6;cursor:not-allowed}\n\t.bnfo-contact .msg{margin-top:16px;padding:14px 16px;border-radius:9px;font-size:14.5px;display:none}\n\t.bnfo-contact .msg.ok{display:block;background:#e7f6ec;border:1px solid #b6e0c4;color:#1f6b3a}\n\t.bnfo-contact .msg.err{display:block;background:#fdeceb;border:1px solid #f3c2bd;color:#a02d22}\n\t<\/style>\n\t<div class=\"row\"><label>Name *<\/label><input type=\"text\" id=\"bnfo_name\" required><\/div>\n\t<div class=\"row\"><label>Email *<\/label><input type=\"email\" id=\"bnfo_email\" required><\/div>\n\t<div class=\"row\"><label>Subject<\/label><input type=\"text\" id=\"bnfo_subject\"><\/div>\n\t<div class=\"row\"><label>Message *<\/label><textarea id=\"bnfo_message\" required><\/textarea><\/div>\n\t<div class=\"hp\"><label>Website<\/label><input type=\"text\" id=\"bnfo_website\" tabindex=\"-1\" autocomplete=\"off\"><\/div>\n\t<button type=\"button\" id=\"bnfo_send\">Send Message<\/button>\n\t<div class=\"msg\" id=\"bnfo_result\"><\/div>\n\t<\/div>\n\t<script>\n\t(function(){\n\t  var btn=document.getElementById('bnfo_send'), res=document.getElementById('bnfo_result');\n\t  if(!btn) return;\n\t  btn.addEventListener('click',function(){\n\t    var data={name:bnfo_name.value,email:bnfo_email.value,subject:bnfo_subject.value,message:bnfo_message.value,website:bnfo_website.value};\n\t    res.className='msg'; res.style.display='none';\n\t    btn.disabled=true; btn.textContent='Sending...';\n\t    fetch('https:\/\/adnanthemes.com\/buildnfo\/wp-json\/buildnfo\/v1\/contact',{method:'POST',headers:{'Content-Type':'application\/json'},body:JSON.stringify(data)})\n\t    .then(function(r){return r.json().then(function(j){return {ok:r.ok,j:j};});})\n\t    .then(function(o){\n\t      btn.disabled=false; btn.textContent='Send Message';\n\t      if(o.ok && o.j.ok){ res.className='msg ok'; res.textContent=o.j.message||'Message sent!'; bnfo_name.value=bnfo_email.value=bnfo_subject.value=bnfo_message.value=''; }\n\t      else { res.className='msg err'; res.textContent=(o.j&&o.j.error)||'Something went wrong.'; }\n\t    })\n\t    .catch(function(){ btn.disabled=false; btn.textContent='Send Message'; res.className='msg err'; res.textContent='Network error. Please try again.'; });\n\t  });\n\t})();\n\t<\/script>\n\t\nn<div class=\"buildnfo-submission-safety-note\"><strong>Important:<\/strong> BuildNFO calculations and AI-assisted suggestions are estimation aids only. Always verify results with qualified professionals before construction, purchasing, contractual, engineering, or financial decisions.<\/div>n","protected":false},"excerpt":{"rendered":"<p>Get in Touch Questions about BuildNFO, licensing, or custom construction calculators? We&#8217;d love to hear from you. \u2709\ufe0f Email adnan3500@gmail.com \ud83c\udf10 Website adnanthemes.com \ud83d\uded2 Marketplace CodeCanyon &amp; Freemius n Important: BuildNFO calculations and AI-assisted suggestions are estimation aids only. Always verify results with qualified professionals before construction, purchasing, contractual, engineering, or financial decisions. n<\/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-41","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":3,"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/pages\/41\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/adnanthemes.com\/buildnfo\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}