generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
894 lines (795 loc) · 36.8 KB
/
services.html
File metadata and controls
894 lines (795 loc) · 36.8 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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Data Science and AI Services by Victor Collins Oppon - Strategy, Development, Analytics, and Training">
<title>Services | Victor Collins Oppon</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<!-- Fonts -->
<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=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/animations.css">
<!-- AOS Animation -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="index.html">
<span class="logo-text">VC<span class="accent">.</span>OPPON</span>
</a>
</div>
<div class="nav-menu" id="nav-menu">
<ul class="nav-list">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="projects.html" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="services.html" class="nav-link active">Services</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
<div class="nav-actions">
<button class="theme-toggle" id="theme-toggle">
<i class="fas fa-moon"></i>
</button>
<button class="nav-toggle" id="nav-toggle">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="page-hero">
<div class="container">
<div class="page-hero-content" data-aos="fade-up">
<h1 class="page-title">My <span class="gradient-text">Services</span></h1>
<p class="page-subtitle">Transforming Business Through AI and Data Science Excellence</p>
</div>
</div>
</section>
<!-- Services Overview -->
<section class="services-overview">
<div class="container">
<div class="overview-content" data-aos="fade-up">
<p class="lead-text">
With 15+ years bridging finance and technology, I offer comprehensive data science and AI solutions
that don't just solve problems—they transform businesses. From strategy to implementation,
I bring the unique perspective of a Chartered Accountant with deep AI expertise.
</p>
</div>
</div>
</section>
<!-- Main Services -->
<section class="services-main">
<div class="container">
<!-- AI Strategy & Consulting -->
<div class="service-block" id="ai-strategy" data-aos="fade-up">
<div class="service-content glass">
<div class="service-header">
<div class="service-icon gradient-1">
<i class="fas fa-brain"></i>
</div>
<div class="service-info">
<h2 class="service-title">AI Strategy & Consulting</h2>
<p class="service-subtitle">Transform your organization with strategic AI implementation</p>
</div>
</div>
<div class="service-details">
<p class="service-description">
I help organizations navigate the AI transformation journey, from identifying opportunities
to implementing production-ready solutions. My approach combines deep technical expertise
with business acumen to ensure AI investments deliver measurable ROI.
</p>
<div class="service-offerings">
<h3>What I Offer</h3>
<div class="offerings-grid">
<div class="offering-card">
<i class="fas fa-compass"></i>
<h4>AI Readiness Assessment</h4>
<p>Evaluate your organization's data maturity and identify high-impact AI opportunities</p>
</div>
<div class="offering-card">
<i class="fas fa-road"></i>
<h4>AI Roadmap Development</h4>
<p>Create actionable implementation plans aligned with business objectives</p>
</div>
<div class="offering-card">
<i class="fas fa-flask"></i>
<h4>Proof of Concept</h4>
<p>Rapid prototyping to validate AI solutions before full-scale investment</p>
</div>
<div class="offering-card">
<i class="fas fa-users-cog"></i>
<h4>Team Enablement</h4>
<p>Build internal AI capabilities through mentoring and knowledge transfer</p>
</div>
</div>
</div>
<div class="service-benefits">
<h3>Key Benefits</h3>
<ul class="benefits-list">
<li><i class="fas fa-check-circle"></i> Reduce AI implementation risk with proven methodologies</li>
<li><i class="fas fa-check-circle"></i> Accelerate time-to-value with focused strategy</li>
<li><i class="fas fa-check-circle"></i> Bridge the gap between technical teams and business stakeholders</li>
<li><i class="fas fa-check-circle"></i> Ensure ethical and responsible AI deployment</li>
</ul>
</div>
<div class="service-cta">
<a href="contact.html" class="btn btn-primary">
<i class="fas fa-rocket"></i>
Start Your AI Journey
</a>
</div>
</div>
</div>
</div>
<!-- Machine Learning Development -->
<div class="service-block" id="ml-development" data-aos="fade-up" data-aos-delay="100">
<div class="service-content glass">
<div class="service-header">
<div class="service-icon gradient-2">
<i class="fas fa-code"></i>
</div>
<div class="service-info">
<h2 class="service-title">Machine Learning Development</h2>
<p class="service-subtitle">Custom ML solutions tailored to your unique challenges</p>
</div>
</div>
<div class="service-details">
<p class="service-description">
From predictive analytics to computer vision, I develop end-to-end machine learning solutions
that solve real business problems. With expertise across the entire ML lifecycle, I ensure
your models are accurate, scalable, and production-ready.
</p>
<div class="service-offerings">
<h3>Development Services</h3>
<div class="offerings-grid">
<div class="offering-card">
<i class="fas fa-chart-line"></i>
<h4>Predictive Analytics</h4>
<p>Forecast trends, detect anomalies, and optimize decision-making</p>
</div>
<div class="offering-card">
<i class="fas fa-comments"></i>
<h4>Natural Language Processing</h4>
<p>Extract insights from text, automate document processing, build chatbots</p>
</div>
<div class="offering-card">
<i class="fas fa-eye"></i>
<h4>Computer Vision</h4>
<p>Image classification, object detection, and visual analytics solutions</p>
</div>
<div class="offering-card">
<i class="fas fa-robot"></i>
<h4>Deep Learning Systems</h4>
<p>Neural networks for complex pattern recognition and automation</p>
</div>
</div>
</div>
<div class="tech-expertise">
<h3>Technical Expertise</h3>
<div class="tech-grid">
<div class="tech-category">
<h4>Frameworks</h4>
<div class="tech-items">
<span>TensorFlow</span>
<span>PyTorch</span>
<span>Scikit-learn</span>
<span>Keras</span>
</div>
</div>
<div class="tech-category">
<h4>Languages</h4>
<div class="tech-items">
<span>Python</span>
<span>R</span>
<span>SQL</span>
<span>JavaScript</span>
</div>
</div>
<div class="tech-category">
<h4>Platforms</h4>
<div class="tech-items">
<span>AWS</span>
<span>Azure</span>
<span>GCP</span>
<span>Docker</span>
</div>
</div>
</div>
</div>
<div class="service-cta">
<a href="contact.html" class="btn btn-primary">
<i class="fas fa-code-branch"></i>
Build Your ML Solution
</a>
</div>
</div>
</div>
</div>
<!-- Data Analytics & Business Intelligence -->
<div class="service-block" id="data-analytics" data-aos="fade-up" data-aos-delay="200">
<div class="service-content glass">
<div class="service-header">
<div class="service-icon gradient-3">
<i class="fas fa-chart-bar"></i>
</div>
<div class="service-info">
<h2 class="service-title">Data Analytics & Business Intelligence</h2>
<p class="service-subtitle">Turn data into actionable insights and competitive advantage</p>
</div>
</div>
<div class="service-details">
<p class="service-description">
Leverage my unique combination of financial expertise and data science skills to unlock
the value in your data. I create comprehensive analytics solutions that provide real-time
insights, automate reporting, and drive data-driven decision making.
</p>
<div class="service-offerings">
<h3>Analytics Solutions</h3>
<div class="offerings-grid">
<div class="offering-card">
<i class="fas fa-tachometer-alt"></i>
<h4>Executive Dashboards</h4>
<p>Real-time KPI monitoring and performance visualization</p>
</div>
<div class="offering-card">
<i class="fas fa-database"></i>
<h4>Data Pipeline Development</h4>
<p>ETL/ELT processes for seamless data integration</p>
</div>
<div class="offering-card">
<i class="fas fa-search-dollar"></i>
<h4>Financial Analytics</h4>
<p>Advanced financial modeling and forecasting</p>
</div>
<div class="offering-card">
<i class="fas fa-users"></i>
<h4>Customer Analytics</h4>
<p>Segmentation, lifetime value, and churn prediction</p>
</div>
</div>
</div>
<div class="case-metrics">
<h3>Typical Results</h3>
<div class="metrics-grid">
<div class="metric-card">
<span class="metric-value">70%</span>
<span class="metric-label">Reduction in Reporting Time</span>
</div>
<div class="metric-card">
<span class="metric-value">40%</span>
<span class="metric-label">Increase in Data Accuracy</span>
</div>
<div class="metric-card">
<span class="metric-value">25%</span>
<span class="metric-label">Revenue Growth</span>
</div>
<div class="metric-card">
<span class="metric-value">Real-time</span>
<span class="metric-label">Decision Making</span>
</div>
</div>
</div>
<div class="service-cta">
<a href="contact.html" class="btn btn-primary">
<i class="fas fa-chart-line"></i>
Unlock Your Data Value
</a>
</div>
</div>
</div>
</div>
<!-- Training & Workshops -->
<div class="service-block" id="training" data-aos="fade-up" data-aos-delay="300">
<div class="service-content glass">
<div class="service-header">
<div class="service-icon gradient-4">
<i class="fas fa-graduation-cap"></i>
</div>
<div class="service-info">
<h2 class="service-title">Training & Workshops</h2>
<p class="service-subtitle">Empower your team with AI and data science skills</p>
</div>
</div>
<div class="service-details">
<p class="service-description">
Accelerate your organization's data literacy with customized training programs. From executive
briefings to hands-on technical workshops, I provide practical education that enables your
team to leverage AI and analytics effectively.
</p>
<div class="service-offerings">
<h3>Training Programs</h3>
<div class="offerings-grid">
<div class="offering-card">
<i class="fas fa-user-tie"></i>
<h4>Executive Education</h4>
<p>AI strategy and impact for business leaders</p>
</div>
<div class="offering-card">
<i class="fas fa-laptop-code"></i>
<h4>Technical Workshops</h4>
<p>Hands-on ML and data science for developers</p>
</div>
<div class="offering-card">
<i class="fas fa-chart-pie"></i>
<h4>Analytics Training</h4>
<p>Data visualization and BI tools mastery</p>
</div>
<div class="offering-card">
<i class="fas fa-project-diagram"></i>
<h4>Custom Programs</h4>
<p>Tailored curricula for specific business needs</p>
</div>
</div>
</div>
<div class="training-topics">
<h3>Popular Topics</h3>
<div class="topics-list">
<span class="topic-tag">Python for Data Science</span>
<span class="topic-tag">Machine Learning Fundamentals</span>
<span class="topic-tag">Deep Learning & Neural Networks</span>
<span class="topic-tag">Power BI & Tableau</span>
<span class="topic-tag">SQL for Analytics</span>
<span class="topic-tag">AI Ethics & Governance</span>
<span class="topic-tag">Financial Analytics</span>
<span class="topic-tag">Cloud AI Services</span>
</div>
</div>
<div class="service-cta">
<a href="contact.html" class="btn btn-primary">
<i class="fas fa-chalkboard-teacher"></i>
Schedule Training
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="process-section">
<div class="container">
<h2 class="section-title" data-aos="fade-up">My <span class="gradient-text">Process</span></h2>
<div class="process-timeline">
<div class="process-step" data-aos="fade-right" data-aos-delay="100">
<div class="step-number">01</div>
<div class="step-content glass">
<h3>Discovery</h3>
<p>Understanding your business challenges, data landscape, and success metrics</p>
</div>
</div>
<div class="process-step" data-aos="fade-left" data-aos-delay="200">
<div class="step-number">02</div>
<div class="step-content glass">
<h3>Strategy</h3>
<p>Designing tailored solutions aligned with your objectives and constraints</p>
</div>
</div>
<div class="process-step" data-aos="fade-right" data-aos-delay="300">
<div class="step-number">03</div>
<div class="step-content glass">
<h3>Development</h3>
<p>Building and iterating on solutions with continuous feedback and validation</p>
</div>
</div>
<div class="process-step" data-aos="fade-left" data-aos-delay="400">
<div class="step-number">04</div>
<div class="step-content glass">
<h3>Deployment</h3>
<p>Seamless integration into your existing infrastructure with monitoring</p>
</div>
</div>
<div class="process-step" data-aos="fade-right" data-aos-delay="500">
<div class="step-number">05</div>
<div class="step-content glass">
<h3>Optimization</h3>
<p>Continuous improvement and scaling based on real-world performance</p>
</div>
</div>
</div>
</div>
</section>
<!-- Why Choose Me -->
<section class="why-choose">
<div class="container">
<h2 class="section-title" data-aos="fade-up">Why <span class="gradient-text">Choose Me</span></h2>
<div class="advantages-grid">
<div class="advantage-card glass" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-medal"></i>
<h3>Unique Expertise</h3>
<p>FCCA + MSc Data Science combination brings unmatched business and technical depth</p>
</div>
<div class="advantage-card glass" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-globe"></i>
<h3>Global Experience</h3>
<p>Projects spanning 3 continents across finance, tech, healthcare, and government</p>
</div>
<div class="advantage-card glass" data-aos="fade-up" data-aos-delay="300">
<i class="fas fa-rocket"></i>
<h3>Proven Results</h3>
<p>Track record of delivering measurable ROI and transformative business outcomes</p>
</div>
<div class="advantage-card glass" data-aos="fade-up" data-aos-delay="400">
<i class="fas fa-handshake"></i>
<h3>End-to-End Support</h3>
<p>From strategy to implementation to optimization - complete lifecycle coverage</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="cta-content glass" data-aos="fade-up">
<h2>Ready to Transform Your Business with AI?</h2>
<p>Let's discuss how I can help you leverage data science for competitive advantage</p>
<div class="cta-buttons">
<a href="contact.html" class="btn btn-primary">
<i class="fas fa-calendar-check"></i>
Schedule Consultation
</a>
<a href="projects.html" class="btn btn-secondary">
<i class="fas fa-folder-open"></i>
View Case Studies
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<h3 class="footer-logo">VC<span class="accent">.</span>OPPON</h3>
<p class="footer-tagline">Architecting Tomorrow's Intelligence</p>
<div class="footer-social">
<a href="https://github.com/victoropp" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/victor-collins-oppon-fcca-mba-bsc-01541019/" target="_blank" title="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.kaggle.com/victoropp" target="_blank" title="Kaggle">
<i class="fab fa-kaggle"></i>
</a>
<a href="mailto:victoropp@gmail.com" title="Email">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Quick Links</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Services</h4>
<ul>
<li><a href="#ai-strategy">AI Strategy</a></li>
<li><a href="#ml-development">ML Development</a></li>
<li><a href="#data-analytics">Data Analytics</a></li>
<li><a href="#training">Training</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Connect</h4>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="assets/files/Victor_Collins_Oppon_CV.pdf" download>Download CV</a></li>
<li><a href="index.html#newsletter">Newsletter</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Victor Collins Oppon. All rights reserved.</p>
<p>Built with <span class="heart">❤️</span> and AI</p>
</div>
</div>
</footer>
<!-- Back to Top Button -->
<button id="back-to-top" class="back-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<!-- Scripts -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="assets/js/main.js"></script>
<style>
/* Page Specific Styles */
.services-overview {
padding: 60px 0;
background: var(--bg-secondary);
}
.lead-text {
font-size: 1.25rem;
line-height: 1.8;
color: var(--text-secondary);
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.services-main {
padding: 80px 0;
}
.service-block {
margin-bottom: 4rem;
}
.service-content {
padding: 3rem;
}
.service-header {
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid var(--glass-border);
}
.service-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
font-size: 2.5rem;
color: white;
flex-shrink: 0;
}
.service-title {
font-size: 2rem;
margin-bottom: 0.5rem;
}
.service-subtitle {
color: var(--text-secondary);
}
.service-description {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 2rem;
}
.service-offerings {
margin-bottom: 2rem;
}
.service-offerings h3,
.service-benefits h3,
.tech-expertise h3,
.training-topics h3,
.case-metrics h3 {
font-size: 1.25rem;
margin-bottom: 1.5rem;
color: var(--primary-color);
}
.offerings-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
}
.offering-card {
padding: 1.5rem;
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: 15px;
transition: transform 0.3s;
}
.offering-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(99, 102, 241, 0.1);
}
.offering-card i {
font-size: 2rem;
color: var(--primary-color);
margin-bottom: 1rem;
}
.offering-card h4 {
margin-bottom: 0.75rem;
font-size: 1.1rem;
}
.offering-card p {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
}
.benefits-list {
list-style: none;
padding: 0;
}
.benefits-list li {
padding: 1rem 0;
display: flex;
align-items: start;
gap: 1rem;
border-bottom: 1px solid var(--glass-border);
}
.benefits-list li:last-child {
border-bottom: none;
}
.benefits-list i {
color: #22c55e;
font-size: 1.25rem;
flex-shrink: 0;
}
.tech-expertise {
margin-bottom: 2rem;
}
.tech-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
}
.tech-category h4 {
font-size: 1rem;
margin-bottom: 1rem;
color: var(--text-primary);
}
.tech-items {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.tech-items span {
padding: 0.5rem 1rem;
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: 20px;
font-size: 0.875rem;
}
.metrics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1.5rem;
}
.metric-card {
text-align: center;
padding: 1.5rem;
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: 15px;
}
.metric-value {
display: block;
font-size: 2rem;
font-weight: 700;
background: var(--gradient-primary);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0.5rem;
}
.metric-label {
font-size: 0.875rem;
color: var(--text-secondary);
}
.topics-list {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.topic-tag {
padding: 0.75rem 1.25rem;
background: rgba(99, 102, 241, 0.1);
color: var(--primary-color);
border-radius: 25px;
font-size: 0.9rem;
font-weight: 500;
}
.service-cta {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid var(--glass-border);
}
.process-section {
padding: 80px 0;
background: var(--bg-secondary);
}
.process-timeline {
max-width: 800px;
margin: 0 auto;
position: relative;
padding: 2rem 0;
}
.process-timeline::before {
content: '';
position: absolute;
left: 50px;
top: 0;
bottom: 0;
width: 2px;
background: var(--gradient-primary);
}
.process-step {
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 3rem;
position: relative;
}
.step-number {
width: 60px;
height: 60px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 1.25rem;
flex-shrink: 0;
position: relative;
z-index: 1;
}
.step-content {
flex: 1;
padding: 1.5rem;
}
.step-content h3 {
margin-bottom: 0.5rem;
color: var(--primary-color);
}
.step-content p {
color: var(--text-secondary);
line-height: 1.6;
}
.why-choose {
padding: 80px 0;
}
.advantages-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.advantage-card {
padding: 2rem;
text-align: center;
}
.advantage-card i {
font-size: 3rem;
color: var(--primary-color);
margin-bottom: 1.5rem;
}
.advantage-card h3 {
margin-bottom: 1rem;
}
.advantage-card p {
color: var(--text-secondary);
line-height: 1.6;
}
@media (max-width: 768px) {
.service-header {
flex-direction: column;
text-align: center;
}
.process-timeline::before {
left: 30px;
}
.step-number {
width: 50px;
height: 50px;
font-size: 1rem;
}
}
</style>
</body>
</html>