/* Add these styles to your existing CSS */
.loan-usage-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.loan-usage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usage-item {
    transition: all 0.3s ease;
    height: 100%;
}

.usage-item:hover {
    transform: translateY(-3px);
}

/* Soft background colors */
.bg-soft-primary { background-color: rgba(13,110,253,0.1); }
.bg-soft-success { background-color: rgba(25,135,84,0.1); }
.bg-soft-warning { background-color: rgba(255,193,7,0.1); }
.bg-soft-info { background-color: rgba(13,202,240,0.1); }
.bg-soft-danger { background-color: rgba(220,53,69,0.1); }
.bg-soft-secondary { background-color: rgba(108,117,125,0.1); }

@media (max-width: 767.98px) {
    .loan-usage-card {
        padding: 1.5rem !important;
    }
}


.startup-loan-benefits {
    background-color: #f8f9fa;
}

.benefit-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 50%;
    margin: 0 auto;
}

.benefit-icon i {
    font-size: 1.5rem;
    color: white;
}

/* Different icon colors for visual interest */
.benefit-card:nth-child(2) .benefit-icon {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.benefit-card:nth-child(3) .benefit-icon {
    background: linear-gradient(135deg, #f46b45 0%, #eea849 100%);
}

.benefit-card:nth-child(4) .benefit-icon {
    background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%);
}

.benefit-card:nth-child(5) .benefit-icon {
    background: linear-gradient(135deg, #e44d26 0%, #f16529 100%);
}

.benefit-card:nth-child(6) .benefit-icon {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

@media (max-width: 767.98px) {
    .benefit-card {
        margin-bottom: 20px;
    }
}


 .business-loan-eligibility {
        background-color: #fff;
    }
    
    .eligibility-card {
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.05);
    }
    
    .eligibility-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    
    .eligibility-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
        border-radius: 50%;
        font-size: 1.25rem;
    }
    
    /* Different icon colors */
    .eligibility-card:nth-child(2) .eligibility-icon {
        background-color: rgba(25, 135, 84, 0.1);
        color: #198754;
    }
    
    .eligibility-card:nth-child(3) .eligibility-icon {
        background-color: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }
    
    .eligibility-card:nth-child(4) .eligibility-icon {
        background-color: rgba(255, 193, 7, 0.1);
        color: #ffc107;
    }
    
    .eligibility-card:nth-child(5) .eligibility-icon {
        background-color: rgba(13, 202, 240, 0.1);
        color: #0dcaf0;
    }
    
    .eligibility-card:nth-child(6) .eligibility-icon {
        background-color: rgba(111, 66, 193, 0.1);
        color: #6f42c1;
    }
    
    .eligibility-card:nth-child(7) .eligibility-icon {
        background-color: rgba(253, 126, 20, 0.1);
        color: #fd7e14;
    }
    
    @media (max-width: 767.98px) {
        .eligibility-card {
            margin-bottom: 15px;
        }
    }


     .loan-usage-section {
        position: relative;
        overflow: hidden;
    }
    
    .usage-item {
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.03);
    }
    
    .usage-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    }
    
    .icon-wrapper {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
    }
    
    /* Soft background colors */
    .bg-soft-primary { background-color: rgba(13,110,253,0.1); }
    .bg-soft-success { background-color: rgba(25,135,84,0.1); }
    .bg-soft-warning { background-color: rgba(255,193,7,0.1); }
    .bg-soft-info { background-color: rgba(13,202,240,0.1); }
    .bg-soft-danger { background-color: rgba(220,53,69,0.1); }
    .bg-soft-secondary { background-color: rgba(108,117,125,0.1); }
    .bg-soft-purple { background-color: rgba(111,66,193,0.1); }
    .bg-soft-teal { background-color: rgba(32,201,151,0.1); }
    
    .text-purple { color: #6f42c1; }
    .text-teal { color: #20c997; }
    
    @media (max-width: 991.98px) {
        .usage-visual {
            margin-bottom: 2rem;
        }
    }


     .loan-against-property {
        background-color: #f8f9fa;
    }
    
    .lap-card, .property-types-card {
        border: 1px solid rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    
    .lap-card:hover, .property-types-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    
    .lap-main-icon {
        width: 115px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        color: white;
        border-radius: 50%;
        font-size: 1.5rem;
    }
    
    .benefit-item, .property-type-item {
        transition: all 0.2s ease;
        border: 1px solid #f0f0f0;
    }
    
    .benefit-item:hover, .property-type-item:hover {
        background-color: #f8f9fa;
        border-color: #e0e0e0;
    }
    
    .benefit-icon, .property-icon {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.05);
        color: #0d6efd;
        border-radius: 50%;
    }
    
    .property-icon {
        color: #198754;
    }
    
    .steps-list {
        padding-left: 1.5rem;
    }
    
    .steps-list li {
        margin-bottom: 0.5rem;
    }
    
    @media (max-width: 767.98px) {
        .lap-main-icon {
            width: 50px;
            height: 50px;
            font-size: 1.25rem;
        }
    }


     .mortgage-loan-section {
        background-color: #f8faff;
    }
    
    .text-gradient {
        background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .benefits-card, .eligibility-card, .usage-card {
        background: white;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        transition: all 0.3s ease;
    }
    
    .benefits-card:hover, .eligibility-card:hover, .usage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    
    .section-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        color: white;
        border-radius: 50%;
        font-size: 1.5rem;
        margin: 0 auto;
    }
    
    .eligibility-card .section-icon {
        background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    }
    
    .usage-card .section-icon {
        background: linear-gradient(135deg, #f46b45 0%, #eea849 100%);
    }
    
    .icon-wrapper {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    
    .bg-soft-primary { background-color: rgba(13,110,253,0.1); }
    .bg-soft-success { background-color: rgba(25,135,84,0.1); }
    .bg-soft-warning { background-color: rgba(255,193,7,0.1); }
    .bg-soft-info { background-color: rgba(13,202,240,0.1); }
    .bg-soft-danger { background-color: rgba(220,53,69,0.1); }
    .bg-soft-purple { background-color: rgba(111,66,193,0.1); }
    .bg-soft-teal { background-color: rgba(32,201,151,0.1); }
    .bg-soft-orange { background-color: rgba(253,126,20,0.1); }
    .bg-soft-indigo { background-color: rgba(102,16,242,0.1); }
    
    .text-purple { color: #6f42c1; }
    .text-teal { color: #20c997; }
    .text-orange { color: #fd7e14; }
    .text-indigo { color: #6610f2; }
    
    .usage-item {
        transition: all 0.2s ease;
        border: 1px solid #f0f0f0;
    }
    
    .usage-item:hover {
        background-color: #f8f9fa;
    }
    
    .requirement-box {
        background-color: #f8f9fa;
        border-left: 3px solid #0d6efd;
    }
    
    .cta-box {
        background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
        color: white;
    }
    
    @media (max-width: 991.98px) {
        .section-icon {
            width: 50px;
            height: 50px;
            font-size: 1.25rem;
        }
    }
    
    @media (max-width: 767.98px) {
        .benefit-item, .eligibility-item, .usage-item {
            margin-bottom: 15px;
        }
    }


    .home-loan-application {
    background-color: #f8f9fa;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.application-steps {
    padding: 2rem;
}
.step-item {
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
}
.step-item:not(:last-child):after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 2.5rem;
    height: calc(100% - 1rem);
    width: 2px;
    background-color: #e9ecef;
}
.step-number {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
    z-index: 1;
}
.step-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #212529;
}
.feature-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.success-cta {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
}
.rounded-4 {
    border-radius: 1rem !important;
}


.education-loan {
    background-color: #f8f9fa;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.icon-cover {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feature-list {
    padding: 0.5rem;
}
.feature-item {
    display: flex;
    margin-bottom: 1.5rem;
}
.feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.feature-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #212529;
}
.eligibility-list {
    padding: 0.5rem;
}
.eligibility-item {
    display: flex;
    margin-bottom: 1rem;
}
.eligibility-icon {
    margin-right: 1rem;
    font-size: 1.25rem;
}
.benefit-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.apply-steps {
    padding: 1rem;
}
.step {
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
}
.step:not(:last-child):after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 2.5rem;
    height: calc(100% - 1rem);
    width: 2px;
    background-color: #e9ecef;
}
.step-number {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
    z-index: 1;
}
.final-cta {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.rounded-4 {
    border-radius: 1rem !important;
}



.professional-loan {
    background-color: #f8f9fa;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.icon-box-sm {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}
.feature-highlights {
    padding: 0.5rem;
}
.feature-item {
    display: flex;
    margin-bottom: 1.25rem;
}
.feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.feature-content h4 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #212529;
}
.usage-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.usage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.eligibility-item {
    padding: 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0,0,0,0.05);
}
.loan-detail-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
}
.icon-box-md {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.final-cta {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.rounded-4 {
    border-radius: 1rem !important;
}


.vehicle-loan {
    background-color: #f8f9fa;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.benefit-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.eligibility-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.vehicle-type-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.vehicle-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.vehicle-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.rate-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.process-step {
    position: relative;
}
.process-step:not(:last-child):after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 2.5rem;
    height: calc(100% - 1rem);
    width: 2px;
    background-color: #e9ecef;
}
.step-number {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    z-index: 1;
}
.benefit-item {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.benefit-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.final-cta {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.rounded-4 {
    border-radius: 1rem !important;
}


.equipment-loan {
    background-color: #f8f9fa;
}
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.profession-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.profession-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.icon-lg {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}
.benefit-card {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.equipment-item {
    transition: all 0.3s ease;
}
.equipment-item:hover {
    transform: scale(1.05);
}
.icon-xl {
    width: 5rem;
    height: 5rem;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
.final-cta {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}
.rounded-4 {
    border-radius: 1.5rem !important;
}
@media (max-width: 767.98px) {
    .icon-xl {
        width: 4rem;
        height: 4rem;
        font-size: 1.75rem;
    }
    .final-cta {
        padding: 2rem 1rem !important;
    }
}


.logo-card {
        transition: all 0.4s ease;
        perspective: 1000px;
    }
    
    .logo-card a {
        transition: all 0.3s ease;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0,0,0,0.05);
    }
    
    .logo-card:hover {
        transform: translateY(-5px);
    }
    
    .logo-card:hover a {
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        border-color: rgba(0,123,255,0.2);
    }
    
    .logo-card img {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: all 0.3s ease;
    }
    
    .logo-card:hover img {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.05);
    }
    
    .section-title h2 {
        font-size: 2.2rem;
        color: #2c3e50;
        position: relative;
        padding-bottom: 15px;
    }
    
    .section-title h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #3498db, #2ecc71);
    }
    
    .section-title p {
        font-size: 1.1rem;
        color: #7f8c8d;
    }
    
    .section-title span {
        color: #3498db;
    }


     /* Added styles for the download section */
    .download-app {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    
    .app-download-btn {
        display: inline-block;
        transition: all 0.3s ease;
        height: 45px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .app-download-btn:hover {
        transform: translateY(-3px);
        filter: brightness(1.05);
    }
    
    .app-download-btn img {
        height: 100%;
        width: auto;
    }
    
    @media (max-width: 576px) {
        .app-download-btn {
            height: 40px;
        }
    }

/*    Calculator*/




.finance-video-container {
        position: relative;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    }
    
    .finance-hero-video {
        width: 100%;
        height: auto;
        min-height: 400px;
        object-fit: cover;
        display: block;
    }
    
    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(10, 32, 63, 0.85) 0%, rgba(32, 84, 147, 0.8) 100%);
        color: white;
        display: flex;
        align-items: center;
        padding: 2rem;
    }
    
    .overlay-content {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    
    .overlay-content h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    
    .highlight-text {
        font-size: 1.25rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        font-weight: 500;
    }
    
    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1.5rem;
        margin: 2rem 0;
    }
    
    .benefit-item {
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(5px);
        padding: 1rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }
    
    .benefit-item:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.2);
    }
    
    .benefit-item i {
        font-size: 2rem;
        display: block;
        margin-bottom: 0.5rem;
        color: #4fd1c5;
    }
    
    .tagline {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 1rem;
        color: #4fd1c5;
    }
    
    @media (max-width: 992px) {
        .overlay-content h2 {
            font-size: 2rem;
        }
        
        .highlight-text {
            font-size: 1.1rem;
        }
    }
    
    @media (max-width: 768px) {
        .finance-video-container {
            border-radius: 8px;
        }
        
        .overlay-content {
            padding: 1rem;
        }
        
        .benefits-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }
    }


@media (max-width: 767.98px) {
    .mobile-top {
        padding-top: 370px !important;
    }
}

