        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
        <style>
            #license-top-banner {
                position: relative;
                width: 100%;
                background: linear-gradient(135deg, #f59e0b, #d97706);
                color: #fff;
                text-align: center;
                padding: 12px 20px;
                font-family: 'Inter', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, sans-serif;
                font-size: 13px;
                font-weight: 600;
                z-index: 9999999;
                box-shadow: 0 2px 10px rgba(0,0,0,0.15);
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
                flex-wrap: wrap;
            }
            #license-top-banner i { font-size: 15px; }
        </style>
        <div id="license-top-banner">
            <i class="fas fa-triangle-exclamation"></i>
            <span>⚠ Payment of ₹7,000.00 due in 2 days. Pay now to avoid suspension.</span>
            <a href="upi://pay?pa=abrarfuturetech-6@okhdfcbank&pn=Abrar+Future+Tech+LLP&am=7000.00&cu=INR&tn=" style="background:#fff;color:#d97706;padding:6px 16px;border-radius:8px;font-weight:700;font-size:12px;text-decoration:none;white-space:nowrap;margin-left:6px;display:inline-flex;align-items:center;gap:4px;"><i class="fas fa-mobile-alt"></i> Pay Now</a>
        </div>:root {
--accent: #fbcc15 !important;
--primary: #005696 !important;
--secondary: #67797e !important;
--primary-font: Montserrat, sans-serif;
--secondary-font: Inter, sans-serif;
}

