﻿@* Enterprise Footer Partial *@
<footer class="enterprise-footer">
    <div class="enterprise-footer-container">
        <!-- Footer Content -->
        <div class="enterprise-footer-content">
            <div class="row">
                <!-- About Section -->
                <div class="col-md-4 col-sm-6 mb-4 mb-md-0">
                    <div class="enterprise-footer-section">
                        <h6 class="enterprise-footer-title">About SHIPS WMS</h6>
                        <p class="enterprise-footer-text">
                            Enterprise Warehouse Management System for PT Pertamina (Persero). 
                            Delivering efficient, reliable inventory management.
                        </p>
                    </div>
                </div>

                <!-- Support Section -->
                <div class="col-md-4 col-sm-6 mb-4 mb-md-0">
                    <div class="enterprise-footer-section">
                        <h6 class="enterprise-footer-title">Support & Help</h6>
                        <ul class="enterprise-footer-links">
                            <li><a href="#">Help Center</a></li>
                            <li><a href="#">Documentation</a></li>
                            <li><a href="#">Report Issue</a></li>
                            <li><a href="#">Contact Support</a></li>
                        </ul>
                    </div>
                </div>

                <!-- Legal Section -->
                <div class="col-md-4 col-sm-6">
                    <div class="enterprise-footer-section">
                        <h6 class="enterprise-footer-title">Legal & Policies</h6>
                        <ul class="enterprise-footer-links">
                            <li><a href="#">Privacy Policy</a></li>
                            <li><a href="#">Terms of Service</a></li>
                            <li><a href="#">Security</a></li>
                            <li><a href="#">Compliance</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>

        <!-- Footer Bottom -->
        <div class="enterprise-footer-bottom">
            <div class="enterprise-footer-bottom-content">
                <div class="enterprise-footer-copyright">
                    <small>&copy; @DateTime.Now.Year <strong>PT Pertamina (Persero)</strong>. All rights reserved.</small>
                </div>
                <div class="enterprise-footer-meta">
                    <small>SHIPS WMS v1.0 | Build @DateTime.Now.ToString("yyyyMMdd")</small>
                </div>
            </div>
        </div>
    </div>
</footer>
