38701-vm/about.php
Flatlogic Bot 5db61988c3 sadiq
2026-02-23 06:39:28 +00:00

79 lines
5.0 KiB
PHP

<?php
$title = "About Us";
require_once __DIR__ . '/includes/header.php';
?>
<section>
<div class="container">
<div class="section-header">
<h1 class="text-gradient">Redefining Luxury Auto Trading</h1>
<p>Learn about our journey, our mission, and the team behind Afghanistan's premier car marketplace.</p>
</div>
<div class="glass-card" style="padding: 4rem; margin-bottom: 4rem;">
<div style="display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center;">
<div>
<h2 style="margin-bottom: 2rem;">Our Story</h2>
<p style="margin-bottom: 1.5rem; font-size: 1.1rem; color: var(--text-muted);">Founded in 2026, AFG CARS emerged from a vision to bring international standards of luxury vehicle trading to Afghanistan. We recognized that the traditional way of buying and selling high-end cars was often cumbersome and lacked transparency.</p>
<p style="margin-bottom: 1.5rem; font-size: 1.1rem; color: var(--text-muted);">What started as a specialized brokerage in Kabul has grown into a nationwide digital platform, connecting thousands of enthusiasts. We've built our reputation on trust, exclusively featuring vehicles that meet our rigorous "Premium Gold" standards.</p>
<p style="font-size: 1.1rem; color: var(--text-muted);">Our presence in major provinces like Herat, Kandahar, and Mazar-i-Sharif, along with our international office in Buner, Pakistan, allows us to provide unparalleled service across the region.</p>
</div>
<div style="position: relative;">
<img src="assets/images/pexels/car_2.jpg" alt="About Us" style="border-radius: var(--radius-lg); box-shadow: 0 20px 40px rgba(0,0,0,0.4);">
<div class="glass-card" style="position: absolute; bottom: -2rem; left: -2rem; padding: 2rem; max-width: 250px;">
<h3 style="color: var(--primary); margin: 0;">1,200+</h3>
<p style="margin: 0; font-size: 0.9rem;">Premium Cars Sold in 2025</p>
</div>
</div>
</div>
</div>
<div class="features-grid" style="margin-top: 6rem;">
<div class="glass-card feature-card">
<h3>Our Mission</h3>
<p>To empower automotive enthusiasts in Afghanistan by providing a safe, transparent, and sophisticated marketplace for premium vehicle trading.</p>
</div>
<div class="glass-card feature-card">
<h3>Our Vision</h3>
<p>To become the leading automotive technology company in South-Central Asia, setting the benchmark for luxury car standards and digital trading.</p>
</div>
<div class="glass-card feature-card">
<h3>Our Values</h3>
<p>Integrity, Excellence, and Innovation. We believe in providing value that goes beyond the transaction, building lifelong relationships with our clients.</p>
</div>
</div>
</div>
</section>
<section style="background: rgba(15, 23, 42, 0.3);">
<div class="container">
<div class="section-header">
<h2 class="text-gradient">The Founders</h2>
<p>Driven by passion and expertise in the global automotive industry.</p>
</div>
<div class="testimonials-grid" style="grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));">
<div class="glass-card testimonial-card" style="display: flex; gap: 2rem; align-items: center;">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--secondary)); flex-shrink: 0;"></div>
<div>
<h3 style="margin-bottom: 0.5rem;">Suhail Ahmad</h3>
<p style="color: var(--primary); font-weight: 700; margin-bottom: 1rem;">CEO & Co-Founder</p>
<p style="color: var(--text-muted); font-size: 0.9rem;">With over 15 years in international luxury auto exports, Suhail brings a wealth of global experience to the local market.</p>
</div>
</div>
<div class="glass-card testimonial-card" style="display: flex; gap: 2rem; align-items: center;">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--secondary), var(--accent)); flex-shrink: 0;"></div>
<div>
<h3 style="margin-bottom: 0.5rem;">Idrees Buneri</h3>
<p style="color: var(--secondary); font-weight: 700; margin-bottom: 1rem;">CTO & Co-Founder</p>
<p style="color: var(--text-muted); font-size: 0.9rem;">A tech visionary who designed the platform's architecture to ensure speed, security, and a premium user experience.</p>
</div>
</div>
</div>
</div>
</section>
<?php require_once __DIR__ . '/includes/footer.php'; ?>