
/*=========================================
ABOUT HERO
=========================================*/

.about-hero-section {
    padding: 40px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(25, 118, 210, .08);
}

.shape-1 {
    width: 380px;
    height: 380px;
    left: -180px;
    top: -120px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -120px;
}

.about-hero-content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #16213e;
    margin: 20px 0;
}

.about-hero-content h1 span {
    color: #1e88e5;
}

.about-hero-content p {
    color: #6c757d;
    line-height: 30px;
    font-size: 17px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin: 35px 0;
    flex-wrap: wrap;
}

.btn-primary-about {
    background: #1e88e5;
    color: #fff;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.btn-primary-about:hover {
    background: #1565c0;
    color: #fff;
}

.btn-outline-about {
    border: 2px solid #1e88e5;
    color: #1e88e5;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.feature-item i {
    color: #1e88e5;
}

.about-hero-image {
    position: relative;
}

.about-hero-image img {
    border-radius: 30px;
}

.floating-box {
    position: absolute;
    background: #fff;
    padding: 12px 14px;
    border-radius: 18px;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.box-1 {
    left: -20px;
    top: 60px;
}

.box-2 {
    right: -20px;
    bottom: 60px;
}

.floating-box i {
    width: 50px;
    height: 50px;
    background: #1e88e5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating-box h4{
  font-size: 18px;
}

.floating-box span{
    font-size: 14px;
}







/*=========================================
HOME LOAN PART 1
=========================================*/

.loan-hero-section {
    padding: 40px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(30, 136, 229, .08);
}

.shape-one {
    width: 400px;
    height: 400px;
    left: -180px;
    top: -150px;
}

.shape-two {
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -120px;
}

.loan-hero-content h1 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0;
    color: #16213e;
}

.loan-hero-content h1 span {
    color: #1e88e5;
}

.loan-hero-content p {
    line-height: 31px;
    color: #6c757d;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin: 35px 0;
    flex-wrap: wrap;
}

.btn-loan-primary {
    padding: 16px 35px;
    background: #1e88e5;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
}

.btn-loan-outline {
    padding: 15px 30px;
    border: 2px solid #1e88e5;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    color: #1e88e5;
}

.loan-highlights {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-weight: 600;
}

.loan-highlights i {
    color: #28a745;
    margin-right: 8px;
}

.loan-hero-image {
    position: relative;
}

.loan-hero-image img {
    border-radius: 30px;
}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 18px 22px;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.card-one {
    left: -20px;
    top: 60px;
}

.card-two {
    right: -20px;
    bottom: 60px;
}

.floating-card i {
    width: 60px;
    height: 60px;
    background: #1e88e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.loan-breadcrumb {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.loan-breadcrumb ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.loan-about-section {
    padding: 40px 0;
}

.loan-about-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 20px 0;
}

.loan-about-content h2 span {
    color: #1e88e5;
}

.loan-about-content p {
    color: #6c757d;
}

.feature-box {
    background: #f8fbff;
    border-radius: 15px;
    margin-bottom: 18px;
    font-weight: 600;
}

.loan-about-image img{
    width: 100%;
}

.feature-box i {
    color: #1e88e5;
    margin-right: 10px;
}

.loan-services {
    padding: 0px 0 30px 0;

}

.service-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card i {
    font-size: 42px;
    color: #1e88e5;
    margin-bottom: 20px;
}

.service-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.service-card p {
    color: #6c757d;
    line-height: 28px;
}

@media(max-width:991px) {

    .loan-hero-content h1 {
        font-size: 42px;
    }

    .card-one,
    .card-two {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    .loan-hero-section,
    .loan-about-section,
    .loan-services {
        padding: 70px 0;
    }

    .loan-hero-content h1 {
        font-size: 34px;
    }

    .hero-buttons {
        flex-direction: column;
    }

}

/*==================================
FEATURES
==================================*/

.loan-features-section {
    padding: 40px 0;
}

.feature-card {
    background: #f8fbff;
    padding: 35px;
    border-radius: 25px;
    text-align: center;
    transition: .35s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.feature-card i {
    font-size: 45px;
    color: #1e88e5;
    margin-bottom: 20px;
}

.feature-card h4 {
    margin-bottom: 15px;
}

.feature-card p {
    color: #6c757d;
    line-height: 28px;
}

/*==================================
ELIGIBILITY
==================================*/

.eligibility-section {
    padding: 40px 0;

}

.eligibility-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 20px 0;
}

.eligibility-content h2 span {
    color: #1e88e5;
}

.eligibility-content p {
    line-height: 30px;
    color: #6c757d;
}

.eligibility-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.eligibility-list div {
    font-weight: 600;
}

.eligibility-list i {
    color: #28a745;
    margin-right: 10px;
}

/*==================================
WHY CREDFLUX
==================================*/

.why-loan-section {
    padding: 40px 0;
}

.why-loan-card {
    background: #fff;
    padding: 20px 16px;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .3s;
    height: 100%;
}

.why-loan-card:hover {
    transform: translateY(-10px);
}

.why-loan-card i {
    font-size: 42px;
    color: #1e88e5;
    margin-bottom: 20px;
}

.why-loan-card h4 {
    font-size: 20px;
    font-weight: 700;
}

/*==================================
CTA
==================================*/

.loan-cta-section {
    padding: 40px 0;
}

.loan-cta-box {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    padding: 60px;
    border-radius: 30px;
    color: #fff;
}

.loan-cta-box h2 {
    font-size: 42px;
    font-weight: 800;
}

.loan-cta-box p {
    margin-top: 15px;
    font-size: 17px;
    line-height: 30px;
}

.btn-light-loan {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #1e88e5;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-outline-light {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
}

@media(max-width:991px) {

    .loan-features-section,
    .eligibility-section,
    .why-loan-section,
    .loan-cta-section {
        padding: 80px 0;
    }

    .loan-cta-box {
        text-align: center;
        padding: 40px;
    }

}

@media(max-width:767px) {

    .eligibility-content h2 {
        font-size: 30px;
    }

    .eligibility-list {
        grid-template-columns: 1fr;
    }

    .loan-cta-box h2 {
        font-size: 30px;
    }

    .btn-light-loan,
    .btn-outline-light {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

}

/*=========================================
DOCUMENTS SECTION
=========================================*/

.documents-section {
    padding: 40px 0;
    40kground: #fff;
}

.document-card {
    background: #f8fbff;
    border-radius: 25px;
    padding: 35px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
}

.document-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(30, 136, 229, .15);
}

.doc-icon {
    width: 75px;
    height: 75px;
    background: #1e88e5;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 25px;
}

.document-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.document-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.document-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    color: #666;
    line-height: 28px;
}

.document-card ul li:last-child {
    margin-bottom: 0;
}

.document-card ul li i {
    color: #28a745;
    margin-top: 6px;
}

/*=========================================
PROCESS SECTION
=========================================*/

.loan-process-section {
    padding: 40px 0;

}

.process-card {
    background: #fff;
    border-radius: 22px;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    transition: .35s;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-card span {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1e88e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.process-card i {
    font-size: 42px;
    color: #1e88e5;
    margin: 30px 0 20px;
}

.process-card h5 {
    font-size: 18px;
    font-weight: 700;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .documents-section,
    .loan-process-section {
        padding: 80px 0;
    }

}

@media(max-width:767px) {

    .documents-section,
    .loan-process-section {
        padding: 70px 0;
    }

    .document-card {
        padding: 30px 25px;
    }

    .process-card {
        padding: 35px 15px;
    }

    .process-card h5 {
        font-size: 16px;
    }

}

/*==================================
EMI CTA
==================================*/

.emi-cta-section {
    padding: 40px 0;
    40kground: #fff;
}

.emi-cta-box {
    background: linear-gradient(135deg, #1e88e5, #1565c0);
    padding: 60px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(30, 136, 229, .25);
}

.emi-cta-box h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 20px 0;
}

.emi-cta-box p {
    font-size: 17px;
    line-height: 30px;
    opacity: .95;
}

.emi-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.emi-features span {
    font-weight: 600;
}

.emi-features i {
    color: #8CFF9A;
    margin-right: 8px;
}

.btn-emi {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #1e88e5;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: .35s;
}

.btn-emi:hover {
    transform: translateY(-4px);
    color: #1565c0;
}

/*==================================
FAQ
==================================*/

.loan-faq-section {
    padding: 40px 0;

}

.loan-faq-section .accordion-item {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.loan-faq-section .accordion-button {
    padding: 22px 25px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: none;
}

.loan-faq-section .accordion-button:not(.collapsed) {
    background: #1e88e5;
    color: #fff;
}

.loan-faq-section .accordion-body {
    padding: 25px;
    line-height: 30px;
    color: #666;
}

/*==================================
FINAL CTA
==================================*/

.loan-final-cta {
    padding: 40px 0;
    40kground: #fff;
}

.loan-final-box {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    padding: 70px 60px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 25px 70px rgba(13, 71, 161, .25);
}

.loan-final-box h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 20px 0;
}

.loan-final-box p {
    font-size: 17px;
    line-height: 30px;
    opacity: .95;
}

.loan-final-box .btn-light-loan {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #1565c0;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    margin-right: 10px;
    transition: .35s;
}

.loan-final-box .btn-light-loan:hover {
    transform: translateY(-4px);
}

.loan-final-box .btn-outline-light {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
}

.loan-final-box .btn-outline-light:hover {
    background: #fff;
    color: #1565c0;
}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:991px) {

    .emi-cta-section,
    .loan-faq-section,
    .loan-final-cta {
        padding: 80px 0;
    }

    .emi-cta-box,
    .loan-final-box {
        padding: 45px;
        text-align: center;
    }

}

@media(max-width:767px) {

    .emi-cta-box,
    .loan-final-box {
        padding: 35px 25px;
    }

    .emi-cta-box h2,
    .loan-final-box h2 {
        font-size: 30px;
    }

    .emi-features {
        flex-direction: column;
        gap: 12px;
    }

    .btn-emi,
    .loan-final-box .btn-light-loan,
    .loan-final-box .btn-outline-light {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .loan-faq-section .accordion-button {
        font-size: 16px;
        padding: 18px;
    }

    .loan-faq-section .accordion-body {
        padding: 20px;
    }

}

/*==================================
DOCUMENT FORM
==================================*/

.loan-document-form-section {
    padding: 40px 0;

}

.document-form-card {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.document-form-card h2 {
      font-size: 2.25rem;
    font-weight: 600;
    margin: 20px 0;
}

.document-form-card h2 span {
    color: #1e88e5;
}

.document-form-card p {
    color: #6c757d;
    line-height: 30px;
}

.document-form-card .form-label {
    font-weight: 700;
    margin-bottom: 10px;
}

.document-form-card .form-control,
.document-form-card .form-select {
    height: 58px;
    border-radius: 15px;
    border: 1px solid #dfe7f1;
    box-shadow: none;
}

.document-form-card textarea.form-control {
    height: auto;
    min-height: 140px;
    padding-top: 15px;
}

.document-form-card .form-control:focus,
.document-form-card .form-select:focus {
    border-color: #1e88e5;
    box-shadow: 0 0 0 .2rem rgba(30, 136, 229, .12);
}

.btn-submit-loan {
    border: none;
    background: #1e88e5;
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    transition: .3s;
}

.btn-submit-loan:hover {
    background: #1565c0;
    transform: translateY(-3px);
}

@media(max-width:767px) {

    .loan-document-form-section {
        padding: 70px 0;
    }

    .document-form-card {
        padding: 30px 20px;
    }

    .document-form-card h2 {
        font-size: 30px;
    }

}