﻿/*
:root {
    --stripe-purple: #635bff;
    --stripe-purple-light: #7c3aed;
    --stripe-purple-dark: #5b21b6;
    --stripe-blue: #0070f3;
    --stripe-blue-light: #00d4ff;
    --stripe-green: #00d924;
    --stripe-orange: #ff5722;
    --stripe-gray-50: #f8fafc;
    --stripe-gray-100: #f1f5f9;
    --stripe-gray-200: #e2e8f0;
    --stripe-gray-300: #cbd5e1;
    --stripe-gray-400: #94a3b8;
    --stripe-gray-500: #64748b;
    --stripe-gray-600: #475569;
    --stripe-gray-700: #334155;
    --stripe-gray-800: #1e293b;
    --stripe-gray-900: #0f172a;
}


.footer {
    background: var(--stripe-gray-900);
    color: var(--stripe-gray-400);
    padding: 60px 0 30px;
}

.footer-title {
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-link {
    color: var(--stripe-gray-400);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: var(--stripe-purple-light);
    }

.site-footer {
    background-color: #f8f9fa;
    color: #333;
    padding: 50px 0 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

    .footer-col h4 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: 600;
        color: #000;
    }

    .footer-col p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #555;
    }

    .footer-col ul {
        list-style: none;
        padding: 0;
    }

        .footer-col ul li {
            margin-bottom: 8px;
        }

            .footer-col ul li a {
                color: #555;
                text-decoration: none;
                font-size: 0.95rem;
                transition: color 0.3s ease;
            }

                .footer-col ul li a:hover {
                    color: #007bff;
                }

.social-links {
    display: flex;
    gap: 10px;
}

    .social-links a {
        background-color: #635bff;
        color: #fff;
        font-size: 14px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }

        .social-links a:hover {
            background-color: #0056b3;
        }

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
}


.footer-container {
    flex-direction: column;
    text-align: center;
}

.social-links {
    justify-content: center;
}



@media (max-width: 768px) {


    .site-footer {
        background-color: #f8f9fa;
        color: #333;
        padding: 50px 0 20px;
        font-family: 'Helvetica Neue', Arial, sans-serif;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        gap: 30px;
    }

    .footer-col {
        flex: 1 1 100px;
        min-width: 200px;
    }

        .footer-col h4 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            font-weight: 600;
            color: #000;
        }

        .footer-col p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #555;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
        }

            .footer-col ul li {
                margin-bottom: 8px;
            }

                .footer-col ul li a {
                    color: #555;
                    text-decoration: none;
                    font-size: 0.95rem;
                    transition: color 0.3s ease;
                }

                    .footer-col ul li a:hover {
                        color: #007bff;
                    }

    .social-links {
        display: flex;
        gap: 10px;
    }

        .social-links a {
            background-color: #635bff;
            color: #fff;
            font-size: 14px;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background-color 0.3s ease;
        }

            .social-links a:hover {
                background-color: #0056b3;
            }

    .footer-bottom {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ddd;
        font-size: 0.9rem;
        color: #666;
    }


    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}
*/

:root {
    --stripe-purple: #635bff;
    --stripe-purple-light: #7c3aed;
    --stripe-purple-dark: #5b21b6;
    --stripe-blue: #0070f3;
    --stripe-blue-light: #00d4ff;
    --stripe-green: #00d924;
    --stripe-orange: #ff5722;
    --stripe-gray-50: #f8fafc;
    --stripe-gray-100: #f1f5f9;
    --stripe-gray-200: #e2e8f0;
    --stripe-gray-300: #cbd5e1;
    --stripe-gray-400: #94a3b8;
    --stripe-gray-500: #64748b;
    --stripe-gray-600: #475569;
    --stripe-gray-700: #334155;
    --stripe-gray-800: #1e293b;
    --stripe-gray-900: #0f172a;
}



@media (max-width: 768px) {
    .terms-card {
        padding: 2rem 1.5rem;
    }

    .terms-disclaimer {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .disclaimer-icon {
        margin: 0 auto 1rem;
    }
}

@media (max-width: 768px) {
    .eligibility-card {
        padding: 2rem 1.5rem;
    }

    .info-cards {
        margin-top: 2rem;
    }

    .requirement-item {
        gap: 0.8rem;
    }
}

.site-footer {
    background-color: #f8f9fa;
    color: #333;
    padding: 50px 0 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

    .footer-col h4 {
        font-size: 1.2rem;
        margin-bottom: 15px;
        font-weight: 600;
        color: #000;
    }

    .footer-col p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #555;
    }

    .footer-col ul {
        list-style: none;
        padding: 0;
    }

        .footer-col ul li {
            margin-bottom: 8px;
        }

            .footer-col ul li a {
                color: #555;
                text-decoration: none;
                font-size: 0.95rem;
                transition: color 0.3s ease;
            }

                .footer-col ul li a:hover {
                    color: #007bff;
                }

.social-links {
    display: flex;
    gap: 10px;
}

    .social-links a {
        background-color: #635bff;
        color: #fff;
        font-size: 14px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: background-color 0.3s ease;
    }

        .social-links a:hover {
            background-color: #635bff;
        }

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
}

footer ul li a {
    position: relative;
    text-decoration: none;
    color: inherit; /* keep your footer color */
}

    footer ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background: currentColor;
        transition: width 0.3s ease;
    }

    footer ul li a:hover::after {
        width: 100%;
    }


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}




/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-brand svg {
        width: 38px;
        height: 38px;
    }

    .brand-text {
        font-size: 1rem;
    }
    .footer-col {
        flex: 1 1 100px;
        min-width: 200px;
    }
        .footer-col ul li a {
            text-decoration: underline;
            text-decoration-color: blue;
        }


}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loan-dashboard {
        max-width: 300px;
    }
}


@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .feature-card {
        padding: 30px;
    }
}
