<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ahmed Elshaafey - Luxury Real Estate Consultant</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<a href="#" class="logo">AE</a>
<div class="nav-links">
<a href="pages/services.html">Services</a>
<a href="pages/about.html">About</a>
<a href="pages/clientele.html">Clientele</a>
<a href="pages/contact.html">Contact</a>
</div>
</nav>
</header>
<main>
<section id="hero">
<h1>Ahmed Elshaafey: Leading Strategic Consultant in Ultra-Luxury Real Estate and Investments</h1>
<p>Unlocking exclusive opportunities across Egypt, the Middle East, and North Africa for UHNWIs and elite investors.</p>
<a href="pages/services.html" class="cta-button">Discover My Services</a>
</section>
<section id="intro">
<p>With over a decade of expertise in ultra-luxury real estate and high-stakes business consultancy, Ahmed Elshaafey is a trusted advisor to UHNWIs and influential clients across the MENA region. Renowned for delivering precision, confidentiality, and strategic insight, Ahmed bridges global investors with Egypt's elite market opportunities.</p>
<a href="pages/about.html" class="secondary-button">Explore My Approach</a>
</section>
<section id="services-preview">
<h2>Our Services</h2>
<div class="services-grid">
<div class="service-card">
<h3>Luxury Real Estate</h3>
<p>Exclusive advisory on high-value real estate acquisitions, portfolio management, and sales strategy.</p>
<a href="pages/services.html#luxury-real-estate" class="learn-more">Learn More</a>
</div>
<div class="service-card">
<h3>Exclusive Auctions</h3>
<p>A private, high-end auction model for luxury assets, including real estate, fine art, and collectibles.</p>
<a href="pages/services.html#exclusive-auctions" class="learn-more">Discover the Process</a>
</div>
<div class="service-card">
<h3>Investment Consultancy</h3>
<p>Bespoke advisory for UHNWIs and institutional investors in high-growth opportunities across MENA.</p>
<a href="pages/services.html#investment-consultancy" class="learn-more">See How We Help</a>
</div>
<div class="service-card">
<h3>Strategic Business Development</h3>
<p>Innovative solutions for luxury brands and businesses to expand their reach.</p>
<a href="pages/services.html#strategic-business-development" class="learn-more">Find Out More</a>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<p>© 2024 Ahmed Elshaafey. All rights reserved.</p>
<nav>
<a href="#">Home</a>
<a href="pages/about.html">About</a>
<a href="pages/services.html">Services</a>
<a href="pages/contact.html">Contact</a>
</nav>
</div>
<p class="disclaimer">All client interactions are treated with the highest level of confidentiality and discretion.</p>
</footer>
</body>
</html>