{"id":2,"date":"2026-06-23T22:16:38","date_gmt":"2026-06-23T22:16:38","guid":{"rendered":"https:\/\/machuralacservices.com\/?page_id=2"},"modified":"2026-06-23T23:37:13","modified_gmt":"2026-06-23T23:37:13","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/machuralacservices.com\/?page_id=2","title":{"rendered":"Home"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\" \/><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/><br \/>\n<title>Machural AC Services \u2013 South Florida HVAC<\/title><\/p>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;900&display=swap');<\/p>\n<p>  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  :root {\n    --navy: #0D2B5E;\n    --blue: #1A52A8;\n    --sky: #3B8FD4;\n    --ice: #E8F4FF;\n    --white: #ffffff;\n    --gray: #f5f7fa;\n    --text: #1a1a2e;\n    --muted: #5a6a80;\n  }<\/p>\n<p>  body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); }<\/p>\n<p>  \/* NAV *\/\n  nav {\n    background: var(--navy);\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 14px 5%;\n    position: sticky; top: 0; z-index: 100;\n  }\n  nav .logo { color: white; font-weight: 900; font-size: 1.2rem; letter-spacing: 0.5px; }\n  nav .logo span { color: var(--sky); }\n  nav .nav-cta {\n    background: var(--sky); color: white;\n    padding: 10px 22px; border-radius: 6px;\n    font-weight: 700; font-size: 0.9rem;\n    text-decoration: none;\n  }<\/p>\n<p>  \/* HERO *\/\n  .hero {\n    background: linear-gradient(135deg, var(--navy) 55%, var(--blue) 100%);\n    color: white;\n    padding: 70px 5% 60px;\n    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;\n  }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(255,255,255,0.12);\n    color: #90cef4;\n    font-size: 0.78rem; font-weight: 700; letter-spacing: 1px;\n    padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;\n    text-transform: uppercase;\n  }\n  .hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; line-height: 1.15; margin-bottom: 16px; }\n  .hero h1 span { color: var(--sky); }\n  .hero p { color: #c5daf5; font-size: 1.05rem; line-height: 1.7; margin-bottom: 30px; }\n  .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }\n  .btn-call {\n    background: #22c55e; color: white;\n    padding: 14px 28px; border-radius: 8px;\n    font-weight: 700; font-size: 1rem;\n    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;\n  }\n  .btn-whatsapp {\n    background: #25D366; color: white;\n    padding: 14px 28px; border-radius: 8px;\n    font-weight: 700; font-size: 1rem;\n    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;\n  }\n  .hero-trust { margin-top: 28px; display: flex; gap: 20px; flex-wrap: wrap; }\n  .trust-badge {\n    display: flex; align-items: center; gap: 7px;\n    color: #90cef4; font-size: 0.85rem; font-weight: 600;\n  }\n  .hero-img {\n    background: rgba(255,255,255,0.06);\n    border-radius: 16px;\n    padding: 30px;\n    text-align: center;\n    border: 1px solid rgba(255,255,255,0.1);\n  }\n  .hero-img .ac-icon { font-size: 5rem; }\n  .hero-img p { color: #90cef4; font-size: 0.9rem; margin-top: 10px; font-weight: 600; }<\/p>\n<p>  \/* STRIP *\/\n  .strip {\n    background: var(--sky);\n    color: white;\n    text-align: center;\n    padding: 14px;\n    font-weight: 700; font-size: 0.95rem;\n    letter-spacing: 0.3px;\n  }<\/p>\n<p>  \/* SERVICES *\/\n  .section { padding: 70px 5%; }\n  .section-label {\n    color: var(--sky); font-weight: 700; font-size: 0.8rem;\n    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;\n  }\n  .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); margin-bottom: 10px; }\n  .section .subtitle { color: var(--muted); font-size: 1rem; margin-bottom: 40px; max-width: 540px; }<\/p>\n<p>  .services-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px;\n  }\n  .service-card {\n    background: var(--gray);\n    border-radius: 14px;\n    padding: 28px 24px;\n    border-left: 4px solid var(--sky);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26,82,168,0.12); }\n  .service-icon { font-size: 2rem; margin-bottom: 14px; }\n  .service-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }\n  .service-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }<\/p>\n<p>  \/* AREA *\/\n  .area { background: var(--navy); color: white; padding: 60px 5%; text-align: center; }\n  .area h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; margin-bottom: 12px; }\n  .area p { color: #c5daf5; margin-bottom: 30px; font-size: 1rem; }\n  .counties { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }\n  .county {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: white; padding: 10px 22px; border-radius: 30px;\n    font-weight: 600; font-size: 0.9rem;\n  }<\/p>\n<p>  \/* QUESTIONNAIRE *\/\n  .quiz-section { background: var(--ice); padding: 70px 5%; }\n  .quiz-section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); margin-bottom: 8px; }\n  .quiz-section .subtitle { color: var(--muted); margin-bottom: 36px; }<\/p>\n<p>  .quiz-box {\n    background: white; border-radius: 16px;\n    padding: 36px; max-width: 700px;\n    box-shadow: 0 4px 24px rgba(13,43,94,0.08);\n  }\n  .quiz-step { display: none; }\n  .quiz-step.active { display: block; }\n  .quiz-step h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }\n  .quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }\n  .quiz-option {\n    border: 2px solid #d1dff0;\n    border-radius: 10px; padding: 14px 16px;\n    cursor: pointer; font-weight: 600; font-size: 0.9rem;\n    color: var(--navy); background: white;\n    transition: all 0.2s; text-align: left;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .quiz-option:hover, .quiz-option.selected {\n    border-color: var(--sky); background: var(--ice); color: var(--blue);\n  }\n  .quiz-option .opt-icon { font-size: 1.3rem; }<\/p>\n<p>  .form-group { margin-bottom: 18px; }\n  .form-group label { display: block; font-weight: 700; font-size: 0.88rem; color: var(--navy); margin-bottom: 6px; }\n  .form-group input, .form-group select, .form-group textarea {\n    width: 100%; padding: 12px 14px;\n    border: 2px solid #d1dff0; border-radius: 8px;\n    font-size: 0.95rem; font-family: inherit;\n    color: var(--text); background: white;\n    transition: border-color 0.2s;\n  }\n  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {\n    border-color: var(--sky); outline: none;\n  }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }<\/p>\n<p>  .btn-next, .btn-submit {\n    background: var(--blue); color: white;\n    padding: 13px 28px; border-radius: 8px;\n    font-weight: 700; font-size: 1rem;\n    border: none; cursor: pointer; width: 100%;\n    transition: background 0.2s;\n  }\n  .btn-next:hover, .btn-submit:hover { background: var(--navy); }\n  .btn-back {\n    background: none; border: none; color: var(--muted);\n    font-size: 0.9rem; cursor: pointer; margin-top: 10px;\n    display: block; text-align: center;\n  }<\/p>\n<p>  .progress-bar { background: #d1dff0; border-radius: 10px; height: 6px; margin-bottom: 28px; }\n  .progress-fill { background: var(--sky); border-radius: 10px; height: 100%; transition: width 0.3s; }<\/p>\n<p>  .success-msg { text-align: center; padding: 20px 0; display: none; }\n  .success-msg .check { font-size: 3rem; margin-bottom: 14px; }\n  .success-msg h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 8px; }\n  .success-msg p { color: var(--muted); }<\/p>\n<p>  \/* CONTACT *\/\n  .contact { padding: 70px 5%; }\n  .contact h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); margin-bottom: 36px; }\n  .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }\n  .contact-card {\n    background: var(--gray); border-radius: 14px;\n    padding: 28px 24px; text-align: center;\n  }\n  .contact-card .icon { font-size: 2rem; margin-bottom: 12px; }\n  .contact-card h3 { font-weight: 800; color: var(--navy); margin-bottom: 6px; }\n  .contact-card a {\n    color: var(--blue); font-weight: 600; font-size: 0.95rem;\n    text-decoration: none;\n  }\n  .contact-card p { color: var(--muted); font-size: 0.9rem; }<\/p>\n<p>  .contact-cta-row { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }\n  .btn-big-call {\n    flex: 1; min-width: 200px;\n    background: #22c55e; color: white;\n    padding: 18px; border-radius: 10px;\n    font-weight: 800; font-size: 1.1rem;\n    text-decoration: none; text-align: center;\n    display: flex; align-items: center; justify-content: center; gap: 10px;\n  }\n  .btn-big-wa {\n    flex: 1; min-width: 200px;\n    background: #25D366; color: white;\n    padding: 18px; border-radius: 10px;\n    font-weight: 800; font-size: 1.1rem;\n    text-decoration: none; text-align: center;\n    display: flex; align-items: center; justify-content: center; gap: 10px;\n  }<\/p>\n<p>  \/* FOOTER *\/\n  footer {\n    background: var(--navy); color: #90b4d4;\n    text-align: center; padding: 28px 5%;\n    font-size: 0.88rem;\n  }\n  footer strong { color: white; }<\/p>\n<p>  \/* RESPONSIVE *\/\n  @media (max-width: 680px) {\n    .hero { grid-template-columns: 1fr; }\n    .hero-img { display: none; }\n    .quiz-options { grid-template-columns: 1fr; }\n    .form-row { grid-template-columns: 1fr; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- NAV --><\/p>\n<nav>\n<div class=\"logo\">Machural <span>AC Services<\/span><\/div>\n<p>  <a href=\"tel:7868279432\" class=\"nav-cta\">\ud83d\udcde Call Now<\/a><br \/>\n<\/nav>\n<p><!-- STRIP --><\/p>\n<div class=\"strip\">\ud83c\udf21\ufe0f South Florida Heat? We Fix It Fast \u00b7 Licensed &#038; Insured \u00b7 24\/7 Emergency Service \u00b7 Free Estimates<\/div>\n<p><!-- HERO --><\/p>\n<section class=\"hero\">\n<div>\n<div class=\"hero-badge\">\u2b50 South Florida&#8217;s Trusted HVAC<\/div>\n<h1>Professional <span>AC Services<\/span> in South Florida<\/h1>\n<p>Fast, reliable HVAC repair, installation &#038; maintenance serving Miami-Dade, Broward, Palm Beach, and Monroe County. Call today for a free estimate.<\/p>\n<div class=\"hero-buttons\">\n      <a href=\"tel:7868279432\" class=\"btn-call\">\ud83d\udcde Call Now<\/a><br \/>\n      <a href=\"https:\/\/wa.me\/17868279432\" class=\"btn-whatsapp\" target=\"_blank\">\ud83d\udcac WhatsApp<\/a>\n    <\/div>\n<div class=\"hero-trust\">\n<div class=\"trust-badge\">\u2705 Licensed &#038; Insured<\/div>\n<div class=\"trust-badge\">\u26a1 Same-Day Service<\/div>\n<div class=\"trust-badge\">\ud83d\udcb2 Free Estimates<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"hero-img\">\n<div class=\"ac-icon\">\u2744\ufe0f<\/div>\n<p>(786) 827-9432<br \/>machuralacservices@gmail.com<br \/>Miami, Florida<\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- SERVICES --><\/p>\n<section class=\"section\">\n<div class=\"section-label\">What We Do<\/div>\n<h2>HVAC Services We Offer<\/h2>\n<p class=\"subtitle\">Professional solutions for every AC need \u2014 residential and commercial.<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83d\udd27<\/div>\n<h3>AC Repair<\/h3>\n<p>Fast diagnostics and reliable repairs to get your cooling system back to peak performance immediately.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83c\udfd7\ufe0f<\/div>\n<h3>AC Installation<\/h3>\n<p>Professional installation of high-efficiency systems tailored for the unique Florida climate.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83d\udd0d<\/div>\n<h3>Preventive Maintenance<\/h3>\n<p>Regular check-ups to prevent costly breakdowns and extend the lifespan of your unit.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83d\udca8<\/div>\n<h3>Mini-Split Installation<\/h3>\n<p>Ductless mini-split systems for rooms, additions, or spaces without existing ductwork.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83d\udea8<\/div>\n<h3>24\/7 Emergency Service<\/h3>\n<p>AC broke down at night or on the weekend? We&#8217;re available around the clock for emergencies.<\/p>\n<\/p><\/div>\n<div class=\"service-card\">\n<div class=\"service-icon\">\ud83e\uddf9<\/div>\n<h3>Filter &#038; Coil Cleaning<\/h3>\n<p>Improve air quality and efficiency with professional cleaning of filters, coils, and drains.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- AREA --><\/p>\n<section class=\"area\">\n<h2>Serving South Florida<\/h2>\n<p>We provide professional HVAC services throughout:<\/p>\n<div class=\"counties\">\n<div class=\"county\">\ud83d\udccd Miami-Dade County<\/div>\n<div class=\"county\">\ud83d\udccd Broward County<\/div>\n<div class=\"county\">\ud83d\udccd Palm Beach County<\/div>\n<div class=\"county\">\ud83d\udccd Monroe County<\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- QUESTIONNAIRE --><\/p>\n<section class=\"quiz-section\">\n<div class=\"section-label\">Get Help Fast<\/div>\n<h2>What&#8217;s wrong with your AC?<\/h2>\n<p class=\"subtitle\">Answer 3 quick questions and we&#8217;ll contact you right away.<\/p>\n<div class=\"quiz-box\">\n<div class=\"progress-bar\">\n<div class=\"progress-fill\" id=\"progress\" style=\"width:33%\"><\/div>\n<\/div>\n<p>    <!-- STEP 1 --><\/p>\n<div class=\"quiz-step active\" id=\"step1\">\n<h3>Step 1 of 3 \u2014 What is your AC doing?<\/h3>\n<div class=\"quiz-options\">\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Not cooling')\"><span class=\"opt-icon\">\ud83c\udf21\ufe0f<\/span> Not cooling<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Not turning on')\"><span class=\"opt-icon\">\u26a1<\/span> Not turning on<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Strange noise')\"><span class=\"opt-icon\">\ud83d\udd0a<\/span> Strange noise<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Water leaking')\"><span class=\"opt-icon\">\ud83d\udca7<\/span> Water leaking<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Bad smell')\"><span class=\"opt-icon\">\ud83d\udca8<\/span> Bad smell<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Need installation')\"><span class=\"opt-icon\">\ud83c\udfd7\ufe0f<\/span> Need installation<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Need maintenance')\"><span class=\"opt-icon\">\ud83d\udd27<\/span> Need maintenance<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'problem', 'Other')\"><span class=\"opt-icon\">\u2753<\/span> Other<\/button>\n      <\/div>\n<p>      <button class=\"btn-next\" onclick=\"goStep(2)\">Next \u2192<\/button>\n    <\/div>\n<p>    <!-- STEP 2 --><\/p>\n<div class=\"quiz-step\" id=\"step2\">\n<h3>Step 2 of 3 \u2014 How urgent is this?<\/h3>\n<div class=\"quiz-options\">\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'urgency', 'Emergency \u2013 need help today')\"><span class=\"opt-icon\">\ud83d\udea8<\/span> Emergency \u2013 today<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'urgency', 'This week')\"><span class=\"opt-icon\">\ud83d\udcc5<\/span> This week<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'urgency', 'Just getting a quote')\"><span class=\"opt-icon\">\ud83d\udcb2<\/span> Just a quote<\/button><br \/>\n        <button class=\"quiz-option\" onclick=\"selectOption(this, 'urgency', 'Scheduling maintenance')\"><span class=\"opt-icon\">\ud83d\udd0d<\/span> Scheduled maintenance<\/button>\n      <\/div>\n<p>      <button class=\"btn-next\" onclick=\"goStep(3)\">Next \u2192<\/button><br \/>\n      <button class=\"btn-back\" onclick=\"goStep(1)\">\u2190 Back<\/button>\n    <\/div>\n<p>    <!-- STEP 3 --><\/p>\n<div class=\"quiz-step\" id=\"step3\">\n<h3>Step 3 of 3 \u2014 Your contact info<\/h3>\n<div class=\"form-row\">\n<div class=\"form-group\">\n          <label>First Name *<\/label><br \/>\n          <input type=\"text\" id=\"fname\" placeholder=\"Maria\" \/>\n        <\/div>\n<div class=\"form-group\">\n          <label>Last Name *<\/label><br \/>\n          <input type=\"text\" id=\"lname\" placeholder=\"Lopez\" \/>\n        <\/div>\n<\/p><\/div>\n<div class=\"form-row\">\n<div class=\"form-group\">\n          <label>Phone *<\/label><br \/>\n          <input type=\"tel\" id=\"phone\" placeholder=\"(786) 000-0000\" \/>\n        <\/div>\n<div class=\"form-group\">\n          <label>Email<\/label><br \/>\n          <input type=\"email\" id=\"email\" placeholder=\"you@email.com\" \/>\n        <\/div>\n<\/p><\/div>\n<div class=\"form-group\">\n        <label>City \/ Area<\/label><br \/>\n        <input type=\"text\" id=\"city\" placeholder=\"Miami, Hialeah, Doral...\" \/>\n      <\/div>\n<div class=\"form-group\">\n        <label>Additional details (optional)<\/label><br \/>\n        <textarea id=\"details\" rows=\"3\" placeholder=\"Brand of AC, age, anything else you want us to know...\"><\/textarea>\n      <\/div>\n<p>      <button class=\"btn-submit\" onclick=\"submitForm()\">\ud83d\udce8 Send My Request<\/button><br \/>\n      <button class=\"btn-back\" onclick=\"goStep(2)\">\u2190 Back<\/button>\n    <\/div>\n<p>    <!-- SUCCESS --><\/p>\n<div class=\"success-msg\" id=\"successMsg\">\n<div class=\"check\">\u2705<\/div>\n<h3>Request Received!<\/h3>\n<p>Thank you! We&#8217;ll contact you shortly.<br \/>For urgent help, call or text us directly:<\/p>\n<p>\n      <a href=\"tel:7868279432\" class=\"btn-big-call\" style=\"display:inline-flex;margin-bottom:10px;\">\ud83d\udcde (786) 827-9432<\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CONTACT --><\/p>\n<section class=\"contact\">\n<h2>Get In Touch<\/h2>\n<div class=\"contact-grid\">\n<div class=\"contact-card\">\n<div class=\"icon\">\ud83d\udcde<\/div>\n<h3>Phone \/ Text<\/h3>\n<p>      <a href=\"tel:7868279432\">(786) 827-9432<\/a>\n    <\/div>\n<div class=\"contact-card\">\n<div class=\"icon\">\ud83d\udcac<\/div>\n<h3>WhatsApp<\/h3>\n<p>      <a href=\"https:\/\/wa.me\/17868279432\" target=\"_blank\">Message Us<\/a>\n    <\/div>\n<div class=\"contact-card\">\n<div class=\"icon\">\u2709\ufe0f<\/div>\n<h3>Email<\/h3>\n<p>      <a href=\"mailto:machuralacservices@gmail.com\">machuralacservices@gmail.com<\/a>\n    <\/div>\n<div class=\"contact-card\">\n<div class=\"icon\">\ud83d\udccd<\/div>\n<h3>Location<\/h3>\n<p>Miami, Florida<br \/>Serving all South Florida<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"contact-cta-row\">\n    <a href=\"tel:7868279432\" class=\"btn-big-call\">\ud83d\udcde Call Now \u2014 (786) 827-9432<\/a><br \/>\n    <a href=\"https:\/\/wa.me\/17868279432\" class=\"btn-big-wa\" target=\"_blank\">\ud83d\udcac WhatsApp Us<\/a>\n  <\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n  <strong>Machural AC Services<\/strong> \u00b7 Miami, Florida \u00b7 (786) 827-9432<br \/>\n  Licensed &#038; Insured \u00b7 Serving Miami-Dade, Broward, Palm Beach &#038; Monroe County<br \/>\n<\/footer>\n<p><script>\n  let answers = {};<\/p>\n<p>  function selectOption(el, key, val) {\n    const siblings = el.parentElement.querySelectorAll('.quiz-option');\n    siblings.forEach(b => b.classList.remove('selected'));\n    el.classList.add('selected');\n    answers[key] = val;\n  }<\/p>\n<p>  function goStep(n) {\n    document.querySelectorAll('.quiz-step').forEach(s => s.classList.remove('active'));\n    document.getElementById('step' + n).classList.add('active');\n    const pct = n === 1 ? 33 : n === 2 ? 66 : 100;\n    document.getElementById('progress').style.width = pct + '%';\n  }<\/p>\n<p>  function submitForm() {\n    const fname = document.getElementById('fname').value.trim();\n    const phone = document.getElementById('phone').value.trim();\n    if (!fname || !phone) { alert('Please enter your name and phone number.'); return; }<\/p>\n<p>    const lname = document.getElementById('lname').value.trim();\n    const email = document.getElementById('email').value.trim();\n    const city = document.getElementById('city').value.trim();\n    const details = document.getElementById('details').value.trim();<\/p>\n<p>    const msg = `New AC Service Request \ud83d\udd27\\n\\nName: ${fname} ${lname}\\nPhone: ${phone}\\nEmail: ${email}\\nCity: ${city}\\nProblem: ${answers.problem || 'Not specified'}\\nUrgency: ${answers.urgency || 'Not specified'}\\nDetails: ${details || 'None'}`;<\/p>\n<p>    const encoded = encodeURIComponent(msg);\n    window.open(`https:\/\/wa.me\/17868279432?text=${encoded}`, '_blank');<\/p>\n<p>    document.querySelectorAll('.quiz-step').forEach(s => s.style.display = 'none');\n    document.querySelector('.progress-bar').style.display = 'none';\n    document.getElementById('successMsg').style.display = 'block';\n  }\n<\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Machural AC Services \u2013 South Florida HVAC Machural AC Services \ud83d\udcde Call Now \ud83c\udf21\ufe0f South Florida Heat? We Fix It Fast \u00b7 Licensed &#038; Insured \u00b7 24\/7 Emergency Service \u00b7 Free Estimates \u2b50 South Florida&#8217;s Trusted HVAC Professional AC Services in South Florida Fast, reliable HVAC repair, installation &#038; maintenance serving Miami-Dade, Broward, Palm Beach, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Machural AC Services<\/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:\/\/machuralacservices.com\/?page_id=2\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Machural AC Services\" \/>\n<meta property=\"og:description\" content=\"Machural AC Services \u2013 South Florida HVAC Machural AC Services \ud83d\udcde Call Now \ud83c\udf21\ufe0f South Florida Heat? We Fix It Fast \u00b7 Licensed &#038; Insured \u00b7 24\/7 Emergency Service \u00b7 Free Estimates \u2b50 South Florida&#8217;s Trusted HVAC Professional AC Services in South Florida Fast, reliable HVAC repair, installation &#038; maintenance serving Miami-Dade, Broward, Palm Beach, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/machuralacservices.com\/?page_id=2\" \/>\n<meta property=\"og:site_name\" content=\"Machural AC Services\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T23:37:13+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/machuralacservices.com\\\/?page_id=2\",\"url\":\"https:\\\/\\\/machuralacservices.com\\\/?page_id=2\",\"name\":\"Home - Machural AC Services\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/machuralacservices.com\\\/#website\"},\"datePublished\":\"2026-06-23T22:16:38+00:00\",\"dateModified\":\"2026-06-23T23:37:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/machuralacservices.com\\\/?page_id=2#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/machuralacservices.com\\\/?page_id=2\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/machuralacservices.com\\\/?page_id=2#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/machuralacservices.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/machuralacservices.com\\\/#website\",\"url\":\"http:\\\/\\\/machuralacservices.com\\\/\",\"name\":\"Machural AC Services\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/machuralacservices.com\\\/?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":"Home - Machural AC Services","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:\/\/machuralacservices.com\/?page_id=2","og_locale":"en_US","og_type":"article","og_title":"Home - Machural AC Services","og_description":"Machural AC Services \u2013 South Florida HVAC Machural AC Services \ud83d\udcde Call Now \ud83c\udf21\ufe0f South Florida Heat? We Fix It Fast \u00b7 Licensed &#038; Insured \u00b7 24\/7 Emergency Service \u00b7 Free Estimates \u2b50 South Florida&#8217;s Trusted HVAC Professional AC Services in South Florida Fast, reliable HVAC repair, installation &#038; maintenance serving Miami-Dade, Broward, Palm Beach, [&hellip;]","og_url":"https:\/\/machuralacservices.com\/?page_id=2","og_site_name":"Machural AC Services","article_modified_time":"2026-06-23T23:37:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/machuralacservices.com\/?page_id=2","url":"https:\/\/machuralacservices.com\/?page_id=2","name":"Home - Machural AC Services","isPartOf":{"@id":"http:\/\/machuralacservices.com\/#website"},"datePublished":"2026-06-23T22:16:38+00:00","dateModified":"2026-06-23T23:37:13+00:00","breadcrumb":{"@id":"https:\/\/machuralacservices.com\/?page_id=2#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/machuralacservices.com\/?page_id=2"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/machuralacservices.com\/?page_id=2#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/machuralacservices.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"http:\/\/machuralacservices.com\/#website","url":"http:\/\/machuralacservices.com\/","name":"Machural AC Services","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/machuralacservices.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/machuralacservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":1,"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":9,"href":"https:\/\/machuralacservices.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/9"}],"wp:attachment":[{"href":"https:\/\/machuralacservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}