<section id="company-profile" class="py-20 bg-gradient-to-b from-blue-50 to-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 id="company-profile-heading" class="text-4xl font-extrabold text-primary-blue mb-4">
{{ 'profile.heading'|trans }}
</h2>
<p id="company-profile-subtext" class="text-xl text-gray-600 max-w-3xl mx-auto">
{{ 'profile.subtext'|trans }}
</p>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center mb-16">
<div data-aos="fade-right">
<div class="bg-white p-8 rounded-2xl shadow-xl border-l-4 border-gold">
<h3 id="mission-heading" class="text-2xl font-bold text-primary-blue mb-4">{{ 'profile.mission.heading'|trans }}</h3>
<p id="mission-text" class="text-gray-700 mb-6">
{{ 'profile.mission.text'|trans }}
</p>
<h3 id="vision-heading" class="text-2xl font-bold text-primary-blue mb-4">{{ 'profile.vision.heading'|trans }}</h3>
<p id="vision-text" class="text-gray-700">
{{ 'profile.vision.text'|trans }}
</p>
</div>
</div>
<div data-aos="fade-left">
<div class="bg-white p-8 rounded-2xl shadow-xl border-l-4 border-red">
<h3 id="values-heading" class="text-2xl font-bold text-primary-blue mb-4">{{ 'profile.values.heading'|trans }}</h3>
<div class="space-y-4">
<div class="flex items-start">
<div class="bg-gold p-2 rounded-lg mr-4 mt-1">
<i class="fas fa-handshake text-primary-blue"></i>
</div>
<div>
<h4 id="value-trust" class="font-bold text-gray-800 mb-1">{{ 'profile.values.trust'|trans }}</h4>
<p id="value-trust-desc" class="text-gray-600 text-sm">{{ 'profile.values.trust_desc'|trans }}</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-primary-blue p-2 rounded-lg mr-4 mt-1">
<i class="fas fa-bolt text-white"></i>
</div>
<div>
<h4 id="value-efficiency" class="font-bold text-gray-800 mb-1">{{ 'profile.values.efficiency'|trans }}</h4>
<p id="value-efficiency-desc" class="text-gray-600 text-sm">{{ 'profile.values.efficiency_desc'|trans }}</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-red p-2 rounded-lg mr-4 mt-1">
<i class="fas fa-users text-white"></i>
</div>
<div>
<h4 id="value-customer" class="font-bold text-gray-800 mb-1">{{ 'profile.values.customer'|trans }}</h4>
<p id="value-customer-desc" class="text-gray-600 text-sm">{{ 'profile.values.customer_desc'|trans }}</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-green-500 p-2 rounded-lg mr-4 mt-1">
<i class="fas fa-leaf text-white"></i>
</div>
<div>
<h4 id="value-sustainability" class="font-bold text-gray-800 mb-1">{{ 'profile.values.sustainability'|trans }}</h4>
<p id="value-sustainability-desc" class="text-gray-600 text-sm">{{ 'profile.values.sustainability_desc'|trans }}</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-16" data-aos="fade-up">
<h3 id="history-heading" class="text-3xl font-bold text-primary-blue mb-8 text-center">{{ 'profile.history.heading'|trans }}</h3>
<div class="bg-white p-8 rounded-2xl shadow-xl">
<p id="history-text" class="text-gray-700 text-lg mb-6">
{{ 'profile.history.text1'|trans }}
</p>
<p id="history-text-2" class="text-gray-700 text-lg">
{{ 'profile.history.text2'|trans }}
</p>
</div>
</div>
</div>
</section>