@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --primary-color: #800080;
    --secondary-color: #C71585;

       --magenta-1:#C6187E;
    --magenta-2:#7A0E63;
    --label-bg:#FBEFF7;
    --label-text:#7A0E63;
    --track-color:#A3186F;
    --page-bg:#ffffff;
}

body {
    color: #414141;

}

.main-wrapper {
    margin-top: 92px;
}

.banner-section {
    background-color: var(--primary-color);
    background-image: url(../../images/1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: var(--primary-color);
}

.emergancy-banner-sec{
    background-image: url(../../images/emergancy-line-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}



h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 45px !important;
}

.banner-section p {
    font-size: 17px;
}

.btn-apply-instantly {
    background: #c71585 !important;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
}

.btn-pop {
    will-change: transform;
}

.btn-pop:active {
    transform: scale(0.96);
}

.btn-pop.pop {
    animation: btn-pop 220ms ease-out;
    transform-origin: center;
}

.btn-apply-instantly:hover,
.btn-apply-instantly:focus-visible {
    background: #660066 !important;
    color: #fff;
    font-weight: 600;
    animation: btn-pop .22s ease-out;
    box-shadow: none;
}

@keyframes btn-pop {
    0% {
        transform: scale(.92);
    }

    60% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

.primary-txt {
    color: var(--primary-color) !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;

}

.rounded_6 {
    border-radius: 6px;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.light-white {
    color: #E8E8E8;
}



.icon-box {
    background-color: #f3e6f3;
    width: 36px;
    height: 36px;
}

.eligible-icon {
    width: 40px;
    height: 40px;
    background-color: #f3e6f3;
    border-radius: 50%;
}

.light-icon {
    background: rgba(255, 255, 255, 0.30);
}


/* .eligible-icon .bi::before,
.eligible-icon [class^="bi-"]::before,
.eligible-icon [class*=" bi-"]::before {
    font-weight: bold !important;
} */

.light-icon .bi::before,
.light-icon [class^="bi-"]::before,
.light-icon [class*=" bi-"]::before {
    font-weight: normal !important;
}

.key-feature hr {
    border-top: 1px solid #daacd7;
    background-color: inherit!important;
}

.border-color-light {
    border-color: #daacd7 !important;
}

.help .card {
    border-radius: 26px;
}


.primary-linear-bg{
    background: linear-gradient(270deg, #C71585 -61.08%, #800080 100%);
}

.fs-12 {
    font-size: 12px;
}

.border-radius-right {
    border-radius: 0px 20px 20px 0px;
}

.border-radius-left {
    border-radius: 20px 0px 0px 20px;
}


.help {
    background-image: url('../../images/help-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F8FF;
}

.wavy-linear{
    background-image: url('../../images/linear-wavy-bg.png');

}

.fee_charge {
    background-image: url('../../images/fee-charge-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F2F8FF;
}

.lightblue-wavy-bg{
    background-image: url(../../images/light-blue-wavy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.table-primary {
    --bs-table-bg: #800080;
}

.custom-primary-table tbody tr:nth-child(odd)>* {
    background-color: #ffffff !important;
}

.custom-primary-table tbody tr:nth-child(even)>* {
    background: rgba(239, 216, 239, 0.30) !important;
}

.custom-primary-table td,
.custom-primary-table th {
    padding: 12px !important;
    text-align: left;
    font-weight: 400;
}

.custom-primary-table {
    border-radius: 16px;
    border: 1px solid rgba(128, 0, 128, 0.30);
    box-shadow: -3px 3px 10.4px 0 rgba(128, 0, 128, 0.15);
}

.custom-primary-table th {
    border: none;
}

.border-r-left-16 {
    border-radius: 16px 0px 0px 0px;
}


.border-r-right-16 {
    border-radius: 0px 16px 0px 0px;
}

.border-r-left-24 {
    border-radius: 24px 0px 0px 0px;
}


.border-r-right-24 {
    border-radius: 0px 24px 0px 0px;
}

.shadow-0{
    box-shadow: none !important;
}

.rounded_16 {
    border-radius: 16px;
}

.rounded_50{
    border-radius: 50px;
}

.list-rounded {
    border-radius: 50px;
    border: 1px solid rgba(128, 0, 128, 0.30);
    background: rgba(239, 216, 239, 0.30);
}

.interest-charge {
    background-color: #FBF4FB;
    background-image: none !important;
}

.secondary-txt {
    color: rgba(199, 21, 133, 1) !important;

}

.secondary-bg {
    background: #C71585!important;
}

.why_choose .list-rounded {
    background-color: rgb(255 255 255 / 23%);
    border: 1px solid white;
}

.download {
    background: linear-gradient(180deg, #C71585 0%, #610A41 100%);
}

.faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.faq .accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.faq .accordion-item {
    border: 1px solid rgba(128, 0, 128, 0.30) !important;
    background: #FFF;
    box-shadow: -3px 3px 10.4px 0 rgba(128, 0, 128, 0.15);
    padding: 0px;
}

.faq .accordion-button {
    border-radius: 6px !important;
}

.faq .accordion-button:not(.collapsed) {
    border-radius: 6px 6px 0px 0px !important;
    background: #FFF !important;
    color: #000000 !important;
    box-shadow: none !important;
}

.faq .accordion-body {
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.faq .accordion-collapse{
    border-radius: 0 0 7px 7px;
}



/* Remove the default ::after chevron */
.faq .accordion-button::after {
  display: block!important;
}

.faq .accordion-button {
  position: relative;
  padding-right: 50px;
}

/* DOWN ICON (default state) */
.faq .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.5 5.5l6.5 6.5 6.5-6.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%)!important;
}

/* UP ICON (hidden by default) */
.faq .accordion-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.5 10.5l-6.5-6.5-6.5 6.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

/* WHEN OPENED */
.faq .accordion-button:not(.collapsed)::after {
  opacity: 0;
}

.faq .accordion-button:not(.collapsed)::before {
  opacity: 1;
}


.features-accordion .accordion-button {
    border-radius: 12px !important;
}

.features-accordion .accordion-button:not(.collapsed) {
    border-radius: 12px 12px 12px 12px !important;
}

.features-accordion  .accordion-body {
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.features-accordion .accordion-collapse{
    border-radius: 0 0 12px 12px;
}

.repay-step {
    border: 1px solid #C71585;
    background: rgba(199, 21, 133, 0.10);
}

.info-box {
    border: 1px solid rgba(179, 93, 0, 0.30);
    background: #FFF1D4;
    color: #B35D00;
}

.arrow-col{
 position: relative;   
}


.arrow-col::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(140%, 40%);
    background: url(../../images/arrowline.svg) no-repeat center center;
    height: 100%;
    z-index: 1;
    width: 70px;
    height: 20px;
}

.rounded_12 {
    border-radius: 12px!important;
}


.table-card{
    border-radius: 48px;
border-top: 1px solid rgba(128, 0, 128, 0.20);
border-right: 1px solid rgba(128, 0, 128, 0.20);
border-bottom: 10px solid rgba(128, 0, 128, 0.20);
border-left: 1px solid rgba(128, 0, 128, 0.20);
background: #FFF;
}


.hero-banner-sec{
    background:linear-gradient(135deg,#b100b7,#8b009e);;

}

.primary-bg {
    background-color: var(--primary-color)!important;
}


.light-bg{
    background-color: #FBF4FB;
}

.step-card-wrapper{
    position: relative;
}

.step-card-wrapper::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 80%;
    border-right: 2px dashed #C71585;
    left: 24px;
    display: inline-block;
    top: 50%;
    transform: translate(-50%, -50%);
}


.step-arrow-col{
 position: relative;   
}

.step-arrow-col::before {
    content: '';
    position: absolute;
    top: 12%;
    left: 100%;
    transform: translate(-50%, -50%);
    background: url(../../images/step-arrow-right.svg) no-repeat center center;
    height: 100%;
    z-index: 1;
    width: 60%;
    height: 20px;
    /* background-color: red; */
    background-size: 100% 100%;
}

.step-arrow-col-left::before {
    background: url(../../images/step-arrow-left.svg) no-repeat left center;

}


.step-arrow-col-turn{
 position: relative;   
}

.step-arrow-col-turn::before {
    content: '';
    position: absolute;
    top: 35%;
    right: 8%;
    transform: translate(50%, -50%);
    background: url(../../images/step-arrow-turn.svg) no-repeat left center;
    height: 100%;
    z-index: 1;
    width: 182px;
    height: 50%;
    /* background-color: red; */
    background-size: 100% 100%;
}

/* Existing CSS */
.dropdown-custom .dropdown-menu[data-bs-popper] {
    margin-top: 1rem;
}

.dropdown-custom .dropdown-menu {
    font-size: 14px;
    color: #212529;
    border: none;
    border-top: 2px solid var(--primary-color);
    border-radius: 0 0 12px 12px;
}

/* Desktop Hover */
@media (min-width: 992px) {

    .dropdown-custom {
        position: relative;
    }

    .dropdown-custom .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        top: 100%;
        left: 0;
        margin-top: 0 !important;
        transform: none;

        transition: opacity .25s ease, visibility .25s ease;
    }

    .dropdown-custom:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}


/* personal loan app css */
    .reason-card {
        border-radius: 12px;
        border-top: 1px solid rgba(128, 0, 128, 0.20);
        border-right: 1px solid rgba(128, 0, 128, 0.20);
        border-bottom: 10px solid rgba(128, 0, 128, 0.20);
        border-left: 1px solid rgba(128, 0, 128, 0.20);
        background: rgba(239, 216, 239, 0.30);
    }

    .w-140{
        width: 140px;
    }

    .step-success-box{
        background: #14AC09;
        box-shadow: -5px 4px 5.1px 0 rgba(0, 0, 0, 0.10);
    }

    .success-hr{
        border-top: 1px solid #C3FFBE!important;
        background-color: inherit !important;
    }

    .success-border{
            border-color: #C3FFBE !important;
    }

    .light-background{
        background-color: #F9F3F9;
    }

    .repay-step-success{
        border: 1px solid #14AC09;
        background: #E8F7E7;
    }

    .success-bg{
        color: #14AC09;
    }

    
    .mt-150{
        margin-top: 150px;
    }

     .mt-minus-85{
        margin-top: -85px;
     }

    .arrow-col-success{
       position: relative;   
    }


.arrow-col-success::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(50%, 40%);
    background: url(../../images/success-line.svg) no-repeat center center;
    z-index: 1;
    width: 130px;
    background-size: 100%;
    height: 20px;
}
/* personal loan app css */

/* personal-loan-without-cibil-score */
.bg-faq{
    background-color: #F9F3F9;
}

.bg-img-none{
    background-image: none!important;
}
/* personal-loan-without-cibil-score */


/* instant cash loan css */
    .instant-banner-img {
    background: url(../../images/Instant-Cash-Quick-Approval.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ca9c6b;
}

    .rounded_24{
        border-radius: 24px;
    }


    .timeline-wrapper {
        padding: 40px 0;
    }

    .timeline-line {
        position: absolute;
        top: 95px;
        left: 44px;
        width: 91%;
        height: 130px;
        z-index: 0;
    }

    .repay-step-1 {
        z-index: 1;
        margin-top: -33px;
    }
     .repay-step-2 {
        z-index: 1;
        margin-top: 65px;
    }

      .repay-step-4 {
        z-index: 1;
        margin-top: 19px;
    margin-left: 77px;
    }

    .step-circle {
        width: 54px;
        height: 54px;
        background: #B61182;
        color: #fff;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px;
        position: relative;
        z-index: 2;
    }

    .fw-medium{
        font-weight: 500;
    }

    .step-card {
        background: #FBF4FB;
        color: #800080;
        border-radius: 6px;
        padding: 14px;
        font-size: 14px;
        line-height: 1.5;
        max-width: 210px;
        margin: auto;
        min-height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .count-icon{
        width: 40px;
        height: 40px;
        box-shadow: -5px 4px 5.1px 0 rgba(0, 0, 0, 0.10);
    }


    /* stepper */
      .timeline-heading{
    font-family:'Poppins', sans-serif;
  }

  /* ============ DESKTOP / TABLET WAVE LAYOUT ============ */
  .wave-wrap{
    /* max-width:1140px; */
    margin:0 auto;
    padding:0 20px;
  }

  /* aspect-ratio box: 1000 x 400 design canvas -> 40% padding-top */
  .wave-inner{
    position:relative;
    width:100%;
    padding-top:40%;
  }

  .wave-svg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
  }

  .wave-svg path{
    fill:none;
    stroke:var(--track-color);
    stroke-width:4;
    stroke-linecap:round;
    vector-effect:non-scaling-stroke;
  }

  .node{
    position:absolute;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    border-radius:50%;
    color:#fff;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size:1.15rem;
    box-shadow: -5px 4px 5.1px 0 rgba(0, 0, 0, 0.10);
    transform:translate(-50%,-50%);
    /* background:linear-gradient(135deg, var(--magenta-1), var(--magenta-2)); */
  }

  .label-box{
    position:absolute;
    z-index:2;
    width:300px;
    background:#FBF4FB;;
    color:var(--label-text);
    border-radius:12px;
    padding:14px 18px;
    font-size:14px;
    font-weight:500;
    line-height:1.45;
    letter-spacing: -0.14px;
    text-align:center;
    transform:translate(-50%, 0);
    box-shadow:0 2px 8px rgba(122,14,99,.06);
  }

  /* node positions — percentages of the 1000x400 design canvas */
  #n1{ left:14%;   top:43.75%; background: #C71585; }
  #n2{ left:32.5%; top:58.75%; background: #B61182; }
  #n3{ left:50%;   top:37.5%; background: #9E0C7C; }
  #n4{ left:67.5%; top:56.25%; background: #8F0581;}
  #n5{ left:85.5%; top:41.25%; background: #770174;}

  #l1{ left:14%;   top:12%;  }
  #l2{ left:32.5%; top:70%; }
  #l3{ left:50%;   top:12%;  }
  #l4{ left:67.5%; top:70%; }
  #l5{ left:85.5%; top:12%;  }
    /* stepper */


/* instant cash loan css end*/

/* personal loan for low cibil score */
  .w-120{
        width: 120px;
        box-shadow: -5px 4px 5.1px 0 rgba(0, 0, 0, 0.10);
    }

    .bg-success {
        background-color: #14AC09!important;
    }

    .success-hr{
        border-top: 1px solid #C3FFBE;
    }
    
    .border-color-success{
            border-color: #C3FFBE !important;
    }

    .fs-13{
        font-size: 13px;
    }
/* personal loan for low cibil score */
