It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://enginefinders.co.uk/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="UTF-8" />
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.    <link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.css" rel="stylesheet" />
  8.    <link rel="stylesheet" href="asset/style.css" />
  9.    <!-- jQuery CDN -->
  10.    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  11.    <!-- SweetAlert2 CDN -->
  12.    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
  13.    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  14.    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
  15.    <link href="https://fonts.cdnfonts.com/css/charles-wright" rel="stylesheet">
  16.  
  17.    <title>Engine - Finders | Home</title>
  18.    
  19.    <!--Seo Text -->
  20.    <meta name="google-site-verification" content="W0sw3J-ZukvqAClaBuoU-5_6utZdgwB7QRQJFDfM8RI" />
  21.    <meta name="robots" content="noindex, nofollow">
  22.            <!-- Google tag (gtag.js) -->
  23. <script async src="https://www.googletagmanager.com/gtag/js?id=G-BQ3N8XCPH7"></script>
  24. <script>
  25.  window.dataLayer = window.dataLayer || [];
  26.  function gtag(){dataLayer.push(arguments);}
  27.  gtag('js', new Date());
  28.  
  29.  gtag('config', 'G-BQ3N8XCPH7');
  30. </script>
  31.  
  32. </head>
  33.  
  34.  
  35. <body>
  36.    <div>
  37.        <nav style="z-index: 9999999 !important;
  38.        position: absolute !important;"
  39.            class="bg-white w-full z-20 top-0 start-0 border-b-2 dark:border-gray-200">
  40.            <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
  41.                <div class="main-logo">
  42.                <a style=" color: #2d567c !important; cursor: pointer !important;" href="index.html"
  43.                    class="flex text-2xl md:text-4xl font-bold items-center space-x-3 rtl:space-x-reverse">
  44.                    <!-- Your Logo  -->
  45.                    <img  src="./asset/img/logo.png" alt="LOGO">
  46.                </a>
  47.                </div>
  48.                <div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
  49.                    <!-- <button type="button"
  50.                        class="num-btn text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
  51.                        +22478907982
  52.                    </button> -->
  53.                    <button data-collapse-toggle="navbar-sticky" type="button"
  54.                        class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
  55.                        aria-controls="navbar-sticky" aria-expanded="false">
  56.                        <span class="sr-only">Open main menu</span>
  57.                        <svg style="color: aliceblue !important" class="w-5 h-5" aria-hidden="true"
  58.                            xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14">
  59.                            <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
  60.                                d="M1 1h15M1 7h15M1 13h15" />
  61.                        </svg>
  62.                    </button>
  63.                </div>
  64.                <div class="nav items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-sticky">
  65.                    <ul style="background-color: white"
  66.                        class="flex flex-col p-6 md:p-0 mt-4 font-medium border border-gray-100 rounded-lg bg-gray-50 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
  67.                        <li>
  68.                            <a href="index.html"
  69.                                class="block py-2 px-3 text-white bg-blue-700 rounded md:bg-transparent md:text-blue-700 md:p-0 md:dark:text-blue-500"
  70.                                aria-current="page">Home</a>
  71.                        </li>
  72.                        <li>
  73.                            <a href="./CarEngine.html"
  74.                                class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:p-0 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Car
  75.                                Engines</a>
  76.                        </li>
  77.                        <li>
  78.                            <a href="./UsedEngine.html"
  79.                                class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:p-0 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Used
  80.                                Engines</a>
  81.                        </li>
  82.                        <li>
  83.                            <a href="./ReconditionEngine.html"
  84.                                class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:p-0 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Recondition
  85.                                Engines</a>
  86.                        </li>
  87.                        <li>
  88.                            <a href="./GearBox.html"
  89.                                class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:p-0 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700">Gearboxes</a>
  90.                        </li>
  91.                    </ul>
  92.                </div>
  93.            </div>
  94.        </nav>
  95.        <section id="scroll-section"
  96.            class="w-full  flex justify-center items-center fixed z-10 top-0 transition-opacity duration-500"
  97.            style="width: 100%; position: fixed; z-index: 10; top: 0; left: 14px;">
  98.            <div class="flex items-center space-x-4 bg-white p-[10px] rounded-lg shadow-lg"
  99.                style="width: 100%; z-index: 999; display: flex; justify-content: center;background-color: #a5d2fd;">
  100.                <!-- Logo -->
  101.                <!-- <img src="path/to/your/logo.png" alt="Logo" class="w-16 h-16"> -->
  102.                <a class="sticky-logo text-[25px] text-[#164473] font-[700]">
  103.                     <img  src="./asset/img/logo - Copy.png" alt="LOGO">
  104.                </a>
  105.  
  106.                <!-- Input Field -->
  107.                <div class="relative">
  108.                    <!-- Input with Image -->
  109.                    <input id="vehicle-input1" type="text" class="w-[160px] p-3 pl-8 rounded-md text-center text-black bg-white placeholder-black
  110.                                            placeholder:font-[800] placeholder:text-[20px]
  111.                                            border-none" style="background-color: #ffcb05; font-family: 'Charles Wright', sans-serif !important; text-transform: uppercase;border: 2px solid black;"
  112.                                             placeholder="REG HERE"
  113.                                              onfocus="this.placeholder=''"
  114.                                              onblur="this.placeholder='REG HERE'"
  115.                                             />
  116.                    <img src="asset/img/gb.webp" alt="Flag Icon" style="height: 100%;"
  117.                        class="absolute  top-1/2 transform -translate-y-1/2 w-7 h-10" />
  118.                </div>
  119.                <!-- <input type="text" placeholder="REG HERE" class="p-1 text-center border border-gray-300 rounded-md w-30"> -->
  120.  
  121.                <!-- Button -->
  122.                <button class="bg-red-600 text-white px-5 py-2 rounded-[25px] font-semibold text-[20px] "
  123.                    style="background-color: #ff1a00 !important;" id="fetch-button1">
  124.                    GO
  125.                </button>
  126.            </div>
  127.        </section>
  128.  
  129.    </div>
  130.    <div class="bg-white">
  131.        <div class="relative isolate px-6 lg:px-8">
  132.            <div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
  133.                aria-hidden="true">
  134.                <div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]"
  135.                    style="
  136.              clip-path: polygon(
  137.                74.1% 44.1%,
  138.                100% 61.6%,
  139.                97.5% 26.9%,
  140.                85.5% 0.1%,
  141.                80.7% 2%,
  142.                72.5% 32.5%,
  143.                60.2% 62.4%,
  144.                52.4% 68.1%,
  145.                47.5% 58.3%,
  146.                45.2% 34.5%,
  147.                27.5% 76.7%,
  148.                0.1% 64.9%,
  149.                17.9% 100%,
  150.                27.6% 76.8%,
  151.                76.1% 97.7%,
  152.                74.1% 44.1%
  153.              );
  154.            ">
  155.            </div>
  156.            </div>
  157.            <div class="header mx-auto mt-[120px]">
  158.                <div class="hidden sm:mb-8 sm:flex sm:justify-center">
  159.                    <div
  160.                        class="read-more relative rounded-full px-3 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20">
  161.                        Announcing our next round of funding.
  162.                        <a href="#" class="font-semibold text-indigo-600"><span class="absolute inset-0"
  163.                                aria-hidden="true"></span>Read
  164.                            more <span aria-hidden="true">&rarr;</span></a>
  165.                    </div>
  166.                </div>
  167.                <div class="text-center">
  168.                    <h1 class="heading text-3xl font-bold tracking-tight text-gray-900 sm:text-6xl">
  169.                        Get Best Quotes From UK’s Top Engine Suppliers, Compares Prices & Find Incredible Deals
  170.                    </h1>
  171.                    <!-- <p class="mt-6 text-lg leading-8 text-gray-600">
  172.                        Access a comprehensive list of top engine suppliers, effortlessly compare prices, and secure the
  173.                        best deals to maximize your savings. Our streamlined process ensures you find exactly what you
  174.                        need at unbeatable prices.
  175.                    </p> -->
  176.                    <!-- <div class="mt-10 flex items-center justify-center gap-x-6">
  177.                        <button style="background-color: #2d567c" data-modal-target="authentication-modal"
  178.                            data-modal-toggle="authentication-modal"
  179.                            class="block text-white hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
  180.                            type="button">
  181.                            Search your engine
  182.                        </button>
  183.                        <div>
  184.                            <input type="email" id="first_name"
  185.                                class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
  186.                                placeholder="Register " required />
  187.                        </div>
  188.                    </div> -->
  189.  
  190.                    <div class="flex items-center justify-center min-h-screen relative sm:p-6 md:p-6 lg:p-6 mt-[15px]">
  191.                        <!-- Background Image with Overlay -->
  192.                        <div class="absolute inset-0 bg-cover bg-center"
  193.                            style="background-image: url('asset/img/new-banner.webp');">
  194.                            <div class="absolute inset-0 bg-[#2d567c] opacity-70"></div>
  195.                        </div>
  196.  
  197.                        <!-- Content -->
  198.                        <div
  199.                            class="relative z-10 w-full flex flex-col sm:flex-row space-y-6 sm:space-y-0 sm:space-x-8 max-w-6xl">
  200.                            <!-- First Section -->
  201.                            <div style="background-color: #1e3a8a;" class=" pt-[40px] rounded-md text-center text-white w-full sm:w-1/2">
  202.                                <h2 class="text-lg font-semibold mb-4">Enter Your  Vehicle Registration To
  203.                                    <br> Find Best Supplier Near You </h2>
  204.                                <div class="flex justify-center mb-4">
  205.                                   <div class="relative">
  206.                                        <input id="vehicle-input" type="text"
  207.                                            style="background-color: #ffcb05; font-family: 'Charles Wright', sans-serif;"
  208.                                            class="vehicle-inp lg:w-[24rem] md:[20rem] sm:[15rem] border-[4px] border-[black]  focus:outline-none focus:ring-0 h-20 p-3 pl-10 text-[30px] placeholder:font-bold  rounded-md text-center text-black placeholder-black"
  209.                                            placeholder="REG HERE"
  210.                                            onfocus="this.placeholder=''"
  211.                                            onblur="this.placeholder='REG HERE'" />
  212.                                        <img src="asset/img/gb.webp" alt="Flag Icon" style="height: 94%;"
  213.                                            class="absolute pl-[2px]  top-1/2 transform -translate-y-1/2 w-[40px] h-8" />
  214.                                    </div>
  215.                                </div>
  216.                              
  217.                                <div class="flex justify-center items-center">
  218.                                    <button id="fetch-button" style="background-color: #eb0808 !important"
  219.                                        class="text-white ps-[25px] px-3 py-3 text-lg font-bold rounded-full shadow-lg flex">
  220.                                        Get Your Free Quotes
  221.                                    <span class="ps-[10px]">
  222.                                <svg style="vertical-align: middle;" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 36 36">
  223.                                    <g>
  224.                                        <g>
  225.                                            <path fill="#fff" d="M36 18a18 18 0 1 1-36 0 18 18 0 0 1 36 0zm-18.797 5.953a1.127 1.127 0 0 0 1.594 1.594l6.75-6.75a1.124 1.124 0 0 0 0-1.594l-6.75-6.75a1.127 1.127 0 1 0-1.594 1.593l4.831 4.829H11.25a1.125 1.125 0 1 0 0 2.25h10.784z"></path>
  226.                                        </g>
  227.                                    </g>
  228.                                </svg>
  229.                            </span>
  230.    
  231.    
  232.                                    </button>
  233.                                </div>
  234.  
  235.  
  236.                                <p class="text-white px-0 py-5 w-full">
  237.                                    Enter Your Vehicle Registration Number to Instantly Locate The Right Engine & Get Quotes From UK’s Top Suppliers
  238.                                </p>
  239.                            </div>
  240.                            <script>
  241.  
  242.  
  243.  
  244.  
  245.                            </script>
  246.                            <!-- Center OR Text -->
  247.                            <div class="text-white font-bold text-xl sm:text-2xl self-center">OR</div>
  248.  
  249.                            <!-- Second Section -->
  250.                            <div style="background-color: #1e3a8a;" class="bg-blue-900 p-6 rounded-md text-white w-full sm:w-1/2">
  251.                                <h2 class="text-lg font-semibold mb-4">Search your Engine Manually</h2>
  252.                                <form class="space-y-4" action="#">
  253.                                    <div class="grid grid-cols-1 sm:grid-cols-2 gap-4">
  254.                                        <!-- Select Fields -->
  255.                                        <select id="make-select" class="p-3 rounded-md text-gray-800 w-full">
  256.                                            <option value="">Select Manufacture</option>
  257.                                            <!-- Options will be populated by JavaScript -->
  258.                                        </select>
  259.                                        <select id="series-select" class="p-3 rounded-md text-gray-800 w-full" >
  260.                                            <option value="">Select Series</option>
  261.                                        </select>
  262.                                        <select id="model-select" class="p-3 rounded-md text-gray-800 w-full">
  263.                                            <option value="">Select Model</option>
  264.                                        </select>
  265.                                        <select id="year-select" class="p-3 rounded-md text-gray-800 w-full">
  266.                                            <option value="">Select Year</option>
  267.                                        </select>
  268.                                        <select id="cars-select" class="p-3 rounded-md text-gray-800 w-full">
  269.                                            <option value="">Select Cars</option>
  270.                                        </select>
  271.                                        <select id="part-select" class="p-3 rounded-md text-gray-800 w-full">
  272.                                            <option value="">Select Part</option>
  273.                                        </select>
  274.                                    </div>
  275.                                     <div class="flex justify-center items-center">
  276.                                    <button id="bg-red-500" style="background-color: #eb0808 !important"
  277.                                        class="text-white ps-[25px] px-5  py-4 text-lg font-bold w-full rounded-full shadow-lg flex justify-center mb-[80px]
  278.                                        ">
  279.                                        Get Free Quotes
  280.                                    <span class="ps-[10px]">
  281.                                <svg style="vertical-align: middle;" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 36 36">
  282.                                    <g>
  283.                                        <g>
  284.                                            <path fill="#fff" d="M36 18a18 18 0 1 1-36 0 18 18 0 0 1 36 0zm-18.797 5.953a1.127 1.127 0 0 0 1.594 1.594l6.75-6.75a1.124 1.124 0 0 0 0-1.594l-6.75-6.75a1.127 1.127 0 1 0-1.594 1.593l4.831 4.829H11.25a1.125 1.125 0 1 0 0 2.25h10.784z"></path>
  285.                                        </g>
  286.                                    </g>
  287.                                </svg>
  288.                            </span>
  289.    
  290.    
  291.                                    </button>
  292.                                </div>
  293.                                    <!-- <button
  294.                                        class="bg-red-500 text-white px-6 py-3 rounded-full text-lg font-bold shadow-lg w-full"
  295.                                        type="button" id="bg-red-500">
  296.                                        Get Free Quotes
  297.                                    </button> -->
  298.                                </form>
  299.  
  300.                                <!-- <div class="mt-4 text-left text-sm">
  301.                                    <p>✔️ All Genuine Parts Fitted</p>
  302.                                    <p>✔️ Unlimited Mileage Warranty*</p>
  303.                                    <p>✔️ It Only Takes a Minute</p>
  304.                                </div> -->
  305.                            </div>
  306.                        </div>
  307.                    </div>
  308.  
  309.                    <div class="acess">
  310.                        <p class="mt-6 text-lg leading-8 text-gray-600">
  311.                           Access a comprehensive list of top engine suppliers, effortlessly compare prices, and secure the
  312.                           best deals to maximize your savings. Our streamlined process ensures you find exactly what you
  313.                           need at unbeatable prices.
  314.                       </p>
  315.                    </div>
  316. <!--
  317.                    <script>
  318.                        document.addEventListener('DOMContentLoaded', function () {
  319.                            // Example data for options
  320.                            const makes = [
  321.                                'Alfa Romeo', 'Audi', 'BMW', 'Citroen', 'Fiat', 'Ford', 'Hyundai', 'Jaguar'
  322.                            ];
  323.  
  324.                            const series = {
  325.                                'Alfa Romeo': [
  326.                                    'Alfa Romeo 145 Diesel', 'Alfa Romeo 145 Petrol',
  327.                                    'Alfa Romeo 146 Petrol', 'Alfa Romeo 156 Diesel',
  328.                                    'Alfa Romeo 156 Petrol', 'Alfa Romeo Giulietta Diesel',
  329.                                    'Alfa Romeo Giulietta Petrol', 'Alfa Romeo Mito Petrol'
  330.                                ],
  331.                                'Audi': [
  332.                                    'Audi A1 Diesel', 'Audi A3 Flexfuel',
  333.                                    'Audi A4 Diesel', 'Audi A4 Petrol',
  334.                                    'Audi Q5 Diesel', 'Audi Q7 Petrol',
  335.                                    'Audi TT Diesel', 'Audi TT Petrol'
  336.                                ],
  337.                                'BMW': [
  338.                                    'BMW 1 Series Diesel', 'BMW 1 Series Petrol',
  339.                                    'BMW 3 Series Diesel', 'BMW 3 Series Petrol',
  340.                                    'BMW 5 Series Diesel', 'BMW 5 Series Petrol',
  341.                                    'BMW X3 Diesel', 'BMW X5 Petrol'
  342.                                ],
  343.                                // Add more series for Citroen, Fiat, Ford, Hyundai, Jaguar as needed
  344.                            };
  345.  
  346.                            const models = {
  347.                                'Alfa Romeo 145 Diesel': [
  348.                                    'Alfa Romeo 145 (1994-2001) 1.9 JTD Diesel',
  349.                                    'Alfa Romeo 145 (1994-2001) 1.7 TBi Diesel'
  350.                                ],
  351.                                'Alfa Romeo 145 Petrol': [
  352.                                    'Alfa Romeo 145 (1994-2001) 1.6 T-Spark Petrol',
  353.                                    'Alfa Romeo 145 (1994-2001) 2.0 T-Spark Petrol'
  354.                                ],
  355.                                'Audi A1 Diesel': [
  356.                                    'Audi A1 (2010-2018) 1.6 TDI Diesel',
  357.                                    'Audi A1 (2010-2018) 2.0 TDI Diesel'
  358.                                ],
  359.                                'Audi A3 Flexfuel': [
  360.                                    'Audi A3 (2003-2012) 1.6 FSI Flexfuel',
  361.                                    'Audi A3 (2003-2012) 2.0 FSI Flexfuel'
  362.                                ],
  363.                                'BMW 1 Series Diesel': [
  364.                                    'BMW 1 Series (2011-2019) 116d Diesel',
  365.                                    'BMW 1 Series (2011-2019) 118d Diesel'
  366.                                ],
  367.                                'BMW 1 Series Petrol': [
  368.                                    'BMW 1 Series (2011-2019) 116i Petrol',
  369.                                    'BMW 1 Series (2011-2019) 118i Petrol'
  370.                                ],
  371.                                // Add more models for other series as needed
  372.                            };
  373.  
  374.                            const years = {
  375.                                'Alfa Romeo 145 (1994-2001) 1.9 JTD Diesel': [
  376.                                    '1994 L/M reg', '1995 M/N reg', '1996 N/P reg', '1997 P/R reg',
  377.                                    '1998 R/S reg', '1999 S/T reg', '2000 T/V reg', '2001 V/W reg'
  378.                                ],
  379.                                'Audi A1 (2010-2018) 1.6 TDI Diesel': [
  380.                                    '2010 A/B reg', '2011 B/C reg', '2012 C/D reg', '2013 D/E reg',
  381.                                    '2014 E/F reg', '2015 F/G reg', '2016 G/H reg', '2017 H/I reg'
  382.                                ],
  383.                                // Add more year ranges for other models as needed
  384.                            };
  385.  
  386.                            const cars = {
  387.                                '1994 L/M reg': [
  388.                                    '145 1.9 JTD Hatchback', '145 1.7 TBi Hatchback'
  389.                                ],
  390.                                '2010 A/B reg': [
  391.                                    'A1 1.6 TDI Sportback', 'A1 2.0 TDI Sportback'
  392.                                ],
  393.                                // Add more cars for other years as needed
  394.                            };
  395.  
  396.                            const parts = {
  397.                                '145 1.9 JTD Hatchback': [
  398.                                    'Gearboxes', 'Cylinder Head', 'Suspension Arm', 'Brake Disc'
  399.                                ],
  400.                                'A1 1.6 TDI Sportback': [
  401.                                    'Engine', 'Inlet Manifold', 'Exhaust System', 'Fuel Pump'
  402.                                ],
  403.                                // Add more parts for other cars as needed
  404.                            };
  405.  
  406.  
  407.                            function populateSelect(selectElement, options) {
  408.                                // selectElement.innerHTML = '<option value="">Select Manufacture</option>';
  409.                                options.forEach(option => {
  410.                                    const optionElement = document.createElement('option');
  411.                                    optionElement.value = option;
  412.                                    optionElement.textContent = option;
  413.                                    selectElement.appendChild(optionElement);
  414.                                });
  415.                            }
  416.  
  417.                            // Populate the first select field with makes
  418.                            populateSelect(document.getElementById('make-select'), makes);
  419.  
  420.                            document.getElementById('make-select').addEventListener('change', function () {
  421.                                const selectedMake = this.value;
  422.                                const seriesSelect = document.getElementById('series-select');
  423.                                if (series[selectedMake]) {
  424.                                    populateSelect(seriesSelect, series[selectedMake]);
  425.                                    seriesSelect.disabled = false;
  426.                                } else {
  427.                                    seriesSelect.innerHTML = '<option value="">Select Series</option>';
  428.                                    // seriesSelect.disabled = true;
  429.                                    // document.getElementById('model-select').disabled = true;
  430.                                }
  431.                                document.getElementById('model-select').innerHTML = '<option value="">Select Model</option>';
  432.                                document.getElementById('year-select').innerHTML = '<option value="">Select Year</option>';
  433.                                document.getElementById('cars-select').innerHTML = '<option value="">Select Cars</option>';
  434.                                document.getElementById('part-select').innerHTML = '<option value="">Select Part</option>';
  435.                            });
  436.  
  437.                            document.getElementById('series-select').addEventListener('change', function () {
  438.                                const selectedSeries = this.value;
  439.                                const modelSelect = document.getElementById('model-select');
  440.                                if (models[selectedSeries]) {
  441.                                    populateSelect(modelSelect, models[selectedSeries]);
  442.                                    modelSelect.disabled = false;
  443.                                } else {
  444.                                    modelSelect.innerHTML = '<option value="">Select Model</option>';
  445.                                    // modelSelect.disabled = true;
  446.                                    document.getElementById('year-select').disabled = true;
  447.                                }
  448.                                document.getElementById('year-select').innerHTML = '<option value="">Select Year</option>';
  449.                                document.getElementById('cars-select').innerHTML = '<option value="">Select Cars</option>';
  450.                                document.getElementById('part-select').innerHTML = '<option value="">Select Part</option>';
  451.                            });
  452.  
  453.                            document.getElementById('model-select').addEventListener('change', function () {
  454.                                const selectedModel = this.value;
  455.                                const yearSelect = document.getElementById('year-select');
  456.                                if (years[selectedModel]) {
  457.                                    populateSelect(yearSelect, years[selectedModel]);
  458.                                    yearSelect.disabled = false;
  459.                                } else {
  460.                                    yearSelect.innerHTML = '<option value="">Select Year</option>';
  461.                                    // yearSelect.disabled = true;
  462.                                    document.getElementById('cars-select').disabled = true;
  463.                                }
  464.                                document.getElementById('cars-select').innerHTML = '<option value="">Select Cars</option>';
  465.                                document.getElementById('part-select').innerHTML = '<option value="">Select Part</option>';
  466.                            });
  467.  
  468.                            document.getElementById('year-select').addEventListener('change', function () {
  469.                                const selectedYear = this.value;
  470.                                const carsSelect = document.getElementById('cars-select');
  471.                                if (cars[selectedYear]) {
  472.                                    populateSelect(carsSelect, cars[selectedYear]);
  473.                                    carsSelect.disabled = false;
  474.                                } else {
  475.                                    carsSelect.innerHTML = '<option value="">Select Cars</option>';
  476.                                    // carsSelect.disabled = true;
  477.                                    document.getElementById('part-select').disabled = true;
  478.                                }
  479.                                document.getElementById('part-select').innerHTML = '<option value="">Select Part</option>';
  480.                            });
  481.  
  482.                            document.getElementById('cars-select').addEventListener('change', function () {
  483.                                const selectedCar = this.value;
  484.                                const partSelect = document.getElementById('part-select');
  485.                                if (parts[selectedCar]) {
  486.                                    populateSelect(partSelect, parts[selectedCar]);
  487.                                    partSelect.disabled = false;
  488.                                } else {
  489.                                    partSelect.innerHTML = '<option value="">Select Part</option>';
  490.                                    // partSelect.disabled = true;
  491.                                }
  492.                            });
  493.                        });
  494.  
  495.                    </script> -->
  496.  
  497.  
  498.                </div>
  499.            </div>
  500.  
  501.            <div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
  502.                aria-hidden="true">
  503.  
  504.                <div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]"
  505.                    style="
  506.              clip-path: polygon(
  507.                74.1% 44.1%,
  508.                100% 61.6%,
  509.                97.5% 26.9%,
  510.                85.5% 0.1%,
  511.                80.7% 2%,
  512.                72.5% 32.5%,
  513.                60.2% 62.4%,
  514.                52.4% 68.1%,
  515.                47.5% 58.3%,
  516.                45.2% 34.5%,
  517.                27.5% 76.7%,
  518.                0.1% 64.9%,
  519.                17.9% 100%,
  520.                27.6% 76.8%,
  521.                76.1% 97.7%,
  522.                74.1% 44.1%
  523.              );
  524.            "></div>
  525.            </div>
  526.        </div>
  527.  
  528.        <!-- Modal toggle -->
  529.  
  530.        <!-- Main modal -->
  531.        <div id="authentication-modal" tabindex="-1" aria-hidden="true"
  532.            class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
  533.            <div class="relative p-4 w-full max-w-md max-h-full">
  534.                <!-- Modal content -->
  535.                <div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
  536.                    <!-- Modal header -->
  537.                    <div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600">
  538.                        <h3 class="text-xl font-semibold text-gray-900 dark:text-white">
  539.                            select your vehicle manually
  540.                        </h3>
  541.                        <button style="color: aliceblue !important" type="button"
  542.                            class="end-2.5 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white"
  543.                            data-modal-hide="authentication-modal">
  544.                            <svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
  545.                                viewBox="0 0 14 14">
  546.                                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
  547.                                    stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6" />
  548.                            </svg>
  549.                            <span class="sr-only">Close modal</span>
  550.                        </button>
  551.                    </div>
  552.                    <!-- Modal body -->
  553.                    <div class="p-4 md:p-5">
  554.                        <form class="space-y-4" action="#">
  555.                            <div>
  556.                                <select type="email" name="email" id="email"
  557.                                    class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white"
  558.                                    placeholder="name@company.com" required>
  559.                                    <option value="">select first</option>
  560.                                </select>
  561.                            </div>
  562.                            <div>
  563.                                <select type="password" name="password" id="password" placeholder="••••••••"
  564.                                    class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white"
  565.                                    required>
  566.                                    <option value="">select second</option>
  567.                                </select>
  568.                            </div>
  569.                            <div>
  570.                                <select type="password" name="password" id="password" placeholder="••••••••"
  571.                                    class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white"
  572.                                    required>
  573.                                    <option value="">select second</option>
  574.                                </select>
  575.                            </div>
  576.                            <div>
  577.                                <select type="password" name="password" id="password" placeholder="••••••••"
  578.                                    class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white"
  579.                                    required>
  580.                                    <option value="">select second</option>
  581.                                </select>
  582.                            </div>
  583.                            <div class="flex justify-between">
  584.                                <div class="flex items-start">
  585.                                    <div class="flex items-center h-5"></div>
  586.                                </div>
  587.                            </div>
  588.                            <button type="submit"
  589.                                class="w-full text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
  590.                                Search
  591.                            </button>
  592.                        </form>
  593.                    </div>
  594.                </div>
  595.            </div>
  596.        </div>
  597.        <!--HTML CODE-->
  598.        <!-- <div class="w-full relative">
  599.        <div class="swiper centered-slide-carousel swiper-container relative">
  600.          <div class="swiper-wrapper">
  601.            <div class="swiper-slide">
  602.              <div
  603.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  604.              >
  605.                <span class="text-3xl font-semibold text-indigo-600"
  606.                  >Slide 1
  607.                </span>
  608.              </div>
  609.            </div>
  610.            <div class="swiper-slide">
  611.              <div
  612.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  613.              >
  614.                <span class="text-3xl font-semibold text-indigo-600"
  615.                  >Slide 2
  616.                </span>
  617.              </div>
  618.            </div>
  619.            <div class="swiper-slide">
  620.              <div
  621.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  622.              >
  623.                <span class="text-3xl font-semibold text-indigo-600"
  624.                  >Slide 3
  625.                </span>
  626.              </div>
  627.            </div>
  628.            <div class="swiper-slide">
  629.              <div
  630.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  631.              >
  632.                <span class="text-3xl font-semibold text-indigo-600"
  633.                  >Slide 4
  634.                </span>
  635.              </div>
  636.            </div>
  637.            <div class="swiper-slide">
  638.              <div
  639.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  640.              >
  641.                <span class="text-3xl font-semibold text-indigo-600"
  642.                  >Slide 5
  643.                </span>
  644.              </div>
  645.            </div>
  646.            <div class="swiper-slide">
  647.              <div
  648.                class="bg-indigo-50 rounded-2xl h-96 flex justify-center items-center"
  649.                >
  650.                <span class="text-3xl font-semibold text-indigo-600"
  651.                  >Slide 6
  652.                </span>
  653.              </div>
  654.            </div>
  655.          </div>
  656.          <div class="swiper-pagination"></div>
  657.        </div>
  658.      </div> -->
  659.  
  660.      
  661.  
  662.        <!-- <div class="bg-white py-24 sm:py-32">
  663.            <div class="mx-auto max-w-7xl px-6 lg:px-8">
  664.                <h2 style="color: #2d567c !important;" class="heading text-center text-4xl  font-bold leading-8 text-gray-900">
  665.                    Trusted by the world’s most innovative teams
  666.                </h2>
  667.                <div
  668.                    class="mx-auto mt-10 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-5">
  669.                    <img class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
  670.                        src="https://tailwindui.com/img/logos/158x48/transistor-logo-gray-900.svg" alt="Transistor"
  671.                        width="158" height="48" />
  672.                    <img class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
  673.                        src="https://tailwindui.com/img/logos/158x48/reform-logo-gray-900.svg" alt="Reform" width="158"
  674.                        height="48" />
  675.                    <img class="col-span-2 max-h-12 w-full object-contain lg:col-span-1"
  676.                        src="https://tailwindui.com/img/logos/158x48/tuple-logo-gray-900.svg" alt="Tuple" width="158"
  677.                        height="48" />
  678.                    <img class="col-span-2 max-h-12 w-full object-contain sm:col-start-2 lg:col-span-1"
  679.                        src="https://tailwindui.com/img/logos/158x48/savvycal-logo-gray-900.svg" alt="SavvyCal"
  680.                        width="158" height="48" />
  681.                    <img class="col-span-2 col-start-2 max-h-12 w-full object-contain sm:col-start-auto lg:col-span-1"
  682.                        src="https://tailwindui.com/img/logos/158x48/statamic-logo-gray-900.svg" alt="Statamic"
  683.                        width="158" height="48" />
  684.                </div>
  685.            </div>
  686.        </div> -->
  687.  
  688.        <!-- blog section -->
  689.        <div class="container mx-auto px-4 py-8">
  690.            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
  691.                <!-- Column 1 -->
  692.                <div class="text-center">
  693.                    <img src="./asset/img/wzGZql-2.png" alt="Image 1" class="w-[80px] h-auto mx-auto" />
  694.                    <div class="mt-4">
  695.                        <h2 class="text-xl font-semibold">
  696.                            Replacement Engines
  697.                        </h2>
  698.                        <p class="text-gray-600">
  699.                           Whether you're looking for a replacement or reconditioned engine, get free quotes with just one click and find the best deals tailored to your needs.
  700.                        </p>
  701.                    </div>
  702.                </div>
  703.  
  704.                <!-- Column 2 -->
  705.                <div class="text-center">
  706.                    <img src="./asset/img/Zzumcm-4.png" alt="Image 2" class="w-[140px] h-auto mx-auto" />
  707.                    <div class="mt-4">
  708.                        <h2 class="text-xl font-semibold">Free Warranty</h2>
  709.                        <p class="text-gray-600">
  710.                            All replacement engines we offer, whether used or reconditioned, come with a complimentary warranty for your peace of mind.
  711.                        </p>
  712.                    </div>
  713.                </div>
  714.  
  715.                <!-- Column 3 -->
  716.                <div class="text-center">
  717.                    <img src="./asset/img/KAquER-3.png" alt="Image 3" class="w-[70px] h-auto mx-auto" />
  718.                    <div class="">
  719.                        <h2 class="text-xl font-semibold">Vehicle Recovery</h2>
  720.                        <p class="text-gray-600">
  721.                            We can pick up your broken vehicle from your doorstep or the roadside, handle all engine repairs, and offer delivery services as well.
  722.                        </p>
  723.                    </div>
  724.                </div>
  725.  
  726.                <div class="text-center">
  727.                    <img src="./asset/img/uPKooH-1.png" alt="Image 4" class="w-[70px] h-auto mx-auto" />
  728.                    <div class="mt-7">
  729.                        <h2 class="text-xl font-semibold">
  730.                            Our Suppliers
  731.                        </h2>
  732.                        <p class="text-gray-600">
  733.                            All our suppliers are UK Registered Companies, offering top-quality products and services while exclusively dealing in genuine parts..
  734.                        </p>
  735.                    </div>
  736.                </div>
  737.  
  738.            </div>
  739.        </div>
  740.  
  741.        <!-- blog section -->
  742.        <!-- content section -->
  743.  
  744.        <div class="mx-auto max-w-screen-xl mt-12 text-center">
  745.            <h2 style=" color: #2d567c" class="heading text-4xl font-bold tracking-tight text-blue-500 lg:text-6xl md:3xl leading-8">
  746.                For the Efficient Engine Replacement in Low Cost, Engine Finders Is the Only Option
  747.            </h2>
  748.            <p class="mt-6 text-lg leading-7">
  749.                Discover how Engine Finders offers the most cost-effective solution for efficient engine replacements. With a focus on affordability and reliability, Engine Finders request quotes on your behalf from select few top suppliers within the country, we have simplified the entire process, ensuring you get the right engine at the best price. Requesting quote from us meaning requesting a quote from all major suppliers in the UK.
  750.            </p>
  751.        </div>
  752.  
  753.        <div class="relative isolate overflow-hidden bg-white px-6  lg:overflow-visible lg:px-0 mt-[20px]">
  754.            <div class="absolute inset-0 -z-10 overflow-hidden"></div>
  755.            <div
  756.                class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 lg:mx-0 lg:max-w-none lg:grid-cols-2 lg:items-start lg:gap-y-10">
  757.                <div
  758.                    class="lg:col-span-2 lg:col-start-1 lg:row-start-1 lg:mx-auto lg:grid lg:w-full lg:max-w-7xl lg:grid-cols-2 lg:gap-x-8 lg:px-8">
  759.                    <div class="lg:pr-4">
  760.                        <div class="lg:max-w-lg">
  761.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  762.                                Deploy faster
  763.                            </p> -->
  764.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  765.                                Engine Finders: Compare Engine Prices Effortlessly
  766.                            </h1>
  767.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  768.                                Our engine price comparison service makes it easy to find competitive engine prices from reputable suppliers nationwide. With just a few clicks, you’ll get a list of options that meet your needs, saving you time and effort. Simply enter your details, compare prices and features, and choose the best engine for your budget. Hassle-free and quick, it’s the ideal solution for anyone needing an affordable replacement engine.
  769.                            </p>
  770.                        </div>
  771.  
  772.                        <div class="lg:max-w-lg">
  773.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  774.                                Deploy faster
  775.                            </p> -->
  776.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  777.                                Reliable Local Engine Suppliers
  778.                            </h1>
  779.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  780.                               We’ve handpicked the most trustworthy local engine suppliers across the country, each with years of experience in providing and installing high-quality replacement engines. Our suppliers offer engines with warranties for your peace of mind and are committed to exceptional service. Carefully vetted for reliability and customer satisfaction, you can trust that you’re getting the best engine for your vehicle when you choose our network.
  781.                            </p>
  782.                        </div>
  783.  
  784.                        <div class="lg:max-w-lg">
  785.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  786.                                Deploy faster
  787.                            </p> -->
  788.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  789.                                Regularly Updated Price List
  790.                            </h1>
  791.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  792.                                We understand the importance of staying informed about the latest prices. That’s why our suppliers provide us with regularly updated price lists to ensure you’re getting the best deals on replacement engines. Our goal is to make the engine replacement process easy and affordable, and our up-to-date pricing helps you secure the most competitive rates on the market.
  793.                            </p>
  794.                        </div>
  795.  
  796.                        <div class="lg:max-w-lg">
  797.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  798.                                Deploy faster
  799.                            </p> -->
  800.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  801.                                Vast and Updated Stock of Replacement Engines
  802.                            </h1>
  803.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  804.                                Our carefully vetted suppliers are committed to delivering top-notch service and reliable engines. With a wide and regularly updated stock of replacement engines, you can trust that you're getting the best option for your vehicle. Our network is built on a reputation for quality and excellent customer service, ensuring you receive a dependable engine every time.
  805.                            </p>
  806.                        </div>
  807.                        
  808.                        <div class="lg:max-w-lg">
  809.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  810.                                Deploy faster
  811.                            </p> -->
  812.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  813.                                Why Choose Engine Finders?
  814.                            </h1>
  815.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  816.                                At Engine Finders, we strive to be your top choice for engine replacement services. Here's why:
  817.                            </p>
  818.                            <ul class="pt-[12px] list-disc">
  819.                                <li>
  820.                                    <p class="text-sm leading-8 text-gray-700">Trusted Platform: We connect you with reliable, reputable engine suppliers.</p>
  821.                                </li>
  822.                                <li>
  823.  
  824.                                    <p class="text-sm leading-8 text-gray-700">
  825.                                        Extensive Network: Access a vast network of trusted suppliers nationwide.
  826.  
  827.                                    </p>
  828.                                </li>
  829.                                <li>
  830.  
  831.                                  <p class="text-sm leading-8 text-gray-700">
  832.                                    Quality Assurance: Expect top-quality replacement engines.
  833.  
  834.                                  </p>
  835.                                </li>
  836.                                <li>
  837.  
  838.                                    <p class="text-sm leading-8 text-gray-700">
  839.                                        Competitive Pricing: We offer highly competitive rates.
  840.  
  841.                                    </p>
  842.                                </li>
  843.  
  844.                                 <li>
  845.  
  846.                                    <p class="text-sm leading-8 text-gray-700">
  847.                                      Convenience: Easily search, compare, and select the best engine for your vehicle.
  848.  
  849.  
  850.                                    </p>
  851.                                </li>
  852.  
  853.                                 <li>
  854.  
  855.                                    <p class="text-sm leading-8 text-gray-700">
  856.                                       Customer Satisfaction: We prioritize excellent service and your satisfaction.
  857.                                    </p>
  858.                                </li>
  859.                                
  860.                            </ul>
  861.                        </div>
  862.  
  863.                         <div class="lg:max-w-lg">
  864.                            <!-- <p class="text-base font-semibold leading-7 text-indigo-600" style="color: #2d567c;">
  865.                                Deploy faster
  866.                            </p> -->
  867.                            <h1 class="heading mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
  868.                               The Process of Engine Replacement
  869.                            </h1>
  870.                            <p class="mt-6 text-xl leading-8 text-gray-700">
  871.                                If you have questions or concerns about replacement engines, their installation, or what to watch out for during the process, don’t worry—we’re here to help! Below is a quick guide to address your key concerns and provide the assistance you need.
  872.                            </p>
  873.                        </div>
  874.  
  875.                    </div>
  876.                </div>
  877.                <div
  878.                    class="car -ml-12 -mt-12 p-12 lg:sticky lg:top-4 lg:col-start-2 lg:row-span-2 lg:row-start-1
  879.                    lg:overflow-hidden">
  880.                    <img class="w-10 rounded-xl bg-gray-900 shadow-xl ring-1 ring-gray-400/10 sm:w-[57rem] sm:w-full"
  881.                        src="asset/img/CARENGIN.jpg " alt="" />
  882.                </div>
  883.                <!-- <div
  884.                    class="lg:col-span-2 lg:col-start-1 lg:row-start-2 lg:mx-auto lg:grid lg:w-full lg:max-w-7xl lg:grid-cols-2 lg:gap-x-8 lg:px-8">
  885.                    <div class="lg:pr-4">
  886.                        <div class="max-w-xl text-base leading-7 text-gray-700 lg:max-w-lg">
  887.                            <p>
  888.                                Faucibus commodo massa rhoncus, volutpat. Dignissim sed eget
  889.                                risus enim. Mattis mauris semper sed amet vitae sed turpis id.
  890.                                Id dolor praesent donec est. Odio penatibus risus viverra
  891.                                tellus varius sit neque erat velit. Faucibus commodo massa
  892.                                rhoncus, volutpat. Dignissim sed eget risus enim. Mattis
  893.                                mauris semper sed amet vitae sed turpis id.
  894.                            </p>
  895.                            <ul role="list" class="mt-8 space-y-8 text-gray-600">
  896.                                <li class="flex gap-x-3">
  897.                                    <svg class="mt-1 h-5 w-5 flex-none text-indigo-600" viewBox="0 0 20 20"
  898.                                        fill="currentColor" aria-hidden="true">
  899.                                        <path fill-rule="evenodd"
  900.                                            d="M5.5 17a4.5 4.5 0 01-1.44-8.765 4.5 4.5 0 018.302-3.046 3.5 3.5 0 014.504 4.272A4 4 0 0115 17H5.5zm3.75-2.75a.75.75 0 001.5 0V9.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.1 0l-3.25 3.5a.75.75 0 101.1 1.02l1.95-2.1v4.59z"
  901.                                            clip-rule="evenodd" />
  902.                                    </svg>
  903.                                    <span><strong class="font-semibold text-gray-900">Push to deploy.</strong>
  904.                                        Lorem ipsum, dolor sit amet consectetur adipisicing elit.
  905.                                        Maiores impedit perferendis suscipit eaque, iste dolor
  906.                                        cupiditate blanditiis ratione.</span>
  907.                                </li>
  908.                                <li class="flex gap-x-3">
  909.                                    <svg class="mt-1 h-5 w-5 flex-none text-indigo-600" viewBox="0 0 20 20"
  910.                                        fill="currentColor" aria-hidden="true">
  911.                                        <path fill-rule="evenodd"
  912.                                            d="M10 1a4.5 4.5 0 00-4.5 4.5V9H5a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2h-.5V5.5A4.5 4.5 0 0010 1zm3 8V5.5a3 3 0 10-6 0V9h6z"
  913.                                            clip-rule="evenodd" />
  914.                                    </svg>
  915.                                    <span><strong class="font-semibold text-gray-900">SSL certificates.</strong>
  916.                                        Anim aute id magna aliqua ad ad non deserunt sunt. Qui
  917.                                        irure qui lorem cupidatat commodo.</span>
  918.                                </li>
  919.                                <li class="flex gap-x-3">
  920.                                    <svg class="mt-1 h-5 w-5 flex-none text-indigo-600" viewBox="0 0 20 20"
  921.                                        fill="currentColor" aria-hidden="true">
  922.                                        <path
  923.                                            d="M4.632 3.533A2 2 0 016.577 2h6.846a2 2 0 011.945 1.533l1.976 8.234A3.489 3.489 0 0016 11.5H4c-.476 0-.93.095-1.344.267l1.976-8.234z" />
  924.                                        <path fill-rule="evenodd"
  925.                                            d="M4 13a2 2 0 100 4h12a2 2 0 100-4H4zm11.24 2a.75.75 0 01.75-.75H16a.75.75 0 01.75.75v.01a.75.75 0 01-.75.75h-.01a.75.75 0 01-.75-.75V15zm-2.25-.75a.75.75 0 00-.75.75v.01c0 .414.336.75.75.75H13a.75.75 0 00.75-.75V15a.75.75 0 00-.75-.75h-.01z"
  926.                                            clip-rule="evenodd" />
  927.                                    </svg>
  928.                                    <span><strong class="font-semibold text-gray-900">Database backups.</strong>
  929.                                        Ac tincidunt sapien vehicula erat auctor pellentesque
  930.                                        rhoncus. Et magna sit morbi lobortis.</span>
  931.                                </li>
  932.                            </ul>
  933.                            <p class="mt-8">
  934.                                Et vitae blandit facilisi magna lacus commodo. Vitae sapien
  935.                                duis odio id et. Id blandit molestie auctor fermentum
  936.                                dignissim. Lacus diam tincidunt ac cursus in vel. Mauris
  937.                                varius vulputate et ultrices hac adipiscing egestas. Iaculis
  938.                                convallis ac tempor et ut. Ac lorem vel integer orci.
  939.                            </p>
  940.                            <h2 class="mt-16 text-2xl font-bold tracking-tight text-gray-900">
  941.                                No server? No problem.
  942.                            </h2>
  943.                            <p class="mt-6">
  944.                                Id orci tellus laoreet id ac. Dolor, aenean leo, ac etiam
  945.                                consequat in. Convallis arcu ipsum urna nibh. Pharetra,
  946.                                euismod vitae interdum mauris enim, consequat vulputate nibh.
  947.                                Maecenas pellentesque id sed tellus mauris, ultrices mauris.
  948.                                Tincidunt enim cursus ridiculus mi. Pellentesque nam sed
  949.                                nullam sed diam turpis ipsum eu a sed convallis diam.
  950.                            </p>
  951.                        </div>
  952.                    </div>
  953.                </div> -->
  954.            </div>
  955.        </div>
  956.  
  957.  
  958.         <!-- <div class="bg-white py-24 sm:py-32">
  959.            <div class="mx-auto max-w-7xl px-6 lg:px-8">
  960.                <h2 style="color: #2d567c !important;"
  961.                    class="text-center  text-3xl text-4xl font-bold tracking-tight text-blue-500 sm:text-6xl  leading-8 text-gray-900">
  962.                    We <span style="color: green;" class="bold">Serve</span> Every Major Cities & Town in UK  
  963.                </h2>
  964.                <div
  965.                    class="mx-auto mt-16 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-6 sm:gap-x-10 lg:mx-0 lg:max-w-none lg:grid-cols-4">
  966.                    <div class="col-span-2 text-center p-2 bg-[#2d567c]  text-white    w-full object-contain lg:col-span-1"
  967.                        alt="Transistor" width="158" height="48">
  968.                        <h2 class=" text-2xl font-bold ">Enland</h2>
  969.                    </div>
  970.  
  971.                    <div class="col-span-2 bg-[#2d567c] p-2   w-full object-contain lg:col-span-1" alt="Reform"
  972.                        width="158" height="48">
  973.                        <h2 class="text-2xl  text-center font-bold text-white "> Northern Ireland </h2>
  974.                    </div>
  975.  
  976.                    <div class="col-span-2 bg-[#2d567c] p-2   w-full object-contain lg:col-span-1" alt="Reform"
  977.                        width="158" height="48">
  978.                        <h2 class="text-2xl font-bold text-white text-center "> Scotland </h2>
  979.                    </div>
  980.  
  981.                    <div class="col-span-2 bg-[#2d567c] p-2 text-centers   w-full object-contain lg:col-span-1"
  982.                        alt="Reform" width="158" height="48">
  983.                        <h2 class="text-2xl font-bold text-white text-center "> Wales </h2>
  984.                    </div>
  985.  
  986.                </div>
  987.            </div>
  988.        </div>  -->
  989.  
  990.  
  991.  
  992.  
  993.        <!-- <div style="margin-bottom: 3rem;" class="relative isolate overflow-hidden bg-gray-900 py-16 sm:py-24 ">
  994.            <div class="mx-auto max-w-7xl px-6 lg:px-8">
  995.                <div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8  lg:max-w-none lg:grid-cols-2">
  996.                    <div class="max-w-xl lg:max-w-lg">
  997.                        <h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl"> Enter Your Vehicle Registration To Find Best Supplier Near You
  998.                        </h2>
  999.  
  1000.                    </div>
  1001.                    <div>
  1002.                        <div class="flex justify-center mb-4">
  1003.                                    <div class="relative">
  1004.                                        <input id="vehicle-input" type="text"
  1005.                                            style="background-color: #ffcb05;"
  1006.                                            class="w-[18rem] border-[3px] border-[black] focus:outline-none focus:ring-0 h-15 p-3 pl-10 placeholder:text-[20px] placeholder:font-bold  rounded-md text-center text-black placeholder-black"
  1007.                                            placeholder="REG HERE" />
  1008.                                        <img src="asset/img/gb.webp" alt="Flag Icon" style="height: 92%;"
  1009.                                            class="absolute pl-[2px]  top-1/2 transform -translate-y-1/2 w-[35px] h-8" />
  1010.                                    </div>
  1011.                                </div>
  1012.                                <div class="text-center">
  1013.                                    <button id="fetch-button" style="background-color:#294d95 !important;"
  1014.                                        class="text-white px-4 py-3 text-md rounded-md shadow-lg ">
  1015.                                        Get Your Quote Today
  1016.                                    </button>
  1017.                                </div> -->
  1018.                        <!-- <div class=" flex  max-w-md gap-x-4">
  1019.                            <label for="email-address" class="sr-only">Email address</label>
  1020.                            <input id="email-address" name="email" type="email" autocomplete="email" required
  1021.                                class="min-w-0 flex-auto rounded-md border-0 bg-white/5 px-5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 focus:ring-2 focus:ring-inset focus:ring-indigo-500 sm:text-sm sm:leading-6 text-center"
  1022.                                placeholder="REG Here" />
  1023.                            <button type="submit"
  1024.                                class="flex-none rounded-md bg-indigo-500 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500">
  1025.                                Get Free Quotes
  1026.                            </button>
  1027.                        </div> -->
  1028.                    <!-- </div>
  1029.  
  1030.                </div>
  1031.            </div> -->
  1032.            <!-- <div class="absolute left-1/2 top-0 -z-10 -translate-x-1/2 blur-3xl xl:-top-6" aria-hidden="true">
  1033.                <div class="aspect-[1155/678] w-[72.1875rem] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30"
  1034.                    style="
  1035.            clip-path: polygon(
  1036.              74.1% 44.1%,
  1037.              100% 61.6%,
  1038.              97.5% 26.9%,
  1039.              85.5% 0.1%,
  1040.              80.7% 2%,
  1041.              72.5% 32.5%,
  1042.              60.2% 62.4%,
  1043.              52.4% 68.1%,
  1044.              47.5% 58.3%,
  1045.              45.2% 34.5%,
  1046.              27.5% 76.7%,
  1047.              0.1% 64.9%,
  1048.              17.9% 100%,
  1049.              27.6% 76.8%,
  1050.              76.1% 97.7%,
  1051.              74.1% 44.1%
  1052.            );
  1053.          "></div>
  1054.            </div> -->
  1055.        <!-- </div> -->
  1056.  
  1057.        <!-- <div class="relative isolate overflow-hidden bg-gray-900 py-16 sm:py-24 lg:py-32">
  1058.            <div class="mx-auto max-w-7xl px-6 lg:px-8">
  1059.                <div class="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 lg:max-w-none lg:grid-cols-2">
  1060.                    <div class="max-w-xl lg:max-w-lg">
  1061.                        <h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl">
  1062.                            Subscribe to our newsletter.
  1063.                        </h2>
  1064.                        <p class="mt-4 text-lg leading-8 text-gray-300">
  1065.                            Nostrud amet eu ullamco nisi aute in ad minim nostrud
  1066.                            adipisicing velit quis. Duis tempor incididunt dolore.
  1067.                        </p>
  1068.                        <div class="mt-6 flex max-w-md gap-x-4">
  1069.                            <label for="email-address" class="sr-only">Email address</label>
  1070.                            <input id="email-address" name="email" type="email" autocomplete="email" required
  1071.                                class="min-w-0 flex-auto rounded-md border-0 bg-white/5 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 focus:ring-2 focus:ring-inset focus:ring-indigo-500 sm:text-sm sm:leading-6"
  1072.                                placeholder="Enter your email" />
  1073.                            <button type="submit"
  1074.                                class="flex-none rounded-md bg-indigo-500 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500">
  1075.                                Subscribe
  1076.                            </button>
  1077.                        </div>
  1078.                    </div>
  1079.                    <dl class="grid grid-cols-1 gap-x-8 gap-y-10 sm:grid-cols-2 lg:pt-2">
  1080.                        <div class="flex flex-col items-start">
  1081.                            <div class="rounded-md bg-white/5 p-2 ring-1 ring-white/10">
  1082.                                <svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
  1083.                                    stroke="currentColor" aria-hidden="true">
  1084.                                    <path stroke-linecap="round" stroke-linejoin="round"
  1085.                                        d="M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5m-9-6h.008v.008H12v-.008zM12 15h.008v.008H12V15zm0 2.25h.008v.008H12v-.008zM9.75 15h.008v.008H9.75V15zm0 2.25h.008v.008H9.75v-.008zM7.5 15h.008v.008H7.5V15zm0 2.25h.008v.008H7.5v-.008zm6.75-4.5h.008v.008h-.008v-.008zm0 2.25h.008v.008h-.008V15zm0 2.25h.008v.008h-.008v-.008zm2.25-4.5h.008v.008H16.5v-.008zm0 2.25h.008v.008H16.5V15z" />
  1086.                                </svg>
  1087.                            </div>
  1088.                            <dt class="mt-4 font-semibold text-white">Weekly articles</dt>
  1089.                            <dd class="mt-2 leading-7 text-gray-400">
  1090.                                Non laboris consequat cupidatat laborum magna. Eiusmod non
  1091.                                irure cupidatat duis commodo amet.
  1092.                            </dd>
  1093.                        </div>
  1094.                        <div class="flex flex-col items-start">
  1095.                            <div class="rounded-md bg-white/5 p-2 ring-1 ring-white/10">
  1096.                                <svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
  1097.                                    stroke="currentColor" aria-hidden="true">
  1098.                                    <path stroke-linecap="round" stroke-linejoin="round"
  1099.                                        d="M10.05 4.575a1.575 1.575 0 10-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 013.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 013.15 0V15M6.9 7.575a1.575 1.575 0 10-3.15 0v8.175a6.75 6.75 0 006.75 6.75h2.018a5.25 5.25 0 003.712-1.538l1.732-1.732a5.25 5.25 0 001.538-3.712l.003-2.024a.668.668 0 01.198-.471 1.575 1.575 0 10-2.228-2.228 3.818 3.818 0 00-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0116.35 15m.002 0h-.002" />
  1100.                                </svg>
  1101.                            </div>
  1102.                            <dt class="mt-4 font-semibold text-white">No spam</dt>
  1103.                            <dd class="mt-2 leading-7 text-gray-400">
  1104.                                Officia excepteur ullamco ut sint duis proident non
  1105.                                adipisicing. Voluptate incididunt anim.
  1106.                            </dd>
  1107.                        </div>
  1108.                    </dl>
  1109.                </div>
  1110.            </div>
  1111.            <div class="absolute left-1/2 top-0 -z-10 -translate-x-1/2 blur-3xl xl:-top-6" aria-hidden="true">
  1112.                <div class="aspect-[1155/678] w-[72.1875rem] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-30"
  1113.                    style="
  1114.              clip-path: polygon(
  1115.                74.1% 44.1%,
  1116.                100% 61.6%,
  1117.                97.5% 26.9%,
  1118.                85.5% 0.1%,
  1119.                80.7% 2%,
  1120.                72.5% 32.5%,
  1121.                60.2% 62.4%,
  1122.                52.4% 68.1%,
  1123.                47.5% 58.3%,
  1124.                45.2% 34.5%,
  1125.                27.5% 76.7%,
  1126.                0.1% 64.9%,
  1127.                17.9% 100%,
  1128.                27.6% 76.8%,
  1129.                76.1% 97.7%,
  1130.                74.1% 44.1%
  1131.              );
  1132.            "></div>
  1133.            </div>
  1134.        </div> -->
  1135.    </div>
  1136.  
  1137.  
  1138.    <!-- customer feedback section -->
  1139.  
  1140.     <section class="py-12">
  1141.        <div class="container mx-auto px-4">
  1142.            <h2 style="color: #2d567c !important;" class="heading text-5xl font-bold text-center mb-12">
  1143.                Customer Feedback
  1144.            </h2>
  1145.  
  1146.             <div class="contain">
  1147.      <div id="owl-carousel" class="owl-carousel owl-theme">
  1148.        <div class="item">
  1149.          <div class="bg-white p-6 rounded-lg shadow-lg">
  1150.            <div class="flex items-center mb-4">
  1151.              <img
  1152.                src="./asset/img/80.png"
  1153.                alt="Customer 1"
  1154.                class="w-16 h-16 rounded-full mr-4"
  1155.              />
  1156.              <div>
  1157.                <h3 class="text-xl font-semibold">Thomas</h3>
  1158.                <p class="text-gray-500">CEO, Example Corp</p>
  1159.              </div>
  1160.            </div>
  1161.            <p class="text-gray-600 leading-relaxed">
  1162.              The service provided was exceptional! I would highly recommend
  1163.              this company to anyone looking for quality and professionalism.
  1164.            </p>
  1165.          </div>
  1166.        </div>
  1167.        <div class="item">
  1168.          <div class="bg-white p-6 rounded-lg shadow-lg">
  1169.            <div class="flex items-center mb-4">
  1170.              <img
  1171.                src="./asset/img/80.png"
  1172.                alt="Customer 2"
  1173.                class="w-16 h-16 rounded-full mr-4"
  1174.              />
  1175.              <div>
  1176.                <h3 class="text-xl font-semibold">Harry</h3>
  1177.                <p class="text-gray-500">CTO, Tech Innovations</p>
  1178.              </div>
  1179.            </div>
  1180.            <p class="text-gray-600 leading-relaxed">
  1181.              I am thoroughly impressed with the attention to detail and the level of customer service. They truly care about their customers.
  1182.            </p>
  1183.          </div>
  1184.        </div>
  1185.        <div class="item">
  1186.          <div class="bg-white p-6 rounded-lg shadow-lg">
  1187.            <div class="flex items-center mb-4">
  1188.              <img
  1189.                src="./asset/img/80.png"
  1190.                alt="Customer 3"
  1191.                class="w-16 h-16 rounded-full mr-4"
  1192.              />
  1193.              <div>
  1194.                <h3 class="text-xl font-semibold">Jack</h3>
  1195.                <p class="text-gray-500">Founder, StartUp Inc</p>
  1196.              </div>
  1197.            </div>
  1198.            <p class="text-gray-600 leading-relaxed">
  1199.                Outstanding experience from start to finish. They exceeded my expectations in every way possible.
  1200.            </p>
  1201.          </div>
  1202.        </div>
  1203.      </div>
  1204.    </div>
  1205.  
  1206.            <!-- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
  1207.                <div class="bg-white p-6 rounded-lg shadow-lg">
  1208.                    <div class=" flex items-center mb-4">
  1209.                        <img src="https://via.placeholder.com/80" alt="Customer 1"
  1210.                            class="w-16 h-16 rounded-full mr-4" />
  1211.                        <div>
  1212.                            <h3 class="text-xl font-semibold">John Doe</h3>
  1213.                            <p class="text-gray-500">CEO, Example Corp</p>
  1214.                        </div>
  1215.                    </div>
  1216.                    <p class="text-gray-600 leading-relaxed">
  1217.                        "The service provided was exceptional! I would highly recommend
  1218.                        this company to anyone looking for quality and professionalism."
  1219.                    </p>
  1220.                </div>
  1221.  
  1222.                <div class="bg-white p-6 rounded-lg shadow-lg">
  1223.                    <div class="flex items-center mb-4">
  1224.                        <img src="https://via.placeholder.com/80" alt="Customer 2"
  1225.                            class="w-16 h-16 rounded-full mr-4" />
  1226.                        <div>
  1227.                            <h3 class="text-xl font-semibold">Jane Smith</h3>
  1228.                            <p class="text-gray-500">Marketing Head, Sample Co</p>
  1229.                        </div>
  1230.                    </div>
  1231.                    <p class="text-gray-600 leading-relaxed">
  1232.                        "I am thoroughly impressed with the attention to detail and the
  1233.                        level of customer service. They truly care about their customers."
  1234.                    </p>
  1235.                </div>
  1236.  
  1237.                <div class="bg-white p-6 rounded-lg shadow-lg">
  1238.                    <div class="flex items-center mb-4">
  1239.                        <img src="https://via.placeholder.com/80" alt="Customer 3"
  1240.                            class="w-16 h-16 rounded-full mr-4" />
  1241.                        <div>
  1242.                            <h3 class="text-xl font-semibold">Michael Johnson</h3>
  1243.                            <p class="text-gray-500">CTO, Tech Innovators</p>
  1244.                        </div>
  1245.                    </div>
  1246.                    <p class="text-gray-600 leading-relaxed">
  1247.                        "Outstanding experience from start to finish. They exceeded my
  1248.                        expectations in every way possible."
  1249.                    </p>
  1250.                </div>
  1251.            </div> -->
  1252.        <!-- </div> -->
  1253.    <!-- </section> -->
  1254.  
  1255.    <!-- companies section -->
  1256.  
  1257.    <section class="py-1 mt-12">
  1258.    <h2 class="heading text-5xl font-bold text-center mb-12" style="color: #2d567c !important;">
  1259.        Select the Make of Your Car to Compare Engine Prices
  1260.    </h2>
  1261.    <div class="container mx-auto px-4 mt-12">
  1262.        <div id="carGrid" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mt-12">
  1263.            <!-- Car Cards (same as before, up to 15 cards) -->
  1264.            <!-- Add car cards here -->
  1265.  
  1266.            <!-- Example card -->
  1267.            <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1268.                    <div class="flex flex-col items-center text-center mb-4">
  1269.                        <img src="./asset/img/Alfa_Romeo_logo.png" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1270.                        <div>
  1271.                            <h3 class="text-xl font-semibold"><a href="./alfaRomeopages/AlfaRomeoEngine.html">Alfa Romeo</a></h3>
  1272.                        </div>
  1273.                    </div>
  1274.                    </div>
  1275.  
  1276.            <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1277.                <div class="flex flex-col items-center text-center mb-4">
  1278.                    <img src="asset/img/companie2.jpg" alt="BMW" class="w-16 h-16 rounded-full mb-4" />
  1279.                    <div>
  1280.                        <h3 class="text-xl font-semibold"><a href="./BMW/BMW.html">BMW</a></h3>
  1281.                    </div>
  1282.                </div>
  1283.            </div>
  1284.             <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1285.                    <div class="flex flex-col items-center text-center mb-4">
  1286.                        <img src="asset/img/companies-18.png" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1287.                        <div>
  1288.                            <h3 class="text-xl font-semibold"><a href="./rangerover/Rangerover.html">Range Rover </a></h3>
  1289.                        </div>
  1290.                    </div>
  1291.                    </div>
  1292.                    <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1293.                    <div class="flex flex-col items-center text-center mb-4">
  1294.                        <img src="asset/img/companie19.jpg.png" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1295.                        <div>
  1296.                            <h3 class="text-xl font-semibold"><a href="./lexus/Lexus.html">Lexus</a></h3>
  1297.                        </div>
  1298.                    </div>
  1299.                    </div>
  1300.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1301.                    <div class="flex flex-col items-center text-center mb-4">
  1302.                        <img src="asset/img/companie3.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1303.                        <div>
  1304.                            <h3 class="text-xl font-semibold"><a href="./citreon/Citreon.html">Citroen</a></h3>
  1305.                        </div>
  1306.                    </div>
  1307.                </div>
  1308.              <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1309.                    <div class="flex flex-col items-center text-center mb-4">
  1310.                        <img src="./asset/img/companie5 (1).jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1311.                        <div>
  1312.                            <h3 class="text-xl font-semibold"><a href="./landRover/LandRover.html">Land Rover</a></h3>
  1313.                        </div>
  1314.                    </div>
  1315.                </div>
  1316.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1317.                    <div class="flex flex-col items-center text-center mb-4">
  1318.                        <img src="./asset/img/companies-20.png" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1319.                        <div>
  1320.                            <h3 class="text-xl font-semibold"><a href="./jaguar/Jaguar.html">Jaguar</a></h3>
  1321.                        </div>
  1322.                    </div>
  1323.                </div>
  1324.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1325.                    <div class="flex flex-col items-center text-center mb-4">
  1326.                        <img src="asset/img/companie4.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1327.                        <div>
  1328.                            <h3 class="text-xl font-semibold"><a href="./ford/Ford.html">Ford</a></h3>
  1329.                        </div>
  1330.                    </div>
  1331.                </div>
  1332.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1333.                    <div class="flex flex-col items-center text-center mb-4">
  1334.                        <img src="asset/img/companie6.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1335.                        <div>
  1336.                            <h3 class="text-xl font-semibold"><a href="./mercedes/Mercedes.html">Mercedes-benz</a></h3>
  1337.                        </div>
  1338.                    </div>
  1339.                </div>
  1340.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1341.                    <div class="flex flex-col items-center text-center mb-4">
  1342.                        <img class="w-[50%]" src="./asset/img/companie16.jpg.png" />
  1343.                        <div>
  1344.                            <h3 class="text-xl font-semibold"><a href="./audi/Audi.html">Audi</a></h3>
  1345.                        </div>
  1346.                    </div>
  1347.                </div>
  1348.                 <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1349.                    <div class="flex flex-col items-center text-center mb-4">
  1350.                        <img src="asset/img/companie7.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1351.                        <div>
  1352.                            <h3 class="text-xl font-semibold"><a href="./mini/Mini.html">MINI</a></h3>
  1353.                        </div>
  1354.                    </div>
  1355.                </div>
  1356.  
  1357.  
  1358.                 <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1359.                    <div class="flex flex-col items-center text-center mb-4">
  1360.                        <img src="asset/img/companie8.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1361.                        <div>
  1362.                            <h3 class="text-xl font-semibold">
  1363.                               <a href="./mitsubishi/Mitsubishi.html">Mitsubishi</a>
  1364.                            </h3>
  1365.                        </div>
  1366.                    </div>
  1367.  
  1368.                </div>
  1369.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1370.                    <div class="flex flex-col items-center text-center mb-4">
  1371.                        <img src="asset/img/companie9.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1372.                        <div>
  1373.                            <h3 class="text-xl font-semibold"><a href="./nissan/Nissan.html">NISSAN </a></h3>
  1374.                        </div>
  1375.                    </div>
  1376.  
  1377.                </div>
  1378.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1379.                    <div class="flex flex-col items-center text-center mb-4">
  1380.                        <img src="asset/img/companie10.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1381.                        <div>
  1382.                            <h3 class="text-xl font-semibold"><a href="./peugeot/peugeot.html">Peugeot</a></h3>
  1383.                        </div>
  1384.                    </div>
  1385.  
  1386.                </div>
  1387.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1388.                    <div class="flex flex-col items-center text-center mb-4">
  1389.                        <img src="asset/img/companie101jpg.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1390.                        <div>
  1391.                            <h3 class="text-xl font-semibold">
  1392.                                <a href="./renault/Renault.html">Renault</a></h3>
  1393.                        </div>
  1394.                    </div>
  1395.  
  1396.                </div>
  1397.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1398.                    <div class="flex flex-col items-center text-center mb-4">
  1399.                        <img src="asset/img/companie17.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1400.                        <div>
  1401.                            <h3 class="text-xl font-semibold">
  1402.                                <a href="./fiat/Fiat.html">Fiat</a></h3>
  1403.                        </div>
  1404.                    </div>
  1405.  
  1406.                </div>
  1407.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1408.                    <div class="flex flex-col items-center text-center mb-4">
  1409.                        <img src="asset/img/companie12.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1410.                        <div>
  1411.                            <h3 class="text-xl font-semibold"><a href="./seat/Seat.html">Seat</a></h3>
  1412.                        </div>
  1413.                    </div>
  1414.  
  1415.                </div>
  1416.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1417.                    <div class="flex flex-col items-center text-center mb-4">
  1418.                        <img src="asset/img/companie13.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1419.                        <div>
  1420.                            <h3 class="text-xl font-semibold">
  1421.                            <a href="./volkswagen/volkswagen.html">Volkswagen</a></h3>
  1422.                        </div>
  1423.                    </div>
  1424.  
  1425.                </div>
  1426.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1427.                    <div class="flex flex-col items-center text-center mb-4">
  1428.                        <img src="asset/img/companie14.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1429.                        <div>
  1430.                            <h3 class="text-xl font-semibold"><a href="./vauxhall/Vauxhall.html">Vauxhall </a></h3>
  1431.                        </div>
  1432.                    </div>
  1433.  
  1434.                </div>
  1435.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1436.                    <div class="flex flex-col items-center text-center mb-4">
  1437.                        <img src="asset/img/companie15.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1438.                        <div>
  1439.                            <h3 class="text-xl font-semibold"><a href="./skoda/Skoda.html">Skoda </a></h3>
  1440.                        </div>
  1441.                    </div>
  1442.                    </div>
  1443.  
  1444.                     <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1445.                    <div class="flex flex-col items-center text-center mb-4">
  1446.                        <img src="asset/img/iveco-logo-image.png" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1447.                        <div>
  1448.                            <h3 class="text-xl font-semibold"><a href="./iveco/Iveco.html">Iveco</a></h3>
  1449.                        </div>
  1450.                    </div>
  1451.                    </div>
  1452.                  
  1453.        </div>
  1454.        </div>
  1455.        <div class="text-center mt-8 cursor-pointer">
  1456.            <button id="showMoreBtn" class="py-3 px-8 bg-blue-500 text-white font-semibold text-xl rounded">Show More</button>
  1457.            <button id="showLessBtn" class="hidden bg-blue-500 text-white py-3 px-8 rounded font-semibold text-xl">Show Less</button>
  1458.        </div>
  1459.    </div>
  1460. </section>
  1461.  
  1462.  
  1463.  
  1464.    <!-- <section class="py-12 mt-12">
  1465.        <h2 class="heading text-5xl font-bold text-center mb-12" style="color: #2d567c !important;">
  1466.            Select the Make of Your Car to Compare Engine Prices
  1467.        </h2>
  1468.        <div class="container mx-auto px-4 mt-12">
  1469.  
  1470.            <div id="carGrid" class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mt-12">
  1471.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1472.                    <div class="flex flex-col items-center text-center mb-4">
  1473.                        <img src="asset/img/companie2.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1474.                        <div>
  1475.                            <h3 class="text-xl font-semibold">BMW</h3>
  1476.                            <p class="text-gray-500">CEO, Example Corp</p>
  1477.                        </div>
  1478.                    </div>
  1479.                </div>
  1480.  
  1481.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1482.                    <div class="flex flex-col items-center text-center mb-4">
  1483.                        <img src="asset/img/companie3.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1484.                        <div>
  1485.                            <h3 class="text-xl font-semibold">Citroen</h3>
  1486.                            <p class="text-gray-500">CEO, Example Corp</p>
  1487.                        </div>
  1488.                    </div>
  1489.                </div>
  1490.  
  1491.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1492.                    <div class="flex flex-col items-center text-center mb-4">
  1493.                        <img src="asset/img/companie4.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1494.                        <div>
  1495.                            <h3 class="text-xl font-semibold">Ford</h3>
  1496.                            <p class="text-gray-500">CEO, Example Corp</p>
  1497.                        </div>
  1498.                    </div>
  1499.  
  1500.                </div>
  1501.  
  1502.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1503.                    <div class="flex flex-col items-center text-center mb-4">
  1504.                        <img src="asset/img/companie5.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1505.                        <div>
  1506.                            <h3 class="text-xl font-semibold">Land Rover</h3>
  1507.                            <p class="text-gray-500">CEO, Example Corp</p>
  1508.                        </div>
  1509.                    </div>
  1510.  
  1511.                </div>
  1512.  
  1513.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1514.                    <div class="flex flex-col items-center text-center mb-4">
  1515.                        <img src="asset/img/companie5.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1516.                        <div>
  1517.                            <h3 class="text-xl font-semibold">Land Rover</h3>
  1518.                            <p class="text-gray-500">CEO, Example Corp</p>
  1519.                        </div>
  1520.                    </div>
  1521.                </div>
  1522.  
  1523.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1524.                    <div class="flex flex-col items-center text-center mb-4">
  1525.                        <img src="asset/img/companie6.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1526.                        <div>
  1527.                            <h3 class="text-xl font-semibold">Mercedes-benz</h3>
  1528.                            <p class="text-gray-500">CEO, Example Corp</p>
  1529.                        </div>
  1530.                    </div>
  1531.                </div>
  1532.  
  1533.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1534.                    <div class="flex flex-col items-center text-center mb-4">
  1535.                        <img src="asset/img/companie7.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1536.                        <div>
  1537.                            <h3 class="text-xl font-semibold">MINI</h3>
  1538.                            <p class="text-gray-500">CEO, Example Corp</p>
  1539.                        </div>
  1540.                    </div>
  1541.                </div>
  1542.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1543.                    <div class="flex flex-col items-center text-center mb-4">
  1544.                        <img src="asset/img/companie8.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1545.                        <div>
  1546.                            <h3 class="text-xl font-semibold">
  1547.                                Mitsubishi</h3>
  1548.                            <p class="text-gray-500">CEO, Example Corp</p>
  1549.                        </div>
  1550.                    </div>
  1551.  
  1552.                </div>
  1553.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1554.                    <div class="flex flex-col items-center text-center mb-4">
  1555.                        <img src="asset/img/companie9.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1556.                        <div>
  1557.                            <h3 class="text-xl font-semibold">NISSAN</h3>
  1558.                            <p class="text-gray-500">CEO, Example Corp</p>
  1559.                        </div>
  1560.                    </div>
  1561.  
  1562.                </div>
  1563.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1564.                    <div class="flex flex-col items-center text-center mb-4">
  1565.                        <img src="asset/img/companie10.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1566.                        <div>
  1567.                            <h3 class="text-xl font-semibold">Peugeot</h3>
  1568.                            <p class="text-gray-500">CEO, Example Corp</p>
  1569.                        </div>
  1570.                    </div>
  1571.  
  1572.                </div>
  1573.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1574.                    <div class="flex flex-col items-center text-center mb-4">
  1575.                        <img src="asset/img/companie101jpg.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1576.                        <div>
  1577.                            <h3 class="text-xl font-semibold">Renault</h3>
  1578.                            <p class="text-gray-500">CEO, Example Corp</p>
  1579.                        </div>
  1580.                    </div>
  1581.  
  1582.                </div>
  1583.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1584.                    <div class="flex flex-col items-center text-center mb-4">
  1585.                        <img src="asset/img/companie12.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1586.                        <div>
  1587.                            <h3 class="text-xl font-semibold">Seat</h3>
  1588.                            <p class="text-gray-500">CEO, Example Corp</p>
  1589.                        </div>
  1590.                    </div>
  1591.  
  1592.                </div>
  1593.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1594.                    <div class="flex flex-col items-center text-center mb-4">
  1595.                        <img src="asset/img/companie13.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1596.                        <div>
  1597.                            <h3 class="text-xl font-semibold">VW</h3>
  1598.                            <p class="text-gray-500">CEO, Example Corp</p>
  1599.                        </div>
  1600.                    </div>
  1601.  
  1602.                </div>
  1603.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1604.                    <div class="flex flex-col items-center text-center mb-4">
  1605.                        <img src="asset/img/companie14.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1606.                        <div>
  1607.                            <h3 class="text-xl font-semibold">Vauxhall</h3>
  1608.                            <p class="text-gray-500">CEO, Example Corp</p>
  1609.                        </div>
  1610.                    </div>
  1611.  
  1612.                </div>
  1613.                <div class="bg-white p-6 text-center rounded-lg shadow-lg">
  1614.                    <div class="flex flex-col items-center text-center mb-4">
  1615.                        <img src="asset/img/companie15.jpg" alt="Customer 1" class="w-16 h-16 rounded-full mb-4" />
  1616.                        <div>
  1617.                            <h3 class="text-xl font-semibold">Skoda</h3>
  1618.                            <p class="text-gray-500">CEO, Example Corp</p>
  1619.                        </div>
  1620.                    </div>
  1621.                    </div>
  1622. <div class="text-center mt-8">
  1623.            <button id="showMoreBtn" class="py-2 px-4 rounded">Show More</button>
  1624.            <button id="showLessBtn" class="hidden bg-blue-500  py-2 px-4 rounded">Show Less</button>
  1625.        </div>
  1626.  
  1627.            </div>      
  1628.        </div>
  1629.    </section>
  1630.  
  1631.  
  1632. <script>
  1633.    // Get the buttons and car grid
  1634.    const showMoreBtn = document.getElementById("showMoreBtn");
  1635.    const showLessBtn = document.getElementById("showLessBtn");
  1636.    const carGrid = document.getElementById("carGrid");
  1637.    const carCards = carGrid.children;
  1638.  
  1639.    // Initially show only 8 cards
  1640.    let visibleCards = 8;
  1641.  
  1642.    // Function to show only visibleCards number of cards
  1643.    function updateCardVisibility() {
  1644.        for (let i = 0; i < carCards.length; i++) {
  1645.            if (i < visibleCards) {
  1646.                carCards[i].classList.remove("hidden");
  1647.            } else {
  1648.                carCards[i].classList.add("hidden");
  1649.            }
  1650.        }
  1651.    }
  1652.  
  1653.    // Initial call to hide extra cards
  1654.    updateCardVisibility();
  1655.  
  1656.    // Show More button click event
  1657.    showMoreBtn.addEventListener("click", function () {
  1658.        visibleCards = carCards.length; // Show all cards
  1659.        updateCardVisibility();
  1660.        showMoreBtn.classList.add("hidden");
  1661.        showLessBtn.classList.remove("hidden");
  1662.    });
  1663.  
  1664.    // Show Less button click event
  1665.    showLessBtn.addEventListener("click", function () {
  1666.        visibleCards = 8; // Show only 8 cards again
  1667.        updateCardVisibility();
  1668.        showMoreBtn.classList.remove("hidden");
  1669.        showLessBtn.classList.add("hidden");
  1670.    });
  1671. </script> -->
  1672.  
  1673.    <section class=" leanding-normal tracking-wide">
  1674.        <h1 class="heading mx-12 my-10  font-bold text-gray-700 text-5xl lg:text-6xl text-center">
  1675.            Other Parts you can find here
  1676.        </h1>
  1677.  
  1678.        <div class="container mx-auto w-full overflow-hidden relative">
  1679.            <div class="w-full h-full absolute">
  1680.                <div class="w-1/4 h-full absolute z-50 left-0"
  1681.                    style="  background:  linear-gradient(to right, #fbfbfb 0%, rgba(255, 255, 255, 0) 100%)"></div>
  1682.                <div class="w-1/4 h-full absolute z-50 right-0"
  1683.                    style="background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);"></div>
  1684.            </div>
  1685.  
  1686.            <div class="carousel-items flex items-center justify-center"
  1687.                style="width: fit-content; animation: carouselAnim 10s infinite alternate linear;">
  1688.  
  1689.                <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg"
  1690.                    style="width: 270px;">
  1691.                    <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5"
  1692.                        xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
  1693.                        <path
  1694.                            d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z" />
  1695.                    </svg>
  1696.                    <!-- <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button> -->
  1697.                    <span class="text-teal-400 font-bold text-xl mb-3">Gearboxes</span>
  1698.                    <img class="h-16 w-16 rounded-full shadow-2xl" src="asset/img/PRODUCT1.jpg" alt="Img">
  1699.                    <p class="mt-3 text-gray-600 text-center">Experience seamless gear shifts with our
  1700.                        precision-engineered, high-performance gearboxes."</p>
  1701.                    <button
  1702.                        class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">SEE
  1703.                        MORE</button>
  1704.                </div>
  1705.  
  1706.                <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg"
  1707.                    style="width: 270px;">
  1708.                    <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5"
  1709.                        xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
  1710.                        <path
  1711.                            d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z" />
  1712.                    </svg>
  1713.                    <!-- <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button> -->
  1714.                    <p class="text-teal-400 font-bold text-xl mb-3">Cylinder Head</p>
  1715.                    <img class="h-16 w-16 rounded-full shadow-2xl" src="asset/img/PRODUCT2.jpg" alt="Img">
  1716.                    <p class="mt-3 text-gray-600 text-center">Enhance your engine's performance with our durable and
  1717.                        expertly crafted cylinder heads."</p>
  1718.                    <button
  1719.                        class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">SEE
  1720.                        MORE</button>
  1721.                </div>
  1722.  
  1723.                <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg"
  1724.                    style="width: 270px;">
  1725.                    <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5"
  1726.                        xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
  1727.                        <path
  1728.                            d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z" />
  1729.                    </svg>
  1730.                    <!-- <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button> -->
  1731.                    <p class="text-teal-400 font-bold text-xl mb-3">Supercharger</p>
  1732.                    <img class="h-16 w-16 rounded-full shadow-2xl" src="asset/img/PRODUCT3.jpg" alt="Img">
  1733.                    <p class="mt-3 text-gray-600 text-center">Boost your engine's power with our high-performance
  1734.                        superchargers for maximum efficiency."</p>
  1735.                    <button
  1736.                        class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">SEE
  1737.                        MORE</button>
  1738.                </div>
  1739.  
  1740.                <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg"
  1741.                    style="width: 270px;">
  1742.                    <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5"
  1743.                        xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
  1744.                        <path
  1745.                            d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z" />
  1746.                    </svg>
  1747.                    <!-- <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button> -->
  1748.                    <p class="text-teal-400 font-bold text-xl mb-3">Petrol Injector
  1749.  
  1750.                    </p>
  1751.                    <img class="h-16 w-16 rounded-full shadow-2xl" src="asset/img/PRODUCT4.jpg" alt="Img">
  1752.                    <p class="mt-3 text-gray-600 text-center">Achieve optimal fuel delivery and efficiency with our
  1753.                        precision-engineered petrol injectors."</p>
  1754.                    <button
  1755.                        class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">SEE
  1756.                        MORE</button>
  1757.                </div>
  1758.  
  1759.                <!-- <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg" style="width: 270px;">
  1760.                <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z"/></svg>
  1761.                <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button>
  1762.                <p class="text-teal-400 font-bold text-xl mb-3">Sup3r-Us3r</p>
  1763.                <img class="h-16 w-16 rounded-full shadow-2xl" src="" alt="Img">
  1764.                <p class="mt-3 text-gray-600 text-center">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, quibusdam!"</p>
  1765.                <button class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">Button</button>
  1766.            </div>
  1767.            
  1768.            <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg" style="width: 270px;">
  1769.                <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z"/></svg>
  1770.                <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button>
  1771.                <p class="text-teal-400 font-bold text-xl mb-3">Sup3r-Us3r</p>
  1772.                <img class="h-16 w-16 rounded-full shadow-2xl" src="https://pbs.twimg.com/profile_images/830533062807191552/TbkWKnnv_400x400.jpg" alt="Img">
  1773.                <p class="mt-3 text-gray-600 text-center">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, quibusdam!"</p>
  1774.                <button class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">Button</button>
  1775.            </div>
  1776.  
  1777.            <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg" style="width: 270px;">
  1778.                <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z"/></svg>
  1779.                <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button>
  1780.                <p class="text-teal-400 font-bold text-xl mb-3">Sup3r-Us3r</p>
  1781.                <img class="h-16 w-16 rounded-full shadow-2xl" src="https://pbs.twimg.com/profile_images/830533062807191552/TbkWKnnv_400x400.jpg" alt="Img">
  1782.                <p class="mt-3 text-gray-600 text-center">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, quibusdam!"</p>
  1783.                <button class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">Button</button>
  1784.            </div>
  1785.  
  1786.            <div class="carousel-focus flex items-center flex-col relative bg-white mx-5 my-10 px-4 py-3 rounded-lg shadow-lg" style="width: 270px;">
  1787.                <svg class="fill-current text-teal-400 hover:text-teal-500 cursor-pointer h-12 w-12 absolute top-0 right-0 mt-2 -mr-5" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.5 0C17.847 0 23 5.153 23 11.5S17.847 23 11.5 23 0 17.847 0 11.5 5.153 0 11.5 0zm0 1C17.295 1 22 5.705 22 11.5S17.295 22 11.5 22 1 17.295 1 11.5 5.705 1 11.5 1zm.5 10h6v1h-6v6h-1v-6H5v-1h6V5h1v6z"/></svg>
  1788.                <button class="absolute top-0 right-0 bg-teal-400 rounded-full px-1 py-0 font-bold text-lg">+</button>
  1789.                <p class="text-teal-400 font-bold text-xl mb-3">Sup3r-Us3r</p>
  1790.                <img class="h-16 w-16 rounded-full shadow-2xl" src="https://pbs.twimg.com/profile_images/830533062807191552/TbkWKnnv_400x400.jpg" alt="Img">
  1791.                <p class="mt-3 text-gray-600 text-center">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, quibusdam!"</p>
  1792.                <button class="mt-4 mb-2 bg-teal-400 rounded-full px-12 py-1 text-gray-100 font-semibold hover:bg-teal-300 focus:outline-none">Button</button>
  1793.            </div> -->
  1794.            </div>
  1795.  
  1796.        </div>
  1797.  
  1798.  
  1799.    </section>
  1800.  
  1801.    <!-- companies section -->
  1802.    <!-- footer  -->
  1803.    <footer class="bg-gray-900 text-white py-12 mt-12">
  1804.        <div class="container mx-auto px-4">
  1805.            <div class="grid grid-cols-1 md:grid-cols-4 gap-2">
  1806.                <div>
  1807.                    <h3 class="text-2xl font-semibold mb-6">About Us</h3>
  1808.                    <p class="text-gray-400 leading-relaxed">
  1809.                        We are a leading company in our industry, committed to providing
  1810.                        quality services and products to our customers. Our mission is to
  1811.                        create value and make a difference.
  1812.                    </p>
  1813.                </div>
  1814.  
  1815.                <div>
  1816.                    <h3 class="text-2xl font-semibold mb-6">Quick Links</h3>
  1817.                    <ul class="space-y-4">
  1818.                        <li>
  1819.                            <a href="#" class="text-gray-400  hover:text-white">Home</a>
  1820.                        </li>
  1821.                        <li>
  1822.                            <a href="./CarEngine.html" class="text-gray-400 hover:text-white">Car Engines</a>
  1823.                        </li>
  1824.                        <li>
  1825.                            <a href="./UsedEngine.html" class="text-gray-400 hover:text-white">Used Engines</a>
  1826.                        </li>
  1827.                        <li>
  1828.                            <a href="./ReconditionEngine.html" class="text-gray-400 hover:text-white">Recondition Engines</a>
  1829.                        </li>
  1830.                        <li>
  1831.                            <a href="./GearBox.html" class="text-gray-400 hover:text-white">Gear Box</a>
  1832.                        </li>
  1833.                    </ul>
  1834.                </div>
  1835.  
  1836.                <div>
  1837.                    <h3 class="text-2xl font-semibold mb-6">Contact Us</h3>
  1838.                    <p class="text-gray-400 leading-relaxed">
  1839.                        1234 Street Name, City, State 56789
  1840.                    </p>
  1841.                    <p class="text-gray-400">Email: info@example.com</p>
  1842.                    <p class="text-gray-400">Phone: +123 456 7890</p>
  1843.  
  1844.                    <div class="mt-6 flex space-x-4">
  1845.                        <a href="#" class="text-gray-400 hover:text-white">
  1846.                            <i class="fab fa-facebook-f"></i>
  1847.                        </a>
  1848.                        <a href="#" class="text-gray-400 hover:text-white">
  1849.                            <i class="fab fa-instagram"></i>
  1850.                        </a>
  1851.                        <a href="#" class="text-gray-400 hover:text-white">
  1852.                            <i class="fab fa-twitter"></i>
  1853.                        </a>
  1854.                        <a href="#" class="text-gray-400 hover:text-white">
  1855.                            <i class="fab fa-linkedin-in"></i>
  1856.                        </a>
  1857.                    </div>
  1858.                </div>
  1859.  
  1860.                <!-- Column 4: Newsletter Subscription -->
  1861.                <div>
  1862.                    <h3 class="text-2xl font-semibold mb-6">Newsletter</h3>
  1863.                    <p class="text-gray-400 leading-relaxed mb-4">
  1864.                        Subscribe to our newsletter to stay updated on our latest news and
  1865.                        offers.
  1866.                    </p>
  1867.                    <form>
  1868.                        <input type="email" placeholder="Enter your email"
  1869.                            class="w-full px-4 py-2 mb-4 text-gray-900 rounded focus:outline-none" />
  1870.                        <button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-2 rounded">
  1871.                            Subscribe
  1872.                        </button>
  1873.                    </form>
  1874.                </div>
  1875.            </div>
  1876.  
  1877.            <!-- Footer Bottom -->
  1878.            <div class="mt-12 text-center border-t border-gray-700 pt-8">
  1879.                <p class="text-gray-500">
  1880.                    &copy; 2024 Your Company. All rights reserved.
  1881.                </p>
  1882.            </div>
  1883.        </div>
  1884.    </footer>
  1885.  
  1886.    <script>
  1887.      $("#owl-carousel").owlCarousel({
  1888.        loop: true,
  1889.        margin: 30,
  1890.        dots: true,
  1891.        nav: true,
  1892.        autoplay: true,
  1893.        autoplayTimeout: 2000,
  1894.        autoplayHoverPause: false,
  1895.        responsive: {
  1896.          0: {
  1897.            items: 1, // Show 1 item on small screens
  1898.          },
  1899.          600: {
  1900.            items: 2, // Show 2 items on medium screens
  1901.          },
  1902.          1000: {
  1903.            items: 3, // Show 3 items on large screens
  1904.          },
  1905.        },
  1906.      });
  1907.    </script>
  1908.  
  1909.    <script>
  1910.    // Get the buttons and car grid
  1911.    const showMoreBtn = document.getElementById("showMoreBtn");
  1912.    const showLessBtn = document.getElementById("showLessBtn");
  1913.    const carGrid = document.getElementById("carGrid");
  1914.    const carCards = carGrid.children;
  1915.  
  1916.    // Initially show only 8 cards
  1917.    let visibleCards = 8;
  1918.  
  1919.    // Function to show only visibleCards number of cards
  1920.    function updateCardVisibility() {
  1921.        for (let i = 0; i < carCards.length; i++) {
  1922.            if (i < visibleCards) {
  1923.                carCards[i].classList.remove("hidden");
  1924.            } else {
  1925.                carCards[i].classList.add("hidden");
  1926.            }
  1927.        }
  1928.    }
  1929.  
  1930.    // Initial call to hide extra cards
  1931.    updateCardVisibility();
  1932.  
  1933.    // Show More button click event
  1934.    showMoreBtn.addEventListener("click", function () {
  1935.        visibleCards = carCards.length; // Show all cards
  1936.        updateCardVisibility();
  1937.        showMoreBtn.classList.add("hidden");
  1938.        showLessBtn.classList.remove("hidden");
  1939.    });
  1940.  
  1941.    // Show Less button click event
  1942.    showLessBtn.addEventListener("click", function () {
  1943.        visibleCards = 8; // Show only 8 cards again
  1944.        updateCardVisibility();
  1945.        showMoreBtn.classList.remove("hidden");
  1946.        showLessBtn.classList.add("hidden");
  1947.    });
  1948. </script>
  1949.  
  1950.    <script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.js"></script>
  1951.    <script src="https://cdn.tailwindcss.com"></script>
  1952.    <script src="asset/index.js"></script>
  1953. </body>
  1954.  
  1955. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda