{"id":1012,"date":"2024-06-10T10:35:01","date_gmt":"2024-06-10T10:35:01","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=1012"},"modified":"2026-08-11T13:16:36","modified_gmt":"2026-08-11T13:16:36","slug":"flying-ants-vs-termites","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/zh\/\u98de\u8681\u4e0e\u767d\u8681\/","title":{"rendered":"\u98de\u8681\u4e0e\u767d\u8681"},"content":{"rendered":"<!-- =========================================================\n     MPC FLYING ANTS VS TERMITES \u2014 Custom HTML Block\n     Paste into a WordPress Custom HTML block on\n     \/flying-ants-vs-termites\/\n     Scoped to .mpc-fvt to avoid affecting theme.\n\n     STRATEGY: High-intent identification page. Someone landing\n     here has just seen a swarm \u2014 panicking. Page must:\n     1. Help identify quickly (satisfy search intent)\n     2. Escalate urgency IF confirmed as termites\n     3. Route to specific termite service pages (high ticket)\n\n     Content preserved verbatim from original:\n     - Introduction (incl. \"Chinese called them water ants\")\n     - Physical Differences (body shape, antenna, wings)\n     - Pest Status (termites vs flying ants)\n\n     Chinese audience note: existing page has strong Chinese\n     translation traffic \u2014 kept culturally relevant phrasing.\n     ========================================================= -->\n\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=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&#038;family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================================\n   MPC FLYING ANTS VS TERMITES \u2014 scoped to .mpc-fvt\n   ============================================================ *\/\n.mpc-fvt {\n  --mpc-blue: #0B3B8C;\n  --mpc-blue-deep: #072560;\n  --mpc-blue-ink: #061B44;\n  --mpc-gold: #C9A34A;\n  --mpc-paper: #FAF8F3;\n  --mpc-line: #E6E1D5;\n  --mpc-ink: #14161C;\n  --mpc-ink-soft: #3A3E4A;\n  --mpc-ink-muted: #6B6F7A;\n  --mpc-wa-green: #25D366;\n  --mpc-warning: #B85B25;\n  --mpc-danger: #B82A25;\n  --mpc-danger-bg: #FCF3F2;\n  --mpc-success: #1F8A4F;\n  --mpc-serif: 'Fraunces', Georgia, serif;\n  --mpc-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n\n  font-family: var(--mpc-sans);\n  color: var(--mpc-ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n.mpc-fvt *,\n.mpc-fvt *::before,\n.mpc-fvt *::after { box-sizing: border-box; }\n.mpc-fvt a { color: inherit; text-decoration: none; }\n.mpc-fvt img { max-width: 100%; display: block; }\n.mpc-fvt p { margin: 0 0 1em 0; }\n.mpc-fvt ul { list-style: none; padding: 0; margin: 0; }\n.mpc-fvt h1, .mpc-fvt h2, .mpc-fvt h3,\n.mpc-fvt h4, .mpc-fvt h5 { margin: 0; }\n\n.mpc-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ BUTTONS ============ *\/\n.mpc-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 24px;\n  font-family: var(--mpc-sans);\n  font-weight: 600;\n  font-size: 14px;\n  letter-spacing: 0.01em;\n  border-radius: 2px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n  border: none;\n}\n.mpc-btn-wa { background: var(--mpc-wa-green); color: #fff !important; }\n.mpc-btn-wa:hover { background: #1EBE5D; transform: translateY(-1px); color: #fff !important; }\n.mpc-btn-ghost { background: transparent; color: var(--mpc-blue) !important; border: 1px solid var(--mpc-blue); }\n.mpc-btn-ghost:hover { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-gold { background: var(--mpc-gold); color: var(--mpc-blue-ink) !important; }\n.mpc-btn-gold:hover { background: #D9B45D; transform: translateY(-1px); }\n.mpc-btn-danger { background: var(--mpc-danger); color: #fff !important; }\n.mpc-btn-danger:hover { background: #A02420; transform: translateY(-1px); color: #fff !important; }\n\n\/* ============ EYEBROW ============ *\/\n.mpc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 11px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 20px;\n}\n.mpc-eyebrow::before {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n}\n.mpc-eyebrow.danger { color: var(--mpc-danger); }\n.mpc-eyebrow.danger::before { background: var(--mpc-danger); }\n\n.mpc-section {\n  padding: 60px 0;\n  margin: 0 -24px;\n}\n.mpc-section .mpc-container { padding: 0 24px; }\n.mpc-section-paper { background: var(--mpc-paper); }\n.mpc-section-white { background: #fff; }\n\n.mpc-section-head {\n  max-width: 760px;\n  margin-bottom: 40px;\n}\n.mpc-section-head.center {\n  margin-left: auto; margin-right: auto;\n  text-align: center;\n}\n.mpc-section-head.center .mpc-eyebrow { justify-content: center; }\n.mpc-section-head.center .mpc-eyebrow::before { display: none; }\n.mpc-section-head.center .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-section-head h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3.2vw, 38px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 15.5px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  margin: 0;\n}\n\n\/* ============ HERO ============ *\/\n.mpc-hero {\n  background: linear-gradient(180deg, #FAF8F3 0%, #F2EEE2 100%);\n  padding: 70px 0 80px;\n  margin: 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n}\n.mpc-hero::before {\n  content: '';\n  position: absolute;\n  top: -150px; right: -150px;\n  width: 460px; height: 460px;\n  background: radial-gradient(circle, rgba(184,42,37,0.1) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-grid {\n  display: grid;\n  grid-template-columns: 1.1fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 900px) { .mpc-hero-grid { grid-template-columns: 1fr; gap: 36px; } }\n.mpc-hero-breadcrumb {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  margin-bottom: 16px;\n}\n.mpc-hero-breadcrumb a { color: var(--mpc-blue); font-weight: 500; }\n.mpc-hero-breadcrumb a:hover { text-decoration: underline !important; }\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(32px, 4.6vw, 52px);\n  line-height: 1.05;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 22px;\n}\n.mpc-hero h1 em { font-style: italic; color: var(--mpc-danger); font-weight: 400; }\n.mpc-hero-lead {\n  font-size: 17px;\n  line-height: 1.65;\n  color: var(--mpc-ink-soft);\n  max-width: 520px;\n  margin-bottom: 24px;\n}\n.mpc-hero-lead em { font-style: italic; color: var(--mpc-blue); }\n.mpc-hero-meta {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n  margin-top: 4px;\n}\n@media (max-width: 540px) { .mpc-hero-meta { grid-template-columns: 1fr; } }\n.mpc-hero-meta-item {\n  background: #fff;\n  padding: 16px 18px;\n}\n.mpc-hero-meta-label {\n  font-size: 10px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.mpc-hero-meta-val {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-hero-meta-val em {\n  font-style: italic;\n  color: var(--mpc-gold);\n  font-size: 13.5px;\n}\n.mpc-hero-meta-val.danger em { color: var(--mpc-danger); }\n.mpc-hero-img {\n  position: relative;\n  aspect-ratio: 4 \/ 3;\n  overflow: hidden;\n  box-shadow: 0 30px 60px -30px rgba(11,59,140,0.35);\n}\n.mpc-hero-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n.mpc-hero-tag {\n  position: absolute;\n  bottom: 18px; left: 18px;\n  background: var(--mpc-danger);\n  color: #fff;\n  padding: 6px 12px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  z-index: 2;\n}\n\n\/* ============ QUICK VERDICT BAND ============ *\/\n.mpc-verdict {\n  background: #fff;\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 40px 0;\n  margin: 0 -24px;\n}\n.mpc-verdict-head {\n  text-align: center;\n  margin-bottom: 26px;\n}\n.mpc-verdict-label {\n  font-size: 10.5px;\n  letter-spacing: 0.26em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 10px;\n}\n.mpc-verdict-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(20px, 2.4vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-verdict-title em { font-style: italic; color: var(--mpc-blue); }\n\n.mpc-verdict-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n}\n@media (max-width: 720px) { .mpc-verdict-grid { grid-template-columns: 1fr; } }\n\n.mpc-verdict-item {\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-line);\n  padding: 18px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n.mpc-verdict-item.warn {\n  border-left: 3px solid var(--mpc-danger);\n}\n.mpc-verdict-q {\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.5;\n}\n.mpc-verdict-q strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-verdict-a {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15.5px;\n  color: var(--mpc-blue);\n  letter-spacing: -0.005em;\n}\n.mpc-verdict-a em { font-style: italic; }\n.mpc-verdict-a.danger { color: var(--mpc-danger); }\n.mpc-verdict-note {\n  font-size: 11.5px;\n  color: var(--mpc-ink-muted);\n  font-style: italic;\n  margin-top: auto;\n}\n\n\/* ============ INTRO (preserved content) ============ *\/\n.mpc-intro {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: center;\n}\n@media (max-width: 820px) { .mpc-intro { grid-template-columns: 1fr; gap: 32px; } }\n\n.mpc-intro-text {\n  font-size: 15px;\n  line-height: 1.75;\n}\n.mpc-intro-text p {\n  color: var(--mpc-ink-soft);\n  margin: 0 0 16px 0;\n}\n.mpc-intro-text p:last-child { margin-bottom: 0; }\n.mpc-intro-text p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-intro-text p em { font-style: italic; color: var(--mpc-blue); }\n.mpc-intro-text .cn-note {\n  background: var(--mpc-paper);\n  border-left: 3px solid var(--mpc-gold);\n  padding: 12px 16px;\n  font-style: italic;\n  font-size: 14px;\n  color: var(--mpc-blue-ink);\n  margin: 4px 0 16px 0;\n}\n.mpc-intro-img {\n  position: relative;\n  overflow: hidden;\n  aspect-ratio: 4 \/ 3;\n  background: var(--mpc-paper);\n  box-shadow: 0 20px 40px -28px rgba(11,59,140,0.25);\n}\n.mpc-intro-img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n.mpc-intro-caption {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  padding: 12px 16px;\n  background: rgba(6,27,68,0.85);\n  color: #fff;\n  font-size: 12px;\n  font-style: italic;\n  text-align: center;\n}\n\n\/* ============ VISUAL COMPARISON TABLE (money shot) ============ *\/\n.mpc-compare-wrap {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 32px;\n}\n@media (max-width: 640px) { .mpc-compare-wrap { padding: 20px; } }\n\n.mpc-compare-img {\n  background: var(--mpc-paper);\n  border: 1px solid var(--mpc-line);\n  padding: 12px;\n  margin-bottom: 24px;\n  position: relative;\n}\n.mpc-compare-img img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n.mpc-compare-source {\n  font-size: 11.5px;\n  color: var(--mpc-ink-muted);\n  font-style: italic;\n  text-align: center;\n  margin-top: 8px;\n}\n\n.mpc-compare-table {\n  display: grid;\n  grid-template-columns: 1fr 1.4fr 1.4fr;\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 640px) {\n  .mpc-compare-table { grid-template-columns: 1fr; }\n}\n\n.mpc-compare-cell {\n  background: #fff;\n  padding: 16px 18px;\n  font-size: 13.5px;\n  line-height: 1.55;\n  color: var(--mpc-ink-soft);\n}\n.mpc-compare-cell.header {\n  background: var(--mpc-blue-ink);\n  color: #fff;\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 15px;\n  letter-spacing: -0.01em;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.mpc-compare-cell.header em {\n  font-style: italic;\n  color: var(--mpc-gold);\n  font-size: 13px;\n  font-weight: 400;\n}\n.mpc-compare-cell.header.ants em { color: #9CB4E8; }\n.mpc-compare-cell.header.termites em { color: #FF9080; }\n.mpc-compare-cell.header .icon {\n  width: 24px; height: 24px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.12);\n  display: grid;\n  place-items: center;\n}\n.mpc-compare-cell.feature {\n  background: var(--mpc-paper);\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 14px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.005em;\n}\n.mpc-compare-cell strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-compare-cell em { font-style: italic; color: var(--mpc-blue); }\n\n@media (max-width: 640px) {\n  .mpc-compare-cell.feature {\n    background: var(--mpc-blue-ink);\n    color: #fff;\n    padding: 12px 18px;\n  }\n  .mpc-compare-cell.header {\n    padding: 12px 18px;\n  }\n  .mpc-compare-cell.header.ants::before {\n    content: '\u2192 Flying Ants: ';\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #9CB4E8;\n    font-weight: 700;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .mpc-compare-cell.header.termites::before {\n    content: '\u2192 Termites: ';\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #FF9080;\n    font-weight: 700;\n    display: block;\n    margin-bottom: 4px;\n  }\n}\n\n\/* ============ CONTENT PROSE (preserved sections) ============ *\/\n.mpc-prose {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 30px 34px;\n}\n@media (max-width: 640px) { .mpc-prose { padding: 24px; } }\n\n.mpc-prose h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(20px, 2.4vw, 26px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 16px;\n  letter-spacing: -0.01em;\n}\n.mpc-prose h3 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-prose h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 17px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.005em;\n  margin: 22px 0 8px 0;\n}\n.mpc-prose h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-prose h4:first-of-type { margin-top: 8px; }\n.mpc-prose p {\n  font-size: 14.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.75;\n  margin: 0 0 14px 0;\n}\n.mpc-prose p strong { color: var(--mpc-blue-ink); font-weight: 600; }\n.mpc-prose p em { font-style: italic; color: var(--mpc-blue); }\n\n\/* ============ TERMITE URGENCY BAND ============ *\/\n.mpc-urgency {\n  background: linear-gradient(135deg, #7A1D19 0%, #4E1310 100%);\n  color: #fff;\n  padding: 70px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-urgency::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-urgency-inner {\n  position: relative;\n  max-width: 860px;\n  margin: 0 auto;\n}\n.mpc-urgency-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 10.5px;\n  letter-spacing: 0.28em;\n  text-transform: uppercase;\n  color: #FFD8B5;\n  font-weight: 700;\n  margin-bottom: 16px;\n  padding: 6px 14px;\n  background: rgba(255,255,255,0.08);\n  border: 1px solid rgba(255,255,255,0.15);\n}\n.mpc-urgency-label::before {\n  content: '\u26a0';\n  font-size: 14px;\n}\n.mpc-urgency h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(28px, 3.4vw, 42px);\n  line-height: 1.1;\n  color: #fff;\n  margin-bottom: 20px;\n  letter-spacing: -0.02em;\n}\n.mpc-urgency h2 em { font-style: italic; color: #FFB499; }\n.mpc-urgency p {\n  color: rgba(255,255,255,0.9);\n  font-size: 15.5px;\n  line-height: 1.75;\n  margin: 0 0 16px 0;\n  max-width: 720px;\n}\n.mpc-urgency p strong { color: #fff; }\n.mpc-urgency p em {\n  font-style: italic;\n  color: #FFB499;\n}\n\n.mpc-signs-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin: 28px 0 22px 0;\n  padding: 24px 0;\n  border-top: 1px dashed rgba(255,255,255,0.18);\n  border-bottom: 1px dashed rgba(255,255,255,0.18);\n}\n@media (max-width: 720px) {\n  .mpc-signs-grid { grid-template-columns: 1fr; }\n}\n.mpc-sign {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  padding: 16px 18px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n.mpc-sign-num {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: #FFB499;\n  font-weight: 500;\n}\n.mpc-sign h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: #fff;\n  letter-spacing: -0.01em;\n  line-height: 1.25;\n}\n.mpc-sign p {\n  font-size: 13px;\n  color: rgba(255,255,255,0.8);\n  line-height: 1.55;\n  margin: 0;\n}\n\n\/* ============ TERMITE SERVICES GRID (4 cards) ============ *\/\n.mpc-services-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n}\n@media (max-width: 720px) { .mpc-services-grid { grid-template-columns: 1fr; } }\n\n.mpc-service {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 28px 30px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n  height: 100%;\n  min-width: 0;\n}\n.mpc-service::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 0;\n  height: 3px;\n  background: var(--mpc-gold);\n  transition: width 0.3s ease;\n}\n.mpc-service:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-3px);\n  box-shadow: 0 14px 32px -20px rgba(11,59,140,0.22);\n}\n.mpc-service:hover::before {\n  width: 100%;\n}\n.mpc-service-stage {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 12px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: 0.02em;\n}\n.mpc-service-icon {\n  width: 48px; height: 48px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  transition: all 0.3s;\n  flex-shrink: 0;\n  margin-top: 4px;\n}\n.mpc-service:hover .mpc-service-icon {\n  background: var(--mpc-blue);\n  color: #fff;\n}\n.mpc-service-icon svg { width: 24px; height: 24px; }\n.mpc-service h4 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: clamp(18px, 2vw, 21px);\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.25;\n}\n.mpc-service h4 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-service p {\n  font-size: 13.5px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.65;\n  margin: 0;\n  flex: 1;\n}\n.mpc-service-detail {\n  display: flex;\n  align-items: baseline;\n  gap: 8px;\n  padding-top: 8px;\n  border-top: 1px dashed var(--mpc-line);\n  margin-top: 4px;\n}\n.mpc-service-detail-label {\n  font-size: 10.5px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--mpc-ink-muted);\n  font-weight: 600;\n}\n.mpc-service-detail-val {\n  font-family: var(--mpc-serif);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--mpc-gold);\n  font-weight: 500;\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-service-link {\n  margin-top: auto;\n  padding-top: 4px;\n  font-size: 12.5px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  letter-spacing: 0.02em;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n}\n.mpc-service:hover .mpc-service-link { gap: 10px; }\n\n\/* ============ TRUST STRIP ============ *\/\n.mpc-trust-strip {\n  background: var(--mpc-paper);\n  border-top: 1px solid var(--mpc-line);\n  padding: 44px 0;\n  margin: 0 -24px;\n  text-align: center;\n}\n.mpc-trust-strip-inner {\n  max-width: 820px;\n  margin: 0 auto;\n}\n.mpc-trust-strip-label {\n  font-size: 10.5px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 700;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(22px, 2.6vw, 30px);\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  margin-bottom: 14px;\n}\n.mpc-trust-strip h3 em {\n  font-style: italic;\n  color: var(--mpc-blue);\n}\n.mpc-trust-strip-badges {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  margin-top: 18px;\n  padding-top: 16px;\n  border-top: 1px dashed var(--mpc-line);\n}\n.mpc-trust-strip-badge {\n  font-size: 12px;\n  color: var(--mpc-ink-muted);\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.mpc-trust-strip-badge strong {\n  font-family: var(--mpc-serif);\n  color: var(--mpc-blue-ink);\n  font-weight: 500;\n  font-size: 15px;\n  font-style: italic;\n}\n\n\/* ============ FINAL CTA ============ *\/\n.mpc-final {\n  background: linear-gradient(135deg, var(--mpc-blue) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 70px 0;\n  margin: 0 -24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-final::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(201,163,74,0.2) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-final::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -100px;\n  width: 300px; height: 300px;\n  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-final-inner {\n  position: relative;\n  max-width: 780px;\n  margin: 0 auto;\n}\n.mpc-final .mpc-eyebrow {\n  color: var(--mpc-gold);\n  justify-content: center;\n}\n.mpc-final .mpc-eyebrow::before { display: none; }\n.mpc-final .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-final h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(28px, 3.4vw, 40px);\n  line-height: 1.15;\n  margin-bottom: 18px;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n.mpc-final h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-final p {\n  color: #C9CFE0;\n  font-size: 16px;\n  line-height: 1.65;\n  margin: 0 auto 26px auto;\n  max-width: 600px;\n}\n.mpc-final-inspection {\n  background: rgba(201,163,74,0.12);\n  border: 1px solid rgba(201,163,74,0.4);\n  padding: 12px 22px;\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  color: var(--mpc-gold);\n  font-weight: 600;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  margin-bottom: 22px;\n}\n.mpc-final-inspection::before {\n  content: '\u2713';\n  font-size: 16px;\n}\n.mpc-final-buttons {\n  display: inline-flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n.mpc-final .mpc-btn-ghost {\n  color: #fff !important;\n  border-color: rgba(255,255,255,0.3);\n}\n.mpc-final .mpc-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; }\n\n\/* ============ RELATED GRID ============ *\/\n.mpc-related-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1px;\n  background: var(--mpc-line);\n  border: 1px solid var(--mpc-line);\n}\n@media (max-width: 820px) { .mpc-related-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .mpc-related-grid { grid-template-columns: 1fr; } }\n\n.mpc-related {\n  background: #fff;\n  padding: 22px 22px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  text-decoration: none !important;\n  color: inherit !important;\n  transition: background 0.25s;\n  position: relative;\n}\n.mpc-related:hover {\n  background: var(--mpc-paper);\n}\n.mpc-related-icon {\n  width: 36px; height: 36px;\n  background: var(--mpc-paper);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  margin-bottom: 6px;\n}\n.mpc-related-icon svg { width: 18px; height: 18px; }\n.mpc-related-name {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 16px;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n  line-height: 1.2;\n}\n.mpc-related-link {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  transition: gap 0.2s;\n  margin-top: 6px;\n}\n.mpc-related:hover .mpc-related-link { gap: 9px; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-fvt\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-grid\">\n        <div>\n          <div class=\"mpc-hero-breadcrumb\">\n            <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u866b\u5bb3\/\">\u866b\u5bb3<\/a> &nbsp;\u203a&nbsp; <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u8682\u8681\/\">\u5173\u4e8e\u8682\u8681<\/a> &nbsp;\u203a&nbsp; Flying Ants vs Termites\n          <\/div>\n          <div class=\"mpc-eyebrow\">Identification Guide<\/div>\n          <h1>Flying Ants or Termites? <em>One damages your home. The other doesn&#8217;t.<\/em><\/h1>\n          <p class=\"mpc-hero-lead\">Saw a swarm of flying insects around your lights? Found piles of <em>discarded wings<\/em> on the floor the morning after rain? Here&#8217;s how to tell in 60 seconds \u2014 and what to do if it&#8217;s the worrying one.<\/p>\n\n          <div class=\"mpc-hero-meta\">\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">\u4e5f\u79f0\u4e3a<\/div>\n              <div class=\"mpc-hero-meta-val\">&#8220;Water Ants&#8221; <em>\u98de\u8681 \/ \u767d\u8681<\/em><\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">Swarming season<\/div>\n              <div class=\"mpc-hero-meta-val\">Rainy season<\/div>\n            <\/div>\n            <div class=\"mpc-hero-meta-item\">\n              <div class=\"mpc-hero-meta-label\">Termite damage<\/div>\n              <div class=\"mpc-hero-meta-val danger\">\u7ed3\u6784 <em>\u9ad8\u98ce\u9669<\/em><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-hero-img\">\n          <span class=\"mpc-hero-tag\">SWARMING TERMITES<\/span>\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/06\/swarming-termites.jpg\" alt=\"Swarming termites \u2014 flying alates during rainy season in Malaysia\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- QUICK VERDICT BAND -->\n  <section class=\"mpc-verdict\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-verdict-head\">\n        <div class=\"mpc-verdict-label\">60-Second Verdict<\/div>\n        <div class=\"mpc-verdict-title\">What did you find? <em>Match your observation.<\/em><\/div>\n      <\/div>\n      <div class=\"mpc-verdict-grid\">\n\n        <div class=\"mpc-verdict-item warn\">\n          <div class=\"mpc-verdict-q\"><strong>\u5e9f\u5f03\u7684\u7fc5\u8180<\/strong> in piles on your window sill or floor after rain?<\/div>\n          <div class=\"mpc-verdict-a danger\">Likely termites <em>\u2014 act fast.<\/em><\/div>\n          <div class=\"mpc-verdict-note\">Termites shed wings after landing; ants keep theirs.<\/div>\n        <\/div>\n\n        <div class=\"mpc-verdict-item\">\n          <div class=\"mpc-verdict-q\"><strong>Insects with pinched waists<\/strong> and elbowed antennae?<\/div>\n          <div class=\"mpc-verdict-a\">\u98de\u8681 <em>\u2014 less urgent.<\/em><\/div>\n          <div class=\"mpc-verdict-note\">Nuisance but no structural damage.<\/div>\n        <\/div>\n\n        <div class=\"mpc-verdict-item warn\">\n          <div class=\"mpc-verdict-q\"><strong>Straight-waisted insects<\/strong> with wings twice their body length?<\/div>\n          <div class=\"mpc-verdict-a danger\">\u767d\u8681 <em>\u2014 call us.<\/em><\/div>\n          <div class=\"mpc-verdict-note\">Book a free inspection immediately.<\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- INTRODUCTION (preserved content, restructured for clarity) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u4ecb\u7ecd<\/div>\n        <h2>Flying ants or termites \u2014 <em>which one did you see?<\/em><\/h2>\n        <p>The differences matter more than most homeowners realise. Here&#8217;s the honest breakdown.<\/p>\n      <\/div>\n\n      <div class=\"mpc-intro\">\n        <div class=\"mpc-intro-text\">\n          <p>Seeing flying insects swarming your house light and wonder what are they?<\/p>\n          <div class=\"cn-note\">The Chinese used to call them &#8220;water ants&#8221; (\u6c34\u8681). Most likely what you are looking at would be flying ants or termites \u2014 these are called <em>swarmers<\/em> \u6216\u8005 <em>alates<\/em>.<\/div>\n          <p>Flying ants and termites is <strong>crucial, yet challenging<\/strong>, given their similar appearances during their respective swarming seasons. For homeowners, the stakes are high; these insects are not only a nuisance but can also cause <strong>\u4e25\u91cd\u7684\u7ed3\u6784\u6027\u635f\u4f24<\/strong> to buildings.<\/p>\n          <p>Misidentification can lead to ineffective pest control strategies, potentially costing time, money, and the <em>integrity of your home<\/em>. Understanding the differences between these pests is the first step in effective pest management.<\/p>\n        <\/div>\n\n        <div class=\"mpc-intro-img\">\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/06\/swarming-termites.jpg\" alt=\"Swarming termites around a light source in Malaysia\">\n          <div class=\"mpc-intro-caption\">Flying ants or termites? Both swarm during rainy season.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VISUAL COMPARISON TABLE (money shot) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">\u5e76\u6392\u6bd4\u8f83<\/div>\n        <h2>The visual differences <em>\u4e00\u76ee\u4e86\u7136\u3002.<\/em><\/h2>\n        <p>Three key differences you can spot with the naked eye \u2014 body shape, antennae, and wings. Save or share this reference for future identification.<\/p>\n      <\/div>\n\n      <div class=\"mpc-compare-wrap\">\n\n        <div class=\"mpc-compare-img\">\n          <img decoding=\"async\" src=\"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2024\/06\/flying-ants-vs-termites-1024x519.jpg\" alt=\"Detailed comparison chart showing physical differences between flying ants and termites\">\n          <div class=\"mpc-compare-source\">Photo source: Dow Agro Sciences<\/div>\n        <\/div>\n\n        <div class=\"mpc-compare-table\">\n          <!-- Header row -->\n          <div class=\"mpc-compare-cell header\">\u7279\u5f81<\/div>\n          <div class=\"mpc-compare-cell header ants\">\n            <div class=\"icon\">\ud83d\udc1c<\/div>\n            \u98de\u8681 <em>\u2014 nuisance<\/em>\n          <\/div>\n          <div class=\"mpc-compare-cell header termites\">\n            <div class=\"icon\">\u26a0<\/div>\n            \u767d\u8681 <em>\u2014 damaging<\/em>\n          <\/div>\n\n          <!-- Body Shape -->\n          <div class=\"mpc-compare-cell feature\">\u8eab\u6750<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Pinched waist<\/strong> \u2014 hourglass figure, thorax and abdomen clearly separated<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Straight waist<\/strong> \u2014 thick, uniform body outline<\/div>\n\n          <!-- Antennae -->\n          <div class=\"mpc-compare-cell feature\">Antennae<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Elbowed<\/strong> \u2014 bends at almost a right angle<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Bead-like<\/strong> \u2014 relatively straight, string of beads appearance<\/div>\n\n          <!-- Wings -->\n          <div class=\"mpc-compare-cell feature\">\u7fc5\u8180<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Uneven pairs<\/strong> \u2014 front wings larger than hind wings; angled away from body at rest<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Equal size<\/strong> \u2014 both pairs uniform; often twice the body length<\/div>\n\n          <!-- Colour -->\n          <div class=\"mpc-compare-cell feature\">\u989c\u8272<\/div>\n          <div class=\"mpc-compare-cell\">\u6df1\u68d5\u8272\u81f3\u9ed1\u8272<\/div>\n          <div class=\"mpc-compare-cell\">Pale cream to light brown<\/div>\n\n          <!-- After landing -->\n          <div class=\"mpc-compare-cell feature\">After Landing<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Keeps wings<\/strong> attached<\/div>\n          <div class=\"mpc-compare-cell\"><strong>Sheds wings<\/strong> \u2014 <em>discarded wings on floor = warning sign<\/em><\/div>\n\n          <!-- Threat level -->\n          <div class=\"mpc-compare-cell feature\">Threat Level<\/div>\n          <div class=\"mpc-compare-cell\">Low \u2014 nuisance only; can signal larger ant issues<\/div>\n          <div class=\"mpc-compare-cell\"><strong>High<\/strong> \u2014 silent structural damage; costs rise fast<\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PHYSICAL DIFFERENCES (preserved verbatim) -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Physical Differences \u00b7 Detailed<\/div>\n        <h2>The three markers <em>every homeowner should know.<\/em><\/h2>\n        <p>If you have a clear view of the insect \u2014 up close or in a good photograph \u2014 these three features settle the question.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <h4>\u8eab\u6750<\/h4>\n        <p>One of the <strong>\u6700\u663e\u773c\u4e14\u6700\u5bb9\u6613\u8bc6\u522b<\/strong> \u98de\u8681\u548c\u767d\u8681\u7684\u533a\u522b\u5728\u4e8e\u5b83\u4eec\u7684\u4f53\u5f62\u3002\u767d\u8681\u6709\u539a\u539a\u7684 <strong>\u76f4\u8170<\/strong>\uff0c\u4f7f\u5b83\u4eec\u7684\u8eab\u4f53\u8f6e\u5ed3\u66f4\u52a0\u7edf\u4e00\u3002\u76f8\u6bd4\u4e4b\u4e0b\uff0c\u98de\u8681\u62e5\u6709\u660e\u663e <strong>\u8170\u90e8\u6536\u7d27<\/strong>\uff0c\u5c06\u80f8\u90e8\u548c\u8179\u90e8\u660e\u663e\u5206\u5f00\uff0c\u4f7f\u5b83\u4eec\u5448\u73b0\u51fa\u6c99\u6f0f\u72b6\u8eab\u6750\u3002<\/p>\n\n        <h4>\u5929\u7ebf\u5f62\u72b6<\/h4>\n        <p>The antennae of these insects also serve as a key identifying feature. Termites have <strong>relatively straight antennae that appear bead-like<\/strong>. Flying ants, on the other hand, have <strong>elbowed antennae<\/strong> that bend at an almost right angle, which can be easily seen when viewed up close.<\/p>\n\n        <h4>\u7ffc\u5c3a\u5bf8<\/h4>\n        <p>Both flying ants and termites have two pairs of wings, but the similarities end there. A termite&#8217;s wings are <strong>uniformly sized<\/strong>, and they often appear <em>twice as long as their body<\/em>. Flying ants display a significant difference in wing length; their <strong>front wings are noticeably larger than their hind wings<\/strong>, and when at rest, the wings do not lie flat but are angled away from the body.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PEST STATUS (preserved verbatim) -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">\u5bb3\u866b\u72b6\u51b5<\/div>\n        <h2>The threat difference <em>is enormous.<\/em><\/h2>\n        <p>The presence of either flying ants or termites around a home can elicit concern, but the implications of an infestation can be <em>vastly different<\/em>.<\/p>\n      <\/div>\n\n      <div class=\"mpc-prose\">\n        <h4>Termites \u2014 Silent Destroyers<\/h4>\n        <p>Known as <strong>silent destroyers<\/strong>, termites can cause <em>extensive damage to wooden structures<\/em>, often unnoticed until it is too late. Subterranean termites, the most destructive type, create <strong>mud tubes<\/strong> for moisture while they eat away at wood, which can compromise the <strong>structural integrity of buildings<\/strong>. Annual termite damage to buildings costs <em>billions of dollars worldwide<\/em>, highlighting the importance of early identification and intervention.<\/p>\n\n        <h4>Flying Ants \u2014 Nuisance, Not Peril<\/h4>\n        <p>While less destructive than termites, flying ants are not entirely harmless. They can <strong>invade homes in large numbers<\/strong>, especially during mating season, and can be particularly bothersome if they establish nests within the house. However, unlike termites, flying ants <strong>do not eat wood<\/strong> and therefore do not pose the same level of threat to the structure of buildings. Their presence is more of a nuisance than a peril, but it can <em>signal larger ant issues<\/em> in the area.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TERMITE URGENCY BAND -->\n  <section class=\"mpc-urgency\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-urgency-inner\">\n        <div class=\"mpc-urgency-label\">If It&#8217;s Termites \u2014 Damage Is Happening Now<\/div>\n        <h2>Termites don&#8217;t wait for you to <em>notice them.<\/em><\/h2>\n        <p>By the time you see swarmers, <strong>the colony is often 3\u20135 years old<\/strong> and already established beneath your home. Subterranean termites in Malaysia consume wood <em>silently, 24 hours a day<\/em>, working from the inside out \u2014 which is why so many homeowners only discover the damage when a doorframe crumbles or the flooring gives way.<\/p>\n        <p>Termite damage costs Malaysian property owners <strong>an estimated RM 20 million+ annually<\/strong>. Every week of delay after seeing swarmers is more wood eaten \u2014 and higher treatment costs later.<\/p>\n\n        <div class=\"mpc-signs-grid\">\n\n          <div class=\"mpc-sign\">\n            <div class=\"mpc-sign-num\">Warning Sign 01<\/div>\n            <h4>\u5e9f\u5f03\u7684\u7fc5\u8180<\/h4>\n            <p>Piles of small translucent wings on window sills, floor edges, or near light fixtures \u2014 especially after rain.<\/p>\n          <\/div>\n\n          <div class=\"mpc-sign\">\n            <div class=\"mpc-sign-num\">Warning Sign 02<\/div>\n            <h4>Mud tubes on walls<\/h4>\n            <p>Pencil-thick brown tunnels running up walls, foundations, or beams. Termites use these to travel between soil and wood.<\/p>\n          <\/div>\n\n          <div class=\"mpc-sign\">\n            <div class=\"mpc-sign-num\">Warning Sign 03<\/div>\n            <h4>\u7a7a\u5fc3\u6728\u6750<\/h4>\n            <p>Tap the doorframe, skirting board, or wooden beam \u2014 if it sounds hollow or the surface flakes easily, termites have been eating from within.<\/p>\n          <\/div>\n\n        <\/div>\n\n        <p style=\"margin-bottom: 0;\"><strong>Seen any of these?<\/strong> A free inspection is the safest, cheapest first step. Our specialists will confirm whether it&#8217;s active termite activity, identify the species, and give you a clear treatment plan with honest pricing.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TERMITE SERVICES \u2014 4 CARDS -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">Our Termite Services<\/div>\n        <h2>\u6211\u4eec\u5982\u4f55\u5904\u7406 <em>Malaysian termite problems.<\/em><\/h2>\n        <p>Four treatment approaches matched to the stage of infestation and structure type. Every job starts with a <strong>\u514d\u8d39\u73b0\u573a\u68c0\u67e5<\/strong> \u2014\u2014\u6ca1\u6709\u4e49\u52a1\uff0c\u6ca1\u6709\u538b\u529b\u3002.<\/p>\n      <\/div>\n\n      <div class=\"mpc-services-grid\">\n\n        <!-- Card 1: Inspection -->\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u767d\u8681\u4fb5\u6270\/\" class=\"mpc-service\">\n          <div class=\"mpc-service-stage\">\u7b2c\u4e00\u9636\u6bb5 \u00b7 \u8bca\u65ad<\/div>\n          <div class=\"mpc-service-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"M21 21l-4.35-4.35M11 8v6M8 11h6\"\/><\/svg>\n          <\/div>\n          <h4>\u767d\u8681 <em>\u68c0\u67e5<\/em><\/h4>\n          <p>Not sure yet? Our specialists visit your premise, identify the species, map affected areas, and give you an honest treatment plan.<\/p>\n          <div class=\"mpc-service-detail\">\n            <div class=\"mpc-service-detail-label\">\u6210\u672c<\/div>\n            <div class=\"mpc-service-detail-val\">\u514d\u8d39\u68c0\u67e5<\/div>\n          <\/div>\n          <span class=\"mpc-service-link\">\u4e66\u7c4d\u68c0\u67e5 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 2: Baiting -->\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u767d\u8681\u8bf1\u9975-\u7efc\u5408\u89e3\u51b3\u6301\u4e45\u6027\u5bb3\u866b\/\" class=\"mpc-service\">\n          <div class=\"mpc-service-stage\">\u7b2c\u4e8c\u9636\u6bb5\u00b7\u83cc\u843d\u6e05\u9664<\/div>\n          <div class=\"mpc-service-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2l3 6 6 1-4.5 4.5 1 6.5-5.5-3-5.5 3 1-6.5L3 8l6-1z\"\/><\/svg>\n          <\/div>\n          <h4>\u767d\u8681 <em>\u8bf1\u9975\u5904\u7406<\/em><\/h4>\n          <p>Bait stations installed around your property. Workers carry the bait back to the colony \u2014 <em>eliminating the queen<\/em> and stopping reproduction at the source.<\/p>\n          <div class=\"mpc-service-detail\">\n            <div class=\"mpc-service-detail-label\">\u5f15\u7528<\/div>\n            <div class=\"mpc-service-detail-val\">\u68c0\u67e5\u540e<\/div>\n          <\/div>\n          <span class=\"mpc-service-link\">\u4e86\u89e3\u8bf1\u9975\u6295\u653e\u6280\u5de7 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 3: Barrier -->\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u767d\u8681\u8bf1\u9975\u6216\u94bb\u5b54\u5c4f\u969c\/\" class=\"mpc-service\">\n          <div class=\"mpc-service-stage\">\u7b2c\u4e09\u9636\u6bb5 \u00b7 \u5316\u5b66\u5c4f\u969c<\/div>\n          <div class=\"mpc-service-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 12h18M3 12l3-3M3 12l3 3M21 12l-3-3M21 12l-3 3M12 3v18M12 3l-3 3M12 3l3 3M12 21l-3-3M12 21l3-3\"\/><\/svg>\n          <\/div>\n          <h4>\u969c\u788d \/ <em>\u94bb\u5b54\u5904\u7406<\/em><\/h4>\n          <p>Chemical soil treatment around foundations \u2014 creating a barrier termites cannot cross. Suitable for buildings with active infestations or high risk exposure.<\/p>\n          <div class=\"mpc-service-detail\">\n            <div class=\"mpc-service-detail-label\">\u5f15\u7528<\/div>\n            <div class=\"mpc-service-detail-val\">\u68c0\u67e5\u540e<\/div>\n          <\/div>\n          <span class=\"mpc-service-link\">\u4e86\u89e3\u969c\u788d\u7269 \u2192<\/span>\n        <\/a>\n\n        <!-- Card 4: Soil Treatment -->\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u9632\u6cbb\u767d\u8681-\u65bd\u5de5\u524d\u571f\u58e4\u5904\u7406\/\" class=\"mpc-service\">\n          <div class=\"mpc-service-stage\">Stage 04 \u00b7 Preconstruction<\/div>\n          <div class=\"mpc-service-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21h18M5 21V10h4v11M10 21V6h4v15M15 21v-8h4v8\"\/><\/svg>\n          <\/div>\n          <h4>\u65bd\u5de5\u524d <em>\u571f\u58e4\u5904\u7406<\/em><\/h4>\n          <p>\u65b0\u5efa\u623f\u5c4b\u6216\u5927\u89c4\u6a21\u7ffb\u4fee\uff1f\u8bf7\u5bf9\u571f\u58e4\u8fdb\u884c\u5904\u7406\u3002 <em>\u6d47\u7b51\u6df7\u51dd\u571f\u4e4b\u524d<\/em>. The most cost-effective long-term termite defence for developers and homeowners.<\/p>\n          <div class=\"mpc-service-detail\">\n            <div class=\"mpc-service-detail-label\">\u5f15\u7528<\/div>\n            <div class=\"mpc-service-detail-val\">\u73b0\u573a\u52d8\u6d4b\u540e<\/div>\n          <\/div>\n          <span class=\"mpc-service-link\">\u4e86\u89e3\u571f\u58e4\u5904\u7406\u65b9\u6cd5 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST STRIP -->\n  <section class=\"mpc-trust-strip\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-trust-strip-inner\">\n        <div class=\"mpc-trust-strip-label\">Trusted Termite Specialists<\/div>\n        <h3>\u9a6c\u6765\u897f\u4e9a\u7684 <em>longest-serving termite treatment specialist.<\/em><\/h3>\n        <div class=\"mpc-trust-strip-badges\">\n          <div class=\"mpc-trust-strip-badge\"><strong>59\u5c81<\/strong>&nbsp;\u4e13\u4e1a\u6280\u80fd<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>1,000+<\/strong>&nbsp;\u670d\u52a1\u5ba2\u6237<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>ISO 9001<\/strong>&nbsp;\u8ba4\u8bc1<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>CIDB G3<\/strong>&nbsp;\u6302\u53f7\u7684<\/div>\n          <div class=\"mpc-trust-strip-badge\"><strong>\u81ea1967\u5e74\u4ee5\u6765<\/strong><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FINAL CTA -->\n  <section class=\"mpc-final\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-final-inner\">\n        <div class=\"mpc-eyebrow\">Confirmed Termites \u2014 Or Just Want To Be Sure?<\/div>\n        <h2>\u514d\u8d39\u5148\u884c\u68c0\u67e5\u3002. <em>Honest quotation second.<\/em><\/h2>\n        <div class=\"mpc-final-inspection\">\u514d\u8d39\u73b0\u573a\u52d8\u5bdf \u00b7 \u65e0\u4efb\u4f55\u4e49\u52a1<\/div>\n        <p>WhatsApp us a photo of what you saw \u2014 flying insects, wings, mud tubes, or damaged wood. Our specialists will confirm whether it&#8217;s termites or flying ants, and if treatment is needed, provide a written quotation within 24 hours of the on-site visit.<\/p>\n        <div class=\"mpc-final-buttons\">\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\" target=\"_blank\" rel=\"noopener\">\n            <svg viewbox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n            \u901a\u8fc7 WhatsApp \u5411\u6211\u4eec\u53d1\u9001\u4e00\u5f20\u7167\u7247\n          <\/a>\n          <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u767d\u8681\u963f\u5948\u963f\u5948\/\" class=\"mpc-btn mpc-btn-ghost\">\u6240\u6709\u767d\u8681\u9632\u6cbb\u670d\u52a1 \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- RELATED PAGES -->\n  <section class=\"mpc-section mpc-section-paper\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head center\">\n        <div class=\"mpc-eyebrow\">\u7ee7\u7eed\u9605\u8bfb<\/div>\n        <h2>\u66f4\u591a\u4fe1\u606f <em>termites and ants.<\/em><\/h2>\n        <p>If you found this useful, our other guides go deeper into termite biology, ant species, and other Malaysian household pests.<\/p>\n      <\/div>\n\n      <div class=\"mpc-related-grid\">\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u767d\u8681-anai-anai\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21h18M5 21V10h4v11M10 21V6h4v15M15 21v-8h4v8\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u5173\u4e8e\u767d\u8681<\/div>\n          <span class=\"mpc-related-link\">\u9605\u8bfb\u6307\u5357 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u767d\u8681\u7684\u751f\u547d\u5468\u671f\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u767d\u8681\u751f\u547d\u5468\u671f<\/div>\n          <span class=\"mpc-related-link\">\u9605\u8bfb\u6307\u5357 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u8682\u8681\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"8\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"13\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"19\" rx=\"2\" ry=\"2.5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u5173\u4e8e\u8682\u8681<\/div>\n          <span class=\"mpc-related-link\">\u9605\u8bfb\u6307\u5357 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e-charlie-ant\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><ellipse cx=\"12\" cy=\"6\" rx=\"2\" ry=\"2.5\"\/><ellipse cx=\"12\" cy=\"12\" rx=\"2.5\" ry=\"3\"\/><ellipse cx=\"12\" cy=\"18.5\" rx=\"2\" ry=\"2.5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u5173\u4e8e\u67e5\u7406\u8682\u8681<\/div>\n          <span class=\"mpc-related-link\">\u9605\u8bfb\u6307\u5357 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u5173\u4e8e\u706b\u8681\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M12 2v6.5M5 9.5l3.5 1M19 9.5l-3.5 1M3 16c0-3 3-5 9-5s9 2 9 5\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u5173\u4e8e\u706b\u8681<\/div>\n          <span class=\"mpc-related-link\">\u9605\u8bfb\u6307\u5357 \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/zh\/\u866b\u5bb3\/\" class=\"mpc-related\">\n          <div class=\"mpc-related-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"1\"\/><path d=\"M3 10h18M8 4v16\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-related-name\">\u6240\u6709\u5bb3\u866b\u9632\u6cbb\u6307\u5357<\/div>\n          <span class=\"mpc-related-link\">\u6d4f\u89c8\u5168\u90e8 \u2192<\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC FLYING ANTS VS TERMITES PAGE -->","protected":false},"excerpt":{"rendered":"<p>Bugs &#038; Pests &nbsp;\u203a&nbsp; About Ants &nbsp;\u203a&nbsp; Flying Ants vs Termites Identification Guide Flying Ants [&hellip;]<\/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-1012","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/comments?post=1012"}],"version-history":[{"count":4,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1012\/revisions"}],"predecessor-version":[{"id":1378,"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/pages\/1012\/revisions\/1378"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/zh\/wp-json\/wp\/v2\/media?parent=1012"}],"curies":[{"name":"\u53ef\u6e7f\u6027\u7c89\u5242","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}