﻿/* Banner overlay and text enhancements */
.wa-banners-thumbnail {
    position: relative;
}

    .wa-banners-thumbnail::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.wa-banners-caption h2,
.wa-banners-caption h3 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.text-primary {
    color: #6abb35 !important;
}
.paisa {
    color: #6abb35 !important;
}
/* Product styling */
.wa-products-main {
    background-color: #f9fbfc;
}

.wa-product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

    .wa-product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        border-color: #6abb35;
    }

.wa-product-image img {
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 1rem;
    padding: 10px;
   /* background-color: #f1f5f9;*/
}

.wa-product-card:hover .wa-product-image img {
    transform: scale(1.1);
}

.wa-product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2b2b2b;
    transition: color 0.3s ease;
}

    .wa-product-name a:hover {
        color: #0d6efd;
    }


/* Calculator cards */
.calculator-section {
    background-color: #f8f9fa;
}

.calculator-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .calculator-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

.calculator-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%; /* Rounded icons */
    background: #fff;
    padding: 10px;
    transition: transform 0.3s ease;
}

.calculator-card:hover .calculator-icon {
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

.bg-gradient {
    background: linear-gradient(135deg, #00bcd4, #4caf50); /* Gradient background */
    color: #fff;
}


/* Testimonials */
.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.stars {
    display: flex;
    justify-content: center;
    color: gold;
    font-size: 18px;
    margin-bottom: 10px;
}

.comment {
    font-size: 14px;
    color: #555;
    font-style: italic;
    margin-bottom: 5px;
}

.author {
    font-weight: bold;
    color: #333;
}

.btn-like {
    display: inline-block;
    background-color: #0179c3;
    color: #fff !important; /* Ensure text is white */
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-banner-section {
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/img/98.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.custom-banner-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.custom-stats-row .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
}
/*About Quick Paisa*/
.about-qps-section {
    background: linear-gradient(135deg, #f1f9ff 0%, #e7f3ff 100%);
    position: relative;
    overflow: hidden;
}



.about-qps-title {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
}

    .about-qps-title span {
        color: #0179c3;
    }

.about-qps-text {
    font-size: 1.1rem;
    color: #444;
}

.about-qps-features li {
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
    color: #333;
    display: flex;
    align-items: center;
}

.about-qps-image {
    max-width: 90%;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
/*Testinomials*/
.wa-testimonials-section {
    background: linear-gradient(135deg, #f7faff, #eef3f8);
}

.wa-testimonials-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0179c3 !important;
}

.wa-testimonials-subtitle {
    color: #0179c3 !important;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.testimonial-card {
    transition: all 0.3s ease;
    border-left: 5px solid #0179c3 !important;
}

.testimonial-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.testimonial-stars i {
    font-size: 1.1rem;
    margin-right: 3px;
}

.testimonial-comment {
    font-size: 1rem;
    line-height: 1.6;
}

.testimonial-name {
    font-size: 1.1rem;
    margin-top: 10px;
}
/*Why-Choose-us*/
.why-choose-us-section {
    background: linear-gradient(135deg, #0179c3, #6abb35);
    color: #fff;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    padding:1.25rem;
}

.choose-card {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

    .choose-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

.feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.choose-card:hover .feature-icon {
    transform: scale(1.1);
}

/* Main Container */
.loan-inquiry-container {
    padding: 30px 15px;
    background-color: #f9f9f9;
}

.loan-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Left - Info Section */
.loan-info-section {
    flex: 1 1 50%;
    padding: 30px;
    background-color: #eef3f7;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Right - Form Section */
.loan-form-section {
    flex: 1 1 50%;
    padding: 30px;
    box-sizing: border-box;
}

/* Make the image responsive */
.loan-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* Form Elements */
.loan-form .form-group {
    margin-bottom: 15px;
}

.loan-form .form-input,
.loan-form .form-textarea,
.loan-form .form-slider,
.loan-form select {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.form-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}

.submit-button {
    background-color: #0179c3;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

    .submit-button i {
        margin-right: 8px;
    }

/* ✅ Responsive Behavior */
@media (max-width: 768px) {
    .loan-form-wrapper {
        flex-direction: column;
    }

    .loan-info-section,
    .loan-form-section {
        flex: 1 1 100%;
        padding: 20px;
    }

    .loan-info-section {
        align-items: center;
        text-align: center;
    }

    .loan-benefits ul {
        padding-left: 0;
        list-style: none;
    }

    .loan-benefits li {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
