MMCT TEAM
Server IP : 2a02:4780:11:1017:0:31f1:b895:8  /  Your IP : 216.73.216.163
Web Server : LiteSpeed
System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u837925013 ( 837925013)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u837925013/domains/tech2wizard.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u837925013/domains/tech2wizard.com/public_html/index.php
<?php include('inc/function.php');
$page='index';
?>

<!DOCTYPE html>
<html lang="zxx">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <?php $get_seo= mysqli_fetch_array($con->query("select * from seo WHERE id=1")); ?>
        <title><?php if(!empty($get_seo['meta_title'])){ echo $get_seo['meta_title']; } ?></title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="<?php if(!empty($get_seo['meta_description'])){ echo $get_seo['meta_description']; }?>">
        <meta name="keywords" content="<?php if(!empty($get_seo['meta_keyword'])){ echo $get_seo['meta_keyword']; }?>"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="icon" type="image/png" href="<?php echo IMAGE_SITE_PATH.$get_logo['fevicon']?>" />
        <link rel="stylesheet" href="assets/css/animate.min.css" />
        <link rel="stylesheet" href="assets/css/bootstrap.min.css" />
        <link rel="stylesheet" href="assets/css/fontawsome.min.css" />
        <link rel="stylesheet" href="assets/css/flaticon.css" />
        <link rel="stylesheet" href="assets/css/meanmenu.min.css" />
        <link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
        <link rel="stylesheet" href="assets/css/nice-select.min.css" />
        <link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
        <link rel="stylesheet" href="assets/css/magnific-popup.min.css" />
        <link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
        <link rel="stylesheet" href="assets/css/swiper.min.css" />
        <link rel="stylesheet" href="assets/css/odometer.min.css" />
        <link rel="stylesheet" href="assets/css/style.css" />
        <link rel="stylesheet" href="assets/css/responsive.css" />
        <link rel="stylesheet" href="assets/css/animate.css" />
        <link rel="stylesheet" href="assets/css/select2.min.css" />
        <!-- Meta Pixel Code -->
        <script>
          !function(f,b,e,v,n,t,s)
          {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
          n.callMethod.apply(n,arguments):n.queue.push(arguments)};
          if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
          n.queue=[];t=b.createElement(e);t.async=!0;
          t.src=v;s=b.getElementsByTagName(e)[0];
          s.parentNode.insertBefore(t,s)}(window, document,'script',
          'https://connect.facebook.net/en_US/fbevents.js');
          fbq('init', '1011266089528097');
          fbq('track', 'PageView');
        </script>
        <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1011266089528097&ev=PageView&noscript=1"/></noscript>
        <!-- End Meta Pixel Code -->
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
        'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
        })(window,document,'script','dataLayer','GTM-W2B6PPS');</script>
        <!-- End Google Tag Manager -->
        <?php echo $setting['head_code']; ?>
        
    </head>
    <body >
        <!-- Google Tag Manager (noscript) -->
        <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W2B6PPS"
        height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
        <!-- End Google Tag Manager (noscript) -->
        <?php include('inc/header.php'); 
        $introduction= mysqli_fetch_array(mysqli_query($con,"select * from introduction"));
        $counter= mysqli_fetch_array(mysqli_query($con,"select * from counter"));
        ?>

        <div class="main-banner" style="background-image: url('<?php if(!empty($get_seo['banner'])){ echo BANNER_SITE_PATH.$get_seo['banner']; }?>');background-attachment: fixed;">
            <div class="container-fluid container-large">
                <div class="row align-items-center">
                    <div class="col-lg-5">
                        <div class="banner-text-area banner-text-area-1 pr-20">
                            <div class="booking-title">
                                <h6>All type of Mobile,Laptop & AC,LED Repair Services.</h6>
                                <h2><?php if(!empty($get_seo['banner_title'])){ echo $get_seo['banner_title']; }?></h2>
                                <p><?php if(!empty($get_seo['banner_sub_title'])){ echo $get_seo['banner_sub_title']; }?></p>
                            </div>
                            <div class="card-my-booking">
                                <div class="my-booking">
                                    <form method="GET" action="services.php" name="get_services_form">
                                        <div class="brand-section-box">
                                            <div class="input-section">
                                                <select class="form-control select2" name="brandID" id="brandID" required>
                                                    <option>Select Brand</option>
                                                    <?php 
                                                        $brand= $con ->query("SELECT * FROM brand Where status='1'");
                                                        while($brand_data = $brand ->fetch_assoc()){
                                                        echo "<option value='".$brand_data['id']."'>".$brand_data['brand']."</option>";
                                                        }
                                                    ?>
                                                </select>
                                            </div>
                                        </div>
                                        <div class="model-section-box">
                                            <div class="input-section">
                                                <select class="form-control select2" name="modelID" id="modelID" required>
                                                    <option>Select Model</option>
                                                    
                                                </select>
                                            </div>
                                        </div>
                                        <div class="button-section-box">
                                            <div class="input-section">
                                                <button class="go-for-it" id="" type="submit">Go for it <i class="flaticon-right-arrow"></i></button>
                                            </div>
                                        </div>
                                    </form>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-7" style="padding:0">
                        <div class="banner-img-area">
                            <div class="banner-img-slider-area owl-carousel">
                                <?php
                                    $slider= $con ->query("SELECT * FROM slider ");
                                    while($slider_data = $slider ->fetch_assoc()){
                                ?>
                                <img src="<?php echo SLIDER_SITE_PATH.$slider_data['image']; ?>" alt="image" />
                                <?php } ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="service-slides pt-40">
            <div class="container1">
                <div class="justify-content-center wow bounceInUp">
                    <div class="benifit-slider-area1 owl-carousel">
                        <?php
                            $slide= $con ->query("SELECT * FROM service_slider ");
                            while($slide_data = $slide ->fetch_assoc()){
                        ?>
                        <div class="service-slide" >
                            <img src="<?php echo SLIDE_SITE_PATH.$slide_data['image']; ?>" alt="image" />
                        </div>
                       <?php } ?>
                    </div>
                </div>
            </div>
        </div>
        <div class="features ptb-40">
            <div class="container">
                <div class="default-section-title default-section-title-middle">
                    <h3> Benefits</h3>
                </div>
                <div class="row justify-content-center wow bounceInUp">
                    <div class="benifit-slider-area owl-carousel">
                        <?php $i1=0;	
                        	$sql_b= mysqli_query($con, "SELECT * FROM core_value ORDER BY id DESC");
                        	while($b_data= mysqli_fetch_array($sql_b)){ $i1++;
                          ?>
                            <div class="features-card " >
                                <div class="core_value_image">
                                <img src="<?php if(isset($b_data)){ echo ICON_SITE_PATH.$b_data['icon'];} ?>" alt="image" />
                                </div>
                                <h4><?php if(isset($b_data)){echo $b_data['title']; } ?></h4>
                                <p><?php if(isset($b_data)){echo $b_data['dsc']; } ?></p>
                            </div>
                        <?php } ?>
                    </div>
                </div>
            </div>
        </div>

        <div class="about about-home ptb-40 bg-f9f9f9">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 wow bounceInLeft" data-wow-delay="0.5s">
                        <div class="about-text-area about-text-area_1 pr-20">
                            <div class="list-style-2nd default-section-title text-justify">
                               <?php if(!empty($introduction['sub_title'])){ ?> <span><?php  echo $introduction['sub_title']; ?></span><?php } ?>
                                <h2><?php if(!empty($introduction['title'])){ echo $introduction['title'];} ?></h2>
                                <?php if(!empty($introduction['dsc'])){ echo $introduction['dsc'];} ?>
                                <a class="default-button default-button-2 mt-30" href="about.php">
                                <span>About Our Company <i class="flaticon-right-arrow"></i></span>
                            </a>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6 wow bounceInRight" data-wow-delay="0.5s">
                        <div class="about-img-area about-img-area_1" style="background-image: url('');">
                            <div class="banner2-img-slider-area owl-carousel">
                                <?php
                                    $gallery= $con ->query("SELECT * FROM home_image");
                                    while($gallery_data = $gallery ->fetch_assoc()){
                                ?>
                            <figure1><img src="<?php if(isset($gallery_data)){ echo ICON_SITE_PATH.$gallery_data['image'];} ?>" alt="image" /></figure1>
                            <?php } ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="find-service-home" id="S1">
            <div class="container">
                <div class="row justify-content-center">
                    <div class="col-lg-4 col-md-4 col-sm-4 col-12">
                        <div class="search-box mb-20">
                            <h3>Locate near Store</h3>
                            <div class="">
                                <span>Search by City</span>
                                <div class="search-input">
                                    <div class="input">
                                        <input type="text" class="form-control" placeholder="Enter City" name="location" id="find_store_data" required="">
                                    </div>
                                    <div class="search-btn">
                                        <button class="location-button" type="submit" onclick="SearchStore('hello')"><i class="flaticon-loupe"></i></button>
                                    </div>
                                </div>
                            </div>
                            <hr class="hr-search" data-content="OR">
                            <div class="">
                                <div class="location-image">
                                    
                                </div>
                                <div class="current-location-button text-center wow bounceInRight">
                                    <button class="default-button" id="current-submit" onclick="SearchStore1('hello')" type="submit"><span>USE LOCATION</span></button>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-8 col-md-8 col-sm-8 col-12">
                       <div class="service-area-box mb-20 wow bounceInLeft">
                           <div class="service-area-title">
                                <h1>We are Available in 50+ Cities</h1>
                                <p >Our company began as a small start-up in India focused on repairing gadgets and refurbishing smartphones, but we have since experienced tremendous growth.</p>
                                <div class="all-city">
                                    <div class="section-content">
                                        <div class="store-location owl-carousel">
                                            <?php	
                                            	$sql_city= mysqli_query($con, "SELECT * FROM store_city ORDER BY id DESC");
                                            	while($city_data= mysqli_fetch_array($sql_city)){
                                              ?>
                                           <div class="store-card" id="1">
                                               <a class="edit"href="stores.php?find_store=<?php echo $city_data['city']; ?>" style="target-new:tab;color:#fff;" target="_blank" tabindex="0">
                                                   <div class="location-image">
        												<figure><img src="<?php echo CITY_SITE_PATH.$city_data['image']; ?>" alt="" class="img img-responsive img-rounded" ></figure>
        												<div class="bottom-left"><?php	
                                                        	$city_data1= mysqli_fetch_array(mysqli_query($con,"SELECT * FROM cities WHERE city_id='".$city_data['city']."'"));
                                                            echo $city_data1['city_name'];
                                                        ?></div>
        											</div>
        										</a>
                                           </div> 
                                           <?php } ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="">
            <div class="container">
                <div class="row" id="home-search-title">
                    <div class="col-md-12 text-center">
                        <h2 id="service-show-title">Select Your Nearest Mobile Service Store</h2>
                    </div>
                    <div class="col-6">
                        <button class="default-button" id="current-submit" onclick="CloseStore('hello')"type="submit"style="padding: 8px;"><span>CHANGE MY LOCATION</span></button>
                    </div>
                    <div class="col-6 text-right ">
                       <a href="stores.php"class="default-button" id="current-submit" type="submit"style="padding: 8px;"><span>SEE ALL STORES</span></a> 
                    </div>
                </div>
                <div class="row Store_home" id="StoreShow">
                   
                </div>
            </div>
        </div>
        <div class="home_1 ptb-40">
            <div class="container">
                <div class="default-section-title default-section-title-middle">
                    <span>Our Repair Process</span>
                    <h3>Who We Are & How We Work</h3>
                    <p>With franchises across India, Tech Wizardry is a top supplier of high-quality device repair and retail services</p>
                </div>
                <div class="section-content">
                    <div class="row justify-content-center">
                        <div class="col-lg-12">
                            <div class="product-description-area">
                                <nav>
                                    <div class="nav nav-tabs" id="nav-tab" role="tablist">
                                        <?php
                                            $doorstep_repair= mysqli_fetch_array(mysqli_query($con,"select * from doorstep_repair"));
                                        ?>
                                        
                                    </div>
                                </nav>
                                <div class="section-content">
                                            <div class="row justify-content-center">
                                                <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow fadeIn" data-wow-delay="0.4s">
                                                    <div class="working-process-card-3"> 
                                                        <span>01</span>
                                                        <h6>01</h6>
                                                        <h3><?php if(isset($doorstep_repair)){echo $doorstep_repair['title1'];} ?></h3>
                                                        <p><?php if(isset($doorstep_repair)){echo $doorstep_repair['number1'];} ?></p>
                                                    </div>
                                                </div>
                                                <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow fadeIn" data-wow-delay="0.6s">
                                                    <div class="working-process-card-3">
                                                        <span>02</span>
                                                        <h6>02</h6>
                                                        <h3><?php if(isset($doorstep_repair)){echo $doorstep_repair['title2'];} ?></h3>
                                                        <p><?php if(isset($doorstep_repair)){echo $doorstep_repair['number2'];} ?></p>
                                                    </div>
                                                </div>
                                                <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow fadeIn" data-wow-delay="0.8s">
                                                    <div class="working-process-card-3">
                                                        <span>03</span>
                                                        <h6>03</h6>
                                                        <h3><?php if(isset($doorstep_repair)){echo $doorstep_repair['title3'];} ?></h3>
                                                        <p><?php if(isset($doorstep_repair)){echo $doorstep_repair['number3'];} ?></p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="ff-intro ff-intro-1 ptb-100">
            <div class="container">
                <div class="fun-fact-area">
                    <div class="row justify-content-center">
                        <div class="col-lg-3 col-md-6 col-sm-6 col-6 wow bounceInUp" data-wow-delay="0.4s">
                            <div class="fun-fact-card">
                                <div class="counter-image">
                                    <img src="<?php if(isset($counter)){ echo ICON_SITE_PATH.$counter['img1'];} ?>">
                                </div>
                                <h2><span class="odometer" data-count="<?php if(!empty($counter['number1'])){ echo $counter['number1'];} ?>">00</span>+</h2>
                                <p><?php if(!empty($counter['title1'])){ echo $counter['title1'];} ?></p>
                            </div>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-6 col-6 wow bounceInUp" data-wow-delay="0.5s">
                            <div class="fun-fact-card">
                                <div class="counter-image">
                                    <img src="<?php if(isset($counter)){ echo ICON_SITE_PATH.$counter['img2'];} ?>">
                                </div>
                                <h2><span class="odometer" data-count="<?php if(!empty($counter['number2'])){ echo $counter['number2'];} ?>">00</span>+</h2>
                                <p><?php if(!empty($counter['title2'])){ echo $counter['title2'];} ?></p>
                            </div>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-6 col-6 wow bounceInUp" data-wow-delay="0.6s">
                            <div class="fun-fact-card">
                                <div class="counter-image">
                                    <img src="<?php if(isset($counter)){ echo ICON_SITE_PATH.$counter['img3'];} ?>">
                                </div>
                                <h2><span class="odometer" data-count="<?php if(!empty($counter['number3'])){ echo $counter['number3'];} ?>">00</span>+</h2>
                                <p><?php if(!empty($counter['title3'])){ echo $counter['title3'];} ?></p>
                            </div>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-6 col-6 wow bounceInUp" data-wow-delay="0.7s">
                            <div class="fun-fact-card">
                                <div class="counter-image">
                                    <img src="<?php if(isset($counter)){ echo ICON_SITE_PATH.$counter['img4'];} ?>">
                                </div>
                                <h2><span class="odometer" data-count="<?php if(!empty($counter['number4'])){ echo $counter['number4'];} ?>">00</span>+</h2>
                                <p><?php if(!empty($counter['title4'])){ echo $counter['title4'];} ?></p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="team bg-f9f9f9 ptb-40">
            <div class="container">
                <div class="default-section-title default-section-title-middle">
                    <h3>Market Share of the Repairing Industry Growing Rapidly</h3>
                </div>
                <div class="section-content pt-50">
                    <div class="row justify-content-center">
                        <div class="col-lg-6 col-md-6 col-sm-6 col-12 text-justify wow bounceInLeft">
                            <div class="share_market">
                                <p>The market for smartphone repair and refurbishment has been growing steadily over the years, and it is expected to continue to do so in the future. According to a report by Zion Market Research, the global smartphone repair market was valued at around USD 160 billion in 2018 and is expected to reach approximately USD 290 billion by 2026, growing at a CAGR of around 7.9% between 2019 and 2026. This growth can be attributed to several factors, such as the increasing adoption of smartphones, the rising demand for refurbished smartphones, and the growing trend of repairing smartphones instead of buying new ones.</p>
                                <p>In terms of market share, the smartphone repair and refurbishment industry is highly fragmented, with many small and medium-sized players operating in the market. However, there are some major players in the industry, such as Apple, Samsung, Huawei, Motorola, and LG, who have a significant market share.</p>
                                <p>Refurbished smartphones are also gaining popularity in the market, as they are cheaper than new smartphones and offer similar features. According to a report by Counterpoint Research, the global market for refurbished smartphones grew by 13% year-on-year in 2020, accounting for 10% of the total smartphone market.</p>
                                <p>In terms of the future of the industry, it is expected to continue to grow as smartphones become more ubiquitous and people increasingly rely on them for both personal and professional use. The trend towards repairing and refurbishing smartphones instead of buying new ones is likely to continue, driven by both economic and environmental concerns. However, technological advancements may also have an impact on the industry, with some experts predicting that the rise of modular smartphones may lead to a decrease in demand for repairs. Overall, the industry is expected to remain dynamic and competitive, with new players and innovations emerging regularly.</p>
                            </div>
                            <!--<div class="share-market-flex d-flex">-->
                            <!--    <div class="m-icon">-->
                            <!--        <img src="assets/images/icons/market.png" alt="image">-->
                            <!--    </div>-->
                            <!--    <div class="m-content">-->
                            <!--        <p>Smartphone Repair Market was valued at ~US$ 185 billion in 2020 and is expected to grow at a CAGR of ~5% over the forecast period (2021-202 ).</p>-->
                            <!--    </div>-->
                            <!--</div>-->
                           
                        </div>
                        <div class="col-lg-6 col-md-6 col-sm-6 col-12 wow bounceInRight">
                            <div class="share-content">
                                <img src="assets/images/market2.png" alt="image">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <?php if($setting_data['members']==1){  ?>
        <div class="team bg-f9f9f9 ptb-40">
            <div class="container">
                <div class="default-section-title default-section-title-middle">
                    <span>Experts On Repairs</span>
                    <h3>Meet Our Expert Team Members</h3>
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>
                </div>
                <div class="section-content">
                    <div class="row justify-content-center">
                        <?php 
                            $team= $con ->query("SELECT * FROM team Where status='1' LIMIT 3");
                            while($team_data = $team ->fetch_assoc()){
                        ?>
                        <div class="col-lg-4 col-md-6 col-sm-6 col-12">
                            <div class="team-card">
                                <div class="team-card-img">
                                    <img src="<?php echo TEAM_SITE_PATH.$team_data['image']; ?>" alt="image" />
                                </div>
                                <div class="team-card-text">
                                    <h4><?php echo $team_data['name']; ?></h4>
                                    <p><?php if(!empty($team_data['profession'])){ echo $team_data['profession']; } ?></p>
                                    <div class="social-icons">
                                        <ul>
                                            <?php if(!empty($team_data['facebook'])){ ?>
                                            <li><a href="<?php echo $team_data['facebook']; ?>" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
                                            <?php }if(!empty($team_data['youtube'])){ ?>
                                            <li><a href="<?php echo $team_data['youtube']; ?>" target="_blank"><i class="fab fa-youtube"></i></a></li>
                                            <?php }if(!empty($team_data['instagram'])){ ?>
                                            <li><a href="<?php echo $team_data['instagram']; ?>" target="_blank"><i class="fab fa-instagram"></i></a></li>
                                            <?php }if(!empty($team_data['twitter'])){ ?>
                                            <li><a href="<?php echo $team_data['twitter']; ?>" target="_blank"><i class="fab fa-twitter"></i></a></li>
                                            <?php } ?>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>
                       <?php } ?> 
                    </div>
                </div>
            </div>
        </div>
        <?php } ?>
        <div class="sign-up ptb-70">
            <div class="container">
                <div class="row justify-content-end">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-12 p-0">
                        <div class="sign-up-form-area12 refurbised-content">
                            <?php  $home_c= mysqli_fetch_array(mysqli_query($con,"select * from home_c")); ?>
                            <div class="text-center">
                                <h2 class="dddd"><?php echo $home_c['title']; ?></h2>
                                <div class="row justify-content-center">
                                    <div class="col-md-8">
                                        <span><?php echo $home_c['dsc']; ?></span>
                                    </div>
                                </div>
                                
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="brand-corousal pb-50">
                <div class="container-fluid">
                    <div class="section-content pt-20">
                        <div class="brand_logo-slider-area owl-carousel">
                            <?php 
                                $brand_logo= $con ->query("SELECT * FROM `brand_logo`");
                                while($brand_logo_data = $brand_logo ->fetch_assoc()){
                            ?>
                            <div class="brand_logo-card">
                                <div class="img-logo">
                                    <img src="<?php echo BRAND_SITE_PATH.$brand_logo_data['image']; ?>" alt="image" />
                                </div> 
                            </div>
                            <?php } ?>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="ptb-40">
            <div class="container">
                <div class="default-section-title default-section-title-middle">
                    <span>Support</span>
                    <h3>Services Support</h3>
                    <p>All of these support services are designed to help our franchisees run a successful business and achieve their financial goals, while also ensuring that their customers receive the best possible service and support.</p>
                </div>
                <div class="section-content">
                    <div class="row justify-content-center">
                        <div class="col-lg-12">
                            <div class="product-description-area pt-20">
                                <nav>
                                    <div class="nav nav-tabs" id="nav-tab" role="tablist">
                                        <button class="nav-link active" id="nav-CUSTOMER1-tab" data-bs-toggle="tab" data-bs-target="#nav-CUSTOMER1" type="button" role="tab" aria-controls="nav-CUSTOMER1" aria-selected="false">CUSTOMER SUPPORT</button>
                                        <button class="nav-link " id="nav-FRANCHISE-tab" data-bs-toggle="tab" data-bs-target="#nav-FRANCHISE" type="button" role="tab" aria-controls="nav-FRANCHISE" aria-selected="true">FRANCHISE SUPPORT</button>
                                    </div>
                                </nav>
                                <div class="tab-content laptop-repair" id="nav-tabContent">
                                    <div class="tab-pane fade  active show" id="nav-CUSTOMER1" role="tabpanel" aria-labelledby="nav-CUSTOMER1-tab">
                                        <div class="section-content">
                                            <div class="row justify-content-center">
                                                <?php	
                                                	$sql_c= mysqli_query($con, "SELECT * FROM cusromer_benifits ORDER BY id ASC");$i3=0;
                                                	while($data_c= mysqli_fetch_array($sql_c)){$i3++; 
                                                  ?>
                                                <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow bounceInUp" data-wow-delay="0.<?php echo $i3; ?>s">
                                                    <div class="service-card-3">
                                                        <div class="service-card-text-3">
                                                            <div class="laptop-repair-image">
                                                                <img src="<?php echo ICON_SITE_PATH.$data_c['icon']; ?>" class="img-circle" alt="laptop repair and service">
                                                            </div>
                                                            <h4><a ><?php echo $data_c['title']; ?></a></h4>
                                                            <?php echo $data_c['dsc']; ?>
                                                        </div>
                                                    </div>
                                                </div>
                                                <?php } ?>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="tab-pane fade" id="nav-FRANCHISE" role="tabpanel" aria-labelledby="nav-FRANCHISE-tab">
                                        <div class="section-content">
                                            <div class="row justify-content-center">
                                                <?php	
                                                	$sql_f= mysqli_query($con, "SELECT * FROM franchise_benifits ORDER BY id ASC");$i4=3;
                                                	while($data_f= mysqli_fetch_array($sql_f)){$i4++; 
                                                  ?>
                                                <div class="col-lg-4 col-md-6 col-sm-6 col-12 wow bounceInUp" data-wow-delay="0.<?php echo $i4; ?>s">
                                                    <div class="service-card-3">
                                                        <div class="service-card-text-3">
                                                            <div class="laptop-repair-image">
                                                                <img src="<?php echo ICON_SITE_PATH.$data_f['icon']; ?>" class="img-circle" alt="laptop repair and service">
                                                            </div>
                                                            <h4><a ><?php echo $data_f['title']; ?></a></h4>
                                                            <?php echo $data_f['dsc']; ?>
                                                        </div>
                                                    </div>
                                                </div>
                                                <?php } ?>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <?php if($setting_data['testimonials']==1){  ?>
        <div class="testimonials ptb-40"style="background:#111111">
            <div class="container-fluid">
                <div class="default-section-title default-section-title-middle">
                    <span>Testimonials</span>
                    <h3 class="text-white">What Our Clients Say</h3>
                    <p class="text-white">Don't just take our word for it - see what our customers are saying about their experiences with us.</p>
                </div>
                <div class="section-content">
                    <div class="testimonial-slider-area owl-carousel">
                        <?php 
                            $testimonial= $con ->query("SELECT * FROM `testimonials` Where status='1'");
                            while($testimonial_data = $testimonial ->fetch_assoc()){
                        ?>
                        <div class="new-testimonials-card">
                            <div class="img">
                                   <img src="<?php echo TESTIMONIALS_SITE_PATH.$testimonial_data['image']; ?>" alt="image" />
                           </div>
                        </div>
                        <!--<div class="testimonial-card">-->
                        <!--    <p><?php echo $testimonial_data['dsc']; ?></p>-->
                        <!--    <div class="testimonial-intro-area">-->
                        <!--        <div class="img">-->
                        <!--            <img src="<?php echo TESTIMONIALS_SITE_PATH.$testimonial_data['image']; ?>" alt="image" />-->
                        <!--        </div>-->
                        <!--        <div class="testimonial-card-intro-text">-->
                        <!--            <h6><?php echo $testimonial_data['name']; ?></h6>-->
                        <!--            <span><?php echo $testimonial_data['profession']; ?></span>-->
                        <!--        </div>-->
                        <!--    </div>-->
                        <!--</div>-->
                        <?php } ?>
                    </div>
                </div>
            </div>
        </div>
        <?php } ?>
        <div class="newsletter ptb-100">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-lg-5">
                        <div class="newsletter-text-area">
                            <h3>Join Our Newsletter</h3>
                        </div>
                    </div>
                    <div class="col-lg-7">
                        <div class="newsletter-form-area pt-30">
                            <form method="post" class="account-form" id="Subscribe-Form">
                            <!--<form class="newsletter-form" data-toggle="validator">-->
                                <div class="input-group">
                                    <input type="email" class="input-newsletter form-control" placeholder="Your Email" name="EMAIL" required autocomplete="off" />
                                    <button class="default-button" name="btn-save" id="Subscribe-submit" type="submit"><span><i class="flaticon-paper-plane"></i></span></button>
                                </div>
                            </form>
                            <div id="validator-newsletter" class="form-result"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <?php include('inc/footer.php') ?>
        <script src="assets/js/jquery.min.js"></script>
        <script src="assets/js/select2.min.js"></script>
        <script> $('.select2').select2();</script>
        <script src="assets/js/jquery-ui.min.js"></script>
        <script src="assets/js/bootstrap.bundle.min.js"></script>
        <script src="assets/js/meanmenu.js"></script>
        <script src="assets/js/owl.carousel2.thumbs.js"></script>
        <script src="assets/js/owl.carousel.min.js"></script>
        <script src="assets/js/magnific-popup.min.js"></script>
        <script src="assets/js/TweenMax.js"></script>
        <script src="assets/js/nice-select.min.js"></script>
        <script src="assets/js/form-validator.min.js"></script>
        <script src="assets/js/contact-form-script.js"></script>
        <script src="assets/js/ajaxchimp.min.js"></script>
        <script src="assets/js/appear.min.js"></script>
        <script src="assets/js/swiper-bundle.min.js"></script>
        <script src="assets/js/tilt.js"></script>
        <script src="assets/js/odometer.min.js"></script>
        <script src="assets/js/wow.min.js"></script>
        <script src="assets/js/parsley.js"></script>
        <script src="assets/js/custom.js"></script>
        <script>
            $(document).ready(function() {
                $('#brandID').on('change', function() {
                    var brand_id = this.value;
                        $.ajax({
                            url: "inc/fetch-model.php",
                            type: "POST",
                            data: {
                                brand_id: brand_id
                            },
                            cache: false,
                            success: function(result){
                                $("#modelID").html(result);
                            }
                    });
                });
            });
        </script>
        <script>
        $(document).ready(function() {
            $('.dddd').each(function(index, element) {
                var heading = $(element);
                var word_array, last_word, first_part;
    
                word_array = heading.html().split(/\s+/); // split on spaces
                last_word = word_array.pop();             // pop the last word
                first_part = word_array.join(' ');        // rejoin the first words together
    
                heading.html([first_part, ' <span class="last-word">', last_word, '</span>'].join(''));
            });
        });
    </script>
    </body>
</html>

MMCT - 2023