        :root {
            --primary-color: #1a4b8c;
            --secondary-color: #f5f5f5;
            --accent-color: #ff6b35;
            --text-color: #333333;
            --light-text: #ffffff;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-color);
        }

        /* Header Styling */
        .navbar {
            background-color: var(--primary-color);
            padding: 15px 0;
        }

        .navbar-brand {
            width: 20%;
        }

        .leadforms-form-body-wrapper{
            padding: 25px;
        }

        .navbar-brand img {
            width: 100%;
        }

        .navbar-nav .nav-link {
            color: var(--light-text) !important;
            margin: 0 10px;
            font-weight: 500;
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, #1a4b8c 0%, #0d2d5c 100%);
            color: var(--light-text);
            padding: 80px 0;
            position: relative;
        }

        .about-section {
            padding: 80px 0;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background-image: url('/api/placeholder/1200/600'); */
            background-size: cover;
            opacity: 0.1;
        }
        
        .footer-logos{
            background-color: white;
    width: fit-content;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .about .about-image .experience-badge {
            position: absolute;
            bottom: 30px;
            right: -30px;
            background: var(--accent-color);
            color: #fff;
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
            min-width: 140px;
        }

        .leadforms-form-body {
            padding: 0px !important;
        }

        /* CTA Buttons */
        .btn-primary-custom {
            background-color: var(--accent-color);
            border: none;
            color: #fff;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            border-radius: 5px;
        }

        .btn-primary-custom:hover {
            background-color: #e55a25;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* Quick Form */
        .quick-form {
            background-color: rgba(255, 255, 255, 0.95);
            border-radius: 10px;
            /* padding: 30px; */
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            color: var(--text-color);
        }

        .form-label {
            font-weight: 600;
            margin-bottom: 8px;
        }

        .form-control {
            border: 1px solid #ddd;
            padding: 12px;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        /* Why Choose Us Section */
        .why-us-section {
            padding: 80px 0;
            background-color: var(--secondary-color);
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 50px;
            text-align: center;
            color: var(--primary-color);
        }

        .feature-box {
            text-align: center;
            margin-bottom: 30px;
            padding: 20px;
            transition: all 0.3s ease;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
        }

        .feature-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

        .feature-title {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        /* Comparison Table Section */
        .comparison-section {
            padding: 80px 0;
        }

        .comparison-card {
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .comparison-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .comparison-header {
            background-color: var(--primary-color);
            color: white;
            padding: 20px;
            text-align: center;
        }

        .comparison-body {
            padding: 20px;
        }

        .comparison-feature {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

        .comparison-feature:last-child {
            border-bottom: none;
        }

        /* Trust Signals Section */
        .trust-section {
            padding: 60px 0;
            background-color: #f9f9f9;
        }

        .testimonial {
            padding: 30px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            position: relative;
        }

        .testimonial:before {
            content: '"';
            font-size: 5rem;
            position: absolute;
            top: 10px;
            left: 20px;
            color: #f0f0f0;
        }

        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        .testimonial-author {
            font-weight: 600;
        }

        .media-logos {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            margin: 40px 0;
        }

        .media-logo {
            opacity: 0.6;
            transition: all 0.3s ease;
            padding: 10px;
            max-width: 120px;
        }

        .media-logo:hover {
            opacity: 1;
        }

        /* FAQ Section */
        .faq-section {
            padding: 80px 0;
        }

        .accordion-item {
            margin-bottom: 15px;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
        }

        .accordion-header {
            background-color: #f9f9f9;
        }

        .accordion-button {
            font-weight: 600;
            padding: 20px;
        }

        .accordion-button:not(.collapsed) {
            background-color: var(--primary-color);
            color: white;
        }

        /* Footer */
        .footer {
            background-color: #0d2d5c;
            color: rgba(255, 255, 255, 0.8);
            padding: 60px 0 30px;
        }

        .footer-title img {
            margin-bottom: 25px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: white;
            text-decoration: none;
        }

        .footer-bottom {
            display: flex;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 40px;
            margin-bottom: 40px;
            background-color: #0d2d5c;
            color: rgba(255, 255, 255, 0.8);
        }

        /* Sticky CTA */
        .sticky-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(255, 255, 255, 0.95);
            padding: 15px 0;
            box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            display: none;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 2.2rem;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .quick-form {
                margin-top: 30px;
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 0;
            }

            .navbar-brand {
                width: 40%;
            }

            .hero-title {
                font-size: 1.8rem;
            }

            .section-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }

            .feature-box-m {
                margin-bottom: 20px;
            }
        }

        /* Progress Steps */
        .progress-steps {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .step {
            text-align: center;
            flex: 1;
            position: relative;
        }

        .step-number {
            width: 30px;
            height: 30px;
            background-color: #ddd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            font-weight: 600;
            color: white;
            background-color: var(--primary-color);
        }

        .step-title {
            font-size: 0.85rem;
            font-weight: 600;
        }

        .step:not(:last-child):after {
            content: '';
            position: absolute;
            top: 15px;
            right: -50%;
            width: 100%;
            height: 2px;
            background-color: #ddd;
            z-index: -1;
        }

        /* Exit Intent Popup */
        .exit-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        .popup-content {
            background-color: white;
            padding: 40px;
            border-radius: 10px;
            max-width: 500px;
            text-align: center;
            position: relative;
        }

        .close-popup {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* How It Works Section */
        .how-it-works-section {
            padding: 80px 0;
            background-color: var(--secondary-color);
        }

        .how-it-works-section .section-title {
            color: var(--primary-color);
            margin-bottom: 50px;
        }

        .how-it-works-section i {
            color: var(--primary-color);
        }

        /* Lender Network Section */
        .lender-network-section {
            padding: 80px 0;
            background-color: #f9f9f9;
        }

        .lender-network-section .section-title {
            color: var(--primary-color);
            margin-bottom: 40px;
        }

        .lender-network-section img {
            opacity: 1;
            transition: all 0.3s ease;
        }

        .lender-network-section img:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        /* Blog Section */
        .blog-section {
            padding: 80px 0;
        }

        .blog-section .section-title {
            color: var(--primary-color);
            margin-bottom: 50px;
            text-align: center;
        }

        .blog-card {
            transition: all 0.3s ease;
            height: 100%;
        }

        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .blog-card h5 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .blog-card p {
            color: #666;
            font-size: 0.95rem;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .how-it-works-section .row>div {
                margin-bottom: 30px;
            }
        }

        .business-grow {
            color: #1a4b8c;
            margin-bottom: 5px;
        }

        .thank-you-page {
            min-height: 100vh;
            background: linear-gradient(135deg, #1a4b8c 0%, #0d2d5c 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-align: center;
            padding: 40px 20px;
        }

        .thank-you-box {
            max-width: 600px;
            background: rgba(255, 255, 255, 0.1);
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .thank-you-box h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .thank-you-box p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .thank-you-box .btn {
            margin-top: 30px;
            background-color: #ff6b35;
            border: none;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .thank-you-box .btn:hover {
            background-color: #e55a25;
            transform: translateY(-2px);
        }
@media (max-width: 768px) {
  .sticky-cta-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #0d3e79;
    padding: 12px;
    text-align: center;
  }

  .sticky-cta-mobile a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }
}
