<footer class="bg-gray-950 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<div class="flex items-center space-x-3 mb-4">
<div class="w-10 h-10 rounded-full bg-primary-blue flex items-center justify-center border-2 border-gold">
<img src="https://aficargo.com/a.png" alt="AFI CARGO Logo" class="w-8 h-8">
</div>
<h3 class="text-2xl font-extrabold">
<span class="text-white">AFI</span>
<span class="text-gold">CARGO</span>
</h3>
</div>
<p id="footer-description" class="text-gray-400">
{{ 'footer.description'|trans }}
</p>
</div>
<div>
<h4 id="quick-links-heading" class="font-bold text-lg mb-4 text-gold">{{ 'footer.sections.links'|trans }}</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white transition duration-300" id="footer-home">{{ 'nav.home'|trans }}</a></li>
<li><a href="#company-profile" class="text-gray-400 hover:text-white transition duration-300" id="footer-profile">{{ 'nav.profile'|trans }}</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300" id="footer-services">{{ 'nav.services'|trans }}</a></li>
<li><a href="#afi-business" class="text-gray-400 hover:text-white transition duration-300" id="footer-business">{{ 'nav.business'|trans }}</a></li>
<li><a href="#gallery" class="text-gray-400 hover:text-white transition duration-300" id="footer-gallery">{{ 'nav.gallery'|trans }}</a></li>
<li><a href="#testimonials" class="text-gray-400 hover:text-white transition duration-300" id="footer-testimonials">{{ 'nav.testimonials'|trans }}</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300" id="footer-contact">{{ 'nav.contact'|trans }}</a></li>
</ul>
</div>
<div>
<h4 id="services-heading-footer" class="font-bold text-lg mb-4 text-gold">{{ 'nav.services'|trans }}</h4>
<ul class="space-y-2">
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">{{ 'footer.services_list.air'|trans }}</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">{{ 'footer.services_list.sea'|trans }}</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">{{ 'footer.services_list.customs'|trans }}</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">{{ 'footer.services_list.warehousing'|trans }}</a></li>
</ul>
</div>
<div>
<h4 id="newsletter-heading" class="font-bold text-lg mb-4 text-gold">{{ 'footer.newsletter.heading'|trans }}</h4>
<p id="newsletter-text" class="text-gray-400 mb-4">{{ 'footer.newsletter.text'|trans }}</p>
<form name="newsletter"
method="POST"
data-netlify="true"
netlify-honeypot="bot-field"
class="flex">
<input type="hidden" name="form-name" value="newsletter">
<input type="email" name="email" placeholder="{{ 'footer.newsletter.placeholder'|trans }}"
class="flex-grow px-4 py-2 bg-gray-800 border border-gray-700 rounded-l-lg focus:outline-none focus:ring-2 focus:ring-gold">
<button type="submit" id="newsletter-btn" class="bg-gold text-primary-blue font-bold px-4 rounded-r-lg hover:bg-yellow-600 transition duration-300">
<i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
<div class="pt-8 border-t border-gray-800 text-center">
<p id="footer-text" class="text-gray-400 mb-2">
© {{ "now"|date("Y") }} AFI CARGO LTD. {{ 'footer.rights'|trans }}
</p>
<p class="text-gray-400">
<span id="footer-contact-label">{{ 'footer.contact_label'|trans }}</span>
<span class="text-gold">+86 13434346581</span> |
<span class="text-gold">contactaficargoltd@gmail.com</span>
</p>
</div>
</div>
</footer>