|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/zapnix.co/ | |
|
Path: /home2/outerorb/zapnix.co/category.php
Size: 40.08 KB
Permissions: 0644
<?php
include_once("include/main.inc.php");
$admin_res = getAdminDetails();
@extract($_REQUEST);
// use the requested filename itself so this works regardless of subfolder depth (e.g. localhost/zapnix.co/...)
$mm = basename(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
$ss = explode('.', $mm);
$cc = $ss[0];
$cat = str_replace("-", " ", $cc);
$cats = ucfirst($cat);
$cat_s = "select catImage, catName, displayName, catDesc, catID, catDesc1,catBanner, keyword1, keyword2, keyword3, parentID from category_tbl where catName='$cats'";
$cat_q = mysqli_query($GLOBALS['dbconn'], $cat_s);
$num = mysqli_num_rows($cat_q);
$cat_r = mysqli_fetch_array($cat_q);
$category_id = $cat_r['catID'];
$hover = 'category';
$catn = $cat_r['catName'];
$cat_sql = "select catImage, catName, displayName, catDesc, catID, catDesc1,catBanner, parentID from category_tbl where parentID='$category_id' and status='Y' order by catOrder";
$cat_qry = mysqli_query($GLOBALS['dbconn'], $cat_sql);
$cccnum = mysqli_num_rows($cat_qry);
// print_r($cccnum); die;
$cat_sql1 = "select catName, displayName, catID, parentID,catImage,catDesc1,categorybottom,catBanner,keyword1,keyword2,keyword3,pageTitle,pageKeywords,pageDescription from category_tbl where catID='$category_id' order by catOrder";
$cat_qry1 = mysqli_query($GLOBALS['dbconn'], $cat_sql1);
$cat_res = mysqli_fetch_array($cat_qry1);
$pageTitles = $cat_res['catName'];
$disTitles = $cat_res['displayName'];
$page_desc = $cat_res['catDesc1'];
$pagecat_desc = $cat_res['categorybottom'];
$imglink_sub = getImage($cat_res['catImage'], 700, 700, $cat_res['catName'], "/uploaded-files/category/images/");
$pagecat_desc = str_ireplace('{companyName}', $admin_res['companyName'], $pagecat_desc);
$page_desc = str_ireplace('{companyName}', $admin_res['companyName'], $page_desc);
$parent = $cat_res['parentID'];
$cat_sql2 = "select catName, displayName, catID, parentID from category_tbl where catID='$parent'";
$cat_qry2 = mysqli_query($GLOBALS['dbconn'], $cat_sql2);
$num2 = mysqli_num_rows($cat_qry2);
$cat_res2 = mysqli_fetch_array($cat_qry2);
$mparent = $cat_res2['parentID'];
$cat_sql3 = "select catName, displayName, catID, parentID from category_tbl where catID='$mparent'";
$cat_qry3 = mysqli_query($GLOBALS['dbconn'], $cat_sql3);
$num3 = mysqli_num_rows($cat_qry3);
$cat_res3 = mysqli_fetch_array($cat_qry3);
if (!empty($cat_res3)) {
$mmparent = $cat_res3['parentID'];
} else {
$mmparent = 0;
}
$cat_sql4 = "select catName, displayName, catID, parentID from category_tbl where catID='$mmparent'";
$cat_qry4 = mysqli_query($GLOBALS['dbconn'], $cat_sql4);
$num4 = mysqli_num_rows($cat_qry4);
$cat_res4 = mysqli_fetch_array($cat_qry4);
$mobile = $admin_res['mobile'];
$city = $admin_res['city'];
$state = $admin_res['state'];
$country = $admin_res['country'];
$companyName = $admin_res['companyName'];
$address = $admin_res['address'];
if ($cat_res['catImage'] != '') {
$imglink = getImage($cat_res['catImage'], 500, 500, $cat_res['catName'], "/uploaded-files/category/images/");
} else {
$imglink = NO_IMG_URL;
}
if ($cat_res['keyword1'] != '' && $cat_res['keyword2'] != '' && $cat_res['keyword3'] != '') {
$m_title = "hotkeyword1 Manufacturers in city, hotkeyword2 Suppliers Exporters in country";
$page_metatitle = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_title)))));
$m_keyword = "hotkeyword1 in city, hotkeyword2 in city, hotkeyword3 in city, hotkeyword1 Manufacturers in city, hotkeyword2 Manufacturers in city, hotkeyword3 Manufacturers in city, hotkeyword1 Suppliers in city, hotkeyword2 Suppliers in city, hotkeyword1 Exporters in city, hotkeyword2 Exporters in city";
$page_metakey = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('hotkeyword3', $cat_res['keyword3'], str_replace('state', $admin_res['state'], str_replace('city', $admin_res['city'], $m_keyword)))));
$m_desc = "companyName leading hotkeyword1 Manufacturers in city, Since year. Premium Quality hotkeyword2 Suppliers Exporters in country, Get latest factory price for hotkeyword3. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
$page_metadesc = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('companyName', $admin_res['companyName'], str_replace('phone', $admin_res['mobile'], str_replace('hotkeyword3', $cat_res['keyword3'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('year', $admin_res['establish'], str_replace('country', $admin_res['country'], $m_desc)))))))));
} else if ($cat_res['keyword1'] != '' && $cat_res['keyword2'] != '') {
$m_title = "hotkeyword1 Manufacturers in city, hotkeyword2 Suppliers Exporters in country";
$page_metatitle = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_title)))));
$m_keyword = "hotkeyword1 in city, hotkeyword2 in city, hotkeyword1 Manufacturers in city, hotkeyword2 Manufacturers in city, hotkeyword1 Suppliers in city, hotkeyword2 Suppliers in city, hotkeyword1 Exporters in city, hotkeyword2 Exporters in city";
$page_metakey = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], $m_keyword))));
$m_desc = "companyName leading hotkeyword1 Manufacturers in city, Since year. Premium Quality hotkeyword2 Suppliers Exporters in India, Get latest factory price for hotkeyword1. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
$page_metadesc = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('hotkeyword2', $cat_res['keyword2'], str_replace('companyName', $admin_res['companyName'], str_replace('phone', $admin_res['mobile'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', str_replace('year', $admin_res['establish'], $admin_res['state'], $m_desc))))))));
} else if ($cat_res['keyword1'] != '') {
$m_title = "hotkeyword1 Manufacturers in city, hotkeyword1 Suppliers Exporters in country";
$page_metatitle = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], str_replace('country', $admin_res['country'], $m_title))));
$m_keyword = "hotkeyword1 in city, hotkeyword1 Manufacturers in city, hotkeyword1 Suppliers in city, hotkeyword1 Exporters in city";
$page_metakey = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('city', $admin_res['city'], str_replace('state', $admin_res['state'], $m_keyword)));
$m_desc = "companyName leading hotkeyword1 Manufacturers in city, Since 2016. Premium Quality hotkeyword1 Suppliers Exporters in country, Get latest factory price for hotkeyword1. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
$page_metadesc = str_replace('hotkeyword1', $cat_res['keyword1'], str_replace('companyName', $admin_res['companyName'], str_replace('phone', $admin_res['mobile'], str_replace('state', $admin_res['state'], str_replace('city', $admin_res['city'], str_replace('year', $admin_res['establish'], str_replace('country', $admin_res['state'], $m_desc)))))));
} else if ($cat_res['pageTitle'] != '' && $cat_res['pageDescription'] != '') {
$page_metatitle = $cat_res['pageTitle'];
$page_metakey = $cat_res['pageKeywords'];
$page_metadesc = $cat_res['pageDescription'];
} else {
$page_metatitle = "" . $cat_res['catName'] . " Manufacturers in " . $admin_res['city'] . ", " . $cat_res['catName'] . " Suppliers Exporters in " . $admin_res['country'] . "";
$page_metakey = "" . $cat_res['catName'] . " in " . $admin_res['city'] . ", " . $cat_res['catName'] . " Manufacturers in " . $admin_res['city'] . ", " . $cat_res['catName'] . " Suppliers in " . $admin_res['city'] . ", " . $cat_res['catName'] . " Exporters in " . $admin_res['city'] . "";
$page_metadesc = "" . $admin_res['companyName'] . " leading " . $cat_res['catName'] . " Manufacturers in " . $admin_res['city'] . ", Since " . $admin_res['establish'] . ". Premium Quality " . $cat_res['catName'] . " Suppliers Exporters in " . $admin_res['country'] . ", Get latest factory price for " . $cat_res['catName'] . " . Call " . $admin_res['mobile'] . ", ✓Fast Delivery ✓Good Price ✓Premium Quality";
}
if (mysqli_num_rows($cat_q) > 0)
?>
<?php if ($cat_r['parentID'] == 0) { ?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ======== Page title ============ -->
<?php include 'app_top.php'; ?>
<style>
.header-4 {
background-color: white;
}
h2 span {
color: #005c88;
font-weight:700px;
}
</style>
</head>
<body>
<?php include 'header.php'; ?>
<div class="breadcrumb-wrapper bg-cover">
<div class="container">
<div class="page-heading">
<div class="main-ttt wow fadeInUp" data-wow-delay=".3s">
<h1 class="text-white"><?php echo $cat_res['displayName']; ?> in USA</h1>
</div>
<ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
<li>
<a href="<?= site_url; ?>" title="Home">
Home
</a>
</li>
<li>
<i class="fas fa-chevron-right"></i>
</li>
<?php if ($num4 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res4['catName']); ?>.html"
title="<?php echo $cat_res4['displayName']; ?> "><?php echo $cat_res4['displayName']; ?></a>
</li>
<?php } ?>
<?php if ($num3 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res3['catName']); ?>.html"
title="<?php echo $cat_res3['displayName']; ?>"><?php echo $cat_res3['displayName']; ?></a>
</li>
<?php } ?>
<?php if ($num2 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res2['catName']); ?>.html"
title="<?php echo $cat_res2['displayName']; ?>"><?php echo $cat_res2['displayName']; ?></a>
</li>
<?php } ?>
<li class="active"><?php echo $cat_res['displayName']; ?></li>
</ul>
</div>
</div>
</div>
<div class="cateogry-page ">
<div class="container-fluid px-md-5">
<div class="content-bxx">
<div class="main-img-bx text-center">
<img src="<?= $imglink; ?>" title="<?= $cat_res['displayName']; ?> in USA, Canada" alt="<?= $cat_res['displayName']; ?> in USA, Canada">
<a title="Get Started" href="#enq_popup" data-bs-toggle="modal" class="theme-btn mt-4 liner-bg">
Get Started
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
<!--<div class="section-title m-0">-->
<!-- <div class="tt wow fadeInUp fs-2">Want to improve your ROI? <br> <span> Drive more organic traffic to your website.</span></div>-->
<!--</div>-->
<?= html_entity_decode($cat_res['catDesc1']); ?>
<div class="clearfix"></div>
<div class="row g-5 align-items-center " style="clear: both;">
<div class="col-lg-5 col-12">
<div class="vd_bx">
<img src="<?= theme_url; ?>img/you-tube.jpg" alt="10 Best Digital Marketing Agency in USA, Canada" title="10 Best Digital Marketing Agency in USA, Canada">
<a href="https://www.youtube.com/watch?v=I3r91wD1wUA" data-fancybox="" class="video-popup" title="Youtube">
<svg version="1.1" viewBox="0 0 68 48">
<path class="ytp-large-play-button-bg" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" fill="#f00"></path>
<path d="M 45,24 27,14 27,34" fill="#fff"></path>
</svg>
</a>
</div>
</div>
<div class="col-lg-7 col-12">
<?= html_entity_decode($cat_res['categorybottom']); ?>
</div>
</div>
</div>
</div>
</div>
<div class="bg-cover lp-footer" style="background-image: url('<?= theme_url; ?>img/section-bg.jpg');">
<div class="container">
<div class="section-padding">
<div class="section-title text-center mb-0">
<h3 class="tt wow fadeInUp mb-1" data-wow-delay=".3s"> Let’s make <span> things happen </span></h3>
<p>Partner with the #1 ranked digital marketing agency - before your competitor does.</p>
<button class="modal-btn" data-bs-toggle="modal" data-bs-target="#enq_popup">Get Your Free Proposal </button>
<div class="sub-text">or call <a title="CAll US" href="tel:<?= $admin_res['mobile']; ?>"><?= $admin_res['mobile']; ?></a> to get started today
</div>
</div>
</div>
</div>
</div>
<section class="service-section-3 section-padding pt-3">
<div class="line-shape-2">
<img src="<?= theme_url; ?>img/service/line-shape-2.png" alt="shape-img" title="shape-img">
</div>
<div class="container-fluid px-md-5">
<div class="section-title text-center">
<div class="tt wow fadeInUp"><?= $cat_res['displayName']; ?> <span> Services</span></div>
<p class="wow fadeInUp" data-wow-delay=".3s">By offering custom omnichannel marketing strategies, led by
experts and backed by data, Zapnix can help your business hit your revenue goals. Stop juggling
multiple agencies and start working with a top-rated agency that will drive results.</p>
</div>
<div class="row">
<?php
$cat_like = "SELECT catImage, catName, displayName, catDesc, catID, catDesc1, catBanner, caticon, cat_home_image, parentID
FROM category_tbl
WHERE (parentID = '" . $cat_res['catID'] . "' AND parentID!='0')
AND status = 'Y'
ORDER BY catOrder";
$cat_qryLike = mysqli_query($GLOBALS['dbconn'], $cat_like);
while ($homeCatRes = mysqli_fetch_assoc($cat_qryLike)) {
?>
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">
<div class="service-box-items style-3">
<div class="icon">
<img src="<?= upload_url; ?>category/caticon/<?= $homeCatRes['caticon']; ?>" title="<?= $homeCatRes['catName']; ?> in USA, Canada" alt="<?= $homeCatRes['catName']; ?> in USA, Canada">
</div>
<div class="content">
<div class="tt">
<a title="<?= $homeCatRes['displayName']; ?> in USA, Canada" href="<?= site_url; ?>/<?= getValidFileName($homeCatRes['catName']); ?>.html">
<?= $homeCatRes['displayName']; ?>
</a>
</div>
<?= $homeCatRes['catDesc']; ?>
<a title="Read More" href="<?= site_url; ?>/<?= getValidFileName($homeCatRes['catName']); ?>.html" class="theme-btn-2">
Read More
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</section>
<?php include 'app-pricing.php'; ?>
<section class="faq-section-2 fix section-padding">
<div class="container">
<div class="section-title text-center">
<div class="tt wow fadeInUp fs-2">Questions to Ask <br> <span> When Hiring an SEO Agency</span></div>
</div>
<div class="faq-content style-2">
<div class="faq-accordion mt-4 mt-md-0">
<div class="accordion" id="accordion">
<?php
$faq = mysqli_query($GLOBALS['dbconn'], "SELECT slno, question, answer FROM faqnew_tbl WHERE status='1'");
$index = 0;
while ($resFaq = mysqli_fetch_assoc($faq)) {
$index++;
$isActive = $index === 1 ? 'show' : 'collapsed';
$isExpanded = $index === 1 ? 'true' : 'false';
$collapseClass = $index === 1 ? 'collapse show' : 'collapse';
?>
<div class="accordion-item mb-3 wow fadeInUp" data-wow-delay=".<?= $index * 3; ?>s">
<div class="accordion-header">
<button class="accordion-button <?= $isActive ?>" type="button"
data-bs-toggle="collapse" data-bs-target="#faq<?= $index ?>"
aria-expanded="<?= $isExpanded ?>" aria-controls="faq<?= $index ?>">
<?= $resFaq['question']; ?>
</button>
</div>
<div id="faq<?= $index ?>" class="accordion-collapse <?= $collapseClass ?>" data-bs-parent="#accordion">
<div class="accordion-body">
<?= $resFaq['answer'] ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
</section>
<div class="cta-section before mb-5">
<div class="container-fluid px-md-5">
<div class="cta-wrapper">
<div class="mask-shape">
<img src="<?= theme_url; ?>img/cta-mask.png" title="shape-img" alt="shape-img">
</div>
<div class="circle-shape">
<img src="<?= theme_url; ?>img/circle.png" title="shape-img" alt="shape-img">
</div>
<div class="cta-image wow fadeInUp" data-wow-delay=".3s">
<img src="<?= theme_url; ?>img/cta.png" title="Ready to discuss your project?" alt="Ready to discuss your project?">
</div>
<div class="cta-items gap-4">
<div>
<h3 class="wow fadeInUp" data-wow-delay=".5s">Ready to discuss your project?</h3>
<p class="text-white">Partner with the #1 ranked digital marketing agency - before your competitor does.</p>
</div>
<a title="Contact US" href="<?= site_url; ?>/contact.html" class="theme-btn bg-white wow fadeInUp" data-wow-delay=".7s">
Contact Us
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
</div>
</div>
</div>
<section>
<?php } else {
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<?php include 'app_top.php'; ?>
<style>
.header-4 {
background-color: white;
}
#cat_form label.error {
z-index: 100;
position: absolute;
top: 47px;
width: 100%;
color: red !important;
}
h2 span {
color: #005c88;
font-weight:700px;
}
</style>
</head>
<body>
<?php include 'header.php'; ?>
<div class="breadcum-sec">
<div class="container-fluid px-md-5">
<div class="row g-5 align-items-center">
<div class="col-lg-8 col-12">
<div class="subtt"> America’s #1 Rated Digital Marketing Agency</div>
<div class="tt">
<h1 class="text-white"><?php echo $cat_res['displayName']; ?> in USA</h1>
</div>
<p><?= $pagecat_desc; ?></p>
</div>
<div class="col-lg-4 col-12">
<div class="_qut_form wow fadeInRight animated" data-wow-delay=".5s">
<div class="_head">
<div class="_head-tit">Grow Your Brand</div>
<p>by partnering with Zapnix</p>
</div>
<div id="responseMessageCategory"></div>
<form id="cat_form" action="" method="post">
<div class="form-group">
<div class="input-group">
<div class="input-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-person" viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z" />
</svg>
</div>
<input type="text" name="name" required="required" class="form-control" placeholder="Enter Your Name*">
</div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-envelope" viewBox="0 0 16 16">
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z">
</path>
</svg>
</div>
<input type="email" name="email" required="required" class="form-control" placeholder="name@address.com*">
</div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-phone" viewBox="0 0 16 16">
<path
d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z">
</path>
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"></path>
</svg>
</div>
<input type="text" name="mobile" required="required" class="form-control" placeholder="Enter Phone Number*">
</div>
</div>
<div class="form-group">
<div class="col-12">
<div class="g-recaptcha" data-sitekey="<?= SITE_KEY; ?>"></div>
</div>
</div>
<button class="theme-btn w-100" type="submit" name="cat_submit">
<span>
Get Your Free Proposal
<i class="fa-solid fa-arrow-right-long"></i>
</span>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class=" breadcum-sec2">
<div class="container-fluid px-md-5">
<ul>
<li><a href="<?= $site_url; ?>" title="Home"> Home</a></li>
<!-- <?php if ($num2 > 0) { ?>-->
<!--<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res2['catName']); ?>.html"-->
<!-- title="<?php echo $cat_res2['displayName']; ?> "><?php echo $cat_res2['displayName']; ?></a>-->
<!--</li>-->
<?php if ($num4 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res4['catName']); ?>.html"
title="<?php echo $cat_res4['displayName']; ?> "><?php echo $cat_res4['displayName']; ?></a>
</li>
<?php } ?>
<?php if ($num3 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res3['catName']); ?>.html"
title="<?php echo $cat_res3['displayName']; ?>"><?php echo $cat_res3['displayName']; ?></a>
</li>
<?php } ?>
<?php if ($num2 > 0) { ?>
<li><a href="<?= site_url; ?>/<?= getValidFileName($cat_res2['catName']); ?>.html"
title="<?php echo $cat_res2['displayName']; ?>"><?php echo $cat_res2['displayName']; ?></a>
</li>
<?php } ?>
<li class="active"><?php echo $cat_res['displayName']; ?></li>
<?php } ?>
</ul>
</div>
</div>
<div class="cateogry-page pb-5">
<div class="container-fluid px-md-5">
<div class="content-bxx">
<div class="main-img-bx">
<img src="<?= $imglink_sub; ?>" alt="<?= $cat_res['displayName']; ?> in USA, Canada" title="<?= $cat_res['displayName']; ?> in USA, Canada">
</div>
<!--<div class="section-title m-0">-->
<!-- <div class="tt wow fadeInUp fs-2">Want to improve your ROI? <br> <span> Drive more organic traffic to your website.</span></div>-->
<!--</div>-->
<?= $page_desc; ?>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="cta-section before mb-5">
<div class="container-fluid px-md-5">
<div class="cta-wrapper">
<div class="mask-shape">
<img src="<?= theme_url; ?>img/cta-mask.png" alt="shape-img" title="shape-img">
</div>
<div class="circle-shape">
<img src="<?= theme_url; ?>img/circle.png" alt="shape-img" title="shape-img">
</div>
<div class="cta-image wow fadeInUp" data-wow-delay=".3s">
<img src="<?= theme_url; ?>img/cta.png" alt="Ready to discuss your project?" title="Ready to discuss your project?">
</div>
<div class="cta-items gap-4">
<div>
<h3 class="wow fadeInUp" data-wow-delay=".5s">Ready to discuss your project?</h3>
<p class="text-white">Partner with the #1 ranked digital marketing agency - before your competitor does.</p>
</div>
<a title="Contact Us" href="<?= site_url; ?>/contact.html" class="theme-btn bg-white wow fadeInUp" data-wow-delay=".7s">
Contact Us
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
</div>
</div>
</div>
<section class="service-section-3 section-padding pt-3">
<div class="line-shape-2">
<img src="<?= theme_url; ?>img/service/line-shape-2.png" alt="shape-img" title="shape-img">
</div>
<div class="container-fluid px-md-5">
<div class="section-title text-center">
<div class="tt wow fadeInUp"> <span> Our Services</span></div>
<p class="wow fadeInUp" data-wow-delay=".3s">By offering custom omnichannel marketing strategies, led by
experts and backed by data, Zapnix can help your business hit your revenue goals. Stop juggling
multiple agencies and start working with a top-rated agency that will drive results.</p>
</div>
<div class="row">
<?php
$cat_likenew = "SELECT catImage, catName, displayName, catDesc, caticon, catID, catDesc1, catBanner, catImage, parentID
FROM category_tbl
WHERE (parentID = '" . $cat_res['parentID'] . "' AND home_category = '0' AND parentID!='0')
AND catID != '" . $cat_res['catID'] . "'
AND status = 'Y'
ORDER BY catOrder";
$cat_qryLikes = mysqli_query($GLOBALS['dbconn'], $cat_likenew);
while ($homeCatRes = mysqli_fetch_assoc($cat_qryLikes)) {
?>
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">
<div class="service-box-items style-3">
<div class="icon">
<img src="<?= upload_url; ?>category/caticon/<?= $homeCatRes['caticon']; ?>" title="<?= $homeCatRes['catName']; ?> in USA, Canada" alt="<?= $homeCatRes['catName']; ?> in USA, Canada">
</div>
<div class="content">
<div class="tt">
<a title="<?= $homeCatRes['displayName']; ?> in USA, Canada" href="<?= site_url; ?>/<?= getValidFileName($homeCatRes['catName']); ?>.html">
<?= $homeCatRes['displayName']; ?>
</a>
</div>
<p>
<?= $homeCatRes['catDesc']; ?>
</p>
<a title="Read More" href="<?= site_url; ?>/<?= getValidFileName($homeCatRes['catName']); ?>.html" class="theme-btn-2">
read More
<i class="fa-solid fa-arrow-right-long"></i>
</a>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</section>
<?php include 'app-pricing.php'; ?>
<section class="faq-section-2 fix section-padding">
<div class="container">
<div class="section-title text-center">
<div class="tt wow fadeInUp fs-2">Questions to Ask <br> <span> When Hiring an SEO Agency</span></div>
</div>
<div class="faq-content style-2">
<div class="faq-accordion mt-4 mt-md-0">
<div class="accordion" id="accordion">
<?php
$faq = mysqli_query($GLOBALS['dbconn'], "SELECT slno, question, answer FROM faqnew_tbl WHERE status='1'");
$index = 0;
while ($resFaq = mysqli_fetch_assoc($faq)) {
$index++;
$isActive = $index === 1 ? 'show' : 'collapsed';
$isExpanded = $index === 1 ? 'true' : 'false';
$collapseClass = $index === 1 ? 'collapse show' : 'collapse';
?>
<div class="accordion-item mb-3 wow fadeInUp" data-wow-delay=".<?= $index * 3; ?>s">
<div class="accordion-header">
<button class="accordion-button <?= $isActive ?>" type="button"
data-bs-toggle="collapse" data-bs-target="#faq<?= $index ?>"
aria-expanded="<?= $isExpanded ?>" aria-controls="faq<?= $index ?>">
<?= $resFaq['question']; ?>
</button>
</div>
<div id="faq<?= $index ?>" class="accordion-collapse <?= $collapseClass ?>" data-bs-parent="#accordion">
<div class="accordion-body">
<?= $resFaq['answer'] ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
</section>
<?php } ?>
<?php include 'footer.php'; ?>
<?php include 'app_bottom.php'; ?>
</body>
</html>