-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
569 lines (535 loc) · 36.9 KB
/
index.html
File metadata and controls
569 lines (535 loc) · 36.9 KB
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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Validus Industrial</title>
<meta name="description" content="Leading Industrial & Manufacturing Company">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/assets/css/main.css">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container header__main-inner">
<a href="#" class="logo">
<img src="_docs/validus-industrial-mockup-000.webp" alt="Validus Logo" style="height: 40px;">
</a>
<nav class="main-nav">
<ul class="nav__list">
<li class="nav__item has-dropdown">
<a href="#" class="nav__link">Home</a>
</li>
<li class="nav__item has-dropdown">
<a href="#" class="nav__link">Company</a>
</li>
<li class="nav__item has-dropdown">
<a href="#" class="nav__link">Services & Industries</a>
</li>
<li class="nav__item has-dropdown">
<a href="#" class="nav__link">News & Media</a>
</li>
<li class="nav__item has-dropdown">
<a href="#" class="nav__link">Shop</a>
</li>
</ul>
</nav>
<div class="header__actions">
<button class="icon-btn search-btn">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E" alt="Search">
</button>
<button class="icon-btn">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E" alt="Dropdown">
</button>
<div class="header__contact">
<span class="header__phone">+201061245741</span>
</div>
<a href="#" class="btn btn--header">Get a Quote</a>
</div>
</div>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="container hero__container">
<h1 class="hero__title">Global Industry<br>Quality Projects<br>Expert Workers</h1>
<p class="hero__desc">Our worldwide presence ensures timeliness, cost efficiency and compliance adherence required to ensure your serving you with great expertise as one of the World's leading Corporation!</p>
<div class="hero__actions">
<a href="#" class="btn btn--primary">Our Services</a>
<a href="#" class="btn btn--outline">Learn More!</a>
</div>
<div class="hero__cards">
<div class="hero-card">
<div class="hero-card__content">
<h3 class="hero-card__title">Personalised Solutions</h3>
</div>
<a href="#" class="hero-card__arrow">→</a>
</div>
<div class="hero-card">
<div class="hero-card__content">
<h3 class="hero-card__title">Environmental Sensitivity</h3>
</div>
<a href="#" class="hero-card__arrow">→</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about">
<div class="container">
<div class="about__content">
<div class="about__text">
<span class="section-label">Utilising Latest Processing Solutions With Decades Of Work Experience.</span>
<h2 class="section-title">Leading Industrial & Manufacturing Company, Serving Since 1970 With Global Expertise & Strategies.</h2>
<p>Yet those that embrace change are thriving, building bigger, better, faster, and stronger products than ever before. You are helping to lead the charge; we can help you build on your past successes and prepare for future.</p>
<p>Our Group is recognized as one of the World's leading Industry and Manufacturing Corporation serving an impressive list of long-term clients with experience and expertise in multiple industries.</p>
<ul class="check-list">
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Satisfaction Guarantee</li>
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Professional & Qualified</li>
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Accurate Test Processes</li>
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Highly Professional Staff</li>
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Unrivalled Workmanship</li>
<li><span class="check-icon"><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E" alt="Check"></span> Quality Control System</li>
</ul>
<a href="#" class="btn btn--dark btn--icon">
<span><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E" alt="Schedule"></span> Schedule An Appointment
</a>
</div>
<div class="about__image">
<img src="_docs/validus-industrial-mockup-002.png" alt="Worker with laptop">
<div class="about__image-overlay">
<button class="video-btn">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E" alt="Play Video">
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Feature Highlight Section (Environmental) -->
<section class="feature-highlight">
<div class="feature-highlight__inner">
<div class="feature-highlight__img">
<div class="feature-nav-btns">
<button class="feature-nav-btn feature-nav-btn--prev">←</button>
<button class="feature-nav-btn feature-nav-btn--next">→</button>
</div>
</div>
<div class="feature-highlight__content">
<span class="section-label" style="color: rgba(255,255,255,0.8);">Social Responsibility And Ethics!</span>
<h2 class="feature-highlight__title">Environmental<br>Sensitivity</h2>
<p class="feature-highlight__text">Our worldwide presence ensures the timeliness, cost efficiency and compliance adherence required to ensure your production timelines are met. Industic Engineering has been built on engineering excellence crafted through unstinted dedication to quality, innovation and industry expertise.</p>
<p class="feature-highlight__text">An integrated approach to providing engineering services allows our clients to benefit from the commercial and logistical advantages.</p>
<div class="feature-highlight__actions">
<a href="#" class="btn btn--white btn--icon">
<span><img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2z'/%3E%3Cpath d='M12 18V6'/%3E%3Cpath d='M16 14l-4-4-4 4'/%3E%3C/svg%3E" alt="Reports"></span>
Sustainability Reports
</a>
<a href="#" class="btn btn--outline-white">Contact Us</a>
</div>
<div class="feature-highlight__deco-icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'%3E%3Cpath d='M12.5 4.5h-5l-2 2h-2v2l2 2h10v-4l-2-2zM8.5 12.5v-4M10.5 12.5v-4'/%3E%3Cpath d='M18.5 14.5v-5h-13v5l2 2h9l2-2z'/%3E%3Cpath d='M14.5 20.5h-5l-2-2h-2v-2l2-2h10v4z'/%3E%3C/svg%3E" alt="Recycle">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services">
<div class="container">
<div class="services__header">
<div class="services__header-text">
<span class="section-label">High Performance Services For Multiple Industries!</span>
<h2 class="section-title">Utilising Latest Processing Solutions, And Decades Of Work Experience.</h2>
</div>
<div class="services__header-actions">
<a href="#" class="btn btn--dark">How Does It Work?</a>
<a href="#" class="btn btn--outline-dark">Check All Services →</a>
</div>
</div>
<div class="services__grid">
<!-- Service 1 -->
<div class="service-card">
<div class="service-card__icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23FF5E14' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 15.5 A1 1 0 0 1 3 14 h18 a1 1 0 0 1 1 1 v6 a1 1 0 0 1 -1 1 H3 a1 1 0 0 1 -1 -1z'/%3E%3Cpath d='M8 14V8m4 6V8m4 6V8'/%3E%3Cpath d='M2 11h20'/%3E%3Cpath d='M6 11V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6'/%3E%3C/svg%3E" alt="Oil & Gas">
</div>
<h3 class="service-card__title">Oil & Gas<br>Energy</h3>
<p class="service-card__desc">Petroleum and natural gas are nonrenewable sources of energy, a liquid found underground that can be used to make gasoline.</p>
<a href="#" class="service-card__link">Explore More →</a>
</div>
<!-- Service 2 -->
<div class="service-card service-card--active">
<div class="service-card__icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E" alt="Construction">
</div>
<h3 class="service-card__title">Industrial<br>Construction</h3>
<p class="service-card__desc">Professional discipline deals with designing, planning, construction and infrastructures management such as roads, tunnels, bridges.</p>
<a href="#" class="service-card__link">Explore More →</a>
</div>
<!-- Service 3 -->
<div class="service-card">
<div class="service-card__icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23FF5E14' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E" alt="Engineering">
</div>
<h3 class="service-card__title">Mechanical<br>Engineering</h3>
<p class="service-card__desc">Materials science principles to design, analyze, manufacture, and maintain mechanical systems. It is one of the oldest disciplines.</p>
<a href="#" class="service-card__link">Explore More →</a>
</div>
<!-- Service 4 -->
<div class="service-card">
<div class="service-card__icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23FF5E14' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 12V8a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4'/%3E%3Cpath d='M14 12h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2v-6z'/%3E%3Cpath d='M4 14h6v6H4v-6z'/%3E%3Ccircle cx='6' cy='16' r='1'/%3E%3Ccircle cx='16' cy='16' r='1'/%3E%3C/svg%3E" alt="Manufacturing">
</div>
<h3 class="service-card__title">Automotive<br>Manufacturing</h3>
<p class="service-card__desc">The automotive industry comprises a wide range of companies involved in the design, development, manufacturing, and selling.</p>
<a href="#" class="service-card__link">Explore More →</a>
</div>
</div>
<div class="services-cta">
<div class="services-cta__icon">
<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FF5E14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E" alt="Info">
</div>
<p class="services-cta__text">We have established a corporate mandate to maintain strong core values that truly reflect the philosophy. <strong>Schedule A Visit</strong></p>
<a href="#" class="btn btn--outline-dark">Get A Free Quote</a>
</div>
</div>
</section>
<!-- Features Section (Dark) -->
<section class="features-dark">
<div class="container">
<div class="features-dark__content">
<div class="features-left">
<h2 class="features-dark__title">Building Future, Restoring Past!</h2>
<p class="features-dark__desc">As one of the World's leading Industry Corporation building relationships and projects that last, serving an impressive list of clients with experience in multiple industries.</p>
<div class="feature-item">
<div class="feature-item__icon">⚙️</div>
<div class="feature-item__content">
<h4>Quality Control System</h4>
<p>We enhance our industry operations by relieving you of the worries associated with freight forwarding.</p>
</div>
</div>
<div class="feature-item">
<div class="feature-item__icon">📊</div>
<div class="feature-item__content">
<h4>Accurate Testing Processes</h4>
<p>We'll work with you on your project, together we'll fine tune your new construction, or remodeling plans.</p>
</div>
</div>
<div class="feature-item">
<div class="feature-item__icon">👷</div>
<div class="feature-item__content">
<h4>Highly Professional Staff</h4>
<p>Smooth, easy & instant handling with full control over your load to reduce labour costs as load handling.</p>
</div>
</div>
<div class="features-dark__actions">
<a href="#" class="btn btn--white">Awards And Milestones</a>
<a href="#" class="btn btn--outline-white">Learn More</a>
</div>
</div>
<div class="features-dark__image-side">
<!-- Background image handles the visual -->
<div class="features-overlay-card">
<h4>Retail & Consumer</h4>
<p>We understand the complexity of the factors that come into play.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="process">
<div class="container process__container">
<div class="process__left">
<span class="process__label">Reliable, Effective & Technically Advanced Products!</span>
<h2 class="process__title">Individually Assess Each Plan And Offer Optimal Solutions For You!</h2>
<a href="#" class="process__btn">▶ Meet Our Experts</a>
<!-- Illustration graphic would go here -->
</div>
<div class="process__steps">
<!-- Step 01 -->
<div class="process-step">
<span class="step-num">01</span>
<div class="step-content">
<p>We are happy to take the time and attention to conduct an initial analysis of your project. Thanks to this, we will be able to advise you accordingly.</p>
<img src="https://placehold.co/600x300/333/fff?text=Analysis" class="step-img" alt="Step 1">
</div>
</div>
<!-- Step 02 -->
<div class="process-step">
<span class="step-num">02</span>
<div class="step-content">
<p>We believe in the value of real customer contact. After analyzing the project, we invite you to a local vision and presentation of cooperation opportunities.</p>
<img src="https://placehold.co/600x300/333/fff?text=Planning" class="step-img" alt="Step 2">
</div>
</div>
<!-- Step 03 -->
<div class="process-step">
<span class="step-num">03</span>
<div class="step-content">
<p>Extensive safety features guarantee that loss of load during these applications and facilitates clear on-site communication due to reduced noise.</p>
<img src="https://placehold.co/600x300/333/fff?text=Execution" class="step-img" alt="Step 3">
</div>
</div>
<!-- Step 04 -->
<div class="process-step">
<span class="step-num">04</span>
<div class="step-content">
<p>Reduced labour costs as load handling becomes a one man job, with smooth, easy and instant handling with full control over your load.</p>
<img src="https://placehold.co/600x300/333/fff?text=Handover" class="step-img" alt="Step 4">
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects">
<div class="container">
<div class="projects__header">
<div class="projects__text">
<h2 class="section-title">Explore Our Case Studies & Latest Sucess Stories.</h2>
<p>As one of the World's leading Industry Corporation building relationships and projects that last.</p>
</div>
<div class="projects__nav">
<!-- Navigation Arrows -->
<span style="font-size:30px; margin-right: 10px; cursor: pointer;">←</span>
<span style="font-size:30px; color:var(--color-primary); cursor: pointer;">→</span>
</div>
</div>
<div class="projects__grid">
<!-- Project 1 -->
<div class="project-card">
<img src="https://placehold.co/400x500/333/fff?text=Chemicals+Factory" alt="Project 1">
<div class="project-overlay">
<span class="project-tag">Chemicals, Oil & Gas</span>
<h3 class="project-title">Floride Chemicals Factory</h3>
<p class="project-desc">We understand that data is the greatest asset for any innovative organization.</p>
<a href="#" class="project-btn">+</a>
</div>
</div>
<!-- Project 2 -->
<div class="project-card">
<img src="https://placehold.co/400x500/333/fff?text=Highway+Energy" alt="Project 2">
<div class="project-overlay">
<span class="project-tag">Construction, Energy</span>
<h3 class="project-title">Highway Energy Station</h3>
<p class="project-desc">Cost savings is crucial, innovative technology minimizes your overall spend.</p>
<a href="#" class="project-btn">+</a>
</div>
</div>
<!-- Project 3 -->
<div class="project-card">
<img src="https://placehold.co/400x500/333/fff?text=Manufacturing+Inc" alt="Project 3">
<div class="project-overlay">
<span class="project-tag">Engineering, Auto</span>
<h3 class="project-title">Villy Manufacturing Inc</h3>
<p class="project-desc">Our Group has been building relationships and projects that last.</p>
<a href="#" class="project-btn">+</a>
</div>
</div>
</div>
<div class="partners">
<img src="https://placehold.co/150x50?text=Sauter" alt="Partner">
<img src="https://placehold.co/150x50?text=Evolved" alt="Partner">
<img src="https://placehold.co/150x50?text=TechBrand" alt="Partner">
<img src="https://placehold.co/150x50?text=Smart" alt="Partner">
<img src="https://placehold.co/150x50?text=Logo" alt="Partner">
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact">
<div class="container">
<div class="contact__container">
<!-- Left Form -->
<div class="contact-form-side">
<h2 class="contact-form__title">Request A Quote</h2>
<p class="contact-form__desc">Interested in cooperation or have questions? Just fill out the form and we will call you back.</p>
<form>
<div class="form-row">
<div class="form-group">
<select class="form-control form-select">
<option>I'm a/an Factory Owner</option>
<option>Contractor</option>
<option>Supplier</option>
</select>
</div>
</div>
<div class="form-row">
<div class="form-group">
<select class="form-control form-select">
<option>What is your inquiry about? Mechanical Engineering</option>
<option>General Info</option>
<option>Sales</option>
</select>
</div>
</div>
<div class="form-row">
<div class="form-group">
<input type="text" class="form-control" placeholder="Full name">
</div>
</div>
<div class="form-row">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone Number">
</div>
</div>
<div class="form-row">
<div class="form-group">
<textarea class="form-control" rows="3" placeholder="Additional Details"></textarea>
</div>
</div>
<button type="submit" class="btn btn--icon" style="background: #1B1B1B; width: 100%; justify-content: space-between;">
Submit Your Request <span>➔</span>
</button>
</form>
</div>
<!-- Right Info -->
<div class="contact-info-side">
<h2 class="contact-info__title">Serving An Impressive List Of Clients With Expertise!</h2>
<p class="contact-info__desc">Dedication to quality, innovation and a constant objective to serve the global market.</p>
<div class="brochure-btn">
<span>📄</span> Download 2023 Brochure
</div>
<div class="contact-details">
<div class="contact-item">
<span>📞</span> Emergency Line: (002) 01061245741
</div>
<div class="contact-item">
<span>📍</span> Location: Brooklyn, New York, USA
</div>
<div class="contact-item">
<span>🕒</span> Mon - Fri: 8:00 am - 7:00 pm
</div>
</div>
<a href="#" class="contact-btn-white">Contact Our Team</a>
</div>
</div>
</div>
</section>
<!-- News Section -->
<section class="news">
<div class="container">
<div class="news__header">
<span class="section-label">Industry Tips & Resources</span>
<h2 class="section-title">Recent Articles</h2>
</div>
<div class="news__grid">
<!-- Article 1 -->
<div class="news-card">
<img src="https://placehold.co/400x500/333/fff?text=News+1" class="news-card__img" alt="News 1">
<div class="news-date">22 <span>Jan 2023</span></div>
<div class="news-card__content">
<div class="news-meta">Industry, Insights • Mike Dooley</div>
<h3 class="news-title">New Factory Receives Great Award For True Construction Excellence At 2023 Symposium</h3>
<a href="#" class="read-more">Read More ➔</a>
</div>
</div>
<!-- Article 2 -->
<div class="news-card">
<img src="https://placehold.co/400x500/333/fff?text=News+2" class="news-card__img" alt="News 2">
<div class="news-date">25 <span>Jan 2023</span></div>
<div class="news-card__content">
<div class="news-meta">Construction, Leadership • Duke Johnson</div>
<h3 class="news-title">Certifying Our Construction Leaders As True Management Specialists Competitiveness</h3>
<a href="#" class="read-more">Read More ➔</a>
</div>
</div>
<!-- Article 3 -->
<div class="news-card">
<img src="https://placehold.co/400x500/333/fff?text=News+3" class="news-card__img" alt="News 3">
<div class="news-date">30 <span>Jan 2023</span></div>
<div class="news-card__content">
<div class="news-meta">Safety, Construction • Sophia Barry</div>
<h3 class="news-title">Validus Experts Share Eleven Must To Do Safety Practices On The Construction Site</h3>
<a href="#" class="read-more">Read More ➔</a>
</div>
</div>
</div>
<div class="check-blog-btn-container">
<div class="section-label" style="display:inline-block; margin-right:10px; vertical-align:middle;">Check All Blog Posts</div>
<button class="check-blog-btn">+</button>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__grid">
<div class="footer-col">
<div class="footer-logo">
<span style="color:var(--color-primary)">▼</span> Validus
</div>
<p style="margin-bottom:20px;">A leading industrial company that focuses on quality, innovation and expertise.</p>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Meet Our Team</a></li>
<li><a href="#">News & Media</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Services</h4>
<ul class="footer-links">
<li><a href="#">Oil & Gas Energy</a></li>
<li><a href="#">Industrial Construction</a></li>
<li><a href="#">Mechanical Engineering</a></li>
<li><a href="#">Automotive Manufacturing</a></li>
<li><a href="#">Industrial Chemicals</a></li>
<li><a href="#">Bridge Construction</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Industries</h4>
<ul class="footer-links">
<li><a href="#">Retail & Consumer</a></li>
<li><a href="#">Sciences & Healthcare</a></li>
<li><a href="#">Industrial & Chemical</a></li>
<li><a href="#">Power Generation</a></li>
<li><a href="#">Food & Beverage</a></li>
<li><a href="#">Oil & Gas</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Quick Contact</h4>
<div class="footer-contact-item">
<div class="footer-icon">📍</div>
<div>2307 Beverley Rd Brooklyn, New York 11226 United States</div>
</div>
<div class="footer-contact-item">
<div class="footer-icon">✉</div>
<div><a href="mailto:Validus@7Oroof.com" class="text-primary">Validus@7oroof.com</a></div>
</div>
<div class="footer-contact-item">
<div class="footer-icon">📞</div>
<div><a href="tel:0201061245741" class="text-primary">02 01061245741</a></div>
</div>
</div>
</div>
<div class="footer__bottom">
<div class="copyright">
<a href="#">Privacy Statement</a> - <a href="#">Terms & Conditions</a> - <a href="#">Privacy Policy</a> - <a href="#">Sitemap</a>
<br>
<span style="opacity: 0.5; margin-top: 5px; display:inline-block;">© 2023 Validus. All Rights Reserved. With Love by 7oroof.com</span>
</div>
<div class="footer-social">
<a href="#" class="social-link">f</a>
<a href="#" class="social-link">t</a>
<a href="#" class="social-link">in</a>
<a href="#" class="back-to-top">Back To Top ↑</a>
</div>
</div>
</div>
</footer>
<script src="src/assets/js/main.js"></script>
</body>
</html>