{"id":9,"date":"2026-02-08T17:18:20","date_gmt":"2026-02-08T17:18:20","guid":{"rendered":"https:\/\/demo.auratheme.org\/pestannihilate\/?page_id=9"},"modified":"2026-02-22T14:53:17","modified_gmt":"2026-02-22T14:53:17","slug":"home-one","status":"publish","type":"page","link":"https:\/\/demo.auratheme.org\/pestannihilate\/","title":{"rendered":"Home one"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5544dcd e-con-full e-flex e-con e-parent\" data-id=\"5544dcd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-89ba3da elementor-widget elementor-widget-pestannihilate_hero_slider\" data-id=\"89ba3da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_hero_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"pest-hero\" id=\"pest-hero-89ba3da\">\r\n            <!-- Background Pattern -->\r\n                        <div class=\"hero-bg-pattern\"><\/div>\r\n                        \r\n            <!-- Floating Particles -->\r\n                        <div class=\"floating-particles\" id=\"particles-pest-hero-89ba3da\"><\/div>\r\n                        \r\n            <!-- Insect Trail Container -->\r\n                        <div class=\"insect-trail\" id=\"insectTrail-pest-hero-89ba3da\"><\/div>\r\n                        \r\n            <div class=\"hero-container\">\r\n                <!-- Content Left Side -->\r\n                <div class=\"hero-content\">\r\n                                        <span class=\"hero-eyebrow\">\r\n                        <i class=\"fas fa-shield-alt\"><\/i> Professional Pest Control                    <\/span>\r\n                                        \r\n                                        <h1 class=\"hero-title\">\r\n                        Eliminate Pests, Restore Peace To Your Space                    <\/h1>\r\n                                        \r\n                                        <p class=\"hero-description\">\r\n                        We provide safe, effective pest control solutions for homes and businesses. Our certified technicians use environmentally-friendly methods to eliminate pests and prevent future infestations.                    <\/p>\r\n                                        \r\n                    <div class=\"hero-cta\">\r\n                                                <a href=\"\/pestannihilate\/booking\" class=\"btn-primary\">\r\n                            <i class=\"fas fa-phone-alt\"><\/i> Free Inspection                        <\/a>\r\n                                                \r\n                                                <a href=\"\/pestannihilate\/our-services\" class=\"btn-secondary\">\r\n                            <i class=\"fas fa-list\"><\/i> Our Services                        <\/a>\r\n                                            <\/div>\r\n                    \r\n                                    <\/div>\r\n                \r\n                <!-- Visual Right Side -->\r\n                <div class=\"hero-visual\">\r\n                                        <!-- Invisible hover zone around insect -->\r\n                    <div class=\"insect-hover-zone\" id=\"insetHoverZone-pest-hero-89ba3da\"\r\n                         data-horizontal=\"25\"\r\n                         data-vertical=\"60\"><\/div>\r\n                                        \r\n                    <!-- Flying Insect as Image -->\r\n                                        <div class=\"flying-insect\" id=\"flyingInsect-pest-hero-89ba3da\"\r\n                         data-horizontal=\"25\"\r\n                         data-vertical=\"60\"\r\n                         data-movement=\"90\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/flying-insect.png\" \r\n                                 alt=\"Flying Insect\" \r\n                                 class=\"insect-image\">\r\n                                            <\/div>\r\n                                        \r\n                    <!-- Technician Image -->\r\n                                        <div class=\"technician-image\">\r\n                        <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/hero-image-style2.webp\" \r\n                             alt=\"Pest Control Technician\">\r\n                    <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n                <script>\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            (function($) {\r\n                'use strict';\r\n                \r\n                var widgetId = 'pest-hero-89ba3da';\r\n                var insect = document.getElementById('flyingInsect-' + widgetId);\r\n                var hoverZone = document.getElementById('insetHoverZone-' + widgetId);\r\n                var insectTrail = document.getElementById('insectTrail-' + widgetId);\r\n                var particlesContainer = document.getElementById('particles-' + widgetId);\r\n                \r\n                if (!insect || !hoverZone) return;\r\n                \r\n                \/\/ Get insect position from data attributes\r\n                var baseLeft = parseFloat(insect.getAttribute('data-horizontal')) || 70;\r\n                var baseTop = parseFloat(insect.getAttribute('data-vertical')) || 30;\r\n                var maxMovement = parseFloat(insect.getAttribute('data-movement')) || 25;\r\n                \r\n                var isHovering = false;\r\n                var hoverStartTime = 0;\r\n                \r\n                \/\/ Movement variables\r\n                var currentX = 0;\r\n                var currentY = 0;\r\n                var targetX = 0;\r\n                var targetY = 0;\r\n                \r\n                \/\/ Create floating particles\r\n                function createParticles() {\r\n                    if (!particlesContainer) return;\r\n                    \r\n                    for (var i = 0; i < 15; i++) {\r\n                        var particle = document.createElement('div');\r\n                        particle.className = 'particle';\r\n                        \r\n                        \/\/ Random position and size\r\n                        var size = Math.random() * 4 + 2;\r\n                        var left = Math.random() * 100;\r\n                        var animationDuration = Math.random() * 10 + 10;\r\n                        var animationDelay = Math.random() * 5;\r\n                        \r\n                        particle.style.width = size + 'px';\r\n                        particle.style.height = size + 'px';\r\n                        particle.style.left = left + '%';\r\n                        particle.style.animationDuration = animationDuration + 's';\r\n                        particle.style.animationDelay = animationDelay + 's';\r\n                        \r\n                        \/\/ Color variation based on accent color\r\n                        var opacity = Math.random() * 0.3 + 0.1;\r\n                        particle.style.backgroundColor = 'rgba(206, 6, 6, ' + opacity + ')';\r\n                        \r\n                        particlesContainer.appendChild(particle);\r\n                    }\r\n                }\r\n                \r\n                \/\/ Set insect initial position\r\n                function setInsectPosition() {\r\n                    insect.style.left = baseLeft + '%';\r\n                    insect.style.top = baseTop + '%';\r\n                    hoverZone.style.left = baseLeft + '%';\r\n                    hoverZone.style.top = baseTop + '%';\r\n                }\r\n                \r\n                \/\/ Update insect position based on mouse movement within hover zone\r\n                function updateInsectPosition(e) {\r\n                    if (!isHovering) return;\r\n                    \r\n                    \/\/ Get hover zone bounds\r\n                    var bounds = hoverZone.getBoundingClientRect();\r\n                    var zoneCenterX = bounds.left + bounds.width \/ 2;\r\n                    var zoneCenterY = bounds.top + bounds.height \/ 2;\r\n                    \r\n                    \/\/ Calculate mouse position relative to zone center\r\n                    var mouseX = e.clientX;\r\n                    var mouseY = e.clientY;\r\n                    \r\n                    \/\/ Calculate distance from center\r\n                    var distX = mouseX - zoneCenterX;\r\n                    var distY = mouseY - zoneCenterY;\r\n                    \r\n                    \/\/ Calculate how long hover has been active\r\n                    var hoverDuration = Date.now() - hoverStartTime;\r\n                    \r\n                    \/\/ Apply movement with easing\r\n                    var movementFactor = Math.min(1, hoverDuration \/ 500); \/\/ Ease in over 500ms\r\n                    \r\n                    \/\/ Calculate movement (inverse of mouse position - move away from cursor)\r\n                    var moveX = -(distX \/ (bounds.width \/ 2)) * maxMovement * movementFactor;\r\n                    var moveY = -(distY \/ (bounds.height \/ 2)) * maxMovement * movementFactor;\r\n                    \r\n                    \/\/ Update target position\r\n                    targetX = moveX;\r\n                    targetY = moveY;\r\n                }\r\n                \r\n                \/\/ Animation loop for smooth movement\r\n                function animateInsect() {\r\n                    \/\/ Smoothly interpolate to target position\r\n                    currentX += (targetX - currentX) * 0.1;\r\n                    currentY += (targetY - currentY) * 0.1;\r\n                    \r\n                    \/\/ Apply movement\r\n                    insect.style.transform = 'translate(' + currentX + 'px, ' + currentY + 'px)';\r\n                    \r\n                    \/\/ Continue animation\r\n                    requestAnimationFrame(animateInsect);\r\n                }\r\n                \r\n                \/\/ Hover zone events\r\n                hoverZone.addEventListener('mouseenter', function(e) {\r\n                    isHovering = true;\r\n                    hoverStartTime = Date.now();\r\n                    insect.style.transition = 'transform 0.2s ease-out';\r\n                });\r\n                \r\n                hoverZone.addEventListener('mousemove', function(e) {\r\n                    updateInsectPosition(e);\r\n                });\r\n                \r\n                hoverZone.addEventListener('mouseleave', function() {\r\n                    isHovering = false;\r\n                    insect.style.transition = 'transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1)';\r\n                    \r\n                    \/\/ Gradually return to original position\r\n                    targetX = 0;\r\n                    targetY = 0;\r\n                });\r\n                \r\n                \/\/ Handle window resize\r\n                window.addEventListener('resize', function() {\r\n                    setInsectPosition();\r\n                });\r\n                \r\n                \/\/ Initialize\r\n                setInsectPosition();\r\n                if ('yes' === 'yes') {\r\n                    createParticles();\r\n                }\r\n                animateInsect();\r\n                \r\n            })(jQuery);\r\n        });\r\n        <\/script>\r\n                \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4076376 e-con-full e-flex e-con e-parent\" data-id=\"4076376\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-78ce46b e-flex e-con-boxed e-con e-child\" data-id=\"78ce46b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aa55435 e-con-full e-flex e-con e-child\" data-id=\"aa55435\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c227ef6 e-con-full e-flex e-con e-child\" data-id=\"c227ef6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ee91a7 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5ee91a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-building\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCommercial Pest Control\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29985cf elementor-widget elementor-widget-text-editor\" data-id=\"29985cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Reliable pest management for businesses, ensuring a clean, safe, and regulation-compliant environment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf200e5 elementor-widget elementor-widget-pestannihilate_button\" data-id=\"cf200e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-button-wrapper\">\r\n        <a  class=\"pestannihilate-button btn-default\">\r\n                        \r\n            <span class=\"pestannihilate-button-text\">Explore Commercial Services<\/span>\r\n            \r\n                    <\/a>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fc6131 e-con-full e-flex e-con e-child\" data-id=\"3fc6131\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-61db881 e-con-full e-flex e-con e-child\" data-id=\"61db881\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17f5e00 elementor-position-inline-start elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"17f5e00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-home\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tResidential Pest Control\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95b23dc elementor-widget elementor-widget-text-editor\" data-id=\"95b23dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Keep your home pest-free with our safe and family-friendly pest control solutions designed for lasting protection.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5cbdef elementor-widget elementor-widget-pestannihilate_button\" data-id=\"f5cbdef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-button-wrapper\">\r\n        <a href=\"\/pestannihilate\/services\/residential-pest-control\/\" class=\"pestannihilate-button btn-default\">\r\n                        \r\n            <span class=\"pestannihilate-button-text\">Explore Residential Services<\/span>\r\n            \r\n                    <\/a>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01099fa e-con-full e-flex e-con e-parent\" data-id=\"01099fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fc0a29c e-flex e-con-boxed e-con e-child\" data-id=\"fc0a29c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84009d1 elementor-widget elementor-widget-pestannihilate_about_us\" data-id=\"84009d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_about_us.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <section class=\"about-section\">\r\n            <div class=\"container\">\r\n                <div class=\"row align-items-center \">\r\n                    <!-- Visual Column -->\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"about-us-image-box\" data-animate=\"fade-right\">\r\n                            <!-- Main Image -->\r\n                            <div class=\"about-us-image\">\r\n                                <figure>\r\n                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"1024\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/about-us.webp\" class=\"attachment-large size-large wp-image-87\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/about-us.webp 800w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/about-us-234x300.webp 234w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/about-us-768x983.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>                                <\/figure>\r\n                            <\/div>\r\n                            \r\n                            <!-- Happy Customer Box -->\r\n                                                            <div class=\"happy-customer-box\">\r\n                                    <div class=\"happy-customer-box-content\">\r\n                                                                                    <div class=\"satisfy-client-images\">\r\n                                                                                                    <div class=\"satisfy-client-image\">\r\n                                                        <figure>\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/avatar1.webp\" alt=\"Happy Client\">\r\n                                                        <\/figure>\r\n                                                    <\/div>\r\n                                                                                                    <div class=\"satisfy-client-image\">\r\n                                                        <figure>\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/avatar2.webp\" alt=\"Happy Client\">\r\n                                                        <\/figure>\r\n                                                    <\/div>\r\n                                                                                                    <div class=\"satisfy-client-image\">\r\n                                                        <figure>\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/avatar3.webp\" alt=\"Happy Client\">\r\n                                                        <\/figure>\r\n                                                    <\/div>\r\n                                                                                                    <div class=\"satisfy-client-image\">\r\n                                                        <figure>\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/avatar4.webp\" alt=\"Happy Client\">\r\n                                                        <\/figure>\r\n                                                    <\/div>\r\n                                                                                                    <div class=\"satisfy-client-image\">\r\n                                                        <figure>\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/avatar5.webp\" alt=\"Happy Client\">\r\n                                                        <\/figure>\r\n                                                    <\/div>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                                                                    <div class=\"satisfy-client-content\">\r\n                                                <p>More Than 2K+ Satisfied Clients<\/p>\r\n                                            <\/div>\r\n                                                                            <\/div>\r\n                                <\/div>\r\n                                                        \r\n                            <!-- About Experience Box -->\r\n                                                            <div class=\"about-experience-box\">\r\n                                    <div class=\"about-experience-box-content\">\r\n                                                                                    <h2><span>20<\/span>+<\/h2>\r\n                                                                                \r\n                                                                                    <p>Years Of Experience<\/p>\r\n                                                                            <\/div>\r\n                                <\/div>\r\n                                                    <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Content Column -->\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"about-story\">\r\n                            <!-- Section Heading -->\r\n                                                            <div class=\"block-heading\">\r\n                                                                            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n                                            about us                                        <\/span>\r\n                                                                        \r\n                                                                            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n                                            Your Trusted Partner in Pest Elimination                                        <\/h2>\r\n                                                                        \r\n                                                                            <p class=\"block-description\" data-animate=\"fade-up\" data-delay=\"200\">\r\n                                            At PestAnnihilate, we&#039;re dedicated to creating pest-free environments through innovative solutions and decades of expertise. Our commitment to excellence ensures your home or business remains safe and comfortable.                                        <\/p>\r\n                                                                    <\/div>\r\n                                                        \r\n                            <!-- Timeline -->\r\n                                                            <ul class=\"about-timeline\" data-animate=\"fade-up\" data-delay=\"300\">\r\n                                                                            <li>\r\n                                                                                            <strong>Inspection First<\/strong>\r\n                                                                                        \r\n                                                                                            <span>We analyze before we act<\/span>\r\n                                                                                    <\/li>\r\n                                                                            <li>\r\n                                                                                            <strong>Targeted Treatment<\/strong>\r\n                                                                                        \r\n                                                                                            <span>Solutions built for your space<\/span>\r\n                                                                                    <\/li>\r\n                                                                            <li>\r\n                                                                                            <strong>Long-Term Prevention<\/strong>\r\n                                                                                        \r\n                                                                                            <span>Protection that lasts<\/span>\r\n                                                                                    <\/li>\r\n                                                                    <\/ul>\r\n                                                        \r\n                            <!-- Stats -->\r\n                                                            <div class=\"about-inline-stats\">\r\n                                                                            <span>\r\n                                                                                            <b>2K+<\/b>\r\n                                                                                        \r\n                                                                                            Projects                                                                                    <\/span>\r\n                                                                            <span>\r\n                                                                                            <b>98%<\/b>\r\n                                                                                        \r\n                                                                                            Satisfaction                                                                                    <\/span>\r\n                                                                            <span>\r\n                                                                                            <b>50+<\/b>\r\n                                                                                        \r\n                                                                                            Experts                                                                                    <\/span>\r\n                                                                    <\/div>\r\n                                                        \r\n                            <!-- CTA Button -->\r\n                                                            <div class=\"about-cta\" data-animate=\"fade-up\" data-delay=\"400\">\r\n                                                                        \r\n                                                                            <a href=\"\/pestannihilate\/about-us\" class=\"btn-default\">\r\n                                            More About                                        <\/a>\r\n                                                                    <\/div>\r\n                                                    <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79c8f91 e-flex e-con-boxed e-con e-parent\" data-id=\"79c8f91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aa1e37a e-con-full e-flex e-con e-child\" data-id=\"aa1e37a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-93ef0d4 e-con-full e-flex e-con e-child\" data-id=\"93ef0d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcbe78c elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"dcbe78c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-left\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            services        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Complete Pest Control Services        <\/h2>\r\n        \r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ac9ed12 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"ac9ed12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e4d1b3 elementor-widget elementor-widget-pestannihilate_button\" data-id=\"8e4d1b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-button-wrapper\">\r\n        <a  class=\"pestannihilate-button btn-default\">\r\n                        \r\n            <span class=\"pestannihilate-button-text\">All Services<\/span>\r\n            \r\n                    <\/a>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5510776 elementor-widget elementor-widget-pestannihilate_services\" data-id=\"5510776\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_services.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"pestannihilate-services-section\" >\r\n                <div class=\"pestannihilate-services-container\">\r\n                                    <!-- Tabs Layout -->\r\n                    <div class=\"pestannihilate-services-tabs-layout\" style=\"grid-template-columns: 1fr 1.1fr;\">\r\n                        <!-- Services List -->\r\n                        <ul class=\"pestannihilate-services-list\">\r\n                                                            <li class=\"pestannihilate-service-tab-item is-active\"\r\n                                    data-icon=\"fas fa-home\"\r\n                                    data-icon-html=\"&lt;i class=&quot;fas fa-home&quot;&gt;&lt;\/i&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Residential-Pest-Control.webp\"\r\n                                    data-title=\"Residential Pest Control\"\r\n                                    data-text=\"Complete home pest management solutions designed to protect your family and living space from infestations.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Residential Pest Control<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                            <li class=\"pestannihilate-service-tab-item \"\r\n                                    data-icon=\"fas fa-building\"\r\n                                    data-icon-html=\"&lt;i class=&quot;fas fa-building&quot;&gt;&lt;\/i&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Commercial-Pest-Control.webp\"\r\n                                    data-title=\"Commercial Pest Solutions\"\r\n                                    data-text=\"Professional pest control programs tailored for offices, restaurants, warehouses, and commercial facilities.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Commercial Pest Solutions<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                            <li class=\"pestannihilate-service-tab-item \"\r\n                                    data-icon=\"Array\"\r\n                                    data-icon-html=\"&lt;img src=&quot;https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/termite-svg.svg&quot; alt=&quot;icon&quot; class=&quot;pestannihilate-svg-icon &quot;&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Termite-Control.webp\"\r\n                                    data-title=\"Termite Control\"\r\n                                    data-text=\"Comprehensive termite control that detects, treats, and protects your property from structural damage.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Termite Control<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                            <li class=\"pestannihilate-service-tab-item \"\r\n                                    data-icon=\"Array\"\r\n                                    data-icon-html=\"&lt;img src=&quot;https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/bed-bug.svg&quot; alt=&quot;icon&quot; class=&quot;pestannihilate-svg-icon &quot;&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/bed-bugs.webp\"\r\n                                    data-title=\"Bed Bug Treatment\"\r\n                                    data-text=\"Fast and discreet bed bug removal using safe, proven treatment methods for your comfort.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Bed Bug Treatment<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                            <li class=\"pestannihilate-service-tab-item \"\r\n                                    data-icon=\"Array\"\r\n                                    data-icon-html=\"&lt;img src=&quot;https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/mouse.svg&quot; alt=&quot;icon&quot; class=&quot;pestannihilate-svg-icon &quot;&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Rodent-Control.webp\"\r\n                                    data-title=\"Rodent Control\"\r\n                                    data-text=\"We remove rats and mice quickly and seal entry points to prevent them from coming back.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Rodent Control<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                            <li class=\"pestannihilate-service-tab-item \"\r\n                                    data-icon=\"Array\"\r\n                                    data-icon-html=\"&lt;img src=&quot;https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/outdoor.svg&quot; alt=&quot;icon&quot; class=&quot;pestannihilate-svg-icon &quot;&gt;\"\r\n                                    data-image=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Outdoor-Pest-Control.webp\"\r\n                                    data-title=\"Outdoor Pest Control\"\r\n                                    data-text=\"Outdoor pest solutions that reduce mosquitoes, ants, and other pests for a safer environment.\"\r\n                                    data-link=\"\/pestannihilate\/services\/residential-pest-control\/\">\r\n                                    <span>Outdoor Pest Control<\/span>\r\n                                    <i class=\"fa-solid fa-arrow-right\"><\/i>\r\n                                <\/li>\r\n                                                    <\/ul>\r\n\r\n                        <!-- Preview Panel -->\r\n                        <div class=\"pestannihilate-services-preview\" data-animate=\"fade-left\">\r\n                            <!-- Floating Icon -->\r\n                            <div class=\"pestannihilate-preview-icon\">\r\n                                <i class=\"fas fa-home\"><\/i>                            <\/div>\r\n                            <div class=\"pestannihilate-preview-img-wrapper\">\r\n                                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Residential-Pest-Control.webp\" alt=\"Residential Pest Control\">\r\n                                <div class=\"pestannihilate-preview-overlay\">\r\n                                    <h3 class=\"pestannihilate-service-title\">Residential Pest Control<\/h3>\r\n                                    <p class=\"pestannihilate-service-description\">Complete home pest management solutions designed to protect your family and living space from infestations.<\/p>\r\n                                                                        <a href=\"\/pestannihilate\/services\/residential-pest-control\/\" class=\"pestannihilate-service-link btn-default\">\r\n                                        View Service                                    <\/a>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                        <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99d705e e-flex e-con-boxed e-con e-parent\" data-id=\"99d705e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc12ebf elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"bc12ebf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-center\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            Our Coverage        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"150\">\r\n            Areas We Serve        <\/h2>\r\n        \r\n            <p class=\"block-description\" data-animate=\"fade-up\" data-delay=\"200\">\r\n            We provide top-notch services across multiple locations. Click on the pins to explore each area and get directions.        <\/p>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c52fe4 elementor-widget elementor-widget-pestannihilate_service_areas\" data-id=\"6c52fe4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_service_areas.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"service-locations\">\r\n        <div class=\"row\">\r\n            \r\n                            <!-- Counters Column -->\r\n                <div class=\"col-lg-4\">\r\n                    <div class=\"counters-layout1 counters-layout-vertical\">\r\n                                            <div class=\"counter-item d-flex align-items-center\" data-animate=\"fade-up\" data-delay=\"0\">\r\n                                                            <div class=\"counter-icon\">\r\n                                    <svg aria-hidden=\"true\" class=\"counter-icon-element e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>                                <\/div>\r\n                                                        <div>\r\n                                <h4 class=\"counter-number\">\r\n                                    <span class=\"counter-d\" data-target=\"60\">0<\/span>+                                <\/h4>\r\n                                <p class=\"counter-desc mb-0\">Cities &amp; Areas Served<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"counter-item d-flex align-items-center\" data-animate=\"fade-up\" data-delay=\"100\">\r\n                                                            <div class=\"counter-icon\">\r\n                                    <svg aria-hidden=\"true\" class=\"counter-icon-element e-font-icon-svg e-fas-home\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"><\/path><\/svg>                                <\/div>\r\n                                                        <div>\r\n                                <h4 class=\"counter-number\">\r\n                                    <span class=\"counter-d\" data-target=\"1250\">0<\/span>+                                <\/h4>\r\n                                <p class=\"counter-desc mb-0\">Residential &amp; Commercial Clients<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"counter-item d-flex align-items-center\" data-animate=\"fade-up\" data-delay=\"200\">\r\n                                                            <div class=\"counter-icon\">\r\n                                    <svg aria-hidden=\"true\" class=\"counter-icon-element e-font-icon-svg e-fas-bug\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"><\/path><\/svg>                                <\/div>\r\n                                                        <div>\r\n                                <h4 class=\"counter-number\">\r\n                                    <span class=\"counter-d\" data-target=\"25\">0<\/span>+                                <\/h4>\r\n                                <p class=\"counter-desc mb-0\">Pest Types Controlled<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                                        <\/div>\r\n                <\/div>\r\n                            \r\n                <!-- Map Column -->\r\n                <div class=\"col-lg-8\">\r\n                    <div class=\"sticky-top\">\r\n                        <div class=\"map-wrapper position-relative\">\r\n                                                            <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/map-placeholder.webp\" class=\"w-100\" alt=\"Service Map\">\r\n                                                        \r\n                                                            <div class=\"map-pin elementor-repeater-item-32d2c67\" data-animate=\"fade\" data-delay=\"300\">\r\n                                    <div class=\"pin-pointer\"><\/div>\r\n                                    <div class=\"pin-card\">\r\n                                                                                    <div class=\"pin-card-img\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/branch1.webp\" alt=\"Downtown Branch\">\r\n                                            <\/div>\r\n                                                                                <div class=\"pin-card-body\">\r\n                                            <h4 class=\"pin-card-title\">Downtown Branch<\/h4>\r\n                                            <p class=\"pin-card-desc\">123 Main Street, Cityville<\/p>\r\n                                            <a href=\"https:\/\/maps.google.com\" class=\"btn-default\" target=\"_blank\" rel=\"nofollow\">\r\n                                                <i class=\"fas fa-location-dot\"><\/i> <span>Get Directions<\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                                            <div class=\"map-pin elementor-repeater-item-bb57b11\" data-animate=\"fade\" data-delay=\"400\">\r\n                                    <div class=\"pin-pointer\"><\/div>\r\n                                    <div class=\"pin-card\">\r\n                                                                                    <div class=\"pin-card-img\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/branch2.webp\" alt=\"Uptown Branch\">\r\n                                            <\/div>\r\n                                                                                <div class=\"pin-card-body\">\r\n                                            <h4 class=\"pin-card-title\">Uptown Branch<\/h4>\r\n                                            <p class=\"pin-card-desc\">456 Elm Street, Cityville<\/p>\r\n                                            <a href=\"https:\/\/maps.google.com\" class=\"btn-default\" target=\"_blank\" rel=\"nofollow\">\r\n                                                <i class=\"fas fa-location-dot\"><\/i> <span>Get Directions<\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                                            <div class=\"map-pin elementor-repeater-item-7d9b0de\" data-animate=\"fade\" data-delay=\"500\">\r\n                                    <div class=\"pin-pointer\"><\/div>\r\n                                    <div class=\"pin-card\">\r\n                                                                                    <div class=\"pin-card-img\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/branch3.png\" alt=\"Suburban Branch\">\r\n                                            <\/div>\r\n                                                                                <div class=\"pin-card-body\">\r\n                                            <h4 class=\"pin-card-title\">Suburban Branch<\/h4>\r\n                                            <p class=\"pin-card-desc\">789 Oak Avenue, Townsville<\/p>\r\n                                            <a href=\"https:\/\/maps.google.com\" class=\"btn-default\" target=\"_blank\" rel=\"nofollow\">\r\n                                                <i class=\"fas fa-location-dot\"><\/i> <span>Get Directions<\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                                    <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                                \r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1527af e-flex e-con-boxed e-con e-parent\" data-id=\"d1527af\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b1caca elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"0b1caca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-center\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            Know Your Enemy        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Pests Encyclopedia        <\/h2>\r\n        \r\n            <p class=\"block-description\" data-animate=\"fade-up\" data-delay=\"200\">\r\n            Explore detailed information about common pests, their risks, and how to effectively control them.        <\/p>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1622849 elementor-invisible elementor-widget elementor-widget-pestannihilate_pest_encyclopedia\" data-id=\"1622849\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_pest_encyclopedia.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-pests-section pestannihilate-columns-desktop-3 pestannihilate-columns-tablet-2 pestannihilate-columns-mobile-2\">\r\n        <div class=\"pestannihilate-pests-container\">\r\n                            <!-- Grid Layout -->\r\n                <div class=\"pestannihilate-pests-grid \">\r\n                                    <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;0&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/flies.webp\" alt=\"Flies\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Flies<\/h4>\r\n                        <p>Known for painful bites and aggressive behavior.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;100&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/cockroach.webp\" alt=\"Cockroaches\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Cockroaches<\/h4>\r\n                        <p>Known for painful bites and aggressive behavior.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;200&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Bed-Bug.webp\" alt=\"Bed Bugs\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Bed Bugs<\/h4>\r\n                        <p>Can damage wood and structural areas of homes.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;300&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/rodents.webp\" alt=\"Rodents\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Rodents<\/h4>\r\n                        <p>Common household invader seeking food.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;400&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/spider.webp\" alt=\"Spiders\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Spiders<\/h4>\r\n                        <p>Often found outdoors in large colonies.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <div class=\"pestannihilate-pest-item\"  data-animate=&quot;fade-up-in&quot; data-delay=&quot;500&quot;>  \r\n                    <a href=\"\/pestannihilate\/pests\/house-flies\/\">\r\n                        <div class=\"pestannihilate-pest-card elementor-animation-grow\">\r\n                        <div class=\"pestannihilate-pest-image\">\r\n                            <figure class=\"pestannihilate-image-anime\">\r\n                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/ant.webp\" alt=\"Ants\">\r\n                            <\/figure>\r\n                        <\/div>\r\n                        <h4>Ants<\/h4>\r\n                        <p>Known for rapid colony growth indoors.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n                        <\/div>\r\n                \r\n                    <\/div>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dba94fa e-flex e-con-boxed e-con e-parent\" data-id=\"dba94fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee8e26 elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"4ee8e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-center\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            Our Process        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Simple &amp; Effective Pest Control Process        <\/h2>\r\n        \r\n            <p class=\"block-description\" data-animate=\"fade-up\" data-delay=\"200\">\r\n            From initial contact to complete pest elimination, our proven 5-step process ensures effective results        <\/p>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4d3aa9 elementor-widget elementor-widget-pestannihilate_process_steps\" data-id=\"a4d3aa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_process_steps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"process-steps\">\r\n            \r\n                        \r\n            <!-- Desktop Steps Layout with Connecting Lines -->\r\n            <div class=\"row d-none d-md-flex\">\r\n                <div class=\"col-lg-12\">\r\n                    <div class=\"process-steps-horizontal\" style=\"--steps-per-row: 5;\">\r\n                                                    <div class=\"process-step-item step-number-top-right\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;0&quot;>                                                                    <div class=\"step-line step-line-left\"><\/div>\r\n                                                                \r\n                                <div class=\"step-icon-wrapper\">\r\n                                    <div class=\"step-icon-circle\">\r\n                                                                                    <div class=\"icon-inner\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/calendar.svg\" alt=\"Contact &amp; Consultation\">\r\n                                            <\/div>\r\n                                                                                <span class=\"step-number\">01<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                                                    <div class=\"step-line step-line-right\"><\/div>\r\n                                                                \r\n                                <div class=\"step-content\">\r\n                                                                            <h4>Contact &amp; Consultation<\/h4>\r\n                                                                        \r\n                                                                            <p>Call or book online for a free initial assessment of your pest situation.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-item step-number-top-right\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;100&quot;>                                                                    <div class=\"step-line step-line-left\"><\/div>\r\n                                                                \r\n                                <div class=\"step-icon-wrapper\">\r\n                                    <div class=\"step-icon-circle\">\r\n                                                                                    <div class=\"icon-inner\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/check.svg\" alt=\"Site Inspection\">\r\n                                            <\/div>\r\n                                                                                <span class=\"step-number\">02<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                                                    <div class=\"step-line step-line-right\"><\/div>\r\n                                                                \r\n                                <div class=\"step-content\">\r\n                                                                            <h4>Site Inspection<\/h4>\r\n                                                                        \r\n                                                                            <p>Thorough inspection by certified experts to identify pests and entry points.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-item step-number-top-right\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;200&quot;>                                                                    <div class=\"step-line step-line-left\"><\/div>\r\n                                                                \r\n                                <div class=\"step-icon-wrapper\">\r\n                                    <div class=\"step-icon-circle\">\r\n                                                                                    <div class=\"icon-inner\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/task.svg\" alt=\"Customized Treatment Plan\">\r\n                                            <\/div>\r\n                                                                                <span class=\"step-number\">03<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                                                    <div class=\"step-line step-line-right\"><\/div>\r\n                                                                \r\n                                <div class=\"step-content\">\r\n                                                                            <h4>Customized Treatment Plan<\/h4>\r\n                                                                        \r\n                                                                            <p>Personalized solution using safe, effective methods for your specific needs.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-item step-number-top-right\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;300&quot;>                                                                    <div class=\"step-line step-line-left\"><\/div>\r\n                                                                \r\n                                <div class=\"step-icon-wrapper\">\r\n                                    <div class=\"step-icon-circle\">\r\n                                                                                    <div class=\"icon-inner\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/cleaning.svg\" alt=\"Professional Treatment\">\r\n                                            <\/div>\r\n                                                                                <span class=\"step-number\">04<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                                                    <div class=\"step-line step-line-right\"><\/div>\r\n                                                                \r\n                                <div class=\"step-content\">\r\n                                                                            <h4>Professional Treatment<\/h4>\r\n                                                                        \r\n                                                                            <p>Implementation of treatment plan using eco-friendly products and techniques.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-item step-number-top-right\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;400&quot;>                                                                    <div class=\"step-line step-line-left\"><\/div>\r\n                                                                \r\n                                <div class=\"step-icon-wrapper\">\r\n                                    <div class=\"step-icon-circle\">\r\n                                                                                    <div class=\"icon-inner\">\r\n                                                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/secure-shield.svg\" alt=\"Follow-up &amp; Prevention\">\r\n                                            <\/div>\r\n                                                                                <span class=\"step-number\">05<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                                                    <div class=\"step-line step-line-right\"><\/div>\r\n                                                                \r\n                                <div class=\"step-content\">\r\n                                                                            <h4>Follow-up &amp; Prevention<\/h4>\r\n                                                                        \r\n                                                                            <p>Regular monitoring and preventive measures to ensure long-term protection.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                            <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Mobile Steps Layout (Vertical with Left Line) -->\r\n            <div class=\"row d-md-none\">\r\n                <div class=\"col-lg-12\">\r\n                    <div class=\"process-steps-vertical\">\r\n                                                    <div class=\"process-step-vertical\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;0&quot;>                                                                    <div class=\"vertical-line\"><\/div>\r\n                                                                \r\n                                <div class=\"vertical-step-header\">\r\n                                    <div class=\"vertical-icon-circle step-number-top-right\">\r\n                                                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/calendar.svg\" alt=\"Contact &amp; Consultation\">\r\n                                                                                <span class=\"vertical-step-number\">01<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"vertical-step-content\">\r\n                                                                            <h4>Contact &amp; Consultation<\/h4>\r\n                                                                        \r\n                                                                            <p>Call or book online for a free initial assessment of your pest situation.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-vertical\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;100&quot;>                                                                    <div class=\"vertical-line\"><\/div>\r\n                                                                \r\n                                <div class=\"vertical-step-header\">\r\n                                    <div class=\"vertical-icon-circle step-number-top-right\">\r\n                                                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/check.svg\" alt=\"Site Inspection\">\r\n                                                                                <span class=\"vertical-step-number\">02<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"vertical-step-content\">\r\n                                                                            <h4>Site Inspection<\/h4>\r\n                                                                        \r\n                                                                            <p>Thorough inspection by certified experts to identify pests and entry points.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-vertical\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;200&quot;>                                                                    <div class=\"vertical-line\"><\/div>\r\n                                                                \r\n                                <div class=\"vertical-step-header\">\r\n                                    <div class=\"vertical-icon-circle step-number-top-right\">\r\n                                                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/task.svg\" alt=\"Customized Treatment Plan\">\r\n                                                                                <span class=\"vertical-step-number\">03<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"vertical-step-content\">\r\n                                                                            <h4>Customized Treatment Plan<\/h4>\r\n                                                                        \r\n                                                                            <p>Personalized solution using safe, effective methods for your specific needs.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-vertical\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;300&quot;>                                                                    <div class=\"vertical-line\"><\/div>\r\n                                                                \r\n                                <div class=\"vertical-step-header\">\r\n                                    <div class=\"vertical-icon-circle step-number-top-right\">\r\n                                                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/cleaning.svg\" alt=\"Professional Treatment\">\r\n                                                                                <span class=\"vertical-step-number\">04<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"vertical-step-content\">\r\n                                                                            <h4>Professional Treatment<\/h4>\r\n                                                                        \r\n                                                                            <p>Implementation of treatment plan using eco-friendly products and techniques.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                                    <div class=\"process-step-vertical\" data-animate=&quot;fade-up-in&quot; data-delay=&quot;400&quot;>                                                                \r\n                                <div class=\"vertical-step-header\">\r\n                                    <div class=\"vertical-icon-circle step-number-top-right\">\r\n                                                                                    <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/secure-shield.svg\" alt=\"Follow-up &amp; Prevention\">\r\n                                                                                <span class=\"vertical-step-number\">05<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"vertical-step-content\">\r\n                                                                            <h4>Follow-up &amp; Prevention<\/h4>\r\n                                                                        \r\n                                                                            <p>Regular monitoring and preventive measures to ensure long-term protection.<\/p>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                                            <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7900cc elementor-widget elementor-widget-pestannihilate_cta_button\" data-id=\"b7900cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_cta_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"pestannihilate-cta-wrapper pestannihilate-cta-layout-vertical\" >\r\n                <a href=\"\/pestannihilate\/booking\/\" class=\"pestannihilate-cta-button btn-default\">\r\n                                    <span class=\"pestannihilate-cta-button-icon pestannihilate-button-icon-before\"><\/span>                                \r\n                <span class=\"pestannihilate-cta-button-text\">Book Your Inspection<\/span>\r\n                \r\n                            <\/a>\r\n            \r\n                            <p class=\"pestannihilate-cta-description\">Quick response within 24 hours \u2022 Free initial consultation<\/p>\r\n                    <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d0c5f6 e-flex e-con-boxed e-con e-parent\" data-id=\"7d0c5f6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-db53775 e-con-full e-flex e-con e-child\" data-id=\"db53775\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6deae1d e-con-full e-flex e-con e-child\" data-id=\"6deae1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d59cb47 elementor-widget__width-initial elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"d59cb47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-left\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            Our Portfolio        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Explore our proven track record of pest-free solutions        <\/h2>\r\n        \r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2610a8f e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"2610a8f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d8681f elementor-widget elementor-widget-pestannihilate_button\" data-id=\"4d8681f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-button-wrapper\">\r\n        <a href=\"\/pestannihilate\/our-projects\/\" class=\"pestannihilate-button btn-default\">\r\n                        \r\n            <span class=\"pestannihilate-button-text\">All Projects<\/span>\r\n            \r\n                    <\/a>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7a9e09 elementor-widget__width-inherit elementor-widget elementor-widget-pestannihilate_projects\" data-id=\"f7a9e09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_projects.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"pestannihilate-projects-section\" >\r\n            <div class=\"pestannihilate-projects-container\">\r\n                                    <!-- Grid Layout with Filter -->\r\n                            <div class=\"pestannihilate-project-filter-wrapper\" data-animate=\"fade-up\" data-delay=\"150\">\r\n            <ul class=\"pestannihilate-project-filter pestannihilate-filter-center\">\r\n                <li>\r\n                    <button class=\"pestannihilate-filter-btn active\" data-filter=\"*\">\r\n                        All                    <\/button>\r\n                <\/li>\r\n                                    <li>\r\n                        <button class=\"pestannihilate-filter-btn\" data-filter=\"home\">\r\n                            Home Pest                        <\/button>\r\n                    <\/li>\r\n                                    <li>\r\n                        <button class=\"pestannihilate-filter-btn\" data-filter=\"commercial\">\r\n                            Commercial Pest                        <\/button>\r\n                    <\/li>\r\n                                    <li>\r\n                        <button class=\"pestannihilate-filter-btn\" data-filter=\"eco-friendly\">\r\n                            Eco-Friendly Pest                        <\/button>\r\n                    <\/li>\r\n                                    <li>\r\n                        <button class=\"pestannihilate-filter-btn\" data-filter=\"termite\">\r\n                            Termite &amp; Rodent                        <\/button>\r\n                    <\/li>\r\n                                    <li>\r\n                        <button class=\"pestannihilate-filter-btn\" data-filter=\"outdoor\">\r\n                            Outdoor Pest                        <\/button>\r\n                    <\/li>\r\n                            <\/ul>\r\n        <\/div>\r\n                            \r\n                                        \r\n                    <div class=\"pestannihilate-projects-grid\" \r\n                         data-columns-desktop=\"3\"\r\n                         data-columns-tablet=\"2\"\r\n                         data-columns-mobile=\"1\">\r\n                                <div class=\"pestannihilate-project-item home residential eco-friendly outdoor\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Villa-Pest-Elimination.webp\" alt=\"Villa Pest Elimination\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            Villa Pest Elimination                        <\/a>\r\n                    <\/h3>\r\n                                            <span>Residential<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"pestannihilate-project-item home commercial\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Restaurant-Pest-Free-Certification.webp\" alt=\"Restaurant Pest-Free Certification\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            Restaurant Pest-Free Certification                        <\/a>\r\n                    <\/h3>\r\n                                            <span>Commercial<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"pestannihilate-project-item eco-friendly termite\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Hotel-Full-Pest-Protection.webp\" alt=\"Hotel Full Pest Protection\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            Hotel Full Pest Protection                        <\/a>\r\n                    <\/h3>\r\n                                            <span>Commercial<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"pestannihilate-project-item home commercial\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Warehouse-Pest-Control-Operation.webp\" alt=\"Warehouse Pest Control Operation\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            Warehouse Pest Control Operation                        <\/a>\r\n                    <\/h3>\r\n                                            <span>termite,<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"pestannihilate-project-item home commercial outdoor\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/Garden-Landscape-Pest-Treatment.webp\" alt=\"Garden &amp; Landscape Pest Treatment\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            Garden &amp; Landscape Pest Treatment                        <\/a>\r\n                    <\/h3>\r\n                                            <span>Outdoor<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                <div class=\"pestannihilate-project-item home commercial\">\r\n            <div class=\"pestannihilate-single-project\">\r\n                <img decoding=\"async\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/School-Disinfection-Pest-Prevention.webp\" alt=\"School Disinfection &amp; Pest Prevention\">\r\n                <div class=\"pestannihilate-project-content\">\r\n                    <h3>\r\n                        <a href=\"#\">\r\n                            School Disinfection &amp; Pest Prevention                        <\/a>\r\n                    <\/h3>\r\n                                            <span>Rodents Control<\/span>\r\n                                        <a href=\"#\" class=\"pestannihilate-project-link\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n                            <\/div>\r\n                    \r\n                            <\/div>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-670db43 e-flex e-con-boxed e-con e-parent\" data-id=\"670db43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7895d64 e-flex e-con-boxed e-con e-child\" data-id=\"7895d64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-033de72 elementor-widget elementor-widget-pestannihilate_pricing_tables\" data-id=\"033de72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_pricing_tables.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <section class=\"pricing-section\">\r\n            <div class=\"container\">\r\n                <!-- Section Header -->\r\n                <div class=\"section-header text-left\">\r\n                                            <div class=\"block-heading\">\r\n                                                            <span class=\"block-eyebrow animated fade is-visible\" data-animate=\"fade\">\r\n                                    Pricing Plans                                <\/span>\r\n                                                        \r\n                                                            <h2 class=\"block-title animated fade-up is-visible\" data-animate=\"fade-up\" data-delay=\"100\">\r\n                                    Transparent Pricing for Effective Solutions                                <\/h2>\r\n                                                    <\/div>\r\n                                        \r\n                    <!-- Pricing Period Toggle -->\r\n                                            <div class=\"pricing-period-toggle\">\r\n                            <span class=\"period-label monthly active\" data-period=\"monthly\">\r\n                                Monthly                            <\/span>\r\n                            <div class=\"toggle-switch\">\r\n                                <input type=\"checkbox\" id=\"pricing-period-033de72\" class=\"toggle-checkbox\">\r\n                                <label for=\"pricing-period-033de72\" class=\"toggle-slider\"><\/label>\r\n                            <\/div>\r\n                            <span class=\"period-label annual\" data-period=\"annual\">\r\n                                Annual (Save 20%)                            <\/span>\r\n                        <\/div>\r\n                                    <\/div>\r\n\r\n                <!-- Pricing Tables -->\r\n                <div class=\"pricing-tables columns-3\">\r\n                                            <div class=\"pricing-card\" data-animate=\"fade-up\" data-delay=\"100\">\r\n                                                            <div class=\"plan-badge\">Popular<\/div>\r\n                                                        \r\n                            <div class=\"pricing-card-header\">\r\n                                <h3 class=\"plan-title\">Residential Basic<\/h3>\r\n                                                                    <p class=\"plan-description\">For small homes &amp; apartments<\/p>\r\n                                                                \r\n                                <div class=\"plan-price\">\r\n                                                                            <span class=\"price-amount\" \r\n                                              data-monthly=\"$49\" \r\n                                              data-annual=\"$39\">\r\n                                            $49                                        <\/span>\r\n                                        <span class=\"price-period\" \r\n                                              data-monthly=\"\/month\" \r\n                                              data-annual=\"\/month\">\r\n                                            \/month                                        <\/span>\r\n                                                                    <\/div>\r\n                                \r\n                                                                    <p class=\"price-note\">\r\n                                        Billed <span data-monthly=\"monthly\" data-annual=\"annually\">monthly<\/span>                                    <\/p>\r\n                                                            <\/div>\r\n                            \r\n                                                            <div class=\"pricing-card-body\">\r\n                                    <ul class=\"plan-features\">\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Initial Inspection &amp; Assessment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Quarterly Pest Treatments<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>1 follow-up visit<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item disabled\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-times-circle\"><\/i>\r\n                                                                                                                                                    <span>Termite treatment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item disabled\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-times-circle\"><\/i>\r\n                                                                                                                                                    <span>Emergency service<\/span>\r\n                                            <\/li>\r\n                                                                            <\/ul>\r\n                                <\/div>\r\n                                                        \r\n                            <div class=\"pricing-card-footer\">\r\n                                                                \r\n                                                                    <a href=&quot;#&quot; class=\"btn-pricing\">\r\n                                        Get Started                                    <\/a>\r\n                                                                \r\n                                                                    <p class=\"plan-info\">Up to 1500 sq. ft.<\/p>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"pricing-card featured\" data-animate=\"fade-up\" data-delay=\"200\">\r\n                                                            <div class=\"plan-badge\">Best Value<\/div>\r\n                                                        \r\n                            <div class=\"pricing-card-header\">\r\n                                <h3 class=\"plan-title\">Residential Standard<\/h3>\r\n                                                                    <p class=\"plan-description\">For medium to large homes<\/p>\r\n                                                                \r\n                                <div class=\"plan-price\">\r\n                                                                            <span class=\"price-amount\" \r\n                                              data-monthly=\"$79\" \r\n                                              data-annual=\"$63\">\r\n                                            $79                                        <\/span>\r\n                                        <span class=\"price-period\" \r\n                                              data-monthly=\"\/month\" \r\n                                              data-annual=\"\/month\">\r\n                                            \/month                                        <\/span>\r\n                                                                    <\/div>\r\n                                \r\n                                                                    <p class=\"price-note\">\r\n                                        Billed <span data-monthly=\"monthly\" data-annual=\"annually\">monthly<\/span>                                    <\/p>\r\n                                                            <\/div>\r\n                            \r\n                                                            <div class=\"pricing-card-body\">\r\n                                    <ul class=\"plan-features\">\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Initial Inspection &amp; Assessment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Quarterly Pest Treatments<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Termite treatment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Emergency service<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item disabled\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-times-circle\"><\/i>\r\n                                                                                                                                                    <span>Priority support<\/span>\r\n                                            <\/li>\r\n                                                                            <\/ul>\r\n                                <\/div>\r\n                                                        \r\n                            <div class=\"pricing-card-footer\">\r\n                                                                \r\n                                                                    <a href=&quot;#&quot; class=\"btn-pricing featured\">\r\n                                        Choose Plan                                    <\/a>\r\n                                                                \r\n                                                                    <p class=\"plan-info\">Up to 3000 sq. ft.<\/p>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"pricing-card\" data-animate=\"fade-up\" data-delay=\"300\">\r\n                                                        \r\n                            <div class=\"pricing-card-header\">\r\n                                <h3 class=\"plan-title\">Residential Premium<\/h3>\r\n                                                                    <p class=\"plan-description\">For complete pest-free living<\/p>\r\n                                                                \r\n                                <div class=\"plan-price\">\r\n                                                                            <span class=\"price-amount\" \r\n                                              data-monthly=\"$129\" \r\n                                              data-annual=\"$103\">\r\n                                            $129                                        <\/span>\r\n                                        <span class=\"price-period\" \r\n                                              data-monthly=\"\/month\" \r\n                                              data-annual=\"\/month\">\r\n                                            \/month                                        <\/span>\r\n                                                                    <\/div>\r\n                                \r\n                                                                    <p class=\"price-note\">\r\n                                        Billed <span data-monthly=\"monthly\" data-annual=\"annually\">monthly<\/span>                                    <\/p>\r\n                                                            <\/div>\r\n                            \r\n                                                            <div class=\"pricing-card-body\">\r\n                                    <ul class=\"plan-features\">\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Initial Inspection &amp; Assessment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Quarterly Pest Treatments<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Termite treatment<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Emergency service<\/span>\r\n                                            <\/li>\r\n                                                                                    <li class=\"feature-item\">\r\n                                                                                                                                                            <i class=\"fa-solid fa-check-circle\"><\/i>\r\n                                                                                                                                                    <span>Priority support<\/span>\r\n                                            <\/li>\r\n                                                                            <\/ul>\r\n                                <\/div>\r\n                                                        \r\n                            <div class=\"pricing-card-footer\">\r\n                                                                \r\n                                                                    <a href=&quot;#&quot; class=\"btn-pricing\">\r\n                                        Get Premium                                    <\/a>\r\n                                                                \r\n                                                                    <p class=\"plan-info\">Unlimited square footage<\/p>\r\n                                                            <\/div>\r\n                        <\/div>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d72ade8 e-flex e-con-boxed e-con e-parent\" data-id=\"d72ade8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8de0e78 e-flex e-con-boxed e-con e-child\" data-id=\"8de0e78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3bf260a e-con-full e-flex e-con e-child\" data-id=\"3bf260a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9f04bd elementor-widget elementor-widget-image\" data-id=\"b9f04bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"924\" height=\"980\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/FAQ-image.webp\" class=\"attachment-large size-large wp-image-265\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/FAQ-image.webp 924w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/FAQ-image-283x300.webp 283w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/FAQ-image-768x815.webp 768w\" sizes=\"(max-width: 924px) 100vw, 924px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-498e035 e-con-full e-flex e-con e-child\" data-id=\"498e035\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ebd5f93 e-con-full e-flex e-con e-child\" data-id=\"ebd5f93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-247d90e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"247d90e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">15,000+<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04ca3f5 elementor-widget elementor-widget-heading\" data-id=\"04ca3f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Homes Protected<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc764db e-con-full e-flex e-con e-child\" data-id=\"fc764db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6322c91 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6322c91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">98%<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bf00c0 elementor-widget elementor-widget-heading\" data-id=\"6bf00c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Satisfaction Rate<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee3f05f e-con-full e-flex e-con e-child\" data-id=\"ee3f05f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ae92e9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3ae92e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">24\/7<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c82d27 elementor-widget elementor-widget-heading\" data-id=\"8c82d27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Emergency Service\n\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f5dad5 e-con-full e-flex e-con e-child\" data-id=\"7f5dad5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae6b1c8 elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"ae6b1c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-left\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            frequently asked questions        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Find helpful answers to your pest control concerns        <\/h2>\r\n        \r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f61f15a elementor-widget elementor-widget-pestannihilate_accordion\" data-id=\"f61f15a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-accordion pestannihilate-accordion-type-faq\">\r\n        \r\n                \r\n        <div class=\"pestannihilate-accordion-container\" id=\"pestannihilate-accordion-8240\">\r\n                            <div class=\"pestannihilate-accordion-item\" data-animate=\"fade-up-in\" data-delay=\"0\">\r\n                    <h2 class=\"pestannihilate-accordion-header\" id=\"pestannihilate-accordion-8240-heading-0\">\r\n                        <button class=\"pestannihilate-accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#pestannihilate-accordion-8240-collapse-0\" aria-expanded=\"true\" data-bs-parent=\"#pestannihilate-accordion-8240\" aria-controls=\"pestannihilate-accordion-8240-collapse-0\">\r\n                                                            <span class=\"pestannihilate-accordion-number\">01<\/span>\r\n                                                        \r\n                                                        \r\n                            What types of pests do you treat?                            \r\n                                                            <span class=\"pestannihilate-accordion-icon\"><\/span>\r\n                                                    <\/button>\r\n                    <\/h2>\r\n                    \r\n                    <div id=\"pestannihilate-accordion-8240-collapse-0\" class=\"pestannihilate-accordion-collapse collapse show\" aria-labelledby=\"pestannihilate-accordion-8240-heading-0\" data-bs-parent=\"#pestannihilate-accordion-8240\">\r\n                        <div class=\"pestannihilate-accordion-body\">\r\n                            <p>We handle a wide range of pests, including rodents, ants, cockroaches, termites, bed bugs, mosquitoes, spiders, and wildlife. Our comprehensive approach ensures complete pest eradication.<\/p>                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                            <div class=\"pestannihilate-accordion-item\" data-animate=\"fade-up-in\" data-delay=\"200\">\r\n                    <h2 class=\"pestannihilate-accordion-header\" id=\"pestannihilate-accordion-8240-heading-1\">\r\n                        <button class=\"pestannihilate-accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#pestannihilate-accordion-8240-collapse-1\" aria-expanded=\"false\" data-bs-parent=\"#pestannihilate-accordion-8240\" aria-controls=\"pestannihilate-accordion-8240-collapse-1\">\r\n                                                            <span class=\"pestannihilate-accordion-number\">02<\/span>\r\n                                                        \r\n                                                        \r\n                            Are your pest control methods safe for my pets?                            \r\n                                                            <span class=\"pestannihilate-accordion-icon\"><\/span>\r\n                                                    <\/button>\r\n                    <\/h2>\r\n                    \r\n                    <div id=\"pestannihilate-accordion-8240-collapse-1\" class=\"pestannihilate-accordion-collapse collapse\" aria-labelledby=\"pestannihilate-accordion-8240-heading-1\" data-bs-parent=\"#pestannihilate-accordion-8240\">\r\n                        <div class=\"pestannihilate-accordion-body\">\r\n                            <p>Yes! We use pet-safe, EPA-approved treatments and eco-friendly solutions. We'll provide specific safety instructions for pet owners during and after treatment.<\/p>                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                            <div class=\"pestannihilate-accordion-item\" data-animate=\"fade-up-in\" data-delay=\"400\">\r\n                    <h2 class=\"pestannihilate-accordion-header\" id=\"pestannihilate-accordion-8240-heading-2\">\r\n                        <button class=\"pestannihilate-accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#pestannihilate-accordion-8240-collapse-2\" aria-expanded=\"false\" data-bs-parent=\"#pestannihilate-accordion-8240\" aria-controls=\"pestannihilate-accordion-8240-collapse-2\">\r\n                                                            <span class=\"pestannihilate-accordion-number\">03<\/span>\r\n                                                        \r\n                                                        \r\n                            How often should I schedule pest control services?                            \r\n                                                            <span class=\"pestannihilate-accordion-icon\"><\/span>\r\n                                                    <\/button>\r\n                    <\/h2>\r\n                    \r\n                    <div id=\"pestannihilate-accordion-8240-collapse-2\" class=\"pestannihilate-accordion-collapse collapse\" aria-labelledby=\"pestannihilate-accordion-8240-heading-2\" data-bs-parent=\"#pestannihilate-accordion-8240\">\r\n                        <div class=\"pestannihilate-accordion-body\">\r\n                            <p>For preventive maintenance, we recommend quarterly treatments. However, the frequency depends on your location, property type, and pest pressure level.<\/p>                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                            <div class=\"pestannihilate-accordion-item\" data-animate=\"fade-up-in\" data-delay=\"600\">\r\n                    <h2 class=\"pestannihilate-accordion-header\" id=\"pestannihilate-accordion-8240-heading-3\">\r\n                        <button class=\"pestannihilate-accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#pestannihilate-accordion-8240-collapse-3\" aria-expanded=\"false\" data-bs-parent=\"#pestannihilate-accordion-8240\" aria-controls=\"pestannihilate-accordion-8240-collapse-3\">\r\n                                                            <span class=\"pestannihilate-accordion-number\">04<\/span>\r\n                                                        \r\n                                                        \r\n                            Do you offer emergency pest control services?                            \r\n                                                            <span class=\"pestannihilate-accordion-icon\"><\/span>\r\n                                                    <\/button>\r\n                    <\/h2>\r\n                    \r\n                    <div id=\"pestannihilate-accordion-8240-collapse-3\" class=\"pestannihilate-accordion-collapse collapse\" aria-labelledby=\"pestannihilate-accordion-8240-heading-3\" data-bs-parent=\"#pestannihilate-accordion-8240\">\r\n                        <div class=\"pestannihilate-accordion-body\">\r\n                            <p>Yes, we offer 24\/7 emergency services for urgent pest situations. Our team can typically respond within 2-4 hours for critical infestations.<\/p>                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                            <div class=\"pestannihilate-accordion-item\" data-animate=\"fade-up-in\" data-delay=\"800\">\r\n                    <h2 class=\"pestannihilate-accordion-header\" id=\"pestannihilate-accordion-8240-heading-4\">\r\n                        <button class=\"pestannihilate-accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#pestannihilate-accordion-8240-collapse-4\" aria-expanded=\"false\" data-bs-parent=\"#pestannihilate-accordion-8240\" aria-controls=\"pestannihilate-accordion-8240-collapse-4\">\r\n                                                            <span class=\"pestannihilate-accordion-number\">05<\/span>\r\n                                                        \r\n                                                        \r\n                            How do I know if I have a pest infestation?                            \r\n                                                            <span class=\"pestannihilate-accordion-icon\"><\/span>\r\n                                                    <\/button>\r\n                    <\/h2>\r\n                    \r\n                    <div id=\"pestannihilate-accordion-8240-collapse-4\" class=\"pestannihilate-accordion-collapse collapse\" aria-labelledby=\"pestannihilate-accordion-8240-heading-4\" data-bs-parent=\"#pestannihilate-accordion-8240\">\r\n                        <div class=\"pestannihilate-accordion-body\">\r\n                            <p>Common signs include droppings, nests, property damage, unusual odors, and visible pests. We offer free inspections to identify and assess any infestation.<\/p>                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                        \r\n                            <div class=\"pestannihilate-accordion-cta\" data-animate=\"fade-up-in\" data-delay=\"1000\">\r\n                    <p>\r\n                                                    Still have questions?                                                \r\n                                                    <a href=\"\/pestannihilate\/contact-us\/\" class=\"pestannihilate-accordion-cta-link\">\r\n                                Contact our experts \u2192                            <\/a>\r\n                                            <\/p>\r\n                <\/div>\r\n                    <\/div>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4b81ed e-con-full e-flex e-con e-parent\" data-id=\"e4b81ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-44834f5 e-flex e-con-boxed e-con e-child\" data-id=\"44834f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-15dfd02 e-con-full e-flex e-con e-child\" data-id=\"15dfd02\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3ac3261 e-con-full e-flex e-con e-child\" data-id=\"3ac3261\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94a82a1 elementor-widget__width-initial elementor-widget elementor-widget-pestannihilate_heading\" data-id=\"94a82a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"block-heading align-left\">\r\n            <span class=\"block-eyebrow\" data-animate=\"fade\">\r\n            Latest blog        <\/span>\r\n        \r\n            <h2 class=\"block-title\" data-animate=\"fade-up\" data-delay=\"100\">\r\n            Stay up to date with our latest pest control advice        <\/h2>\r\n        \r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83582f7 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"83582f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cec5e03 elementor-widget elementor-widget-pestannihilate_button\" data-id=\"cec5e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-button-wrapper\">\r\n        <a href=\"\/pestannihilate\/blog\/\" class=\"pestannihilate-button btn-default\">\r\n                        \r\n            <span class=\"pestannihilate-button-text\">All Blogs<\/span>\r\n            \r\n                    <\/a>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8546381 elementor-widget elementor-widget-pestannihilate_blog_slider\" data-id=\"8546381\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pestannihilate_blog_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pestannihilate-blog-section\" >\r\n        <!-- Add this wrapper div for better navigation control -->\r\n        <div class=\"pestannihilate-blog-slider-outer\">\r\n            <div class=\"pestannihilate-blog-slider-container\">\r\n                <div class=\"pestannihilate-blog-slider swiper\" \r\n                     data-swiper-config='{\"slidesPerView\":\"3\",\"spaceBetween\":30,\"loop\":true,\"speed\":500,\"autoplay\":{\"delay\":3000},\"navigation\":true,\"pagination\":{\"el\":\".swiper-pagination\",\"clickable\":true,\"type\":\"bullets\"},\"breakpoints\":{\"0\":{\"slidesPerView\":\"1\",\"spaceBetween\":20},\"768\":{\"slidesPerView\":\"2\",\"spaceBetween\":30},\"992\":{\"slidesPerView\":\"3\",\"spaceBetween\":30}}}'>\r\n                    <div class=\"swiper-wrapper\">\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/the-hidden-dangers-of-bed-bugs\/\" class=\"pestannihilate-image-link\">\r\n                                                <img decoding=\"async\" width=\"768\" height=\"578\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image-6-768x578.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image-6-768x578.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image-6-300x226.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image-6.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Pest Identification                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        1 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/the-hidden-dangers-of-bed-bugs\/\">The Hidden Dangers of Bed Bugs<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/the-hidden-dangers-of-bed-bugs\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/eco-friendly-pest-control-is-it-effective\/\" class=\"pestannihilate-image-link\">\r\n                                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"577\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image5-768x577.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image5-768x577.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image5-300x225.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image5.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Eco-Friendly                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        1 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/eco-friendly-pest-control-is-it-effective\/\">Eco-Friendly Pest Control: Is It Effective?<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/eco-friendly-pest-control-is-it-effective\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-often-should-you-schedule-pest-control\/\" class=\"pestannihilate-image-link\">\r\n                                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"577\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image4-768x577.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image4-768x577.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image4-300x225.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image4.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Protection                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        1 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-often-should-you-schedule-pest-control\/\">How Often Should You Schedule Pest Control?<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-often-should-you-schedule-pest-control\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/why-diy-pest-control-often-fails\/\" class=\"pestannihilate-image-link\">\r\n                                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"577\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image3-768x577.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image3-768x577.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image3-300x225.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image3.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Protection                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        1 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/why-diy-pest-control-often-fails\/\">Why DIY Pest Control Often Fails<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/why-diy-pest-control-often-fails\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-to-keep-your-home-pest-free-year-round\/\" class=\"pestannihilate-image-link\">\r\n                                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"577\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image2-768x577.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image2-768x577.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image2-300x225.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image2.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Protection                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        1 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-to-keep-your-home-pest-free-year-round\/\">How to Keep Your Home Pest-Free Year Round<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/how-to-keep-your-home-pest-free-year-round\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                                    <div class=\"swiper-slide\">\r\n                                <article class=\"pestannihilate-blog-card elementor-animation-\">\r\n                                                                            <div class=\"pestannihilate-blog-image-container\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/5-signs-you-have-a-pest-problem-at-home\/\" class=\"pestannihilate-image-link\">\r\n                                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"576\" src=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image1-768x576.webp\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"\" srcset=\"https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image1-768x576.webp 768w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image1-300x225.webp 300w, https:\/\/demo.auratheme.org\/pestannihilate\/wp-content\/uploads\/2026\/02\/blog-image1.webp 1024w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                                                <div class=\"pestannihilate-image-overlay\"><\/div>\r\n                                            <\/a>\r\n                                            \r\n                                                                                            <div class=\"pestannihilate-category-badge\">\r\n                                                    <span class=\"pestannihilate-blog-category\" >\r\n                                                        Pest Identification                                                    <\/span>\r\n                                                <\/div>\r\n                                                                                    <\/div>\r\n                                                                        \r\n                                    <div class=\"pestannihilate-blog-card-body\">\r\n                                                                                    <div class=\"pestannihilate-blog-meta-row\">\r\n                                                                                                    <span class=\"pestannihilate-publish-date\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M11.6667 2.33333H2.33333C1.59695 2.33333 1 2.93029 1 3.66667V11.6667C1 12.403 1.59695 13 2.33333 13H11.6667C12.403 13 13 12.403 13 11.6667V3.66667C13 2.93029 12.403 2.33333 11.6667 2.33333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M1 5H13M4.33333 1V2.33333M9.66667 1V2.33333\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        Feb 9, 2026                                                    <\/span>\r\n                                                                                                \r\n                                                                                                    <span class=\"pestannihilate-reading-time\">\r\n                                                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\">\r\n                                                            <path d=\"M7 12.3333C10.0376 12.3333 12.5 9.87095 12.5 6.83333C12.5 3.79571 10.0376 1.33333 7 1.33333C3.96243 1.33333 1.5 3.79571 1.5 6.83333C1.5 9.87095 3.96243 12.3333 7 12.3333Z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/>\r\n                                                            <path d=\"M7 4V7L9 9\" stroke=\"currentColor\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/>\r\n                                                        <\/svg>\r\n                                                        2 min read                                                    <\/span>\r\n                                                                                            <\/div>\r\n                                                                                \r\n                                        <h3 class=\"pestannihilate-blog-title\">\r\n                                            <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/5-signs-you-have-a-pest-problem-at-home\/\">5 Signs You Have a Pest Problem at Home<\/a>\r\n                                        <\/h3>\r\n                                        \r\n                                                                                    <p class=\"pestannihilate-blog-excerpt\">Pests don\u2019t always announce their presence, but they often leave behind clear warning signs. Catching...<\/p>\r\n                                                                                \r\n                                                                                    <div class=\"pestannihilate-author-info\">\r\n                                                <div class=\"pestannihilate-author-avatar-small\">\r\n                                                    <img decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/7b34e59078c7a7d4f34327cf2cbe413b4cd37ff94f36d5793d76781fefd72747?s=36&#038;d=mm&#038;r=g\" alt=\"admin\">\r\n                                                <\/div>\r\n                                                <div class=\"pestannihilate-author-details\">\r\n                                                    <span class=\"pestannihilate-author-name\">admin<\/span>\r\n                                                    <span class=\"pestannihilate-author-role\">Writer<\/span>\r\n                                                <\/div>\r\n                                            <\/div>\r\n                                                                                \r\n                                                                                    <a href=\"https:\/\/demo.auratheme.org\/pestannihilate\/5-signs-you-have-a-pest-problem-at-home\/\" class=\"pestannihilate-read-more-link\">\r\n                                                <span>Read Article<\/span>\r\n                                                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\r\n                                                    <path d=\"M3 8H13M13 8L8 3M13 8L8 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                                <\/svg>\r\n                                            <\/a>\r\n                                                                            <\/div>\r\n                                <\/article>\r\n                            <\/div>\r\n                                            <\/div>\r\n                    \r\n                    \r\n                <\/div>\r\n                \r\n                <!-- Navigation arrows moved OUTSIDE the slider container but inside the outer wrapper -->\r\n                                    <div class=\"pestannihilate-blog-slider-nav pestannihilate-blog-slider-prev\">\r\n                        <i class=\"fas fa-chevron-left\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"pestannihilate-blog-slider-nav pestannihilate-blog-slider-next\">\r\n                        <i class=\"fas fa-chevron-right\"><\/i>\r\n                    <\/div>\r\n                \r\n                 <!-- pagination OUTSIDE the slider -->\r\n\r\n                                        <div class=\"pestannihilate-blog-pagination swiper-pagination\"><\/div>\r\n                             <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Professional Pest Control Eliminate Pests, Restore Peace To Your Space We provide safe, effective pest control solutions for homes and&#8230;<\/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-9","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":241,"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":811,"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/pages\/9\/revisions\/811"}],"wp:attachment":[{"href":"https:\/\/demo.auratheme.org\/pestannihilate\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}