{"id":81,"date":"2023-04-13T07:07:03","date_gmt":"2023-04-13T07:07:03","guid":{"rendered":"https:\/\/msianpestcontrol.com\/?page_id=81"},"modified":"2026-04-23T07:18:53","modified_gmt":"2026-04-23T07:18:53","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/msianpestcontrol.com\/ar\/\u0627\u062a\u0635\u0644-\u0628\u0646\u0627\/","title":{"rendered":"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627"},"content":{"rendered":"\n<!-- =========================================================\n     MPC CONTACT US PAGE \u2014 Custom HTML Block\n     Paste into a WordPress Custom HTML block on the Contact Us page.\n     IMPORTANT: The Contact Form 7 shortcode must be added in a\n     SEPARATE shortcode block where indicated below.\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 CONTACT US \u2014 all styles scoped to .mpc-contact\n   ============================================================ *\/\n.mpc-contact {\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-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-contact *,\n.mpc-contact *::before,\n.mpc-contact *::after { box-sizing: border-box; }\n.mpc-contact a { color: inherit; text-decoration: none; }\n.mpc-contact img { max-width: 100%; display: block; }\n.mpc-contact p { margin: 0 0 1em 0; }\n.mpc-contact ul { list-style: none; padding: 0; margin: 0; }\n.mpc-contact h1, .mpc-contact h2, .mpc-contact h3,\n.mpc-contact h4, .mpc-contact 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  border: none;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  text-decoration: none !important;\n}\n.mpc-btn-primary { background: var(--mpc-blue); color: #fff !important; }\n.mpc-btn-primary:hover { background: var(--mpc-blue-deep); transform: translateY(-1px); color: #fff !important; }\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\n\/* ============ ICONS \/ 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\n\/* ============ SECTIONS ============ *\/\n.mpc-section {\n  padding: 70px 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: 720px;\n  margin-bottom: 48px;\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(28px, 3.5vw, 44px);\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 16px;\n}\n.mpc-section-head h2 em { font-style: italic; color: var(--mpc-blue); }\n.mpc-section-head p {\n  font-size: 16px;\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 0 -24px;\n  border-bottom: 1px solid var(--mpc-line);\n  position: relative;\n  overflow: hidden;\n  text-align: center;\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(11,59,140,0.08) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -100px; left: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.06) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.mpc-hero-content {\n  position: relative;\n  max-width: 760px;\n  margin: 0 auto;\n}\n.mpc-hero .mpc-eyebrow { justify-content: center; }\n.mpc-hero .mpc-eyebrow::before { display: none; }\n.mpc-hero .mpc-eyebrow::after {\n  content: '';\n  width: 28px; height: 1px;\n  background: var(--mpc-gold);\n  margin-left: 10px;\n}\n.mpc-hero h1 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(36px, 5vw, 60px);\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-blue); font-weight: 400; }\n.mpc-hero-lead {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--mpc-ink-soft);\n  margin: 0 auto;\n  max-width: 600px;\n}\n\n\/* ============ CONTACT CARDS ============ *\/\n.mpc-contact-cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: -50px;\n  position: relative;\n  z-index: 5;\n  margin-bottom: 70px;\n}\n@media (max-width: 820px) { .mpc-contact-cards { grid-template-columns: 1fr; gap: 16px; margin-top: -30px; } }\n\n.mpc-cc {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 32px 28px;\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  transition: all 0.25s;\n  box-shadow: 0 16px 40px -28px rgba(11,59,140,0.18);\n}\n.mpc-cc:hover {\n  border-color: var(--mpc-blue);\n  transform: translateY(-3px);\n  box-shadow: 0 20px 44px -22px rgba(11,59,140,0.28);\n}\n.mpc-cc.featured {\n  background: var(--mpc-blue-ink);\n  border-color: var(--mpc-blue-ink);\n}\n.mpc-cc-icon {\n  width: 44px; height: 44px;\n  border-radius: 50%;\n  background: #F2EEE2;\n  display: grid;\n  place-items: center;\n  color: var(--mpc-blue);\n  flex-shrink: 0;\n}\n.mpc-cc-icon svg { width: 20px; height: 20px; }\n.mpc-cc.featured .mpc-cc-icon { background: rgba(201,163,74,0.15); color: var(--mpc-gold); }\n.mpc-cc-kicker {\n  font-size: 10px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n}\n.mpc-cc.featured .mpc-cc-kicker { color: var(--mpc-gold); }\n.mpc-cc-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 20px;\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-cc.featured .mpc-cc-title { color: #fff; }\n.mpc-cc-list {\n  margin: 4px 0 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n.mpc-cc-list a, .mpc-cc-list span {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 17px;\n  color: var(--mpc-blue-ink);\n  display: block;\n  transition: color 0.2s;\n}\n.mpc-cc-list a:hover { color: var(--mpc-blue); }\n.mpc-cc.featured .mpc-cc-list a, .mpc-cc.featured .mpc-cc-list span { color: #fff; }\n.mpc-cc.featured .mpc-cc-list a:hover { color: var(--mpc-gold); }\n.mpc-cc-note {\n  margin-top: auto;\n  padding-top: 14px;\n  border-top: 1px dashed var(--mpc-line);\n  font-size: 12.5px;\n  color: var(--mpc-ink-muted);\n  line-height: 1.55;\n}\n.mpc-cc.featured .mpc-cc-note { color: #B9BFD0; border-top-color: rgba(255,255,255,0.12); }\n.mpc-cc-action {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  margin-top: 6px;\n  transition: gap 0.2s;\n}\n.mpc-cc:hover .mpc-cc-action { gap: 10px; }\n.mpc-cc.featured .mpc-cc-action { color: var(--mpc-gold); }\n\n\/* ============ FORM SECTION ============ *\/\n.mpc-form-section {\n  display: grid;\n  grid-template-columns: 1fr 1.2fr;\n  gap: 60px;\n  align-items: start;\n}\n@media (max-width: 900px) {\n  .mpc-form-section { grid-template-columns: 1fr; gap: 36px; }\n}\n\n.mpc-form-info h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 22px;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 14px;\n  letter-spacing: -0.01em;\n}\n.mpc-form-info p {\n  color: var(--mpc-ink-soft);\n  font-size: 15px;\n  line-height: 1.65;\n  margin-bottom: 24px;\n}\n\n.mpc-expectations {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 24px;\n  margin-top: 24px;\n}\n.mpc-expectations-label {\n  font-size: 10px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 14px;\n}\n.mpc-expectations ol {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  counter-reset: stepcounter;\n}\n.mpc-expectations li {\n  counter-increment: stepcounter;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 14px;\n  padding: 11px 0;\n  border-bottom: 1px dashed var(--mpc-line);\n  font-size: 14px;\n  color: var(--mpc-ink-soft);\n  line-height: 1.55;\n}\n.mpc-expectations li:last-child { border-bottom: none; }\n.mpc-expectations li::before {\n  content: counter(stepcounter);\n  font-family: var(--mpc-serif);\n  font-weight: 600;\n  font-size: 16px;\n  color: var(--mpc-gold);\n  min-width: 22px;\n}\n.mpc-expectations li strong { color: var(--mpc-blue-ink); font-weight: 600; }\n\n\/* The form wrapper \u2014 styles the embedded Contact Form 7 *\/\n.mpc-form-wrap {\n  background: #fff;\n  border: 1px solid var(--mpc-line);\n  padding: 36px 32px;\n  position: relative;\n}\n.mpc-form-wrap::before {\n  content: '';\n  position: absolute;\n  top: -1px; left: -1px; right: -1px;\n  height: 4px;\n  background: var(--mpc-blue);\n}\n.mpc-form-label {\n  font-size: 10px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n  margin-bottom: 8px;\n}\n.mpc-form-wrap h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 24px;\n  color: var(--mpc-blue-ink);\n  margin-bottom: 8px;\n  letter-spacing: -0.01em;\n}\n.mpc-form-wrap > p {\n  color: var(--mpc-ink-soft);\n  font-size: 14px;\n  margin-bottom: 22px;\n}\n\n\/* Contact Form 7 input styling *\/\n.mpc-form-wrap .wpcf7 {\n  font-family: var(--mpc-sans);\n}\n.mpc-form-wrap .wpcf7-form p {\n  margin-bottom: 14px !important;\n}\n.mpc-form-wrap input[type=\"text\"],\n.mpc-form-wrap input[type=\"email\"],\n.mpc-form-wrap input[type=\"tel\"],\n.mpc-form-wrap input[type=\"url\"],\n.mpc-form-wrap textarea,\n.mpc-form-wrap select {\n  width: 100% !important;\n  padding: 12px 14px !important;\n  font-family: var(--mpc-sans) !important;\n  font-size: 14px !important;\n  color: var(--mpc-ink) !important;\n  background: #fff !important;\n  border: 1px solid var(--mpc-line) !important;\n  border-radius: 2px !important;\n  transition: border-color 0.2s !important;\n  -webkit-appearance: none !important;\n  appearance: none !important;\n}\n.mpc-form-wrap input:focus,\n.mpc-form-wrap textarea:focus,\n.mpc-form-wrap select:focus {\n  outline: none !important;\n  border-color: var(--mpc-blue) !important;\n}\n.mpc-form-wrap textarea { min-height: 130px !important; resize: vertical !important; }\n\n.mpc-form-wrap input[type=\"submit\"],\n.mpc-form-wrap .wpcf7-submit {\n  background: var(--mpc-blue) !important;\n  color: #fff !important;\n  border: none !important;\n  padding: 13px 28px !important;\n  font-family: var(--mpc-sans) !important;\n  font-weight: 600 !important;\n  font-size: 14px !important;\n  letter-spacing: 0.01em !important;\n  border-radius: 2px !important;\n  cursor: pointer !important;\n  transition: all 0.2s !important;\n  text-transform: none !important;\n  width: auto !important;\n}\n.mpc-form-wrap input[type=\"submit\"]:hover,\n.mpc-form-wrap .wpcf7-submit:hover {\n  background: var(--mpc-blue-deep) !important;\n  transform: translateY(-1px) !important;\n}\n\n\/* ============ OFFICE \/ MAP SECTION ============ *\/\n.mpc-office {\n  display: grid;\n  grid-template-columns: 1fr 1.2fr;\n  gap: 50px;\n  align-items: stretch;\n}\n@media (max-width: 900px) {\n  .mpc-office { grid-template-columns: 1fr; gap: 30px; }\n}\n\n.mpc-office-info {\n  background: var(--mpc-blue-ink);\n  color: #EDEEF3;\n  padding: 40px 36px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-office-info::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 280px; height: 280px;\n  background: radial-gradient(circle, rgba(201,163,74,0.12) 0%, transparent 60%);\n  border-radius: 50%;\n}\n.mpc-office-info > * { position: relative; }\n.mpc-office-info .mpc-eyebrow { color: var(--mpc-gold); }\n.mpc-office-info .mpc-eyebrow::before { background: var(--mpc-gold); }\n.mpc-office-info h3 {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 26px;\n  color: #fff;\n  margin-bottom: 22px;\n  letter-spacing: -0.01em;\n}\n.mpc-office-row {\n  padding: 18px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 16px;\n  align-items: start;\n}\n.mpc-office-row:last-child { border-bottom: none; }\n.mpc-office-row-icon {\n  width: 36px; height: 36px;\n  border: 1px solid rgba(201,163,74,0.4);\n  color: var(--mpc-gold);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n.mpc-office-row-icon svg { width: 16px; height: 16px; }\n.mpc-office-row-label {\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--mpc-gold);\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.mpc-office-row-val {\n  color: #fff;\n  font-size: 14.5px;\n  line-height: 1.55;\n}\n.mpc-office-row-val a { color: #fff; transition: color 0.2s; }\n.mpc-office-row-val a:hover { color: var(--mpc-gold); }\n.mpc-office-row-val small {\n  display: block;\n  color: #B9BFD0;\n  font-size: 13px;\n  margin-top: 2px;\n}\n\n.mpc-map {\n  border: 1px solid var(--mpc-line);\n  overflow: hidden;\n  min-height: 380px;\n  position: relative;\n}\n.mpc-map iframe {\n  width: 100%;\n  height: 100%;\n  min-height: 380px;\n  border: 0;\n  display: block;\n}\n\n\/* ============ TRUST STRIP ============ *\/\n.mpc-trust {\n  background: #fff;\n  border-top: 1px solid var(--mpc-line);\n  border-bottom: 1px solid var(--mpc-line);\n  padding: 28px 0;\n  margin: 0 -24px;\n}\n.mpc-trust-inner {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.mpc-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  color: var(--mpc-ink-soft);\n}\n.mpc-trust-icon {\n  width: 36px; height: 36px;\n  border: 1px solid var(--mpc-blue);\n  color: var(--mpc-blue);\n  border-radius: 50%;\n  display: grid;\n  place-items: center;\n  font-family: var(--mpc-serif);\n  font-weight: 600;\n  font-size: 13px;\n  flex-shrink: 0;\n}\n.mpc-trust-item strong {\n  display: block;\n  color: var(--mpc-blue-ink);\n  font-weight: 600;\n  font-size: 13px;\n}\n.mpc-trust-item span {\n  font-size: 11px;\n  color: var(--mpc-ink-muted);\n}\n\n\/* ============ HELPFUL LINKS ============ *\/\n.mpc-links-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-links-grid { grid-template-columns: 1fr; } }\n\n.mpc-link-card {\n  background: #fff;\n  padding: 26px 24px;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  transition: background 0.25s;\n  text-decoration: none !important;\n  color: inherit !important;\n}\n.mpc-link-card:hover { background: var(--mpc-paper); }\n.mpc-link-kicker {\n  font-size: 10px;\n  letter-spacing: 0.24em;\n  text-transform: uppercase;\n  color: var(--mpc-blue);\n  font-weight: 600;\n}\n.mpc-link-title {\n  font-family: var(--mpc-serif);\n  font-weight: 500;\n  font-size: 19px;\n  line-height: 1.2;\n  color: var(--mpc-blue-ink);\n  letter-spacing: -0.01em;\n}\n.mpc-link-desc {\n  font-size: 13.5px;\n  line-height: 1.55;\n  color: var(--mpc-ink-soft);\n  flex: 1;\n  margin: 0;\n}\n.mpc-link-action {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--mpc-blue);\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: gap 0.2s;\n  margin-top: 6px;\n}\n.mpc-link-card:hover .mpc-link-action { gap: 10px; }\n\n\/* ============ CTA BAND ============ *\/\n.mpc-cta-band {\n  background: linear-gradient(135deg, var(--mpc-blue) 0%, var(--mpc-blue-deep) 100%);\n  color: #fff;\n  padding: 60px 0;\n  margin: 0 -24px;\n  position: relative;\n  overflow: hidden;\n}\n.mpc-cta-band::before {\n  content: '';\n  position: absolute;\n  top: -100px; right: -100px;\n  width: 360px; height: 360px;\n  background: radial-gradient(circle, rgba(201,163,74,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.mpc-cta-inner {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 50px;\n  align-items: center;\n  position: relative;\n}\n@media (max-width: 820px) { .mpc-cta-inner { grid-template-columns: 1fr; gap: 30px; } }\n.mpc-cta-band h2 {\n  font-family: var(--mpc-serif);\n  font-weight: 400;\n  font-size: clamp(26px, 3vw, 36px);\n  line-height: 1.15;\n  margin-bottom: 12px;\n  letter-spacing: -0.02em;\n  color: #fff;\n}\n.mpc-cta-band h2 em { font-style: italic; color: var(--mpc-gold); }\n.mpc-cta-band p {\n  color: #C9CFE0;\n  font-size: 15px;\n  line-height: 1.65;\n  margin: 0;\n}\n.mpc-cta-right { display: flex; flex-direction: column; gap: 12px; }\n.mpc-cta-buttons { display: flex; gap: 10px; flex-wrap: wrap; }\n.mpc-cta-band .mpc-btn-ghost {\n  color: #fff !important;\n  border-color: rgba(255,255,255,0.3);\n}\n.mpc-cta-band .mpc-btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff !important; }\n<\/style>\n\n<!-- =====================================================\n     PAGE CONTENT STARTS HERE\n     ===================================================== -->\n<div class=\"mpc-contact\">\n\n  <!-- HERO -->\n  <section class=\"mpc-hero\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-hero-content\">\n        <div class=\"mpc-eyebrow\">Get in touch<\/div>\n        <h1>Tell us about your <em>pest problem.<\/em><\/h1>\n        <p class=\"mpc-hero-lead\">Free inspection. Honest quotation. Prompt response from Malaysia&#8217;s longest-serving pest control specialist.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONTACT CARDS (overlap with hero) -->\n  <section style=\"margin: 0 -24px; background: #fff;\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-contact-cards\">\n\n        <!-- WHATSAPP (FEATURED) -->\n        <div class=\"mpc-cc featured\">\n          <div class=\"mpc-cc-icon\">\n            <svg viewBox=\"0 0 24 24\" 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          <\/div>\n          <div class=\"mpc-cc-kicker\">Recommended \u00b7 Fastest Response<\/div>\n          <div class=\"mpc-cc-title\">WhatsApp<\/div>\n          <div class=\"mpc-cc-list\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\">+6012 267 1577<\/a>\n            <a href=\"https:\/\/wa.me\/60122671579\">+6012 267 1579<\/a>\n            <a href=\"https:\/\/wa.link\/n91u92\">+6016 290 1577<\/a>\n            <a href=\"https:\/\/wa.link\/rdmnbk\">+6016 291 1577<\/a>\n          <\/div>\n          <div class=\"mpc-cc-note\">Best for quick enquiries, photos of pest issues, and urgent requests.<\/div>\n          <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-cc-action\">Open WhatsApp \u2192<\/a>\n        <\/div>\n\n        <!-- PHONE -->\n        <div class=\"mpc-cc\">\n          <div class=\"mpc-cc-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-cc-kicker\">Mobile Line<\/div>\n          <div class=\"mpc-cc-title\">Call Us<\/div>\n          <div class=\"mpc-cc-list\">\n            <a href=\"tel:+60162911577\">+6016 291 1577<\/a>\n            <a href=\"tel:+60122671577\">+6012 267 1577<\/a>\n          <\/div>\n          <div class=\"mpc-cc-note\">Speak with our team during business hours. After hours, please WhatsApp.<\/div>\n          <a href=\"tel:+60162911577\" class=\"mpc-cc-action\">Dial now \u2192<\/a>\n        <\/div>\n\n        <!-- EMAIL -->\n        <div class=\"mpc-cc\">\n          <div class=\"mpc-cc-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"1\"\/><path d=\"m22 7-10 5L2 7\"\/><\/svg>\n          <\/div>\n          <div class=\"mpc-cc-kicker\">Email<\/div>\n          <div class=\"mpc-cc-title\">Write to Us<\/div>\n          <div class=\"mpc-cc-list\">\n            <a href=\"mailto:help@msianpestcontrol.com\">help@msianpestcontrol.com<\/a>\n          <\/div>\n          <div class=\"mpc-cc-note\">Best for formal enquiries, quotations, documentation, and tender invitations.<\/div>\n          <a href=\"mailto:help@msianpestcontrol.com\" class=\"mpc-cc-action\">Send email \u2192<\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FORM SECTION -->\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\">Send Us a Message<\/div>\n        <h2>Or use the <em>contact form<\/em>.<\/h2>\n        <p>Prefer not to call or WhatsApp? Send us a message and we&#8217;ll respond by email within one business day.<\/p>\n      <\/div>\n\n      <div class=\"mpc-form-section\">\n        <div class=\"mpc-form-info\">\n          <div class=\"mpc-expectations\">\n            <div class=\"mpc-expectations-label\">What Happens Next<\/div>\n            <ol>\n              <li><div><strong>We acknowledge.<\/strong> You&#8217;ll receive an email or WhatsApp reply within one business day.<\/div><\/li>\n              <li><div><strong>Free site inspection.<\/strong> Scheduled within 1\u20133 working days, depending on your location.<\/div><\/li>\n              <li><div><strong>Written quotation.<\/strong> Delivered within 24 hours of inspection \u2014 clear breakdown, no hidden charges.<\/div><\/li>\n              <li><div><strong>Treatment scheduled.<\/strong> Only if you decide to proceed. There is no obligation.<\/div><\/li>\n            <\/ol>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-form-wrap\">\n          <div class=\"mpc-form-label\">Contact Form<\/div>\n          <h3>Tell us how we can help<\/h3>\n          <p>Fields marked with * are required. We respect your privacy \u2014 your information is used only to respond to your enquiry.<\/p>\n\n          <!-- =================================================== -->\n          <!-- IMPORTANT: REPLACE THE LINE BELOW WITH A SHORTCODE BLOCK -->\n          <!-- containing: [contact-form-7 id=\"7da0233\" title=\"Contact form 1\"] -->\n          <!-- See instructions after this code.                    -->\n          <!-- =================================================== -->\n          \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f40-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"40\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/ar\/wp-json\/wp\/v2\/pages\/81#wpcf7-f40-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"40\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f40-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><label> Your name<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your email<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your contact number <span class=\"wpcf7-form-control-wrap\" data-name=\"tel-719\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" value=\"+60\" type=\"tel\" name=\"tel-719\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Required Pest Treatment <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"radio-414\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"radio-414\" value=\"General Pests (multiple)\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">General Pests (multiple)<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Termites\/White Ants\" \/><span class=\"wpcf7-list-item-label\">Termites\/White Ants<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"House Ants\" \/><span class=\"wpcf7-list-item-label\">House Ants<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Cockroaches\" \/><span class=\"wpcf7-list-item-label\">Cockroaches<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Rats\" \/><span class=\"wpcf7-list-item-label\">Rats<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Lizards\" \/><span class=\"wpcf7-list-item-label\">Lizards<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Beg Bugs\" \/><span class=\"wpcf7-list-item-label\">Beg Bugs<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-414\" value=\"Bats or Birds\" \/><span class=\"wpcf7-list-item-label\">Bats or Birds<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"radio-414\" value=\"Other Pests\" \/><span class=\"wpcf7-list-item-label\">Other Pests<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><label> Your Premise Type <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"radio-415\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"radio-415\" value=\"Landed House\" checked=\"checked\" \/><span class=\"wpcf7-list-item-label\">Landed House<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Condominium\/Apartment\" \/><span class=\"wpcf7-list-item-label\">Condominium\/Apartment<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Shoplot\" \/><span class=\"wpcf7-list-item-label\">Shoplot<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Factory\" \/><span class=\"wpcf7-list-item-label\">Factory<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Warehouse\" \/><span class=\"wpcf7-list-item-label\">Warehouse<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Office\/Commercial Unit\" \/><span class=\"wpcf7-list-item-label\">Office\/Commercial Unit<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"School\/College\/Uni\" \/><span class=\"wpcf7-list-item-label\">School\/College\/Uni<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"radio-415\" value=\"Religious Building\" \/><span class=\"wpcf7-list-item-label\">Religious Building<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"radio-415\" value=\"Others\" \/><span class=\"wpcf7-list-item-label\">Others<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><label> Service Address<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-address\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-address\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><label> Tell me more (your message) (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><label> Upload Photos of Affected Areas Photo 1 (max 4mb) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"file-468\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.jpeg,.gif,.pdf,.png\" aria-invalid=\"false\" type=\"file\" name=\"file-468\" \/><\/span>\n<\/p>\n<p><label> Upload Photos of Affected Areas Photo 2 (max 4mb) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"file-469\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.jpeg,.gif,.pdf,.png\" aria-invalid=\"false\" type=\"file\" name=\"file-469\" \/><\/span>\n<\/p>\n<p><label> Upload Photos of Affected Areas Photo 3 (max 4mb) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"file-470\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.jpeg,.gif,.pdf,.png\" aria-invalid=\"false\" type=\"file\" name=\"file-470\" \/><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- OFFICE \/ MAP -->\n  <section class=\"mpc-section mpc-section-white\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-section-head\">\n        <div class=\"mpc-eyebrow\">Visit Our Office<\/div>\n        <h2>Find us in <em>Setapak.<\/em><\/h2>\n        <p>Our head office is located in Wangsa Delima, Setapak. Walk-ins welcome during business hours.<\/p>\n      <\/div>\n\n      <div class=\"mpc-office\">\n        <div class=\"mpc-office-info\">\n          <div class=\"mpc-eyebrow\">Head Office<\/div>\n          <h3>Malaysian Pest Control Sdn Bhd<\/h3>\n\n          <div class=\"mpc-office-row\">\n            <div class=\"mpc-office-row-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"mpc-office-row-label\">Address<\/div>\n              <div class=\"mpc-office-row-val\">\n                No 1, Tingkat 3,<br>\n                Jalan Wangsa Delima 10,<br>\n                53300 Setapak, Kuala Lumpur\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"mpc-office-row\">\n            <div class=\"mpc-office-row-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"mpc-office-row-label\">Business Hours<\/div>\n              <div class=\"mpc-office-row-val\">\n                Monday \u2013 Friday: 8.30am \u2013 5.30pm<br>\n                Saturday: 9.00am \u2013 1.00pm\n                <small>Closed on Sundays &#038; public holidays. WhatsApp anytime.<\/small>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"mpc-office-row\">\n            <div class=\"mpc-office-row-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"mpc-office-row-label\">Phone<\/div>\n              <div class=\"mpc-office-row-val\">\n                <a href=\"tel:+60162911577\">+6016 291 1577<\/a><br>\n                <a href=\"tel:+60122671577\">+6012 267 1577<\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"mpc-office-row\">\n            <div class=\"mpc-office-row-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"1\"\/><path d=\"m22 7-10 5L2 7\"\/><\/svg>\n            <\/div>\n            <div>\n              <div class=\"mpc-office-row-label\">Email<\/div>\n              <div class=\"mpc-office-row-val\">\n                <a href=\"mailto:help@msianpestcontrol.com\">help@msianpestcontrol.com<\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"mpc-map\">\n          <iframe src=\"https:\/\/www.google.com\/maps?q=Jalan+Wangsa+Delima+10,+53300+Setapak,+Kuala+Lumpur&#038;output=embed\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" title=\"Malaysian Pest Control office location\"><\/iframe>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST STRIP -->\n  <div class=\"mpc-trust\">\n    <div class=\"mpc-container mpc-trust-inner\">\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2713<\/div>\n        <div><strong>ISO 9001 Certified<\/strong><span>Quality management<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">\u2605<\/div>\n        <div><strong>HACCP Approved<\/strong><span>Food-safe protocols<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">59<\/div>\n        <div><strong>Since 1967<\/strong><span>Established reputation<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">G3<\/div>\n        <div><strong>CIDB Registered<\/strong><span>G3 Contractor<\/span><\/div>\n      <\/div>\n      <div class=\"mpc-trust-item\">\n        <div class=\"mpc-trust-icon\">Rx<\/div>\n        <div><strong>Licensed Pesticides<\/strong><span>BASF \u00b7 Bayer \u00b7 Syngenta<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- HELPFUL LINKS -->\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\">Before You Reach Out<\/div>\n        <h2>You might find your <em>answer here.<\/em><\/h2>\n        <p>Common questions and useful pages \u2014 sometimes faster than waiting for a reply.<\/p>\n      <\/div>\n\n      <div class=\"mpc-links-grid\">\n        <a href=\"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">Pricing<\/div>\n          <div class=\"mpc-link-title\">How much does pest control cost?<\/div>\n          <p class=\"mpc-link-desc\">Transparent reference pricing for every treatment, from RM130 for general pests to termite specialist work.<\/p>\n          <span class=\"mpc-link-action\">View pricing guide \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/pest-control-faq\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">FAQ<\/div>\n          <div class=\"mpc-link-title\">Frequently asked questions<\/div>\n          <p class=\"mpc-link-desc\">Safety, scheduling, treatment frequency, methods \u2014 answers to what customers ask most often.<\/p>\n          <span class=\"mpc-link-action\">Read FAQ \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/termites-anai-anai\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">Specialist<\/div>\n          <div class=\"mpc-link-title\">Termite treatment options<\/div>\n          <p class=\"mpc-link-desc\">Baiting, drilling, soil treatment \u2014 explore the right termite solution for your property.<\/p>\n          <span class=\"mpc-link-action\">Termite services \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/feedback-or-complaint\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">Feedback<\/div>\n          <div class=\"mpc-link-title\">Feedback or complaint<\/div>\n          <p class=\"mpc-link-desc\">Already a customer? Share feedback or raise a complaint \u2014 we take both seriously.<\/p>\n          <span class=\"mpc-link-action\">Submit feedback \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/sectors\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">Business<\/div>\n          <div class=\"mpc-link-title\">Commercial &#038; industrial<\/div>\n          <p class=\"mpc-link-desc\">F&#038;B, factories, warehouses, healthcare \u2014 sector-specific pest management programmes.<\/p>\n          <span class=\"mpc-link-action\">View sectors \u2192<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/msianpestcontrol.com\/jobs-and-career-opportunities\/\" class=\"mpc-link-card\">\n          <div class=\"mpc-link-kicker\">Careers<\/div>\n          <div class=\"mpc-link-title\">Work with us<\/div>\n          <p class=\"mpc-link-desc\">Looking to join the MPC team? Explore current openings and career opportunities.<\/p>\n          <span class=\"mpc-link-action\">View careers \u2192<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA BAND -->\n  <section class=\"mpc-cta-band\">\n    <div class=\"mpc-container\">\n      <div class=\"mpc-cta-inner\">\n        <div>\n          <div class=\"mpc-eyebrow\" style=\"color: var(--mpc-gold);\">Still prefer to talk?<\/div>\n          <h2>Message us on <em>WhatsApp.<\/em><\/h2>\n          <p>The fastest way to reach us. Send a photo of your pest issue and we&#8217;ll respond promptly.<\/p>\n        <\/div>\n        <div class=\"mpc-cta-right\">\n          <div class=\"mpc-cta-buttons\">\n            <a href=\"https:\/\/wa.link\/ghnbe5\" class=\"mpc-btn mpc-btn-gold\">Open WhatsApp<\/a>\n            <a href=\"https:\/\/msianpestcontrol.com\/pest-control-price-or-charges\/\" class=\"mpc-btn mpc-btn-ghost\">View Pricing<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n<!-- END MPC CONTACT US PAGE -->\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get in touch Tell us about your pest problem. Free inspection. Honest quotation. Prompt response [&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-81","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Malaysian Pest Control Sdn Bhd | Get in Touch for Expert Help<\/title>\n<meta name=\"description\" content=\"Malaysian Pest Control Sdn Bhd : Expert Pest Control Solutions: Safe, effective treatments for homes &amp; businesses. Contact us today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/msianpestcontrol.com\/ar\/\u0627\u062a\u0635\u0644-\u0628\u0646\u0627\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Malaysian Pest Control Sdn Bhd | Get in Touch for Expert Help\" \/>\n<meta property=\"og:description\" content=\"Malaysian Pest Control Sdn Bhd : Expert Pest Control Solutions: Safe, effective treatments for homes &amp; businesses. Contact us today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/msianpestcontrol.com\/ar\/\u0627\u062a\u0635\u0644-\u0628\u0646\u0627\/\" \/>\n<meta property=\"og:site_name\" content=\"MALAYSIAN PEST CONTROL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/msianpestcontrol\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T07:18:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/contact-us\\\/\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/contact-us\\\/\",\"name\":\"Malaysian Pest Control Sdn Bhd | Get in Touch for Expert Help\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#website\"},\"datePublished\":\"2023-04-13T07:07:03+00:00\",\"dateModified\":\"2026-04-23T07:18:53+00:00\",\"description\":\"Malaysian Pest Control Sdn Bhd : Expert Pest Control Solutions: Safe, effective treatments for homes & businesses. Contact us today!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/contact-us\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/msianpestcontrol.com\\\/contact-us\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/contact-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/msianpestcontrol.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#website\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/\",\"name\":\"MALAYSIAN PEST CONTROL\",\"description\":\"Guarding Homes, Offices and Buildings Since 1967\",\"publisher\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/msianpestcontrol.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#organization\",\"name\":\"MALAYSIAN PEST CONTROL\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/msianpestcontrol.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mpc-blue-transparent.png\",\"contentUrl\":\"https:\\\/\\\/msianpestcontrol.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/mpc-blue-transparent.png\",\"width\":2378,\"height\":2378,\"caption\":\"MALAYSIAN PEST CONTROL\"},\"image\":{\"@id\":\"https:\\\/\\\/msianpestcontrol.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/msianpestcontrol\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062d\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629 Sdn Bhd | \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u062e\u0628\u0631\u0627\u0621","description":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629 Sdn Bhd: \u062d\u0644\u0648\u0644 \u0627\u0644\u062e\u0628\u0631\u0627\u0621 \u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a: \u0639\u0644\u0627\u062c\u0627\u062a \u0622\u0645\u0646\u0629 \u0648\u0641\u0639\u0627\u0644\u0629 \u0644\u0644\u0645\u0646\u0627\u0632\u0644 \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u062a. \u0627\u062a\u0635\u0644 \u0628\u0646\u0627 \u0627\u0644\u064a\u0648\u0645!","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:\/\/msianpestcontrol.com\/ar\/\u0627\u062a\u0635\u0644-\u0628\u0646\u0627\/","og_locale":"ar_AR","og_type":"article","og_title":"Malaysian Pest Control Sdn Bhd | Get in Touch for Expert Help","og_description":"Malaysian Pest Control Sdn Bhd : Expert Pest Control Solutions: Safe, effective treatments for homes & businesses. Contact us today!","og_url":"https:\/\/msianpestcontrol.com\/ar\/\u0627\u062a\u0635\u0644-\u0628\u0646\u0627\/","og_site_name":"MALAYSIAN PEST CONTROL","article_publisher":"https:\/\/www.facebook.com\/msianpestcontrol\/","article_modified_time":"2026-04-23T07:18:53+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"3 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/msianpestcontrol.com\/contact-us\/","url":"https:\/\/msianpestcontrol.com\/contact-us\/","name":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062d\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629 Sdn Bhd | \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u062e\u0628\u0631\u0627\u0621","isPartOf":{"@id":"https:\/\/msianpestcontrol.com\/#website"},"datePublished":"2023-04-13T07:07:03+00:00","dateModified":"2026-04-23T07:18:53+00:00","description":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629 Sdn Bhd: \u062d\u0644\u0648\u0644 \u0627\u0644\u062e\u0628\u0631\u0627\u0621 \u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u0622\u0641\u0627\u062a: \u0639\u0644\u0627\u062c\u0627\u062a \u0622\u0645\u0646\u0629 \u0648\u0641\u0639\u0627\u0644\u0629 \u0644\u0644\u0645\u0646\u0627\u0632\u0644 \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u062a. \u0627\u062a\u0635\u0644 \u0628\u0646\u0627 \u0627\u0644\u064a\u0648\u0645!","breadcrumb":{"@id":"https:\/\/msianpestcontrol.com\/contact-us\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/msianpestcontrol.com\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/msianpestcontrol.com\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/msianpestcontrol.com\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/msianpestcontrol.com\/#website","url":"https:\/\/msianpestcontrol.com\/","name":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062d\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629","description":"\u062d\u0631\u0627\u0633\u0629 \u0627\u0644\u0645\u0646\u0627\u0632\u0644 \u0648\u0627\u0644\u0645\u0643\u0627\u062a\u0628 \u0648\u0627\u0644\u0645\u0628\u0627\u0646\u064a \u0645\u0646\u0630 \u0639\u0627\u0645 1967","publisher":{"@id":"https:\/\/msianpestcontrol.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/msianpestcontrol.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/msianpestcontrol.com\/#organization","name":"\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062d\u0634\u0631\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0632\u064a\u0629","url":"https:\/\/msianpestcontrol.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/msianpestcontrol.com\/#\/schema\/logo\/image\/","url":"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2026\/04\/mpc-blue-transparent.png","contentUrl":"https:\/\/msianpestcontrol.com\/wp-content\/uploads\/2026\/04\/mpc-blue-transparent.png","width":2378,"height":2378,"caption":"MALAYSIAN PEST CONTROL"},"image":{"@id":"https:\/\/msianpestcontrol.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/msianpestcontrol\/"]}]}},"_links":{"self":[{"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/pages\/81","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/comments?post=81"}],"version-history":[{"count":4,"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/pages\/81\/revisions"}],"predecessor-version":[{"id":1275,"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/pages\/81\/revisions\/1275"}],"wp:attachment":[{"href":"https:\/\/msianpestcontrol.com\/ar\/wp-json\/wp\/v2\/media?parent=81"}],"curies":[{"name":"\u0648\u0648\u0631\u062f\u0628\u0631\u064a\u0633","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}