<!DOCTYPE html>
<html lang="en">
<head>
    	 <script type="application/ld+json">
       {
            "@context": "http://schema.org",
            "@type": "NewsArticle",
            "headline": "Premier Pest Control Services in Queens, NY",
            "datePublished": "2021-03-11T22:49-0500",
            "dateModified": "2025-04-16T00:47-0400",
            "author": "advancedexterminating.com",
            "mainEntityOfPage": {
             "@type": "WebPage",
             "@id": "advancedexterminating.com"
          },
            "publisher": {
                "@type": "Organization",
                "name": "advancedexterminating.com",
                "logo": {
                    "@type": "ImageObject",
                    "url": ""
                }
            },
            "image": {
                "@type": "ImageObject",
                "url": "",
             
                
            
            
                },
            "description": "Professional, reliable pest control solutions for Queens homeowners and businesses. Get fast, effective treatments from Advanced Exterminating's certified technicians. Free estimates! "
          }
    </script>

<meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Advanced Exterminating: Premier Pest Control Services in Queens, NY</title>
    <link rel="canonical" href="https://advancedexterminating.com/index" />
<meta name="author" content="StructureCMS">
<meta name="robots" content="all"/>
<meta name="revisit-after" content="14 days" />
<meta name="googlebot" content="index,follow" />
 
 <meta name="keywords" content="" />



	<!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
	<!-- Bootstrap JS Bundle with Popper -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
    <!-- jQuery -->
    <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
    <!-- Bootstrap JS Bundle with Popper -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
    <!-- FontAwesome -->
    <script src="https://kit.fontawesome.com/5b996d5c1d.js" crossorigin="anonymous"></script>
  	<link rel="stylesheet" href="https://use.typekit.net/gqj2raa.css">

	<!-- Custom CSS -->
    <style>        /* Consolidated CSS for Pest Control Website */
:root {
    --primary-blue: #005b9f;
    --dark-blue: #004a80;
    --light-gray: #f8f9fa;
    --yellow: #ffc107;
    --text-dark: #333;
    --text-light: #fff;
    --red: #e74c3c;
}

body {
    font-family: "arboria", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    color: var(--text-dark);
}
.btn-primary, .bg-primary{
	background-color:#1F5B9F !important;
}
a {
    color: #1f5c9f;
    text-decoration: none;
}

.col.pest-icon:hover {
     transform: scale(1.1);
    transition: transform .3s ease;
}

.col.pest-icon{ transition: transform .3s ease; }
/* ====== TOP BAR ====== */
.top-bar {
    background-color: var(--primary-blue);
    color: var(--text-light);
    padding: 8px 0;
    font-size: 14px;
}

.top-bar .rating-stars {
    color: var(--yellow);
}

.top-bar .cta-phone {
    font-size: 16px;
    font-weight: 700;
}

/* ====== NAVIGATION ====== */
.navbar {
    padding: 15px 0;
    background-color: white;
}

.navbar-brand img {
    max-height: 50px;
}

.nav-link {
    color: var(--dark-blue) !important;
    font-weight: 500;
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-item.active .nav-link, 
.nav-link:hover {
    color: var(--red) !important;
}

.nav-item-special .nav-link {
    color: var(--red) !important;
}

/* ====== HERO CAROUSEL ====== */
.carousel-item {
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.carousel-caption {
    bottom: auto;
    top:32%;
    transform: translateY(-50%);
    text-align: left;
    left: 10%;
    max-width: 50%;
  text-shadow:2px 2px 4px #000000
}

.carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.carousel-caption h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev, 
.carousel-control-next {
    width: 5%;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

/* ====== QUOTE FORM SECTION ====== */
#formStep2 p {
    margin: 0 0 6px 0;
}

div#formStep2 {
    background-color: #fff;
}
.quote-section {
    padding: 50px 0;
    margin-bottom: 30px;
}

.form-container {
    background-color: var(--light-gray);
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    background-color: var(--primary-blue);
    color: white;
    padding: 15px;
    text-align: center;
}

.form-header h3 {
    margin: 0;
    font-size: 24px;
}

.form-fields {
    display: flex;
    flex-wrap: wrap;
}

.form-fields input {
    flex: 1;
    min-width: 33.333%;
    border: none;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.form-fields textarea {
    width: 100%;
    border: none;
    padding: 15px;
    resize: none;
}

.submit-btn {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

/* ====== REVIEWS SECTION ====== */

div.el2 {
    width: 100%;
    height: 300px;
    margin: 0;
}
.reviews-container {
    background-color: white;

    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.reviews-logo {
    max-width: 200px;
    margin-bottom: 10px;
}

.reviews-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.reviews-stars {
    color: var(--yellow);
    margin-bottom: 10px;
    font-size: 18px;
}

.reviews-count {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.reviews-platforms {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.reviews-platforms img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.review-btn {
    background-color: #eee;
    color: #333;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.review-btn:hover {
    background-color: #ddd;
}

.review-btn i {
    margin-left: 5px;
}

/* ====== ABOUT SECTION ====== */
.about-section {
    padding: 60px 0;
}

.read-more-btn {
    display: inline-block;
    background-color: var(--primary-blue);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
}

.read-more-btn:hover {
    color: white;
    background-color: var(--dark-blue);
}

/* ====== PEST PROBLEM SECTION ====== */
.pest-problem {
    background-color: var(--light-gray);
    padding: 60px 0;
}

.pest-icon {
    text-align: center;
    margin-bottom: 30px;
}

.pest-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

/* ====== STATS SECTION ====== */
.stats-section {
    padding: 40px 0;
}

.stat-box {
    background-color: white;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: var(--primary-blue);
}

/* ====== SERVICE SECTION ====== */
.service-section {
    padding: 60px 0;
}

.service-box {
    border: 1px solid #eee;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.service-btn {
    display: inline-block;
    background-color: var(--primary-blue);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
}

.service-btn:hover {
    color: white;
    background-color: var(--dark-blue);
}

/* ====== BLOG SECTION ====== */
.blog-section {
    background-color: var(--light-gray);
    padding: 60px 0;
}

.blog-card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.blog-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog-content {
    padding: 20px;
}



    .footer {
        background-color: #f5f5f5;
        padding-bottom: 0;
    }
    
    .footer-heading {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        color: #555;
        text-decoration: none;
        font-size: 15px;
        transition: color 0.3s;
    }
    
    .footer-links a:hover {
        color: #0071bc;
    }
    
    .phone-number a {
        color: #0071bc;
        font-size: 24px;
        font-weight: 700;
        text-decoration: none;
    }
    
    .social-icons {
        display: flex;
        gap: 8px;
    }
    
    .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 4px;
        color: white;
        text-decoration: none;
    }
    
    .social-icon:hover {
        opacity: 0.8;
    }
    
    .facebook {
        background-color: #c00;
    }
    
    .twitter {
        background-color: #c00;
    }
    
    .sms {
        background-color: #c00;
    }
    
    .rss {
        background-color: #c00;
    }
    
    .youtube {
        background-color: #c00;
    }
    
    .reviews-box {
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    
    .reviews-box h5 {
        font-size: 14px;
        color: #333;
    }
    
    .star-rating {
        color: #ffc107;
    }
    
    .review-platforms {
        display: flex;
        gap: 8px;
    }
    
    .review-link {
        color: #555;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
    }
    
    .review-link i {
        margin-left: 5px;
    }
    
    .review-link:hover {
        color: #0071bc;
    }
    
    .copyright-bar {
        background-color: #ebebeb;
        color: #555;
        font-size: 14px;
    }
    
    .copyright-bar a {
        color: #0071bc;
        text-decoration: none;
    }
    
    .copyright-bar a:hover {
        text-decoration: underline;
    }
 
  .testimonials-section {
        background-color: white;
        padding: 60px 0;
    }
    
    /* Avatar Indicators Styling */
    .avatar-indicators {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .avatar-indicator {
        padding: 0;
        border: none;
        background: transparent;
        margin: 0 -5px;
        position: relative;
        transition: all 0.4s ease;
    }
    
    .avatar-indicator .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        color: white;
        background-color: #a6cde7;
        opacity: 0.6;
        border: 3px solid white;
        transition: all 0.4s ease;
    }
    
    .avatar-indicator.active {
        z-index: 10;
    }
    
    .avatar-indicator.active .avatar {
        width: 80px;
        height: 80px;
        font-size: 24px;
        background-color: #0071bc;
        opacity: 1;
        z-index: 10;
    }
    
    /* Testimonial Content */
    .testimonial-text {
        font-size: 18px;
        line-height: 1.7;
        font-style: italic;
        margin-bottom: 25px;
        color: #333;
    }
    
    .client-name {
        font-weight: 600;
        font-size: 18px;
        color: #0071bc;
    }
    
    /* Carousel Controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
        color: #0071bc;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(23%) sepia(90%) saturate(1352%) hue-rotate(181deg) brightness(96%) contrast(101%);
    }
    
    /* For JavaScript to add animation to the avatars during slide transition */
    #testimonialsCarousel.sliding .avatar-indicator .avatar {
        transition: all 0.4s ease;
    }      
    #testimonialsCarousel {
    max-height: 350px;
	}


li.dropdown:hover > .dropdown-menu {
    display: block !important;}


h2.el2.elrcr {
    display: none;
}
.el2.elrcr {margin: 0;}

/* STAR RATING*/
.testimonials-section .rating-stars {
    color: #ddd;
}
.testimonials-section .star-rating.OneStar .rating-stars .one
{
    color: #ffc107;
}
.testimonials-section .star-rating.TwoStar .rating-stars .one,
.testimonials-section .star-rating.TwoStar .rating-stars .two
{
    color: #ffc107;
}
.testimonials-section .star-rating.ThreeStar .rating-stars .one,
.testimonials-section .star-rating.ThreeStar .rating-stars .two,
.testimonials-section .star-rating.ThreeStar .rating-stars .three
{
    color: #ffc107;
}
.testimonials-section .star-rating.FourStar .rating-stars .one,
.testimonials-section .star-rating.FourStar .rating-stars .two,
.testimonials-section .star-rating.FourStar .rating-stars .three,
.testimonials-section .star-rating.FourStar .rating-stars .four
{
    color: #ffc107;
}


.testimonials-section .star-rating.FiveStar .rating-stars .one,
.testimonials-section .star-rating.FiveStar .rating-stars .two,
.testimonials-section .star-rating.FiveStar .rating-stars .three,
.testimonials-section .star-rating.FiveStar .rating-stars .four,
.testimonials-section .star-rating.FiveStar .rating-stars .five
{
    color: #ffc107;
}
.box-shadow {
    box-shadow: 0 0px 3px 0px #00000033;
}
.icon.m-neg {
    margin: -45px auto 0 !important;
}

.meta ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.meta ul li {
    display: inline;
    margin: 0 20px 0 0px;
}

/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* ====== RESPONSIVE STYLES ====== */
@media (max-width: 991px) {
    .reviews-container {
        margin-top: 30px;
    }
    
    .carousel-caption {
        max-width: 80%;
    }
    
    .carousel-caption h1 {
        font-size: 32px;
    }
    
    .carousel-caption h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .form-fields input {
        min-width: 100%;
    }
    
    .carousel-item {
        height: 450px;
    }
    
    .carousel-caption {
        max-width: 90%;
    }
    
    .carousel-caption h1 {
        font-size: 28px;
    }
    
    .carousel-caption h2 {
        font-size: 18px;
    }
}
    
#read-all-reviews {
    position: relative;
    z-index: 5000;
}

#read-all-reviews img {
    max-width: 200px;
    position: relative;
    top: -7px;
}


#read-all-reviews a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #1f5c9f;
    border-radius: 5px;
}

#read-all-reviews a:hover{
    background-color:#eeeeee;
    transition:.3s ease
    
} 
.facebook-widget {
    text-align: center;
}
.facebook-widget iframe {
    width: 340px;
  margin:10px auto;
}
ul.dropdown-menu li.dropdown:hover ul.dropdown-menu {
    left: 150px;
    top: 0;
}
.disclaimer {
    font-size: 12px;
    padding: 10px;
}</style>
  
	<meta name="description" content="Professional, reliable pest control solutions for Queens homeowners and businesses. Get fast, effective treatments from Advanced Exterminating’s certified technicians. Free estimates!"/>

	<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
	
	<meta property="og:url" content="https://www.advancedexterminating.com/"/>
	<meta name="google-site-verification" content="eFk6kUuH9rHKr4Q14z1XSerMTQit5I_HOwtIf0hyFEk"/>
	<meta name="robots" content="NOODP,NOYDIR"/>
	<link rel="canonical" href="/"/>
    <link rel="apple-touch-icon" sizes="180x180" href="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes/favicon/favicon-16x16.png">
    <link rel="mask-icon" href="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes/favicon/safari-pinned-tab.svg" color="#5bbad5">
    <link rel="shortcut icon" href="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes/favicon/favicon.ico">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="theme-color" content="#ffffff">



  <meta property="og:author" content="Advanced Exterminating"/>

  <meta property="og:type" content="article"/>
  <meta property="og:title" content="Premier Pest Control Services in Queens, NY"/>
  <meta property="og:site_name" content="Advanced Exterminating"/>
  <meta property="og:url" content="https://advancedexterminating.com/index"/>




  


  
    
  

  



  
    <meta property="og:description" content="Professional, reliable pest control solutions for Queens homeowners and businesses. Get fast, effective treatments from Advanced Exterminating’s certified technicians. Free estimates!..." />
     <meta name="twitter:description" content="Professional, reliable pest control solutions for Queens homeowners and businesses. Get fast, effective treatments from Advanced Exterminating’s certified technicians. Free estimates!..." />
      <meta name="description" content="Professional, reliable pest control solutions for Queens homeowners and businesses. Get fast, effective treatments from Advanced Exterminating’s certified technicians. Free estimates!"/>
   

  





<meta name="author" content="advancedexterminating.com" /> 


<meta name="twitter:card" content="summary_large_image" />

<meta name="twitter:title" content="Premier Pest Control Services in Queens, NY" />
<meta name="twitter:domain" content="advancedexterminating.com" />

<script src="https://jwpsrv.com/library/mzZ7nHxvEeKSEiIACp8kUw.js"></script>
	<script type="text/javascript">
		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

		ga('create', 'UA-8606140-1', 'auto');
		ga('require', 'displayfeatures');
		
		ga('send', 'pageview');
	</script>
    <script async src="https://www.googletagmanager.com/gtag/js?id=AW-951813239"> </script>
    <script>
      window.dataLayer = window.dataLayer | | [ ] ;
      function gtag ( ) {dataLayer.push (arguments ) ; }
      gtag ('js' , new Date ( ) ) ;
      gtag ('config', 'AW-951813239') ;
    </script>
	<script type="text/javascript">window._mobilemenu=true;</script>
	<script type="text/javascript">window._flyout=true;</script>
	<script type="text/javascript">
$(window).load(function() { 
	var element = $('.cta-list a');
	var docwidth = $(document).width();
	var breakpoint = 750;
	
	setHeights(element); 
	$(window).on('resize', function() { 
		docwidth = $(document).width();
		$.log(docwidth); 
		// requires set of elements, document width
		// optionally accepts resize on mobile (boolean) and breakpoint (int)
		runHeights(element, docwidth, true, breakpoint);
     });
}); 
function runHeights(element, docwidth, breakformobile, breakpoint) {
	if (breakformobile && breakpoint) {
		if (docwidth > breakpoint) {
			setHeights(element);
		} else {
			element.css('height', 'auto');
		}
	} else if (breakformobile && !breakpoint) {
		if (docwidth > 759) {
			setHeights(element);
		} else {
			element.css('height', 'auto');
		}
	} else {
		setHeights(element);
	}
}
function setHeights(element) { 
	//$.log('Setting Heights');
    element.css('height', 'auto'); 
    var heights = [];
    element.each(function() { 
		var h = $(this).height(); 
		heights.push(h); 
	}); 
	//$.log(heights); 
	var largest = Math.max.apply(Math, heights); 
	//$.log(largest); 
	element.height(largest); 
}</script>
	<script>
function gtag_report_conversion(url) {
  var callback = function () {
    if (typeof(url) != 'undefined') {
      window.location = url;
    }
  };
  gtag('event', 'conversion', {
      'send_to': 'AW-951813239/4JBGCJGAsfEaEPeI7sUD',
      'value': 1.0,
      'currency': 'USD',
      'event_callback': callback
  });
  return false;
}
</script>

	<script type='text/javascript'>
		$(document).ready(function(){$('#ContactForm').selfsubmit().find('input:text,textarea').toggleValue();});
	</script>



<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=studiopsyclone" async="async"></script>

<script src="https://realclientreviews.com/subscriptions/advancedexterminating.js"></script> 

  
	<script>
    document.addEventListener('DOMContentLoaded', function() {
        var testimonialCarousel = document.getElementById('testimonialsCarousel');
        
        testimonialCarousel.addEventListener('slide.bs.carousel', function (e) {
            // Add sliding class for animations
            testimonialCarousel.classList.add('sliding');
            
            // Get all avatar indicators
            var avatarIndicators = document.querySelectorAll('.avatar-indicator');
            
            // Remove active class from all indicators
            avatarIndicators.forEach(function(indicator) {
                indicator.classList.remove('active');
            });
            
            // Add active class to the target indicator
            avatarIndicators[e.to].classList.add('active');
        });
        
        testimonialCarousel.addEventListener('slid.bs.carousel', function (e) {
            // Remove sliding class after transition completes
            testimonialCarousel.classList.remove('sliding');
        });
    });
</script>  


</head>
<body>
  
     <!-- Google Code for Remarketing Tag -->
<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 951813239;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/951813239/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
  
  
  <!-- header -->
      <!-- Top Bar -->
    <div class="top-bar">
        <div class="container">
          <div class="row">
            <div class="col-sm text-center text-sm-start"><div>
                <span>4.8 Stars</span>
                <span class="rating-stars mx-2">
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star-half-alt"></i>
                </span>
                <span class="d-block d-sm-inline"><a href="https://www.google.com/maps/place/Advanced+Pest+Management+Services+Inc+-+Residential+%26+Commercial+Exterminators/@40.7028749,-73.8713868,16z/data=!3m1!4b1!4m6!3m5!1s0x89c25e769d8178e1:0x7b3a10d7c7d73b16!8m2!3d40.7028749!4d-73.8713868!16s%2Fg%2F11g__mmp1?entry=ttu&g_ep=EgoyMDI1MDQwOS4wIKXMDSoASAFQAw%3D%3D" target="_blank" class="text-white">Serving all of NYC and Long Island</a></span>
            </div></div>
            <div class="col-sm text-center text-sm-end"><div class="cta-phone">
                CALL US NOW FOR A FREE QUOTE! <a href="tel:718.418.8986" class="text-white">718.418.8986</a>
            </div></div>
          </div>
            
          
            
        </div>
    </div>

    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg navbar-light box-shadow">
        <div class="container">
            <a class="navbar-brand" href="/">
                <img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes//images/logo.png" alt="Advanced Pest Management">
            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item dropdown">
                        <a class="nav-link" href="/about-us" id="aboutDropdown" >
                            ABOUT
                        </a>
                        <ul class="dropdown-menu" aria-labelledby="aboutDropdown">
                            <li class="dropdown-item first last"><a class="nav-link" href="/company-profile">Company Profile</a></li>
                           
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/commercial-pest-control">COMMERCIAL</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/residential-pest-control">RESIDENTIAL</a>
                    </li>
                    <li class="nav-item dropdown">
                        <a class="nav-link" href="/pests">
                            PESTS
                        </a>
                        <ul class="dropdown-menu" aria-labelledby="pestsDropdown">
                            <li class="dropdown-item first"><a class="nav-link" href="https://advancedexterminating.com/pests/ants">Ants</a></li>
                            <li class="dropdown-item dropdown">
                              <a class="nav-link" href="/bed-bugs">Bed Bugs</a>
                              <ul class="dropdown-menu" aria-labelledby="bed-bugsDropdown">
                                <li class="dropdown-item first" ><a class="nav-link" href="/bed-bugs/bed-bug-treatment">Bed Bug Treatment</a></li>
                            	<li class="dropdown-item last"><a class="nav-link" href="/bed-bugs/bed-bug-processes">Bed Bug Process</a></li>
                              </ul>
                            </li>
                            <li class="dropdown-item"><a class="dropdown-item" href="/pests/roaches">Roaches</a></li>
                            <li class="dropdown-item dropdown"><a class="nav-link" href="/termites">Termites</a>
                              <ul class="dropdown-menu" aria-labelledby="termitesDropdown">
                                <li class="dropdown-item first"><a class="nav-link" href="/termites/termite-inspection">Termite Inspection</a></li>
                            	<li class="dropdown-item last"><a class="nav-link" href="https://advancedexterminating.com/termites/termites-advanced-bait-system">Termites Advanced Bait System</a></li>
                              </ul>
                          </li>
                            <li class="dropdown-item last"><a class="nav-link" href="https://advancedexterminating.com/pests/rodents">Rodents</a></li>
                        </ul>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/service-area">SERVICE AREA</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/request-an-estimate">REQUEST AN ESTIMATE</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/blogs">BLOG</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="/contact-us">CONTACT US</a>
                    </li>
                    <li class="nav-item nav-item-special">
                        <a class="nav-link" target="_blank" href="https://advancedexterminating.pestconnect.com/login">CLIENT LOGIN</a>
                    </li>
                </ul>
            </div>
        </div>
    </nav>
  <!-- / header -->

  <!-- hero -->
  <div class="container">
  <!-- Hero Carousel -->

  <div id="heroCarousel" class="carousel slide" data-bs-ride="carousel">
    <!-- Indicators -->
    <div class="carousel-indicators">
      
        <button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 0"></button>
      
      
        <button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="1" aria-label="Slide 1"></button>
      
        <button type="button" data-bs-target="#heroCarousel" data-bs-slide-to="2" aria-label="Slide 2"></button>
          
        
    </div>
    
    <!-- Slides -->
    <div class="carousel-inner">
      
        <div class="carousel-item active" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fe/1032/bede/c797/6bba/4ad8/original_slide-city.jpg.jpg?1744703541);">
            <div class="carousel-caption">
                <h2>Over 25 Years of Service</h2>
                <h3>Our dedication to customer satisfaction has kept us a household name in the pest control industry</h3>
            </div>
        </div>
      
      
        <div class="carousel-item" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/5540/3f11/2017/a822/1a00/0012/original_slide1.jpg?1430273809);">
            <div class="carousel-caption">
                <h2>PROFESSIONAL PEST CONTROL</h2>
                <h3>SERVING NYC, BROOKLYN, QUEENS, AND LONG ISLAND</h3>
            </div>
        </div>
        
        <div class="carousel-item" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/5540/3f92/2017/a822/1a00/0036/original_slide4.jpg?1430273938);">
            <div class="carousel-caption">
                <h2>OVER 25 YEARS OF SERVICE</h2>
                <h3>OUR DEDICATION TO CUSTOMER SATISFACTION HAS KEPT US A HOUSEHOLD NAME IN THE PEST CONTROL INDUSTRY</h3>
            </div>
        </div>
           
    </div>
    
    <!-- Controls -->
    <button class="carousel-control-prev" type="button" data-bs-target="#heroCarousel" data-bs-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="visually-hidden">Previous</span>
    </button>
    <button class="carousel-control-next" type="button" data-bs-target="#heroCarousel" data-bs-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="visually-hidden">Next</span>
    </button>
</div>

</div>
  <!-- / hero -->

  <!-- quote -->
    <!-- Quote Section -->
  <!-- Quote Form Section -->
<section class="quote-section">
    <div class="container">
        <div class="row">
            <div class="col-lg-8">
                <div class="form-container">
                    <div class="form-header">
                        <h3>Get Your Quote</h3>
                    </div>
                  
                  
<!-- ================= FORM ================= -->
<div id="theform">
  <form id="contactForm" method="post" novalidate>
    <input type="hidden" name="utf8" value="✓">
    <input type="hidden" name="authenticity_token" value="nTcoZMnmv42ejne458xlgbZJQ1xM5SgvR6XTdYtG9bo=">
    <input type="hidden" name="form_action_token" value="58f79dae69702d3469270000">
    <input type="hidden" name="spamtrap" id="spamtrap">

    <!-- STEP 1 -->
    <div id="formStep1">
      <div class="contact-form">
        <div class="form-fields">
          <input id="name" placeholder="Name:" name="payload[name]" class="required" required>
          <input id="phone" placeholder="Phone:" name="payload[phone]">
          <input id="email" placeholder="Email:" name="payload[email]" class="required email" required>
          <textarea id="message" rows="4" name="payload[message]" placeholder="Message:"></textarea>
        </div>
   <div class="disclaimer">
      <div class="custom-control custom-checkbox">     
        <input class="custom-control-input d-inline-block" id="text-disclaimer" name="payload[text-disclaimer]" type="checkbox" value="Agree to receive text messages" /> <label class="custom-control-label d-inline" for="text-disclaimer">By checking this box and signing up for texts, you consent to receive marketing sms text messages from Advanced Pest Management Services at the number provided. Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP. <a href="https://advancedexterminating.com/privacy-policy" target="_blank">Privacy Policy &amp; Terms</a></label>
        </div>
      </div>
        <button type="button" id="step1Next" class="button submit-btn">
          Submit <i class="fa fa-caret-right"></i>
        </button>
      </div>
    </div>

    <!-- STEP 2 -->
    <div id="formStep2" style="display:none;">
      <div class="p-3">
        <h2>Confirm Your Details</h2>
        <div id="confirmationDetails"></div>
      </div>

      <div class="row gx-0">
        <div class="col">
          <button type="button" id="editDetails"
            class="btn btn-info button rounded-0 w-100 m-0">
            Edit
          </button>
        </div>
        <div class="col">
          <button type="button" id="confirmSubmit"
            class="btn btn-primary button rounded-0 w-100 m-0 hold-btn">
            Press &amp; Hold to Submit
            <span class="hold-fill"></span>
          </button>
        </div>
      </div>
    </div>
  </form>
</div>

<!-- ================= HOLD BUTTON STYLES ================= -->
<style>
.hold-btn{
  position: relative;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.hold-fill{
  position:absolute;
  left:0; top:0; bottom:0;
  width:0%;
  background: rgba(255,255,255,0.3);
  pointer-events:none;
  transition: width 0.05s linear;
}
</style>

<!-- ================= GOOGLE ADS ================= -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-951813239"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-951813239');

function gtag_report_conversion(){
  try{
    gtag('event','conversion',{
      'send_to':'AW-951813239/4JBGCJGAsfEaEPeI7sUD',
      'value':1.0,
      'currency':'USD'
    });
  }catch(e){}
}
</script>

<!-- ================= FORM + HOLD LOGIC ================= -->
<script>
(function(){
  const step1 = document.getElementById("formStep1");
  const step2 = document.getElementById("formStep2");
  const step1Next = document.getElementById("step1Next");
  const editBtn = document.getElementById("editDetails");
  const confirmBtn = document.getElementById("confirmSubmit");
  const confirmBox = document.getElementById("confirmationDetails");
  const formEl = document.getElementById("contactForm");
  const spamtrap = document.getElementById("spamtrap");
  const fill = confirmBtn.querySelector(".hold-fill");

  const HOLD_MS = 1100;
  let holding = false;
  let startTime = null;
  let raf = null;
  let submitting = false;

  const val = id => document.getElementById(id).value.trim();
  const esc = s => String(s).replace(/[&<>]/g,c=>({'&':'&amp;','<':'&lt;','>':'&gt;'}[c]));

  step1Next.onclick = () => {
    if(!val("name") || !val("email")){
      alert("Name and Email are required.");
      return;
    }

    confirmBox.innerHTML = `
      <p><strong>Name:</strong> ${esc(val("name"))}</p>
      <p><strong>Email:</strong> ${esc(val("email"))}</p>
      <p><strong>Phone:</strong> ${esc(val("phone")||"N/A")}</p>
      <p><strong>Message:</strong> ${esc(val("message")||"N/A")}</p>
    `;

    step1.style.display = "none";
    step2.style.display = "block";
  };

  editBtn.onclick = () => {
    step2.style.display = "none";
    step1.style.display = "block";
  };

  function resetHold(){
    holding = false;
    startTime = null;
    cancelAnimationFrame(raf);
    fill.style.width = "0%";
  }

  function tick(ts){
    if(!holding) return;
    if(!startTime) startTime = ts;
    const pct = Math.min(100, ((ts - startTime)/HOLD_MS)*100);
    fill.style.width = pct + "%";
    if(pct >= 100){
      resetHold();
      submitForm();
    } else {
      raf = requestAnimationFrame(tick);
    }
  }

  function startHold(e){
    if(submitting) return;
    if(e.button !== undefined && e.button !== 0) return;
    holding = true;
    raf = requestAnimationFrame(tick);
  }

  function endHold(){
    if(holding) resetHold();
  }

  async function submitForm(){
    if(submitting) return;
    submitting = true;
    confirmBtn.disabled = true;
    confirmBtn.textContent = "Submitting…";
    spamtrap.value = "thebigant";

    try{
      const resp = await fetch("https://advancedexterminating.com/forms/6942534815768fd8c83bddab/submissions/new",{
        method:"POST",
        body:new FormData(formEl)
      });
      if(!resp.ok) throw new Error();

      gtag_report_conversion();

      document.getElementById("theform").innerHTML = `
        <h2>Thank You!</h2>
        <p>Your message has been successfully submitted.</p>
      `;
    }catch{
      alert("There was an error submitting the form. Please try again.");
      confirmBtn.disabled = false;
      confirmBtn.textContent = "Press & Hold to Submit";
      submitting = false;
    }
  }

  confirmBtn.addEventListener("pointerdown", startHold);
  confirmBtn.addEventListener("pointerup", endHold);
  confirmBtn.addEventListener("pointerleave", endHold);
  confirmBtn.addEventListener("pointercancel", endHold);
  window.addEventListener("blur", endHold);
  document.addEventListener("visibilitychange", () => {
    if(document.hidden) endHold();
  });
})();
</script>

                  
                  
                    
                </div>
            </div>
            <div class="col-lg-4">
				<div class="reviews-container">
					<div class="icobalt ilayout side" id="SideZone"><nav class="side-nav side blog" icobalt="CobaltControls.Controls.DisplayList" id="BlogFeed" name="BlogFeed"></nav></div><div id="ReviewArea"><div class="icobalt ilayout main" id="ReviewZone"></div></div>
              
                </div>
            </div>
        </div>
    </div>
</section>

  <!-- / quote -->
  
  <!-- about -->
   <!-- About Section -->
    <section class="about-section">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6">
                    <h2 class="mb-4">About Us</h2>
                    <p>Advanced Pest Management Services Inc provides personalized pest control to homes and businesses in the 5 NY Boroughs and Long Island. We are fully licensed and insured offering free Estimates, Warranties & Guaranteed Pest Elimination.</p>
                    <a href="/about-us" class="read-more-btn">READ MORE</a>
                </div>
                <div class="col-lg-6">
                    <img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/effc/1bd6/084b/b09a/aecf/content_webp_about.2x.webp?1744695295" alt="About Us" class="img-fluid mt-4 mt-lg-0">
                </div>
            </div>
        </div>
    </section>
  <!-- / about -->

   <!-- pest-problem -->
  <!-- Pest Problem Section -->
    <section class="pest-problem">
        <div class="container">
            <h2 class="text-center mb-4">Pest Problem</h2>
            <p class="text-center">Our highly skilled and trained <a href="https://www.google.com/maps/place/?q=place_id:ChIJ4XiBnXZewokRFjvXx9cQOns" target="_blank">exterminators</a> service NYC (Manhattan), Brooklyn, Queens, Suffolk County, Long Island (Nassau County), and the Bronx, New York with residential pest control and commercial pest control services.</p>
            
            <div class="row mt-5">
              
                <div class="col pest-icon">
                  
                  
                    <a href="/pests/roaches"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f15c/edde/0c45/6c29/82ed/original_webp_raoch.webp?1744695647" alt="..."></a>
                    <a href="/pests/roaches"><h5>Roaches</h5></a>
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                  
                    <a href="/pests/rodents"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f162/edde/0c45/6c29/8300/original_webp_rodentsh.webp?1744695652" alt="..."></a>
                    <a href="/pests/rodents"><h5>Rodents</h5></a>
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                  
                    <a href="/pests/ants"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f166/edde/0c45/6c29/8313/original_webp_ants.webp?1744695656" alt="..."></a>
                    <a href="/pests/ants"><h5>Ants</h5></a>
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                  
                    <a href="/pests/fleas"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f16b/edde/0c45/6c29/8326/original_webp_fleas.webp?1744695661" alt="..."></a>
                    <a href="/pests/fleas"><h5>Fleas</h5></a>
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                    <a href="/bed-bugs"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f170/edde/0c45/6c29/8339/thumb_webp_bedbugs.webp?1744695666" alt="..."></a>
                    <a href="/bed-bugs"><h5>Bed Bugs</h5></a>
                  
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                    <a href="/termites"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/f175/edde/0c45/6c29/834c/thumb_webp_termites.webp?1744695671" alt="..."></a>
                    <a href="/termites"><h5>Termites</h5></a>
                  
                  
                    
                </div>
                
                <div class="col pest-icon">
                  
                    <a href="/mosquito-control-treatment"><img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fd/fa0e/ac91/4f78/5a19/67bb/thumb_webp_mosquito.webp?1744697873" alt="..."></a>
                    <a href="/mosquito-control-treatment"><h5>Mosquitos</h5></a>
                  
                  
                    
                </div>
                
            </div>
              
          
        </div>
    </section>
  <!-- / pest-problem -->
  
  <!-- stats -->
  <!-- Stats Section -->
    <section class="stats-section bg-primary">
        <div class="container">
            <div class="row">
                <div class="col-md-4 mb-4 mb-md-0">
                    <div class="stat-box">
                        <div class="stat-number">25</div>
                        <div class="fw-bold">YEARS IN BUSINESS</div>
                    </div>
                </div>
                <div class="col-md-4 mb-4 mb-md-0">
                    <div class="stat-box">
                        <div class="stat-number">4304</div>
                        <div class="fw-bold">CUSTOMERS SERVED</div>
                    </div>
                </div>
                <div class="col-md-4">
                    <div class="stat-box">
                        <div class="stat-number">12million</div>
                        <div class="fw-bold">BUGS ELIMINATED</div>
                    </div>
                </div>
            </div>
        </div>
    </section>
  <!-- / stats -->
  
  <!-- service-1 -->
  <!-- Service Section -->
    <section class="service-section">
        <div class="container">
            <h2 class="text-center mb-5">Our Service</h2>
            <div class="row row-cols-1 row-cols-md-3">
              
                
  <div class="col">
    <div class="card h-100 rounded-0">
      
      <div class="card-body text-center">
        <h5 class="card-title text-center">Bedbugs</h5>
        <p class="card-text text-center">Recognized as "The Bedbug King of Queens" offering effective bedbug removal services.</</p>
      </div>
       <div class="card-footer text-center bg-white border-0 pb-3">
      <a class="btn btn-primary" href="/bed-bugs">Get Pest Removal</a>
    </div>
    </div>
  </div>
                  
                
  <div class="col">
    <div class="card h-100 rounded-0">
      
      <div class="card-body text-center">
        <h5 class="card-title text-center">Termites</h5>
        <p class="card-text text-center">Cutting-edge termite treating technologies with 100% results guarantee.</p>
      </div>
       <div class="card-footer text-center bg-white border-0 pb-3">
      <a class="btn btn-primary" href="/termites">Learn More Now</a>
    </div>
    </div>
  </div>
                  
                
  <div class="col">
    <div class="card h-100 rounded-0">
      
      <div class="card-body text-center">
        <h5 class="card-title text-center">Mosquitos</h5>
        <p class="card-text text-center">Mosquito Control Treatment services for effective elimination.</p>
      </div>
       <div class="card-footer text-center bg-white border-0 pb-3">
      <a class="btn btn-primary" href="/mosquito-control-treatment">Schedule Your Treatment</a>
    </div>
    </div>
  </div>
                  
                
              
</div>
        </div>
    </section>

  <!-- / service-1 --> 
    
  <!-- service-2 -->
  <!-- Pest Control Services Section -->
    <section class="about-section">
        <div class="container">
                   <div class="text-center mb-4">
            <h1 class="fw-bold">Pest Control Services in New York City Area</h1>
            <p class="lead">We combine the latest science and technology to provide our clients with safe and effective pest control solutions in NYC.</p>
        </div>
        
        <div class="row row-cols-1 row-cols-md-2 g-4 mb-4">
            <!-- Bed Bug Service -->
            <div class="col">
                <div class="d-flex">
                    <div class="flex-shrink-0">
                        <div class="bg-danger bg-opacity-10 rounded-circle p-3">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-bug text-danger" viewBox="0 0 16 16">
                                <path d="M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7zm4.5 0v7.97A4 4 0 0 0 12 11V7zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6z"/>
                            </svg>
                        </div>
                    </div>
                    <div class="flex-grow-1 ms-3">
                        <h3>Bed Bug Control</h3>
                        <p>Count on Advanced Exterminating to solve the problem quickly and affordably. Our comprehensive bed bug control includes complete pest prevention, heat treatment, proofing, and advanced techniques.</p>
                    </div>
                </div>
            </div>
            
            <!-- Termite Service -->
            <div class="col">
                <div class="d-flex">
                    <div class="flex-shrink-0">
                        <div class="bg-warning bg-opacity-10 rounded-circle p-3">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-shield-check text-warning" viewBox="0 0 16 16">
                                <path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>
                                <path d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>
                            </svg>
                        </div>
                    </div>
                    <div class="flex-grow-1 ms-3">
                        <h3>Termite Control <span class="badge bg-warning text-dark">GUARANTEED!</span></h3>
                        <p>Our termite treatments provide complete protection for your property. Call us for a free no-obligation consultation and estimate today!</p>
                    </div>
                </div>
            </div>
            
            <!-- Roach Extermination -->
            <div class="col">
                <div class="d-flex">
                    <div class="flex-shrink-0">
                        <div class="bg-dark bg-opacity-10 rounded-circle p-3">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-bug-fill text-dark" viewBox="0 0 16 16">
                                <path d="M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956z"/>
                                <path d="M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975z"/>
                            </svg>
                        </div>
                    </div>
                    <div class="flex-grow-1 ms-3">
                        <h3>Roach Extermination</h3>
                        <p>Professional cockroach removal for Queens and the surrounding boroughs. Contact us for a FREE quote for your home or business.</p>
                    </div>
                </div>
            </div>
            
            <!-- Cockroach Prevention -->
            <div class="col">
                <div class="d-flex">
                    <div class="flex-shrink-0">
                        <div class="bg-info bg-opacity-10 rounded-circle p-3">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-shield-fill-x text-info" viewBox="0 0 16 16">
                                <path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146 8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z"/>
                            </svg>
                        </div>
                    </div>
                    <div class="flex-grow-1 ms-3">
                        <h3>Cockroach Prevention</h3>
                        <p>We tackle both German and American cockroaches, two of the most prominent household pests in the New York City Area.</p>
                    </div>
                </div>
            </div>
        </div>
        
        <!-- CTA Banner -->
        <div class="bg-primary text-white p-4 rounded text-center mt-4">
            <h3>Serving All NYC Boroughs</h3>
            <p>Advanced Pest Management Services Inc will take care of all your pest exterminating needs in NYC (Manhattan), Brooklyn, Queens, Suffolk County, Long Island (Nassau County), and Bronx, New York.</p>
            <a href="/request-an-estimate" class="btn btn-light text-primary">Get Your FREE Quote Today</a>
        </div>
        
        </div>
    </section>
  <!-- / service-2 --> 
    
 <!-- testimonials -->
  <!-- Testimonials Carousel Section -->
	<section class="testimonials-section pt-5">
    <div class="container">
        <h2 class="text-center mb-4">What Our Clients Say</h2>
      <div id="testimonialsCarousel" class="carousel slide" data-bs-ride="carousel">
        
          
        
        
            <!-- Avatar Indicators -->
            <div class="avatar-indicators mb-4">
                <div class="d-flex justify-content-center align-items-center">
                  
                    <button type="button" data-bs-target="#testimonialsCarousel"  class="avatar-indicator active" aria-current="true" aria-label="">
                        <div class="avatar">
                            <span>JT</span>
                        </div>
                    </button>
                   
                    <button type="button" data-bs-target="#testimonialsCarousel"  class="avatar-indicator" aria-label="">
                        <div class="avatar">
                            <span>JC</span>
                        </div>
                    </button>
                   
                    <button type="button" data-bs-target="#testimonialsCarousel"  class="avatar-indicator" aria-label="">
                        <div class="avatar">
                            <span>EO</span>
                        </div>
                    </button>
                   
                    <button type="button" data-bs-target="#testimonialsCarousel"  class="avatar-indicator" aria-label="">
                        <div class="avatar">
                            <span>D B.</span>
                        </div>
                    </button>
                  
                </div>
            </div>
            
            <!-- Slides -->
            <div class="carousel-inner">
             
                <div class="carousel-item active">
                    <div class="row justify-content-center">
                        <div class="col-md-8">
                            <div class="text-center mb-5">
                                <!-- Testimonial Content -->
                                <div class="testimonial-content">
                                  <p class="star-rating FiveStar">
                                    <span class="rating-stars mx-2">
                                        <span class="one"><i class="fas fa-star"></i></span>
                                        <span class="two"><i class="fas fa-star"></i></span>
                                        <span class="three"><i class="fas fa-star"></i></span>
                                        <span class="four"><i class="fas fa-star"></i></span>
                                        <span class="five"><i class="fas fa-star"></i></span>
                                    </span>
                                  </p>
                                    <p class="testimonial-text"><div class="fr-view"><p><meta charset="utf-8" id="isPasted">I've used this company various times throughout the years and have always received great service. The techs are qualified, friendly and professional. This company is reasonably priced and accommodating if I need to switch a date. They handle their business appropriately.</p></div></p>
                                    <p class="client-name">lourdes t.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
              
               
                <div class="carousel-item">
                    <div class="row justify-content-center">
                        <div class="col-md-8">
                            <div class="text-center mb-5">
                                <!-- Testimonial Content -->
                                <div class="testimonial-content">
                                   <p class="star-rating FiveStar">
                                    <span class="rating-stars mx-2">
                                        <span class="one"><i class="fas fa-star"></i></span>
                                        <span class="two"><i class="fas fa-star"></i></span>
                                        <span class="three"><i class="fas fa-star"></i></span>
                                        <span class="four"><i class="fas fa-star"></i></span>
                                        <span class="five"><i class="fas fa-star"></i></span>
                                    </span>
                                  </p>
                                    <p class="testimonial-text"><div class="fr-view"><p><meta charset="utf-8" id="isPasted"><strong class="block text-capitalize">Reliable , always do a great job, using over 20 years for prevention</strong>Always handle any small issue, always on time and respectful and neat.</p></div></p>
                                    <p class="client-name">John C.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
               
                <div class="carousel-item">
                    <div class="row justify-content-center">
                        <div class="col-md-8">
                            <div class="text-center mb-5">
                                <!-- Testimonial Content -->
                                <div class="testimonial-content">
                                   <p class="star-rating FiveStar">
                                    <span class="rating-stars mx-2">
                                        <span class="one"><i class="fas fa-star"></i></span>
                                        <span class="two"><i class="fas fa-star"></i></span>
                                        <span class="three"><i class="fas fa-star"></i></span>
                                        <span class="four"><i class="fas fa-star"></i></span>
                                        <span class="five"><i class="fas fa-star"></i></span>
                                    </span>
                                  </p>
                                    <p class="testimonial-text"><div class="fr-view"><p><meta charset="utf-8" id="isPasted"><strong class="block text-capitalize">Job well done</strong>He took the time to thoroughly explain the procedure, ensuring that I understood each step clearly. His expertise and attention to detail reflected a high level of professionalism that made me feel confident in the process.</p></div></p>
                                    <p class="client-name">Elizabeth O</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
               
                <div class="carousel-item">
                    <div class="row justify-content-center">
                        <div class="col-md-8">
                            <div class="text-center mb-5">
                                <!-- Testimonial Content -->
                                <div class="testimonial-content">
                                   <p class="star-rating FiveStar">
                                    <span class="rating-stars mx-2">
                                        <span class="one"><i class="fas fa-star"></i></span>
                                        <span class="two"><i class="fas fa-star"></i></span>
                                        <span class="three"><i class="fas fa-star"></i></span>
                                        <span class="four"><i class="fas fa-star"></i></span>
                                        <span class="five"><i class="fas fa-star"></i></span>
                                    </span>
                                  </p>
                                    <p class="testimonial-text"><div class="fr-view"><p><meta charset="utf-8" id="isPasted">Absolutely fantastic experience! The staff was friendly, the prices were reasonable, and the results speak for themselves. I haven't seen a single pest since their visit. I'm so glad I chose them and will continue to use their services in the future.</p></div></p>
                                    <p class="client-name">D B.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
              
              
            </div>
            
            <!-- Controls -->
            <button class="carousel-control-prev" type="button" data-bs-target="#testimonialsCarousel" data-bs-slide="prev">
                <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Previous</span>
            </button>
            <button class="carousel-control-next" type="button" data-bs-target="#testimonialsCarousel" data-bs-slide="next">
                <span class="carousel-control-next-icon" aria-hidden="true"></span>
                <span class="visually-hidden">Next</span>
            </button>
          
          
          
        </div>
      <div id="read-all-reviews" class="text-center">
      <a href="/reviews"> READ ALL<br /><img src="https://realclientreviews.com/assets/img/real-client-reviews.png" alt="Reviews"></a></div>
    </div>
</section>
  <!-- / testimonials --> 
    
  <!-- blog -->
  <!-- Blog Section -->
    <section class="blog-section bg-white">
        <div class="container">
            <h2 class="text-center mb-5">Our Blog</h2>
            <div class="row">
              
              
	
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/emergency-pest-control-swift-solutions-for-laurel-hollow-homes" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69b3/56bc/f12f/eef9/53bd/5a8f/article_webp_test.webp?1773360832);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/emergency-pest-control-swift-solutions-for-laurel-hollow-homes" ><h3 class="h5">Emergency Pest Control: Swift Solutions for Laurel Hollow Homes</h3></a>
                            <div class="text-muted mb-3">03/12/2026 08:00 PM</div>
                            <a href="/blogs/emergency-pest-control-swift-solutions-for-laurel-hollow-homes" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/urgent-pest-control-solutions-for-a-peaceful-home-in-kings-point" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69b0/b17f/6e30/87da/5051/6748/article_webp_test.webp?1773187459);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/urgent-pest-control-solutions-for-a-peaceful-home-in-kings-point" ><h3 class="h5">Urgent Pest Control Solutions for a Peaceful Home in Kings Point</h3></a>
                            <div class="text-muted mb-3">03/10/2026 08:00 PM</div>
                            <a href="/blogs/urgent-pest-control-solutions-for-a-peaceful-home-in-kings-point" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/immediate-pest-elimination-protecting-north-hills-with-speed-and-precision" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69ae/0f82/eb96/5af3/7065/44e7/article_webp_test.webp?1773014918);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/immediate-pest-elimination-protecting-north-hills-with-speed-and-precision" ><h3 class="h5">Immediate Pest Elimination: Protecting North Hills with Speed and Precision</h3></a>
                            <div class="text-muted mb-3">03/08/2026 08:00 PM</div>
                            <a href="/blogs/immediate-pest-elimination-protecting-north-hills-with-speed-and-precision" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/safeguarding-north-hills-advanced-pest-management-solutions" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69aa/1a29/5e36/f832/f363/c950/article_webp_test.webp?1772755500);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/safeguarding-north-hills-advanced-pest-management-solutions" ><h3 class="h5">Safeguarding North Hills: Advanced Pest Management Solutions</h3></a>
                            <div class="text-muted mb-3">03/05/2026 07:00 PM</div>
                            <a href="/blogs/safeguarding-north-hills-advanced-pest-management-solutions" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/safeguarding-your-huntington-home-expert-pest-control-solutions" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69a8/d919/5e36/f832/f362/d061/article_webp_test.webp?1772673308);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/safeguarding-your-huntington-home-expert-pest-control-solutions" ><h3 class="h5">Safeguarding Your Huntington Home: Expert Pest Control Solutions</h3></a>
                            <div class="text-muted mb-3">03/01/2026 07:00 PM</div>
                            <a href="/blogs/safeguarding-your-huntington-home-expert-pest-control-solutions" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
                <div class="col-md-4 mb-4">
                    <div class="blog-card">
                      <a href="/blogs/immediate-pest-control-solutions-keeping-great-neck-homes-safe" > <div class="blog-img" style="background-image: url(https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/69a7/7870/51f1/7328/2ee0/1fb2/article_webp_test.webp?1772583028);"></div></a>
                        <div class="blog-content">
                          <a href="/blogs/immediate-pest-control-solutions-keeping-great-neck-homes-safe" ><h3 class="h5">Immediate Pest Control Solutions: Keeping Great Neck Homes Safe</h3></a>
                            <div class="text-muted mb-3">03/03/2026 07:00 PM</div>
                            <a href="/blogs/immediate-pest-control-solutions-keeping-great-neck-homes-safe" class="btn btn-sm btn-outline-primary">READ MORE</a>
                        </div>
                    </div>
                </div>
                
            </div>
        </div>
    </section>

  <!-- / blog --> 
  
   <!-- footer -->
  <!-- Footer Section -->
<footer class="footer pt-5">
    <div class="container">
        <div class="row">
            <!-- Logo Column -->
            <div class="col-lg-4 mb-4 mb-lg-0">
                <div class="footer-logo mb-4">
                    <img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/themes//images/logo.png" alt="Advanced Pest Management" class="img-fluid">
                </div>
                <div class="accreditations">
                    <a href="http://www.bbb.org/new-york-city/business-reviews/pest-control-services/advanced-pest-management-services-in-glendale-ny-11886" class="d-block mb-3">
                        <img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fe/0b4b/23f8/7623/808b/8720/original_bbb.png?1744702286" alt="BBB Accredited Business" class="img-fluid">
                    </a>
                    <a href="http://my.angieslist.com/angieslist/Review/4081770?id=4081770" class="d-block">
                        <img src="https://mr.cdn.ignitecdn.com/client_assets/advext/media/picture/67fe/0b84/336d/dd63/09a0/381e/original_angies.png?1744702342" alt="Angie's List" class="img-fluid">
                    </a>
                </div>
            </div>
            
            <!-- Contact Info Column -->
            <div class="col-lg-4 mb-4 mb-lg-0">
                <h4 class="footer-heading mb-4">CONTACT US</h4>
                <p class="mb-2">78-07 Myrtle Avenue<br>Glendale, NY 11385.</p>
                
                <div class="phone-number mb-3">
                    <a href="tel:718.418.8986" class="text-decoration-none">718.418.8986</a>
                </div>
                
                <div class="social-icons">
                    <a href="https://www.facebook.com/pages/Advanced-Pest-Management-Services-Inc/150593284977490" class="social-icon facebook">
                        <i class="fab fa-facebook-f"></i>
                    </a>
                    <a href="https://twitter.com/NOBedbugsNYC" class="social-icon twitter">
                        <i class="fa-brands fa-x-twitter"></i>
                    </a>
                    <a href="http://my.angieslist.com/angieslist/Review/4081770?id=4081770" class="social-icon sms">
                        <i class="fas fa-comment"></i>
                    </a>
                    <a href="https://advancedexterminating.com/index.xml" class="social-icon rss">
                        <i class="fas fa-rss"></i>
                    </a>
                    <a href="https://www.youtube.com/channel/UClPmJgtr355IiJp4pITh-cA" class="social-icon youtube">
                        <i class="fab fa-youtube"></i>
                    </a>
                </div>
            </div>
            
            <!-- Quick Links Column -->
            <div class="col-lg-4">
                <div class="row">
                    <div class="col-md-6 mb-4 mb-md-0">
                        <h4 class="footer-heading mb-4">QUICK LINKS</h4>
                        <ul class="footer-links">
                            <li><a href="/service-area">Our Services</a></li>
                            <li><a href="/about-us">Our Company</a></li>
                            <li><a href="/request-an-estimate">Get Quote</a></li>
                            <li><a href="/blogs">Blog</a></li>
                            <li><a href="/privacy-policy">Privacy</a></li>
                            <li><a href="/site-map">Site map</a></li>
                        </ul>
                    </div>
                    <div class="col-md-6">
                        <div class="reviews-box">
                            <img src="https://realclientreviews.com/assets/img/real-client-reviews.png" alt="Real Client Reviews" class="img-fluid mb-2">
                            <h5 class="mb-2">Advanced Pest Management Services</h5>
                            <div class="star-rating mb-2">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <span class="ms-2">4.8 Stars</span>
                            </div>
                            <p class="mb-2">Based on <a href="#">498 Reviews</a></p>
                           
                            <a href="https://advancedexterminating.com/leave-a-review" class="review-link">
                                Leave a Review <i class="fas fa-comment"></i>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    
    <!-- Copyright Bar -->
    <div class="copyright-bar mt-5">
        <div class="container text-center py-3">
            <p class="mb-0">© 2025 Advanced Pest Management, Inc.  <a href="https://321mediadesign.com" class="d-none" target="_blank" title="Designed and Maintained by 321 Media Design, Inc.">321MediaDesign.com</a></p>
        </div>
    </div>
</footer>
  <!-- / footer --> 
  
  <script>
document.addEventListener('DOMContentLoaded', function() {
  // Select all stat-number elements
  const statNumbers = document.querySelectorAll('.stat-number');
  
  // Function to check if an element is in viewport
  function isInViewport(element) {
    const rect = element.getBoundingClientRect();
    return (
      rect.top >= 0 &&
      rect.left >= 0 &&
      rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
      rect.right <= (window.innerWidth || document.documentElement.clientWidth)
    );
  }
  
  // Function to animate counting
  function animateCounter(element, target, duration) {
    // Clean the target value (remove non-numeric characters)
    let cleanTarget;
    let suffix = '';
    
    if (typeof target === 'string') {
      // Check if the target contains letters (like "12million")
      const match = target.match(/^(\d+)([a-zA-Z]+)$/);
      if (match) {
        cleanTarget = parseInt(match[1]);
        suffix = match[2]; // Save the suffix (like "million")
      } else {
        cleanTarget = parseInt(target.replace(/\D/g, ''));
      }
    } else {
      cleanTarget = target;
    }
    
    // Set start value and increment
    let startValue = 0;
    const increment = cleanTarget / (duration / 16); // 16ms is roughly 60fps
    
    // Start the animation
    const timer = setInterval(() => {
      startValue += increment;
      
      if (startValue >= cleanTarget) {
        element.textContent = cleanTarget + suffix;
        clearInterval(timer);
      } else {
        element.textContent = Math.floor(startValue) + suffix;
      }
    }, 16);
  }
  
  // Set up intersection observer
  const observer = new IntersectionObserver((entries) => {
    entries.forEach(entry => {
      if (entry.isIntersecting) {
        const statSection = entry.target;
        
        // Animate each stat number with different durations for visual effect
        statNumbers.forEach((statNumber, index) => {
          const targetValue = statNumber.textContent;
          // Stagger the animations with different durations
          const duration = 2000 + (index * 500); // 2s, 2.5s, 3s
          
          // Start with 0
          statNumber.textContent = '0';
          
          // Begin animation
          setTimeout(() => {
            animateCounter(statNumber, targetValue, duration);
          }, index * 200); // Stagger start times: 0ms, 200ms, 400ms
        });
        
        // Unobserve after animation starts
        observer.unobserve(statSection);
      }
    });
  }, { threshold: 0.5 });
  
  // Observe the stats section
  const statsSection = document.querySelector('.stats-section');
  if (statsSection) {
    observer.observe(statsSection);
  }
});
</script>
</body>
</html>