File size: 31,709 Bytes
e3854c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Agilitech Home | Powering Progress</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }
        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .dropdown:hover .dropdown-menu {
            display: block;
        }
        .cookie-modal {
            transition: all 0.3s ease;
        }
        .cookie-modal.hidden {
            opacity: 0;
            pointer-events: none;
        }
    </style>
</head>
<body class="font-sans antialiased text-gray-800">
    <!-- Header -->
    <header class="bg-white shadow-sm sticky top-0 z-40">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between items-center h-16">
                <!-- Logo -->
                <div class="flex-shrink-0">
                    <a href="#" class="flex items-center">
                        <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-corporate_logo-white-tagline.png" 
                             alt="Agilitech Logo" class="h-10">
                    </a>
                </div>

                <!-- Desktop Navigation -->
                <nav class="hidden md:flex space-x-8">
                    <div class="dropdown relative">
                        <button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
                            Our Company <i class="fas fa-chevron-down ml-1 text-xs"></i>
                        </button>
                        <div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">About Us</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Leadership</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Guiding Principles</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Social Impact</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">News</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Literature</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Join Our Team</a>
                        </div>
                    </div>
                    
                    <div class="dropdown relative">
                        <button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
                            Our Industries <i class="fas fa-chevron-down ml-1 text-xs"></i>
                        </button>
                        <div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Overview</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Renewable Energy</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water/Wastewater</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Food & Beverage</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Manufacturing</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Mining</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Municipalities</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Oil and Gas</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Biogas</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Commercial</a>
                        </div>
                    </div>
                    
                    <div class="dropdown relative">
                        <button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
                            Our Services <i class="fas fa-chevron-down ml-1 text-xs"></i>
                        </button>
                        <div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Overview</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Automation</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Construction</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Engineering</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Laser Scanning</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Maintenance</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Panel Fabrication</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Procurement</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Project Management</a>
                            <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Regulatory, Compliance</a>
                        </div>
                    </div>
                    
                    <a href="#" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Our Projects</a>
                    <a href="#" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Contact Us</a>
                </nav>

                <!-- Mobile menu button -->
                <div class="md:hidden">
                    <button id="mobileMenuButton" class="text-gray-500 hover:text-gray-900 focus:outline-none">
                        <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                        </svg>
                    </button>
                </div>
            </div>
        </div>

        <!-- Mobile menu -->
        <div id="mobileMenu" class="hidden md:hidden bg-white border-t">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <div class="group">
                    <button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
                        Our Company
                        <svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                        </svg>
                    </button>
                    <div class="pl-4 hidden group-hover:block">
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">About Us</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Leadership</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Guiding Principles</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Social Impact</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">News</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Literature</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Join Our Team</a>
                    </div>
                </div>
                
                <div class="group">
                    <button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
                        Our Industries
                        <svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                        </svg>
                    </button>
                    <div class="pl-4 hidden group-hover:block">
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Overview</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Renewable Energy</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Water/Wastewater</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Food & Beverage</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Manufacturing</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Mining</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Municipalities</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Oil and Gas</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Biogas</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Commercial</a>
                    </div>
                </div>
                
                <div class="group">
                    <button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
                        Our Services
                        <svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
                        </svg>
                    </button>
                    <div class="pl-4 hidden group-hover:block">
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Overview</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Automation</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Construction</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Engineering</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Laser Scanning</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Maintenance</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Panel Fabrication</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Procurement</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Project Management</a>
                        <a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Regulatory, Compliance</a>
                    </div>
                </div>
                
                <a href="#" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">Our Projects</a>
                <a href="#" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">Contact Us</a>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="relative bg-gray-900 text-white">
        <div class="video-container">
            <video autoplay muted loop class="w-full">
                <source src="https://www.agilitechgroup.com/wp-content/uploads/video_header_AGILITECH_noText._mediumBitrate.mp4" type="video/mp4">
                Your browser does not support the video tag.
            </video>
            <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
                <div class="text-center px-4 max-w-4xl mx-auto">
                    <h1 class="text-4xl md:text-5xl font-bold mb-6">Powering Progress</h1>
                    <p class="text-xl md:text-2xl mb-8">
                        Integrated and agile engineering solutions, automation and construction services, 
                        and technological innovations that are powering industry and progress in the world around us.
                    </p>
                    <a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
                        Learn More
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- What We Do Section -->
    <section class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-900 mb-4">What We Do</h2>
                <h3 class="text-2xl text-blue-600 mb-6">The Agilitech Difference.</h3>
                <p class="text-lg text-gray-600 max-w-4xl mx-auto">
                    We are known for integrity, innovation, and our commitment to delivering the best for our clients. 
                    Everything we do is about empowering you to achieve your goals through value-added services, 
                    products and collaboration. Our solutions are tailored to your needs, integrated and agile so 
                    that they grow and adapt with you. We partner with our clients to create pioneering solutions 
                    that power possibilities for a better tomorrow.
                </p>
            </div>
            <div class="flex justify-center">
                <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png" 
                     alt="What We Do" class="rounded-lg shadow-xl max-w-full h-auto">
            </div>
        </div>
    </section>

    <!-- Who We Are Section -->
    <section class="py-16 bg-gray-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="lg:flex items-center gap-12">
                <div class="lg:w-1/2 mb-8 lg:mb-0">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-who-we-are-collage.jpg" 
                         alt="Who We Are" class="rounded-lg shadow-xl w-full">
                </div>
                <div class="lg:w-1/2">
                    <h2 class="text-3xl font-bold text-gray-900 mb-4">Who We Are</h2>
                    <h3 class="text-2xl text-blue-600 mb-6">Integrity. Innovation. Resilience.</h3>
                    <p class="text-lg text-gray-600 mb-6">
                        Agilitech is built on the vision to do better so that our clients can do more. 
                        We believe in the power of potential. We take what exists and make it better, 
                        or we design something new that is safer, smarter, more effective, or more efficient. 
                    </p>
                    <p class="text-lg text-gray-600 mb-8">
                        We are committed to offering our clients better quality and better service, 
                        and empowering them to meet the ever-changing demands of industry, production, 
                        and scientific progress.
                    </p>
                    <a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
                        Learn More About Us
                    </a>
                </div>
            </div>
        </div>
    </section>

    <!-- Industries Section -->
    <section class="py-16 bg-white">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-900 mb-2">Together, we are powering possibilities.</h2>
                <p class="text-xl text-gray-600 max-w-4xl mx-auto">
                    We take the best that exists and make it better. If it doesn't exist, we design it.
                </p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg" 
                         alt="Renewable Energy" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Renewable Energy</h3>
                        <p class="text-gray-600 mb-4">Powering industry</p>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
                    </div>
                </div>
                
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg" 
                         alt="Food & Beverage" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Food & Beverage</h3>
                        <p class="text-gray-600 mb-4">Revolutionizing Production</p>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
                    </div>
                </div>
                
                <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png" 
                         alt="More Industries" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">More</h3>
                        <p class="text-gray-600 mb-4">Thinking big</p>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Projects Section -->
    <section class="py-16 bg-gray-50">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="text-center mb-12">
                <h2 class="text-3xl font-bold text-gray-900 mb-2">We make it better, or we make it happen.</h2>
                <p class="text-xl text-gray-600 max-w-4xl mx-auto">
                    View our projects to learn more about how we are challenging the status quo, 
                    making the good better, and designing for the future.
                </p>
            </div>
            
            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg" 
                         alt="Energy" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Energy</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg" 
                         alt="Food & Beverage" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Food & Beverage</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png" 
                         alt="Aerospace" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Aerospace</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-who-we-are-collage.jpg" 
                         alt="Water/Wastewater" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Water/Wastewater</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg" 
                         alt="Commercial" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Commercial</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
                
                <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg" 
                         alt="Manufacturing" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-bold text-gray-900 mb-3">Manufacturing</h3>
                        <a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact CTA Section -->
    <section class="relative bg-gray-900 text-white">
        <div class="video-container">
            <video autoplay muted loop class="w-full">
                <source src="https://www.agilitechgroup.com/wp-content/uploads/Agilitech-globe-video.mp4" type="video/mp4">
                Your browser does not support the video tag.
            </video>
            <div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
                <div class="text-center px-4 max-w-4xl mx-auto py-16">
                    <h2 class="text-3xl md:text-4xl font-bold mb-6">The power of partnership.</h2>
                    <p class="text-xl md:text-2xl mb-8">
                        We would love to hear from you. To find out more about what we do, 
                        or to discuss how we can work together, please get in touch.
                    </p>
                    <a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
                        Contact Us
                    </a>
                    <div class="mt-8">
                        <a href="mailto:info@agilitechgroup.com" class="text-xl font-medium hover:underline">info@agilitechgroup.com</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white pt-16 pb-8">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-8 mb-12">
                <div class="lg:col-span-2">
                    <img src="https://www.agilitechgroup.com/wp-content/uploads/agilitech_logo-tagline-full-color.png" 
                         alt="Agilitech Logo" class="h-12 mb-6">
                    <p class="text-gray-400 mb-6">
                        © 2025 Agilitech ALL RIGHTS RESERVED
                    </p>
                    <div class="text-gray-400 mb-6">
                        <p class="font-medium">Headquarters:</p>
                        <p>8800 Crippen Street</p>
                        <p>Bakersfield, CA 93311</p>
                        <p>P: 661.381.7800</p>
                    </div>
                    <div class="flex space-x-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
                    </div>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-4">Our Company</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Leadership</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Guiding Principles</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Social Impact</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">News</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Literature</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Join Our Team</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-4">Our Industries</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Overview</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Renewable Energy</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Water/Wastewater</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Food & Beverage</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Manufacturing</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Mining</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Municipalities</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-4">Quick Links</h3>
                    <ul class="space-y-2">
                        <li><a href="#" class="text-gray-400 hover:text-white">Our Services</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Our Projects</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Privacy policy</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Terms of use</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-white">Trademarks</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        const mobileMenuButton = document.getElementById('mobileMenuButton');
        const mobileMenu = document.getElementById('mobileMenu');
        
        mobileMenuButton.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });

    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Julien355/template-agilitech" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>