<section class="bg-white py-12 md:py-20">
<div class="max-w-7xl mx-auto px-4">
<div class="flex flex-col md:flex-row items-center gap-10">
<!-- Left Content -->
<div class="w-full md:w-1/2">
<h5 class="text-blue-600 font-semibold mb-2">Professional Team · Excellence in Service</h5>
<h1 class="text-3xl md:text-5xl font-bold text-gray-900 mb-6">
Creating Trendsetting<br />Digital Experiences
</h1>
<p class="text-lg text-gray-600 mb-8">
We are committed to providing the most innovative digital solutions to help businesses achieve digital transformation, enhancing brand value and market competitiveness.
</p>
<div class="flex flex-wrap gap-4">
<a href="#" class="inline-block bg-blue-600 text-white px-6 py-3 rounded-lg shadow hover:bg-blue-700 transition">
Start Project
</a>
<a href="#" class="inline-flex items-center text-blue-600 font-medium hover:underline">
<span>Explore Our Services</span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 ml-1" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M10.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 11H5a1 1 0 110-2h7.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
<!-- Right Image -->
<div class="w-full md:w-1/2 mt-10 md:mt-0">
<img src="https://images.unsplash.com/photo-1551434678-e076c223a692" alt="Working Team" class="w-full h-auto rounded-lg shadow-xl">
</div>
</div>
</div>
</section>