-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
729 lines (647 loc) · 27.1 KB
/
Copy pathindex.html
File metadata and controls
729 lines (647 loc) · 27.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AfterlifeOS - Revive Your Device</title>
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet" />
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="container nav-container">
<a href="/" class="nav-logo text-gradient">AfterlifeOS</a>
<div class="mobile-toggle" id="mobileToggle">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-links" id="navLinks">
<li><a href="/" class="active">Home</a></li>
<li><a href="/features/">Features</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/team/">Team</a></li>
<li><a href="/changelog/">Changelog</a></li>
<li><a href="https://t.me/AfterlifeOS_hrdbot?start=start" target="_blank" class="btn btn-outline" style="padding: 8px 24px; margin-right: 10px;">Join Family</a></li>
<li><a href="/download/" class="btn btn-primary" style="padding: 8px 24px; color: #000;">Download</a></li>
</ul>
</div>
</nav>
<section class="hero">
<!-- Background Collage Elements -->
<div class="hero-bg-collage">
<!-- Wrapped in a solid background div to block the grid behind it -->
<!-- Inline style added to prevent FOUC (Flash of Unstyled Content) -->
<div class="collage-wrapper img-left" style="opacity: 0; visibility: hidden;">
<img src="/img/screenshot_1.webp" alt="">
</div>
<div class="collage-wrapper img-right" style="opacity: 0; visibility: hidden;">
<img src="/img/screenshot_2.webp" alt="">
</div>
<div class="hero-overlay-gradient"></div>
<!-- Dedicated Light Mode Overlay for Smooth Opacity Transition -->
<div class="hero-overlay-light"></div>
</div>
<div class="container hero-container animate-on-scroll">
<div class="hero-content centered-content">
<span class="tagline-badge">#NeverDie</span>
<h1 class="hero-title">
Revive Your Device with <span class="text-gradient">AfterlifeOS</span>
</h1>
<p class="hero-subtitle">
Experience Android like never before. A perfect blend of performance, customization, and stability designed to extend the lifespan of your device beyond the manufacturer's limits.
</p>
<div class="hero-cta">
<a href="/download/" class="btn btn-primary">Get Started <i class="fas fa-arrow-right" style="margin-left: 8px;"></i></a>
<a href="/features/" class="btn btn-outline">Explore Features</a>
</div>
</div>
</div>
</section>
<!-- Quick Intro Section -->
<section class="section">
<div class="container animate-on-scroll">
<div class="grid-2">
<div class="content-text">
<h2 class="section-title">Why <span class="text-gradient">Afterlife?</span></h2>
<p>Manufacturer skins slow you down. AfterlifeOS strips away the bloat, optimizing every line of code for speed, battery life, and longevity. We don't just update your phone; we resurrect it.</p>
<ul class="feature-list-check">
<li><i class="fas fa-check-circle text-gradient"></i> optimized for older devices</li>
<li><i class="fas fa-check-circle text-gradient"></i> Zero bloatware</li>
<li><i class="fas fa-check-circle text-gradient"></i> Enhanced privacy controls</li>
</ul>
</div>
<div class="content-gallery">
<div class="nav-zone nav-prev" id="navPrev"></div>
<div class="nav-zone nav-next" id="navNext"></div>
<div class="screenshot-scroller">
<img src="/img/home.webp" alt="Home Preview">
<img src="/img/screenshot_1.webp" alt="UI Screenshot 1">
<img src="/img/screenshot_2.webp" alt="UI Screenshot 2">
<img src="/img/screenshot_3.webp" alt="UI Screenshot 3">
<img src="/img/screenshot_4.webp" alt="UI Screenshot 4">
<img src="/img/screenshot_5.webp" alt="UI Screenshot 5">
<img src="/img/screenshot_6.webp" alt="UI Screenshot 6">
<img src="/img/screenshot_7.webp" alt="UI Screenshot 7">
<img src="/img/screenshot_8.webp" alt="UI Screenshot 8">
</div>
<div class="scroller-fade"></div>
<div class="scroller-dots" id="scrollerDots">
<!-- Dots populated by JS -->
</div>
</div>
</div>
</div>
</section>
<!-- Philosophy Section (About) -->
<section class="section">
<div class="container animate-on-scroll">
<div style="text-align: center; max-width: 800px; margin: 0 auto 50px;">
<span class="tagline-badge">Our Philosophy</span>
<h2 class="section-title">Built for <span class="text-gradient">Longevity</span></h2>
<p class="text-muted">We believe your device should last as long as the hardware allows. No planned obsolescence, just pure performance.</p>
</div>
<div class="info-grid">
<div class="info-card">
<i class="fas fa-shield-alt info-icon"></i>
<h3>Privacy First</h3>
<p class="text-muted">We've stripped away the trackers and analytics. Your data belongs to you, not the manufacturer.</p>
</div>
<div class="info-card">
<i class="fas fa-bolt info-icon"></i>
<h3>Pure Performance</h3>
<p class="text-muted">Optimized kernel and system resources ensure your device runs smoother and lasts longer on a single charge.</p>
</div>
<div class="info-card">
<i class="fas fa-users info-icon"></i>
<h3>Community Driven</h3>
<p class="text-muted">Open source and transparent. Built by a community of developers who care about the ecosystem.</p>
</div>
</div>
<div style="text-align: center; margin-top: 40px;">
<a href="/about/" class="btn btn-outline">Learn More About Us</a>
</div>
</div>
</section>
<!-- Development Section (Changelog) -->
<section class="section" style="background: rgba(255,255,255,0.02);">
<div class="container animate-on-scroll">
<div class="grid-2">
<div class="terminal-wrapper">
<div class="terminal-header">
<div class="term-dot term-red"></div>
<div class="term-dot term-yellow"></div>
<div class="term-dot term-green"></div>
</div>
<div class="terminal-body">
<span class="cmd-line"><span class="cmd-prompt">root@afterlife:~#</span> git status</span>
<span class="cmd-output">On branch 16<br>Your branch is up to date with 'origin/16'.</span>
<span class="cmd-line"><span class="cmd-prompt">root@afterlife:~#</span> ./check_updates.sh</span>
<span class="cmd-output">Fetching latest changelogs...<br>> Optimized system animations<br>> Updated security patch level<br>> Fixed battery drain issues<br>> Added new customization options</span>
<span class="cmd-line"><span class="cmd-prompt">root@afterlife:~#</span> <span class="cursor"></span></span>
</div>
</div>
<div class="content-text">
<span class="tagline-badge">Transparent Development</span>
<h2 class="section-title">Always <span class="text-gradient">Evolving</span></h2>
<p class="text-muted" style="margin-bottom: 30px;">
We push updates regularly to ensure your device stays secure and feature-rich. Check our source code or view the latest changes to see what's new.
</p>
<div class="btn-container-mobile" style="display: flex; gap: 15px; flex-wrap: wrap;">
<a href="/changelog/" class="btn btn-primary">View Changelogs</a>
<a href="https://github.com/AfterlifeOS" target="_blank" class="btn btn-outline"><i class="fab fa-github" style="margin-right: 8px;"></i> Source Code</a>
</div>
</div>
</div>
</div>
</section>
<!-- Team CTA Section -->
<section class="section">
<div class="container animate-on-scroll">
<div class="team-banner">
<div class="team-content-wrapper">
<h2 class="section-title" style="margin-bottom: 20px;">Meet the <span class="text-gradient">Architects</span></h2>
<p class="text-muted" style="max-width: 600px; margin: 0 auto 30px;">
AfterlifeOS is maintained by a passionate team of developers, designers, and testers from around the world.
</p>
<a href="/team/" class="btn btn-primary" style="padding: 12px 40px;">Meet the Team</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-col">
<h4 class="text-gradient">AfterlifeOS</h4>
<p class="text-muted">Reviving devices, one flash at a time.</p>
</div>
<div class="footer-col">
<h4>Links</h4>
<ul>
<li><a href="/download/">Download</a></li>
<li><a href="/features/">Features</a></li>
<li><a href="/changelog/">Changelog</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Community</h4>
<ul>
<li><a href="https://t.me/AfterLifeOS" target="_blank">Telegram Group</a></li>
<li><a href="https://t.me/Afterlife_update" target="_blank">Telegram Channel</a></li>
<li><a href="https://github.com/AfterlifeOS" target="_blank">GitHub</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 AfterlifeOS. All Rights Reserved.</p>
<p style="margin-top: 5px; font-size: 0.85rem; opacity: 0.7;">Made with <i class="fas fa-heart" style="color: #ff4d4d; font-size: 0.8rem;"></i> by <a href="https://github.com/HinohArata" target="_blank" style="color: var(--color-primary); text-decoration: none;">HinohArata</a></p>
</div>
</div>
</footer>
<script src="/js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const scroller = document.querySelector('.screenshot-scroller');
const dotsContainer = document.getElementById('scrollerDots');
const images = scroller ? scroller.querySelectorAll('img') : [];
if (!scroller || !dotsContainer || images.length === 0) return;
let currentIndex = 0;
const intervalTime = 3000; // 3 seconds per slide
let slideInterval;
// Initialize
function showSlide(index) {
// Update images
images.forEach((img, i) => {
if (i === index) {
img.classList.add('active');
} else {
img.classList.remove('active');
}
});
// Update dots
const dots = dotsContainer.children;
for (let i = 0; i < dots.length; i++) {
if (i === index) {
dots[i].classList.add('active');
} else {
dots[i].classList.remove('active');
}
}
currentIndex = index;
}
// Navigation Zones (Logic Only for Swipe/Auto)
function nextSlide() {
let newIndex = currentIndex + 1;
if (newIndex >= images.length) newIndex = 0;
showSlide(newIndex);
}
function prevSlide() {
let newIndex = currentIndex - 1;
if (newIndex < 0) newIndex = images.length - 1;
showSlide(newIndex);
}
// Click Nav Removed
// Swipe Logic
let touchStartX = 0;
let touchEndX = 0;
const minSwipeDistance = 30; // More sensitive
const galleryContainer = document.querySelector('.content-gallery');
galleryContainer.addEventListener('touchstart', (e) => {
touchStartX = e.changedTouches[0].screenX;
}, {passive: true});
galleryContainer.addEventListener('touchend', (e) => {
touchEndX = e.changedTouches[0].screenX;
handleSwipe();
}, {passive: true});
function handleSwipe() {
if (touchEndX < touchStartX - minSwipeDistance) {
nextSlide(); // Swiped Left -> Next
resetInterval();
}
if (touchEndX > touchStartX + minSwipeDistance) {
prevSlide(); // Swiped Right -> Prev
resetInterval();
}
}
// Create dots (Interactive)
images.forEach((_, index) => {
const dot = document.createElement('div');
dot.className = 'dot';
dot.addEventListener('click', () => {
showSlide(index);
resetInterval();
});
dotsContainer.appendChild(dot);
});
// Start auto-play
function startInterval() {
slideInterval = setInterval(nextSlide, intervalTime);
}
function resetInterval() {
clearInterval(slideInterval);
startInterval();
}
// Initial call
showSlide(0);
startInterval();
});
</script>
<!-- Local Styles for Hero (specific to home) -->
<style>
.hero {
position: relative;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
padding-top: var(--nav-height);
padding-bottom: 60px;
background-color: transparent; /* Transparent to show body grid */
transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Tablet/Pad Specific Adjustments */
@media (min-width: 601px) and (max-width: 1248px) {
.hero {
min-height: 70vh;
padding-top: 100px;
}
}
/* Background Collage Styling */
.hero-bg-collage {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
z-index: 0;
pointer-events: none;
overflow: hidden;
}
.collage-wrapper {
position: absolute;
width: 320px;
border-radius: 12px;
background-color: var(--bg-body); /* Blocks the grid */
overflow: hidden;
opacity: 0; /* Starts hidden */
animation: floatInSimple 1.5s ease-out forwards;
transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.collage-wrapper img {
width: 100%;
height: auto;
display: block;
opacity: 0.2; /* Low opacity image sitting on solid bg */
filter: grayscale(20%);
transition: opacity 0.5s;
}
body.light-mode .collage-wrapper img {
opacity: 0.15;
}
/* Animation fades in the WRAPPER (solid block) */
@keyframes floatInSimple {
0% { opacity: 0; visibility: visible; }
100% { opacity: 1; visibility: visible; }
}
/* Overlays removed as requested */
.hero-overlay-gradient, .hero-overlay-light {
display: none;
}
/* Content Styling */
.hero-container {
position: relative;
z-index: 2;
width: 100%;
display: flex;
justify-content: center;
}
/* Text shadows removed as requested */
.hero-title, .hero-subtitle, .hero-cta {
text-shadow: none;
}
.hero-content {
background: none; /* Gradient background removed */
padding: 40px 20px;
text-align: center;
max-width: 850px;
margin: 0 auto;
position: relative;
z-index: 10;
}
.hero-cta {
display: flex;
justify-content: center;
gap: 32px; /* Increased for better spacing */
flex-wrap: wrap;
width: 100%;
margin-top: 40px; /* Increased for better spacing */
}
/* Mobile specific spacing */
@media (max-width: 600px) {
.hero-cta {
flex-direction: column;
align-items: center;
gap: 20px;
}
.hero-cta .btn {
min-width: 200px;
max-width: 80%;
margin: 0 auto;
}
}
/* Responsive Background Image Handling */
.collage-wrapper {
/* Base styles handled above */
}
/* Mobile Override */
@media (max-width: 600px) {
.collage-wrapper {
width: 180px;
animation-name: floatInMobile;
}
}
@keyframes floatInMobile {
0% { opacity: 0; visibility: visible; }
100% { opacity: 1; visibility: visible; }
}
.img-left {
top: 5%;
left: -40px;
transform: rotate(25deg);
z-index: 0;
}
.img-right {
bottom: -10%;
right: -40px;
transform: rotate(-25deg);
z-index: 0;
}
/* Desktop Adjustments */
@media (min-width: 1392px) {
.collage-wrapper { width: 380px; }
.img-left { left: -25px; top: -5%; transform: rotate(30deg); }
.img-right { right: -25px; bottom: -10%; transform: rotate(-30deg); }
}
@media (min-height: 1248px) {
.collage-wrapper { width: 380px; }
.img-left { left: -25px; top: -5%; transform: rotate(30deg); }
.img-right { right: -25px; bottom: 50%; transform: rotate(-30deg); }
}
/* Section Feature Preview */
.grid-2 {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
gap: 60px;
align-items: center;
}
.content-text {
order: 2;
}
.feature-list-check li {
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 15px;
font-size: 1.25rem;
}
.section-title {
font-size: clamp(2rem, 4vw, 3rem);
margin-bottom: 20px;
}
/* Screenshot Carousel */
.content-gallery {
position: relative;
width: 100%;
max-width: 260px;
margin: 0 auto;
aspect-ratio: 9/19;
perspective: 1000px;
}
.screenshot-scroller {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.screenshot-scroller img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
opacity: 0;
transform: scale(0.9) translateY(20px);
transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.screenshot-scroller img.active {
opacity: 1;
transform: scale(1) translateY(0);
z-index: 2;
box-shadow: 0 20px 50px rgba(0, 255, 157, 0.15);
border: 1px solid rgba(255,255,255,0.1);
}
.scroller-dots {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 30px;
}
.dot {
width: 10px; height: 10px;
background: rgba(125,125,125,0.2);
border-radius: 50%;
transition: all 0.3s;
cursor: pointer;
}
body.light-mode .dot {
background: rgba(0,0,0,0.1);
}
.dot.active {
background: #00FF9D !important; /* Force Neon Green in both modes */
box-shadow: 0 0 15px rgba(0, 255, 157, 0.8);
transform: scale(1.2);
}
/* Light Mode Specific Hero Fixes */
body.light-mode .hero-content {
background: none;
text-shadow: none;
}
body.light-mode .collage-img {
box-shadow: none;
opacity: 0.15;
}
/* --- New Sections Styling --- */
/* About Cards Grid */
.info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin-top: 40px;
}
.info-card {
background: var(--bg-card); /* Use variable */
border: var(--border-subtle);
box-shadow: var(--shadow-card);
padding: 30px;
border-radius: 24px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 2;
}
.info-card:hover {
transform: translateY(-10px);
background: var(--bg-card-hover); /* Use variable */
border-color: var(--color-primary);
box-shadow: var(--glow-primary);
}
.info-icon {
font-size: 2.5rem;
margin-bottom: 20px;
background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Terminal Section (Changelog) */
.terminal-wrapper {
background: var(--bg-card); /* Use variable */
border-radius: 12px;
border: 1px solid #333;
box-shadow: 0 20px 50px rgba(0,0,0,0.2);
overflow: hidden;
font-family: 'Courier New', monospace;
max-width: 800px;
margin: 0 auto;
}
.terminal-header {
background: var(--bg-surface); /* Use variable */
padding: 10px 15px;
display: flex;
gap: 8px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.term-dot { width: 12px; height: 12px; border-radius: 50%; }
.term-red { background: #ff5f56; }
.term-yellow { background: #ffbd2e; }
.term-green { background: #27c93f; }
.terminal-body {
padding: 20px;
color: var(--text-muted); /* Variable */
font-size: 0.95rem;
line-height: 1.6;
}
.cmd-line { display: block; margin-bottom: 8px; }
.cmd-prompt { color: var(--color-primary); margin-right: 10px; }
.cmd-output { color: var(--text-muted); margin-bottom: 15px; display: block; }
.cursor { display: inline-block; width: 8px; height: 15px; background: var(--color-primary); animation: blink 1s infinite; vertical-align: middle; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
/* Team Banner */
.team-banner {
background: linear-gradient(135deg, rgba(0, 194, 255, 0.1), rgba(0, 255, 157, 0.05));
border-radius: 30px;
padding: 60px 40px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.05);
position: relative;
overflow: hidden;
}
.team-banner::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-image: radial-gradient(circle at 10% 10%, rgba(0, 194, 255, 0.1) 0%, transparent 20%),
radial-gradient(circle at 90% 90%, rgba(0, 255, 157, 0.1) 0%, transparent 20%);
z-index: 0;
}
.team-content-wrapper {
position: relative;
z-index: 1;
}
/* Mobile adjustments */
@media(max-width: 1024px) {
.hero {
min-height: auto;
padding-top: 100px;
padding-bottom: 60px;
text-align: center;
}
.hero-container {
grid-template-columns: 1fr;
gap: 40px;
display: flex;
flex-direction: column-reverse;
}
.hero-image::before {
width: 60%; height: 60%;
}
.hero-title {
margin-left: auto; margin-right: auto;
}
.hero-subtitle {
margin-left: auto; margin-right: auto;
}
.hero-cta { justify-content: center; }
.grid-2 {
grid-template-columns: 1fr;
text-align: center;
}
/* Changelog Section Buttons Centering */
.content-text .btn-container-mobile {
justify-content: center;
}
.feature-list-check {
display: inline-block;
text-align: left;
margin-top: 20px;
}
/* Screenshot Gallery Mobile Adjustment */
.content-gallery {
max-width: 180px; /* Further reduced to ensure it fits comfortably */
margin: 0 auto;
}
}
</style>
</body>
</html>