railway-edge
tcp/443 tcp/80
Open service 66.33.22.240:80 · quicklinellc.com
2026-01-08 22:06
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://quicklinellc.com/ Server: railway-edge X-Railway-Edge: railway/europe-west4-drams3a X-Railway-Request-Id: 2nxCqA1GR-OZxWUt5nX1uw Date: Thu, 08 Jan 2026 22:06:39 GMT Content-Length: 60 Connection: close <a href="https://quicklinellc.com/">Moved Permanently</a>.
Open service 66.33.22.240:443 · quicklinellc.com
2026-01-08 22:06
HTTP/1.1 200 OK
Content-Length: 51586
Content-Type: text/html; charset=utf-8
Date: Thu, 08 Jan 2026 22:06:32 GMT
Server: railway-edge
Vary: Cookie
X-Railway-Edge: railway/europe-west4-drams3a
X-Railway-Request-Id: x75LBllDTH6Lf0-kjUJq2g
Connection: close
Page title: QuickLine LLC - Fast Business Funding Solutions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>QuickLine LLC - Fast Business Funding Solutions</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
<style>
:root {
--primary-blue: #1e40af;
--secondary-blue: #3b82f6;
--light-blue: #60a5fa;
--primary-orange: #ea580c;
--secondary-orange: #f97316;
--light-orange: #fb923c;
--success-color: #10b981;
--danger-color: #ef4444;
--warning-color: #f59e0b;
--white: #ffffff;
--light-gray: #f8fafc;
--dark-gray: #334155;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: var(--light-gray);
padding-top: 76px; /* Space for fixed navbar */
}
html {
scroll-behavior: smooth;
}
.navbar {
background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
box-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
transition: all 0.3s ease;
}
.navbar.scrolled {
background: linear-gradient(135deg, rgba(30, 64, 175, 0.98), rgba(59, 130, 246, 0.98));
backdrop-filter: blur(10px);
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: white !important;
transition: transform 0.3s ease;
display: flex;
align-items: center;
gap: 0.75rem;
}
.navbar-logo {
height: 40px;
width: auto;
transition: transform 0.3s ease;
}
.navbar-brand:hover {
transform: scale(1.05);
}
.navbar-brand:hover .navbar-logo {
transform: rotate(5deg);
}
@keyframes rotate {
0%, 100% { transform: rotate(0deg); }
50% { transform: rotate(10deg); }
}
.nav-link {
color: rgba(255,255,255,0.9) !important;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
padding: 0.5rem 1rem !important;
}
.nav-link:hover {
color: var(--light-orange) !important;
transform: translateY(-2px);
}
.nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background: var(--secondary-orange);
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 80%;
}
.btn-apply-nav {
background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange)) !important;
color: white !important;
font-weight: 600;
padding: 0.6rem 1.5rem !important;
border-radius: 2rem !important;
border: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(234, 88, 12, 0.3);
animation: glow 2s ease-in-out infinite;
}
@keyframes glow {
0%, 100% { box-shadow: 0 4px 15px rgba(234, 88, 12, 0.3); }
50% { box-shadow: 0 4px 25px rgba(234, 88, 12, 0.6); }
}
.btn-apply-nav:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 6px 25px rgba(234, 88, 12, 0.5);
}
.btn-login-nav {
background: rgba(255, 255, 255, 0.2) !important;
color: white !important;