@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: BauhausRegular;
  src: url(../../fonts/font-bauhaus/BauhausRegular.ttf);
}


.hero-section h1 {
  font-family: BauhausRegular;
  /* font-size: 3rem; */
  font-weight: 700;
}


h2{
  font-family: BauhausRegular;
  font-size: 3rem!important;
}

.BauhausRegular{
  font-family: BauhausRegular;
}


.mont-font{
 font-family: "Montserrat", sans-serif;
 font-weight: 600;
}

:root {
  --primary-color: #032e63;
}

html,
body {
  max-width: 100%;
  overflow-x: auto;
}

.primary-txt {
  color: var(--primary-color);
}

.text-blueCommon {
  color: var(--primary-color);
}

.textBlue {
  color: var(--primary-color);
}

body {
  font-family: "Mona Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #080808;
  background-color: #fff !important;
  overflow-x: hidden;
  /* letter-spacing: 1.1px; */
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-outline-danger {
  color: #d93c65;
  border-color: #d93c65;
}

.text-primary {
  color: var(--primary-color) !important;
}

.btn-success {
  background-color: #95d227;
  border-color: #95d227;

  font-family: "Mona Sans";
  font-weight: 500;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.text-warning {
  color: #b38108 !important;
}

.text-info {
  color: #fb4253 !important;
}

.text-darkblue {
  color: #002269;
}

.semi-bold {
  font-weight: 600;
}

.emi-pay a {
  font-weight: 600;
  text-decoration: none;
}

.emi-pay a:hover {
  color: #002269;
}

/* primary button hover css  */
.btn.btn-primary {
  font-family: "Mona Sans";
  background: var(--primary-color);
  border-color: var(--primary-color);
  font-weight: 500;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 12px;
  z-index: -2;
}

.btn.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-color: var(--primary-color) !important;
  background-color: #c53a47;
  transition: all 0.3s;
  border-radius: 12px;
  z-index: -1;
}

.btn.btn-primary:hover {
  color: #fff;
  /* border-color: #77b20c !important; */
}

.btn.btn-primary:hover:before {
  width: 100%;
}

/* primary button hover css end */

.get-greenBtn {
  background-color: var(--primary-color) !important;
  border: 3px solid var(--primary-color) !important;
  border-radius: 12px;
  /* padding: 10px 30px; */
}

.get-greenBtn a {
  font-weight: 500;
  font-size: 16px;
  font-family: "Mona Sans";
}

.btn-outline-primary {
  border-radius: 12px;
  background: transparent !important;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Mona Sans";
}

.btn-outline-primary:hover {
  border-color: #fff;
  color: #fff;
}

.page-wrapper {
  margin-top: 71px;
}

.container-fluid {
  width: 90%;
}

/* Base Navbar Styling */
.custom-navbar {
  z-index: 9999;
  box-shadow: 0px 4px 18px rgba(147, 149, 152, 0.14);
}

/* Logo */
.logo-img {
  height: 70px;
  width: auto;
}

/* Navigation Links */
.nav-link-custom {
  font-family: "Mona Sans", "Mona Sans", sans-serif;
  font-size: 16px;
  color: #080808;
  padding: 0 12px !important;
}

.nav-link-custom:hover {
  color: #fb4253;
}

.nav-link-custom.active {
  font-family: "Mona Sans";
  color: #fb4253;
  font-weight: 700;
}

/* Toggler Button Styling */

.desktop-apply-btn {
  display: none !important;
}

/* ======= Hearder End=============== */

/* footer */
.footer {
  background: linear-gradient(0deg, #FFC3C8 0%, #FFFAFA 51.92%);
}

.bg-brand-color {
  background-color: var(--primary-color);
}

.footer a:hover {
  opacity: 0.6;
  transition: all ease-in 0.2s;
}

.contact-box {
  border-radius: 12px;
}

.footer a {
  color: #212121;
}

/* home css  */
.hero-section {
  background-image: url(../../images/Hero-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fb4253 !important;
  /* background-color: #fb4253; */
}

/* HERO BACKGROUND */
/* .hero-section {
        background-image: url("../../images/hero-bg.png") !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    } */

/* floating animation */
.float-card {
  animation: float 4s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.float-card:hover {
  transform: scale(1.08);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

.hero-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mini-card {
  background: white;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .floating-group {
    position: static !important;
    margin-top: 20px;
  }
}

/* Floating Animations */

.floating-main {
  animation: floatMain 5s ease-in-out infinite;
}

.floating-fast {
  animation: floatFast 4s ease-in-out infinite;
}

.floating-slow {
  animation: floatSlow 6s ease-in-out infinite;
}

@keyframes floatMain {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatFast {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes floatSlow {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Hover Zoom */
/* img:hover {
  transform: scale(1.05);
  transition: 0.4s ease;
} */

.hero-section h1 {
  font-weight: 700;
}

.hero-section h5 {
  font-family: "Mona Sans" !important;
  font-weight: 400;
}

h2.subHeading {
  /* font-size: 3rem; */
  color: var(--primary-color);
  font-weight: 700;
}

h2.subHeading1 {
  /* font-size: 2.5rem; */
  color: var(--primary-color);
  font-weight: 800;
}

.cardProcess {
  background-color: #fff;
  border-radius: 31px;
  box-shadow: 0px 2px 5px #e3e3e3;
}

.cardProcess10 {
  background-color: var(--primary-color);
}

.cardProduct {
  background-color: #c9e0fd87;
  border: 1px solid var(--primary-color);
  background-image: url("../../images/bg-product.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#captcha-box {
  justify-content: center;
}

.calculate-section {
  background-color: #ffeeef;
}

.cardProduct:hover {
  background-color: #fb4253;
  color: #fff;
  transition: all ease-in 0.3s;
  transform: scale(1);
  border-color: #fb4253;
}

.cardProduct a {
  left: 41%;
  top: 92%;
}

.instant-section {
  background: linear-gradient(180deg,
      var(--Primary-Color, #fb4253) 0%,
      #952731 100%);
}

.instantLoans-card {
  position: relative;
}

.instantLoans-card1 {
  height: 280px;
}

.h-200 {
  height: 200px;
}

.instantLoans-card h4 {
  color: var(--primary-color) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shape1 {
  z-index: -9;
}

.blog-img img {
  width: 100% !important;
}

.instantLoans-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.bg-sky-light {
  background-color: #c9e0fd87;
}

.shape2 {
  top: 28%;
  right: -13%;
  z-index: -9;
  border-radius: 80px;
  background: var(--primary-color);
  width: 496px;
  height: 255px;
  flex-shrink: 0;
}

.feature-item {
  background: var(--primary-color);
}

.responsible-Lending-section {
  background-image: url("../../images/Responsible-Lending.png");
  background-position: center;
}

.bluetext {
  color: var(--primary-color);
}

.footer-section1 .row {
  top: 52px;
}

.blogIcon {
  left: 50%;
  width: 291px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.input-group1 {
  position: absolute;
  top: 0;
  right: 0;
}

.input-group1::before {
  content: "";
  position: absolute;
  background-image: url(../../images/rupee-icon.svg);
  height: 70%;
  width: 27%;
  background-repeat: no-repeat;
  left: 8px;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
}

.input-groupDate::before {
  background-image: url("../../images/calender-img.svg");
}

.input-group {
  width: 134px;
  border-radius: 12px !important;
  border: 1px solid #e0e0e0 !important;
}

.input-group input {
  width: 60px;
}

.radius16 {
  border-radius: 16px !important;
}

input[type="range"] {
  accent-color: #fb4253;
}

.news-section .instantLoans-card {
  background-color: #fff;
}

.app-section img.instantLoans-card {
  background: transparent;
}

/* -----------About us page css ------------- */
.common-hero-section {
  background-image: url(../../images/common-banner.jpg);
  background-repeat: no-repeat;
  background-size: 104%;
  background-color: #f54051;
  background-position: bottom;
}

.card-body.text-center.bg-white {
  margin-top: -30px;
}

.card,
.card-body {
  border-radius: 30px !important;
}

.betterChoice_card {
  background-color: #f3f7f8;
}

.betterChoice_card1 {
  bottom: -40px;
  left: -52px;
}

.betterChoice_card2 {
  right: -60px;
  top: -32px;
}

ul.nav.nav-pills.betterChoice_cardtab {
  border: 1px solid #e0e0e0;
  flex-wrap: nowrap;
}

ul.nav.nav-pills.mb-3.betterChoice_cardtab li:first-child {
  border-right: 1px solid #e0e0e0;
}

ul.nav.nav-pills.mb-3.betterChoice_cardtab li:last-child {
  border-left: 1px solid #e0e0e0;
}

ul.nav.nav-pills.mb-3.betterChoice_cardtab li {
  width: 100%;
}

button.nav-link {
  color: #080808 !important;
  font-size: 18px;
  padding: 20px 10px;
  border-radius: 16px !important;
  width: 100%;
}

button.nav-link.active {
  background-color: #c9e0fd87 !important;
  color: var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
}

.tabArrow {
  top: 15px;
  right: -15px;
}

.cardLoanRepay {
  background-image: url("../../images/repay-Bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.aboutus {
  background-size: 100% 100% !important;
}

.bg-green-light {
  background-color: #ffe8ea;
  font-weight: 800;
}

.cardLoanRepay1,
.aboutus1 {
  background-size: 100% 100%;
}

.blockRepay {
  background-color: #fff;
  border: 1px solid #d1eaff;
  border-radius: 20px;
  transition: all ease-in 0.2s;
}

.outlineNum {
  font-size: 50px;
  color: white;
  text-shadow:
    -1px -1px 0 var(--primary-color),
    1px -1px 0 var(--primary-color),
    -1px 1px 0 var(--primary-color),
    1px 1px 0 var(--primary-color);
}

.blockRepay:hover {
  border-color: var(--primary-color);
}

.blockRepay:hover figure img {
  margin-top: -20px;
  margin-right: 20px;
  border-top: 10px solid var(--primary-color);
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all ease-in 0.2s;
}

.repayProcess-section {
  background: #fff;
}

.office-card {
  margin-top: -68px;
}

.hover-white:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* faqs css  */

.accordion-item h2{
  font-family: "Mona Sans", sans-serif!important;
} 

.accordion-item {
  border: 1px solid var(--primary-color) !important;
  border-radius: 7px !important;
  padding: 12px 0px;
}

.accordion-button.collapsed {
  color: var(--primary-color);
}

.accordion-button::after {
  background-image: url(../../images/plus.svg);
  right: 18px;
  top: 18px;
  position: absolute;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/minus.svg);
  top: 9px;
  right: -31px;
  position: relative;
  transform: none !important;
}

.accordion-button:not(.collapsed) {
  color: #fb4253;
}

.linkDL {
  right: -16px;
  top: 36px !important;
}

/* how it works css  */
.worksItems h4 {
  background-color: var(--primary-color);
  width: 140%;
  float: right;
}

.worksItems1 h4 {
  background-color: var(--primary-color);
  width: 140%;
}

/* apply loan page css  */
.apply-banner-section {
  background-image: url("../../images/apply-loan-banner.jpg");
  background-size: cover;
  background-position: bottom;
}

.blueText {
  color: #fb4253;
}

.bg-booked {
  background-image: url("../../images/booked-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.commonBlockbenefit {
  /* border: 1px solid var(--primary-color); */
  box-shadow:
    rgb(184 189 224) 0px 10px 36px 0px,
    rgb(255 255 255) 0px 0px 0px 1px;
}

.riskBlock {
  border-radius: 20px 20px 200px 200px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.table> :not(:first-child) {
  border-top: none;
}

.table {
  white-space: nowrap;
}

.aACard {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 124, 254, 0.2);
}

.aACard:hover {
  background: linear-gradient(180deg, #fb4253 0%, #004a98 100%);
  color: white;
}

.aACard:hover svg path {
  fill: #fff;
}

/* Affiliate page css  */
.feature-items2 {
  background-color: #0066d1;
}

.feature-items3 {
  background-color: #065db8;
}

.feature-items4 {
  background-color: #014b99;
}

.start1-50 {
  left: 43.55% !important;
}

.validation-box {
  border-radius: 30px 30px 0px 0px;
}

.criteria-item {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
}

.home-affiliate .owl-carousel {
  width: 120%;
}

.home-affiliate button.owl-prev {
  background-image: url(../../images/next-icon.png) !important;
  height: 42px;
  width: 44px;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  position: absolute;
  top: 40%;
  left: 0%;
  color: transparent !important;
}

.home-affiliate .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
  border-radius: 50%;
}

.home-affiliate button.owl-next {
  background-image: url(../../images/previous-icon.png) !important;
  position: absolute;
  top: 40%;
  left: 9%;
  height: 42px;
  width: 44px;
  background-size: 95% !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
}

.aboutLoanProcess-section h5 {
  color: var(--primary-color) !important;
}

.about-set .owl-carousel .owl-item img {
  width: 50px;
}

.about-set .card {
  width: 360px;
  height: 284px;
}

.about-set button.owl-prev,
.about-set button.owl-next {
  top: 98%;
}

.about-set h5.fw-bold {
  display: flex;
  align-items: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.cardProduct h5 {
  /* font-size: 18px; */
}

/* journey css start  */
.bg-darkblue {
  background-color: #fb4253;
}

.loanJourneyTitle h2 {
  border-left: 6px solid #fff;
  /* font-size: 1.5rem; */
  color: var(--primary-color);
}

.loanJourney {
  background-position: center;
}

.commonForm {
  border-radius: 30px 30px 0px 0px;
}

.tabRadio {
  background-color: #c9e0fd87;
}

.tabRadio input[type="radio"] {
  display: none;
  padding: 5px 25px;
}

#one:checked~.one,
#two:checked~.two {
  display: block;
}

.tabRadio label {
  cursor: pointer;
  width: 50%;
  /* height: 44px; */
  padding: 9px 10px;
  text-align: center;
  margin-right: -3px;
}

.tabRadio input:checked+label {
  font-weight: 600;
  background: #fff;
  border-radius: 7px;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  box-shadow:
    0px 3px 8px 0px rgba(0, 0, 0, 0.12),
    0px 3px 1px 0px rgba(0, 0, 0, 0.04);
}

.form__radio-input {
  display: none;
}

.form__radio-group {
  display: inline-block;
}

.form__radio-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.form__radio-button {
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #fb4253;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #fb4253;
  opacity: 0;
}

.form__radio-input:checked+.form__radio-label .form__radio-button:after {
  opacity: 1;
}

.commonForm input[type="date"]::-webkit-inner-spin-button,
.commonForm input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.darkBluetext {
  color: #032e63;
}

.btn-cancel {
  border: 1px solid #fb4253;
  color: #fb4253;
}

.Uploadslide .owl-item {
  width: 15% !important;
}

.borderGreen {
  border: 1px solid #daefb4;
}

/* ekyc */

.update-circle {
  border: 1px solid #d1eaff;
  height: 50px;
  width: 50px;
  position: relative;
  background-color: #fff;
}

.update-circle.active:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: var(--primary-color);
  left: 34%;
  top: 34%;
  border-radius: 50%;
}

.update-circle.active {
  border-color: var(--primary-color);
}

.coverDivcircle {
  display: grid;
  gap: 20px;
}

.lineProgress {
  background-color: #d1eaff;
  left: 8px;
  height: 90%;
}

.lineProgress.completed {
  background-color: #95d227;
  left: 8px;
}

.update-circle.completed {
  border-color: #95d227;
  background-color: #f2f9e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-bar-menu {
  top: 24px;
  max-height: calc(80vh - 24px);
}

/* ----------------------------------- */
.steps .step {
  margin-bottom: 32px;
  opacity: 1;
}

.steps .step.active {
  opacity: 1;
}

.step-title {
  /* font-size: 18px; */
  font-weight: 500;
  margin-bottom: 4px;
  color: #202020;
}

.step-desc {
  /* font-size: 12px; */
  color: rgba(32, 32, 32, 0.6);
}

.aadhaar-section {
  backdrop-filter: blur(15px);
  box-shadow: 0px 0px 14px rgba(208, 234, 255, 0.6);
  border-radius: 30px 30px 0px 0px;
}

.otp-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #8d8d8d;
  font-size: 24px;
  font-weight: bold;
}

.frame-parent {
  box-shadow: 0px 0px 5px #d1eaff;
  margin-top: -85px;
  z-index: 1000;
  position: relative;
  background: #ffffff;
  width: 74%;
  margin-left: 95px;
  text-align: center;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0) !important;
}

.popup-model {
  border-radius: 20px 20px 0px 0px;
  border: 2px solid#3283f9;
}

/* upload  */

.selfie-image {
  border: 5px solid#FB4253;
}

/* loan offer  */

.loan-offer-cal {
  border-radius: 15px;
  box-shadow: -1px 14px 28px 0px #3283f95c;
}

.loan-emi {
  border-radius: 15px 15px 0px 0px;
}

.textGreen {
  color: #fb4253;
}

/* 27-10-2025 */

.span-border {
  border-left: 6px solid var(--primary-color);
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.bg-lightblue {
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 25px 25px 0px 25px;
}

.bg-lightgreen {
  /* background-color: #FB4253; */
  border-radius: 12px;
  padding: 0px 25px 0px 25px;
  background-image: url("../../images/bg-grn.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-dash-content h3 {
  /* font-size: 20px; */
  font-weight: 400;
  color: var(--primary-color);
  text-align: start;
}

.left-dash-content .progress {
  height: 2rem;
  background-color: #ffdcdf;
  border-radius: 30px;
  margin: 0px;
  padding: 0px;
}

.left-dash-content .progress-bar {
  /* background-color: #95CB16; */
  background-color: var(--primary-color);
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}

.left-dash-content .btn-primary {
  width: 300px;
  /* margin: 0 auto; */
  display: block !important;
}

.journey-txt h5 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 700;
}

.journey-txt p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.cursor-pointer {
  cursor: pointer;
}

/* step loan page css */
.steps-card {
  margin-bottom: 20px;
  cursor: pointer;
}

.steps-img img {
  width: 50px;
  height: 50px;
}

.steps-txt .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 2px;
}

.steps-txt .card-text {
  font-size: 10px;
  color: #212121;
  margin-bottom: 0px;
  line-height: 14px;
}

.steps-card .card {
  border: 2px dashed #9b9b9b;
  border-radius: 12px !important;
}

.steps-card .card .card-body {
  border-radius: 12px !important;
  background-color: #fff;
}

/* for ongoing card */

.ongoing {
  color: #fff !important;
  opacity: 100% !important;
}

/* for ongoing card */

/* for done active card */
.step-done-active .card-body {
  background-color: #10b059 !important;
  border-color: #10b059 !important;
}

.ongoingStep .card-body {
  background-color: #c9e0fd87 !important;
}

.step-done-active .card-text,
.step-done-active .card-title {
  color: #ffffff;
}

/* for done active card */

/* for disabled card */
.disabled-card .card-title,
.disabled-card .card-text {
  opacity: 70%;
}

/* for disabled card */

.line-box {
  position: relative;
  padding-left: 20px;
}

.line-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 41px;
  width: 6px;
  background-color: #ffffff;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 28/10/25 */

.verification {
  font-size: 16px;
  color: #4e4f50 !important;
  font-weight: 700;
}

.verify-heading {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: var(--primary-color);
}

/* selfie css */
.selfie-box {
  width: 260px;
  height: 243px;
  margin: 0 auto;
}

.selfie-box img {
  width: 100%;
  height: 100%;
}

.selfie-note {
  color: #07085e;
}

.w-180 {
  width: 180px;
}

/* bank statement css */
label {
  font-size: 15px;
  color: #000000;
  display: block;
}

.select-gender .btn-group {
  width: 100%;
  gap: 20px;
}

.select-gender .btn-outline-primary {
  height: 156px;
  width: 100%;
  border-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  color: #000;
}

.select-gender .btn-outline-primary img {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.select-gender .btn-check:checked+.btn {
  border-color: #fb4253 !important;
  background-color: transparent;
  color: #fb4253;

  box-shadow: none;
}

.select-gender .btn-check {
  position: absolute;
  clip: auto;
  pointer-events: none;
  left: 10px;
  top: 10px;
  accent-color: #fb4253;
}

.select-gender .btn-outline-primary span {
  position: absolute;
  left: 50%;
  bottom: 5%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.approval-box img {
  width: 50%;
}

.failed {
  width: 35% !important;
}

.approval-box h2 {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

/* upload-bank-statement */
.upload-card .card {
  border-color: #fb4253;
  border-radius: 12px !important;
}

.upload-card .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.list-note {
  font-size: 12px;
}

.list-note p {
  color: #212121;
  margin-bottom: 4px;
}

.timer-box {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border: 1px solid #fb4253;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timer-box span {
  font-size: 30px;
  font-weight: 600;
  color: #212121;
}

.aggregator-card .card {
  border-radius: 12px !important;
  box-shadow: 0 0 5px #d1eaff;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 1px 4px 0px,
    rgba(209, 234, 255, 1) 0px 0px 5px 0px;
}

.aggregator-card .card .card-header {
  padding: 14px 12px 15px 12px;
  border-radius: 12px 12px 0px 0px !important;
  border-bottom: 1px solid #d1eaff;
  background-color: #fff;
  border-top: 4px solid #fb4253;
}

.aggregator-card .card-title {
  font-size: 18px;
  margin-bottom: 0;
}

.aggregator-card .card-body {
  padding: 1.5rem 3rem;
}

.btn-outline-secondary {
  background-color: #ebf5ff;
  color: #fb4253;
  font-size: 16px;
  border-radius: 12px;
  border-color: #fb4253;
}

.card-info {
  padding: 6px 12px;
  background-color: #fb4253;
  font-size: 12px;
  color: #fff;
  width: 237px;
  border-radius: 10px 10px 0px 0px;
  margin-right: 7rem;
}

.process-failed {
  width: 130px !important;
}

.custom-select .form-select {
  border-radius: 6px;
  font-size: 14px;
}

.custom-select .form-select:focus {
  box-shadow: none;
}

.dark-blue-btn {
  background-color: rgba(0, 34, 105, 1) !important;
  font-family: "Mona Sans";
  font-weight: 500;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.dark-blue-btn:hover {
  color: #fff;
}

.custom-form-control label {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}

.custom-form-control .form-select,
.custom-form-control .form-control {
  padding: 10px 10px;
  border-color: #8d8d8d;
  border-radius: 12px;
}

.custom-form-control .form-select:focus {
  box-shadow: none;
}

.head-verification {
  font-size: 22px !important;
}

#thankuModal h5 {
  font-size: 16px;
  font-weight: 600;
}

#thankuModal .popup-model {
  border-radius: 5px;
  border: none;
}

.check-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.completed-status::after {
  content: url("../../images/check-circle.png");
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 56%;
  transform: translate(-56%, -50%);
}

.ongoing-status,
.completed-txt {
  color: #202020;
}

.upcoming {
  color: #949494;
}

.status_head {
  font-size: 24px;
}

.profile-card .card {
  background: #ebf5ff;
  border: none;
  border-radius: 16px !important;
}

.profile-card th,
.profile-card td {
  font-size: 16px;
  color: #07085e;
  padding: 8px 0px;
}

.profile-card td {
  font-weight: 700;
}

.profile-card th,
.profile-card td {
  width: 50%;
}

.right-card th,
.right-card td {
  padding: 12px 0px;
}

.custom-outline {
  border-color: #fb4253;
  color: #fb4253;
  background-color: #ffffff !important;
  border-width: 1px;
}

.fs-24 {
  font-size: 24px;
  color: #07085e;
}

.fs-16 {
  font-size: 16px;
  color: #07085e;
}

.reason-check label {
  font-size: 18px;
  font-weight: 600;
}

.reason-check .list-group-item {
  font-size: 14px;
  color: #07085e;
  font-weight: 500;
  margin-bottom: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.sign-step-txt {
  color: #07085e;
}

.sign-step-txt p {
  font-size: 14px;
  margin-bottom: 5px;
}

.sign-step-txt h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.sign-step-wrapper .list-group-item {
  margin-bottom: 20px;
  border: 1px solid #07085e;
  border-radius: 12px;
}

.h-77 {
  height: 77%;
}

.h-40 {
  height: 40%;
}

.padding-b-0 {
  padding-bottom: 0px !important;
}

.left-52 {
  left: -52px;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-55 {
  height: 55%;
}

.h-66 {
  height: 66%;
}

.h-18 {
  height: 18%;
}

.h-70 {
  height: 70%;
}

/* new css  */
.logo-img-journey {
  height: 50px !important;
}

.home-affiliate img.img-fluid {
  border-radius: 12px;
  margin: 4px 0px;
  padding: 10px 0px;
}

.home-affiliate .owl-carousel .owl-item img {
  border-radius: 20px !important;
}

.home-affiliate .owl-nav {
  position: relative;
  top: 0px;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.subText {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 400;
}

.subText1 {
  font-size: 22px;
  font-weight: 400;
}

.benefit_key h5 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.benefit_key ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.choose_us {
  background: linear-gradient(102deg,
      rgba(235, 243, 254, 1) 31%,
      rgba(240, 208, 219, 1) 76%);
}

.choose_txt h4 {
  font-size: 24px;
  font-weight: 700;
}

.choose_txt p {
  font-size: 14px;
}

.choose_img {
  width: 80px;
  height: 80px;
  border: 1px solid #00a209;
  border-radius: 50%;
  background-color: #00a209;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose_img img {
  width: 60px;
}

.loan-card .card {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-bottom: 20px solid #032e63;
  border-radius: 20px !important;
}

.loan-card .card-2 {
  border-bottom: 20px solid #fb4253 !important;
}

.loan-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 35px;
}

.loan-card .card-text {
  font-size: 16px;
  text-align: left;
}

.loan-card .card-title::after {
  content: url(../../images/line.png);
  display: inline-block;
  /* width: 125px; */
  /* height: 1px; */
  /* background-color: black; */
  position: absolute;
  bottom: 1px;
  left: 50%;
  bottom: -26px;
  transform: translate(-50%, -18%);
}

#totalamount::before,
#totalintest::before,
#totalprincipal::before {
  content: "₹";
  display: inline-block;
}

.fw-700 {
  font-weight: 700;
}

.link-txt {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px !important;
}

.small-card .card {
  border: none;
  border-radius: 15px !important;
}

.small-card .card-body {
  padding: 1.7rem 1rem;
}

.small-card .card img {
  width: 70px;
  margin-bottom: 10px;
}

.bg-blue {
  background-color: var(--primary-color);
}

.bg-light-sky {
  background-color: rgb(244 249 253);
}

.rate-txt h6 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
}

.rate-txt h4 {
  color: #00a209;
}

.mb-35 {
  margin-bottom: 35px;
}

.fs-22 {
  font-size: 22px !important;
}

.key_img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f7f8fe;
}

.key_img img {
  width: 62px;
}

.key_txt h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.terms-nd-conditions p {
  font-size: 18px;
}

.table-subhead {
  font-size: 18px;
}

.loan-table table tr th {
  padding: 14px 10px;
}

.loan-table table tr td {
  padding: 18px 10px;
}

.loan-table .table-dark {
  --bs-table-bg: #032e63 !important;
}

.loan-table p {
  font-size: 20px;
  font-weight: 400;
}

.yellow-txt {
  color: #fb9a13;
}

.btm-card-footer {
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 0px 35px;
  bottom: 20px;
}

.lh-lg-1 {
  line-height: 1.8 !important;
}

.f-22 {
  font-size: 22px;
}

.contact-box i.fa.fa-phone.faa,
.contact-box i.fa.fa-envelope-o.faa {
  display: none;
}

figure.commonSec img {
  border-radius: 20px;
}

.side-dock,
.side-dock1,
.side-dock2,
a.dock-item.dock-whatsapp {
  display: none !important;
}

.footer-bottom {
  margin-bottom: 45px;
}

/* blog */
.blog-card .post-slide {
  margin: 0 10px;
  background: #fff;
  text-align: left;
  box-shadow:
    0px 4px 45px -15px #00000026,
    0 4px 4px 0px #032e6333;
  border-radius: 25px;
  margin: 0px 0px 20px 0px !important;
  border: 1px solid #009ad3;
  padding: 20px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.blog-card .post-slide .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  width: 185px;
  height: 185px;
}

.blog-card .post-slide .post-img img {
  width: 100% !important;
  height: 100% !important;
  transform: scale(1, 1);
  transition: all 0.3s ease 0s;
  border-radius: 15px 15px 0px 0px;
}

.blog-card .post-slide:hover .post-img img {
  transform: scale(1.2, 1.2);
}

.blog-card .post-slide .over-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background: rgba(68, 67, 64, 0.9);
  transition: all 0.5s linear;
  border-radius: 10px;
}

.blog-card .post-slide .post-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-card .post-slide .post-review {
  padding: 5px 0;
  overflow: hidden;
  text-align: left;
  background: #ffffff;
  width: 100%;
  box-shadow: none;
}

.blog-card .post-slide .post-title {
  margin-top: 0;
  text-align: left;
  /* height: 64px !important; */
}

.blog-card .post-slide .post-title a {
  display: block;
  color: #2b3c74;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 6px;
  display: block !important;
  float: none !important;
}

.blog-card .post-slide:hover .over-layer {
  opacity: 1;
}

.blog-card .post-slide .post-title {
  margin-top: 0;
  text-align: left;
  height: 60px !important;
}

.blog-card .post-slide .post-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .post-slide .post-title.expanded {
  -webkit-line-clamp: unset;
}

.post-detail {
  font-size: 14px !important;
  color: #aeaeae !important;
}

.post-detail .mx-2 {
  margin: 0px 5px;
}

.blog-txt {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-txt.expanded {
  -webkit-line-clamp: unset;
}

.custom-outline-primary {
  border: 2px solid #009ad3;
  color: #2b3c74;
  border-radius: 22px;
  font-weight: 700;
}

.custom-outline-primary:hover {
  background-color: #009ad3 !important;
}

.ms-12 {
  margin-left: 12px;
}

.blog-row {
  margin-top: 50px;
}

.blog-tags1 {
  font-size: 28px !important;
  color: #2b3c74 !important;
  line-height: normal !important;
  font-weight: bold !important;
}

@media (max-width: 992px) {
  .blog-card .post-slide {
    display: block;
  }

  .blog-card .post-slide .post-img {
    width: 100%;
  }
}

.sub_blog {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.sub_blog h2 {
  font-size: 28px;
  color: #2b3c74;
  margin: 0px !important;
}

.sub_blog img {
  width: 30px !important;
  height: 30px !important;
}

.blog-date1 {
  font-size: 16px;
  color: #aeaeae;
  font-weight: 700;
  text-decoration: none;
  cursor: auto;
}

.blog-date1:hover,
.blog-date1:focus {
  color: #aeaeae;
}

.blog-date1 i {
  color: #2b3c74;
  margin-right: 6px;
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.icon-box img {
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.hr-line {
  border: 1px solid #d2d2d2;
}

.txt-blog {
  color: #313131 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
}

.radius-10 {
  border-radius: 10px;
  margin: 20px 0px;
}

.sub_title_txt {
  font-size: 26px !important;
  letter-spacing: 0.5px;
  font-weight: 600 !important;
}

.sub_title_txt1 {
  font-size: 24px !important;
  letter-spacing: 0.5px;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #009ad3 !important;
}

.list-head {
  font-size: 18px !important;
  color: #1d202c;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.items-list {
  list-style-image: url("../../images/nav-arrow.png");
  padding-left: 22px;
}

.items-list li {
  font-size: 16px;
  font-weight: 400;
  color: #1d202c;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-10 {
  margin-top: 10px;
}

.number-list {
  padding-left: 28px;
}

.inner-list {
  list-style-type: none;
  padding-left: 0px;
}

.inner-list li {
  list-style: none;
  font-size: 16px;
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-left: 0;
  margin: 10px 0px;
}

.mt-25 {
  margin-top: 25px;
}

.scroll-sticky {
  position: sticky;
  top: 20px;
  /* distance from top */
}

.blog-card .post-slide1 {
  display: block !important;
  padding: 10px !important;
}

.blog-card .post-slide1 .post-img {
  width: 100% !important;
  height: 160px !important;
}

.blog-card .post-slide1 .post-title a {
  letter-spacing: 0.5px !important;
}

.scroll-sticky .post-title {
  height: auto !important;
}

.padding-0 {
  padding: 0px !important;
  border: none !important;
}

@media (max-width: 1200.98px) {
  .our-blog-bg1 {
    min-height: 200px;
  }

  .blog-area {
    padding: 20px 0px;
  }
}

@media (max-width: 1200px) {
  .blog-card .post-slide1 .post-detail {
    font-size: 11px !important;
  }

  .blog-card .post-slide1 .post-title a {
    letter-spacing: 0px !important;
    font-size: 13px !important;
  }

  .post-slide1 .custom-outline-primary {
    font-size: 12px !important;
  }

  #session_timeout {
    margin-top: 35px;
  }
}

@media (max-width: 991.98px) {
  .our-blog-bg1 {
    min-height: 180px;
  }
}

/* @media(max-width:767px){

 .our-blog-bg1{
        min-height:300px;
    }
} */

@media (max-width: 600.98px) {
  .count-col {
    column-count: 1;
  }

  .our-blog-bg1 {
    min-height: 200px;
  }
}

/* blog carousel */
.blog-area .owl-carousel .card {
  overflow: hidden;
}

.blog-area .owl-dots {
  display: none;
}

.blog-area .owl-carousel {
  margin-top: 20px;
}

.blog-area .owl-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-area .owl-carousel .owl-nav button.owl-prev,
.blog-area .owl-carousel .owl-nav button.owl-next {
  width: 40px !important;
  height: 40px !important;
  background: #2a3972 !important;
  border-radius: 30% !important;
  font-size: 30px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.blog-area .owl-carousel .owl-nav button.owl-prev {
  position: absolute !important;
  top: 38% !important;
  left: -20px !important;
}

.blog-area .owl-carousel .owl-nav button.owl-next {
  position: absolute !important;
  top: 38% !important;
  right: -20px !important;
}

.blog-area .owl-carousel .owl-nav button.owl-prev span,
.blog-area .owl-carousel .owl-nav button.owl-next span {
  font-size: 30px !important;
}

.blog-area .owl-carousel .owl-nav button.disabled {
  background-color: gray !important;
}

.blog-area .owl-carousel .owl-nav button.disabled span {
  opacity: 0.5 !important;
}

.blog-area .owl-carousel {
  position: relative !important;
}

@media (max-width: 767.98px) {

  .blog-area .owl-carousel .owl-nav button.owl-next,
  .blog-area .owl-carousel .owl-nav button.owl-prev {
    position: static !important;
  }

  .blog-area .owl-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
}

/* =========== Journey ============ */

.logo-img-j {
  /* height: 46px !important; */
  width: 220px;
}

.journey-footer {
  background-color: var(--primary-color);
}

.loginPage {
  background-image: url("../../images/J-bg.svg");
  background-repeat: no-repeat;
  object-fit: fill;
}

.loginPage-steps {
  background: linear-gradient(0deg, #fff 0%, #fff1f1 100%);
}

.text-secontary {
  color: var(--primary-color) !important;
}

.j-apply {
  border-radius: 20px;
  background: rgba(255, 244, 244, 0.57);
  backdrop-filter: blur(25px);
}

.line-box p span {
  color: #fb4253;
  font-weight: 900;
}

.step-done {
  border-radius: 7px !important;
  background: #e6f8ef !important;
  border: none !important;
}

.on-going {
  border-radius: 7px !important;
  background: linear-gradient(270deg,
      #044da7 0%,
      var(--secondary, #032e63) 100%) !important;
  color: #fff !;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(0, 139, 12);
  /* margin-top: -42px; */
  margin-left: 19px;
  position: absolute;
}

.hed-section {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff1f1 100%);
  text-align: center;
}

.applyDiv {
  border-radius: 20px;
  border: 1px solid var(--Primary-Color, #032e63);
  background: #fff;
  box-shadow: 0 4px 10px 0 #e2efff;
}

.btn-retake {
  border: 2px solid #032e63;
  background-color: #eef4ff;
  color: #032e63;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 12px;
}

.btn-retake-loan {
  border: 2px solid #032e63;
  background-color: #eef4ff;
  color: #032e63;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 12px;
}
.btn-retake-loan:hover {
  border: 2px solid #032e63;
  background-color: #bcceef;
  color: #032e63;
  font-weight: bold;
}

.btn-retake:hover {
  border: 2px solid #032e63;
  background-color: #bcceef;
  color: #032e63;
  font-weight: bold;
}

.form-control {
  border-radius: 12px;
  border: 1px solid #6c757d;
  background: #fff;
  padding: 10px;
}

.aadhaar_no {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-radius: 15px;
}

.aadhaar_no:focus {
  border-color: #032e63;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

.loan-offer-amt {
  border-radius: 12px;
  border: 1px solid var(--secondary, #032e63);
  background: var(--j-bg, #f6f9ff);
}

.btn-outline {
  border-radius: 4px;
  border: 3px solid var(--miscellaneous-alert-menu-action-sheet-separators,
      rgba(128, 128, 128, 0.55));
  background: #fff;
  
}
.btn-outline-loan {
  border-radius: 4px;
  border: 3px solid var(--miscellaneous-alert-menu-action-sheet-separators,
      rgba(128, 128, 128, 0.55));
  background: #fff;
  padding: 10px 22px;
  border-radius: 12px;
}

.circle-chart {
  --size: 180px;
  --inner: 140px;
  --value: 0;
  /* animated value */
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: conic-gradient(var(--chart-color) calc(var(--value) * 1%),
      #e9ecef 0);
  transition: --value 1s ease-out;
}

.circle-chart::before {
  content: "";
  width: var(--inner);
  height: var(--inner);
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.chart-inner {
  position: relative;
  text-align: center;
}

.principal-chart {
  --chart-color: #032e63;
}

.interest-chart {
  --chart-color: #fb4253;
}

.total-chart {
  /* --chart-color: #fb4253; */
    background: linear-gradient(0deg, #FF3648 0%, #032E63 100%);
}

@media (max-width: 576px) {
  .circle-chart {
    --size: 150px;
    --inner: 115px;
  }
}

.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.35);
  /* backdrop-filter: blur(6px); */
}

.modal-content {
  animation: popupScale 0.25s ease;
}

@keyframes popupScale {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.custom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(5px);
  z-index: 1040;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.341) !important;
}

.modal-backdrop.show {
  opacity: 35 !important;
  /* backdrop-filter: blur(75px); */
}

/* File preview */
.file-preview {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px;
  margin: 35px 0px;
}

.file-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-info img {
  width: 32px;
}

.file-name {
  font-weight: 600;
  margin: 0;
  color: #07085e;
}

.file-size {
  font-size: 12px;
  color: #07085e;
  margin: 0;
  text-align: left;
}

.remove-btn {
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.doc-desc ul {
  padding: 0px;
  margin: 0px 30px;
  list-style-position: inside;
}

.custom-check .form-check-label {
  font-size: 12px;
  color: #07085e;
  font-weight: 400;
}

.doc-desc ul li {
  font-size: 12px;
  color: #07085e;
  font-weight: 400;
  /* list-style-type: none; */
  position: relative;
}

.doc-desc ul li::marker {
  color: #07085e;
  font-size: 15px;
}

.custom-select .form-select {
  /* border-color: #ffeeee; */
  padding: 15px 12px;
  border-radius: 10px;
  color: #07085e;
  font-weight: 600;
}

.custom-select .form-select:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}

/* Tracker */
.tracker {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.progress-line {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 4px;
  background: #032e63;
  z-index: 1;
}

.progress-fill {
  height: 100%;
  width: 0;
  background: #2ecc71;
  transition: 0.4s ease;
}

.steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.step {
  flex: 1;
  text-align: center;
}

.circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #444;
  color: #fff;
}

.step.completed .circle {
  background: #d9ffd9;
  color: #2ecc71;
}

.step.active .circle {
  background: #032e63;
  color: #fff;
}

.step.upcoming .circle {
  background: #ffd9d4;
  color: transparent;
}

.label {
  margin-top: 12px;
  font-size: 14px;
  background-color: #fff;
}

/* Desktop progress widths */
.tracker.step-1 .progress-fill {
  width: 0%;
}

.tracker.step-2 .progress-fill {
  width: 20%;
}

.tracker.step-3 .progress-fill {
  width: 40%;
}

.tracker.step-4 .progress-fill {
  width: 60%;
}

.tracker.step-5 .progress-fill {
  width: 80%;
}

.tracker.step-6 .progress-fill {
  width: 100%;
}

/* Mobile */
@media (max-width: 576px) {
  .progress-line {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 80%;
    transform: translateX(-50%);
  }

  .steps {
    flex-direction: column;
    gap: 40px;
  }
}

.direct-approved {
  background-color: rgb(180, 233, 180);
}

.bank-details-img {
  border: 3px solid green;
  border-radius: 30px;
}

.page-bg {
  background-color: #f6f9ff !important;
}

.phone-mockup {
  width: 340px;
  height: 600px;
  background: linear-gradient(145deg, #032e63, #054a8f);
  border-radius: 40px;
  padding: 20px;
  box-shadow:
    0 20px 60px rgba(3, 46, 99, 0.4),
    0 0 0 12px rgba(3, 46, 99, 0.2);
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cards-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.step-card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translateX(-50%) scale(0.75);
  opacity: -0.25;
  
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.step-card[data-position="-2"] {
  top: 20px;
  opacity: 0.1;
}

.step-card[data-position="-1"] {
  top: 100px;
  transform: translateX(-50%) scale(0.8);
  opacity: 0.4;
}

.step-card[data-position="0"] {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  border-color: #4caf93;
  box-shadow: 0 12px 32px rgba(76, 175, 147, 0.25);
  z-index: 10;
}

.step-card[data-position="1"] {
  bottom: 100px;
  transform: translateX(-50%) scale(0.8);
  opacity: 0.4;
}

.step-card[data-position="2"] {
  bottom: 20px;
  opacity: 0.1;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease;
}

.step-card[data-position="0"] .step-icon {
  border-color: #4caf93;
  background: #4caf93;
}

.checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
}

.step-card[data-position="0"] .checkmark {
  animation: check-appear 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes check-appear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
  }

  60% {
    transform: scale(1.2) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.checkmark path {
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}

.step-card[data-position="0"] .checkmark path {
  animation: check-draw 0.4s ease-out 0.1s forwards;
}

@keyframes check-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.step-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.timeline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.timeline-item {
  display: flex;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateX(8px);
}

.timeline-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fb4253;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(241, 122, 100, 0.5);
  transition: all 0.3s ease;
  position: relative;
}

.timeline-item:hover .timeline-number {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(175, 91, 76, 0.5);
}

.timeline-item:not(:last-child) .timeline-number::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 64px;
  background: linear-gradient(180deg, #fb4253 0%, #054a8f 100%);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}

.timeline-content {
  flex: 1;
  padding-top: 4px;
}

.timeline-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.timeline-item:hover .timeline-content h3 {
  color: #032e63;
}

.timeline-content p {
  /* font-size: 16px; */
  line-height: 1.6;
  color: #666;
  max-width: 420px;
}

@media (max-width: 1024px) {
  .container {
    flex-direction: column;
    gap: 60px;
  }

  .phone-mockup {
    width: 300px;
    height: 540px;
  }
}

.card-hero {
  border-radius: 20px;
  border: 1px solid rgba(43, 60, 116, 0.3);
  background: rgba(255, 255, 255, 0.71);
  backdrop-filter: blur(28.5px);
}

.calculateLoan {
  background-color: #E6F1FF;
}

.border-left {
  border-left: 1px solid #d3d1d1;
}


/* mousewheel css */


.main-wrap {
  position: relative;
  height: 200vh;
  /* scroll space for sticky */
}

.section-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.circle-bg {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 600px;
  opacity: 0.9;
  z-index: 1;
}

/* ---- CENTER MOCKUP ---- */

.phone-mockup1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  z-index: 1;
}

.apply-btn {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  width: 270px;
  z-index: 6;
  background-color: #032e63 !important;
  border-color: #032e63 !important;
  font-size: 13px;
}

/* ---- SWIPER ---- */

.main-wrap .swiper {
  padding: 25px 0 30px;
  z-index: 3;
}

.main-wrap .swiper-slide {
  height: auto;
  display: flex;
  width: 280px !important;
}

.feature-card {
  background: #dbebff;
  padding: 16px;
  color: #032e63;
  min-height: 210px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;

  border-radius: 21px;
  border: 1px solid rgba(3, 46, 99, 0.24);
  background: #dbebff;
  box-shadow: 0 3px 25px 0 rgba(33, 33, 33, 0.2);
}

.icon-box1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff4b5c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.feature-card p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  flex-grow: 1;
}

/* ---- TITLE ---- */

.title {
  text-align: center;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #666;
  max-width: 750px;
  margin: 0 auto 20px;
}

.mockup-logo {
  position: absolute;
  left: 47%;
  top: 33%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 150px;
}

/* ---- RESPONSIVE ---- */


.main-wrap {
  position: relative;
}

.top-20 {
  top: 20px;
}

@media (max-width: 1600px) {
  .mockup-logo {
    position: absolute;
    left: 46%;
  }
}

@media (max-width: 1536px) {
  .swiper {
    padding: 0px 0 30px;
    /* z-index: 3; */
    margin-top: 60px;
  }

  .apply-btn {
    bottom: 24%;
  }
}

@media (max-width: 1440.98px) {
  .section-wrap {
    height: 114vh;
  }
}

@media (max-width: 1280.98px) {
  .circle-bg {
    width: 550px;
  }

  .phone-mockup1 {
    width: 280px;
  }

  

  .main-wrap .swiper-slide {
    width: 240px !important;
  }

  .feature-card {
    min-height: 160px;
  }


  .feature-card h5 {
    font-size: 14px;
  }

  .feature-card p {
    font-size: 11px;
  }

  .subtitle {
    font-size: 13px;
  }

  .apply-btn {
    width: 230px;
  }
}

@media (max-width: 1240.98px) {

  /* .mockup-logo {
    top: 28%;
  } */
  .section-wrap {
    height: 136vh;
  }
}

@media (max-width: 1200px) {
  .mockup-logo {
    position: absolute;
    left: 45%;
  }
}

@media (max-width: 768.98px) {
  .mockup-logo {
    position: absolute;
    left: 42%;
  }
}

@media (max-width: 540.98px) {
  .section-wrap .position-absolute {
    padding: 0px 15px;
  }

      .section-wrap  .swiper {
        margin-top: 0px;
    }

  .circle-bg {
    width: 90%;
  }

.phone-mockup1 {
        width: 240px;
    }


  .main-wrap .swiper-slide {
    width: 186px !important;
  }

  .apply-btn {
    width: 200px;
    bottom: 30%;
  }

  .section-wrap {
    height: 150vh;
  }

  .mockup-logo {
    top: 36%;
    left: 44%;
    width: 125px;
  }

  .feature-card {
    gap: 4px;
    padding: 14px;
  }

  .feature-card h5 {
    font-size: 11px;
  }

  .icon-box1 {
    width: 30px;
    height: 30px;
  }

}

@media (max-width: 513.98px) {
  .subtitle {
    font-size: 12px;
  }
}
  @media (max-width: 431.98px) {
    .title {
      font-size: 18px;
    }
  }

  @media (max-width: 340.98px) {
    .section-wrap {
        height: 165vh;
    }

        .phone-mockup1 {
        width: 225px;
    }
    
}
.hidden {
    display: none;
}
.footer figure img.img-fluid {
    max-width: 170px;
}

.loan-quote{
border: 1px solid var(--secondary, #032E63);
background: #FFF;
box-shadow: 0 4px 10px 0 #E2EFFF;
}



/* ======= Repeat-flow(dheeraj)============= */

/* 31/10/25 */
.flex-center{
    display: flex;
    align-items: center;
}
 
.card-wrapper{
    padding: 24px;
    border: 1px solid #DDE2E7;
    border-radius: 30px;
    background-color: #ffffff;
}
 
 
.info-header{
    display: flex;
    gap: 8px;
    align-items: center;
}
 
.info-header h3{
    font-size: 34px!important;
    color: #202020;
    margin: 0px;
}
 
 
.detail-card .card{
    border: 1px solid #6600662e;
   
    border-radius: 20px;
}
 
.detail-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
 
.left-div{
    width: 35%;
     color: #032e63;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0px;
}
 
.right-div{
    width: 65%;
    color: #212121;
    font-size: 16px;
    padding: 6px 0px;
}
 
.mbtm-2{
    margin-bottom: 20px;
}
 
 
.mbtm-4{
    margin-bottom: 40px;
}
 
.information-box {
    background-color: #094da024;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
   
    padding: 12px;
    width: 70%;
}
 
.information-box p{
    margin-bottom: 0px;
    font-size: 12px!important;
    color: #032e63;
}
 
.fw-600{
    font-weight: 600;
}
 
 
.outline-secondary {
    border: 2px solid #c71585;
    padding: 12px 20px;
    border-radius: 12px;
    color: #c71585;
    font-size: 16px;
    font-weight: 600;
    background-color:#ffffff;
}
 
 
.outline-secondary {
    will-change: transform;
}
 
 
 
 
 
 
.nextbtn{
    background-color: #c71585;
    border: 2px solid #c71585;
    padding: 12px 30px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
 
 
 
 
 
/* .grp-btn{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
} */
 
.nextbtn img{
    margin-left: 10px;
    width: 23px;
    height: 23px;
}
 
.my-5{
    margin:50px 0px
}
 
 
 
 
/* dheeraj 06-01 */
@media (max-width: 992.98px) {
 
.demo .nav-stacked li h4{
    font-size: 14px!important;
}
 
    .demo .nav-stacked .panel-default .panel-body p {
    padding: 0 13px 0 0!important;
}
 
}
 
 
 
.outline-secondary {
    border: 2px solid #979797;
    padding: 12px 20px;
    border-radius: 12px;
    color: #092F5E;
    font-size: 16px;
}
 
.outline-secondary:hover {
    color: #092F5E !important;
    /* background-color: ; */
}
 
.nextbtn {
    background-color: #032e63;
    border: 2px solid #032e63;
    padding: 12px 20px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
}
 
.nextbtn:hover {
    color: #fff !important;
    /* background-color: ; */
}
 
/* .grp-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
} */
 
.nextbtn img {
    margin-left: 10px;
    width: 23px;
    height: 23px;
}
 
.my-5 {
    margin: 50px 0px
}
 
 
/*continue dialog css */
 
.confirm-dialog .modal-body {
    padding: 24px;
}
 
 
.confirm-dialog .modal-content{
  background-color: #ffffff!important;
  border-radius: 12px;
}
 
.confirm-dialog .grp-btn {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
 
.confirm-dialog h5 {
    font-size: 18px !important;
    font-weight: bold;
    color: #2b3c74;
    margin: 24px 0px;
    line-height: normal !important;
}
 
.confirm-dialog .nextbtn,
.confirm-dialog .outline-secondary {
    padding: 12px 18px!important;
    line-height: normal;
    width: 100%;
}
 
/* .confirm-dialog .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto;
} */
 
.confirm-dialog img {
    width: 120px !important
}
 
.outline-secondary:focus {
    color: #092F5E !important;
    text-decoration: none;
    box-shadow: none!important;
}
 
  .confirm-dialog .outline-secondary{
    padding: 10px 12px;
  }
 
 
 .confirm-dialog .modal-backdrop.show {
  background: rgba(0, 0, 0, 0.3)!important;
  backdrop-filter: blur(1px)!important;
}
 
 
/* .modal-backdrop.show {
    opacity: 35 !important;
    backdrop-filter: none;
} */
/*continue dialog css */
 
@media(min-width:768px) {
    .confirm-dialog .modal-sm {
        width: 472px!important;
    }
 
}
 
 
@media(max-width:767.98px) {
  .confirm-dialog .outline-secondary{
    padding: 8px 14px;
  }
 
 
 
.outline-secondary{
  padding: 9px 14px;
}
 
 
 
}
 
 
 
 
 
@media(max-width:600px) {
 
   .grp-btn{
    display: block!important;
  }
 
  .grp-btn .btn{
    width: 100%;
  }
 
 
    .card-wrapper {
        padding: 15px;
    }
 
    .information-box {
        width: 100%;
        padding: 12px;
        display: block;
        text-align: center;
    }
 
    .information-box img {
        margin-bottom: 10px;
    }
 
 
    .info-header h3 {
        font-size: 20px !important;
    }
 
    .outline-secondary,
    .nextbtn {
        width: 100%;
    }
 
    .detail-box {
        display: block;
        margin-bottom: 15px;
    }
 
    .left-div,
    .right-div {
        padding: 0px;
        width: 100%;
        font-size: 12px;
    }
}
 
 /* ==========loader ================ */

  /* Full Screen Overlay */
        .global-loader {
          position: fixed;
          inset: 0;
          background: rgba(255, 255, 255, 0.65);
          /* dark overlay for visibility */
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 999999;
        }

        /* Triple Pulse Loader */
        .loader {
          width: 40px;
          height: 40px;
          position: relative;
          border-radius: 50%;
          color: #c53a47;
          animation: fill 1s ease-in infinite alternate;
        }

        .loader::before,
        .loader::after {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          border-radius: 50%;
          top: 0;
          animation: fill 0.9s ease-in infinite alternate;
        }

        .loader::before {
          left: 55px;
        }

        .loader::after {
          right: 55px;
          animation-duration: 1.1s;
        }

        /* Pulse Animation */
        @keyframes fill {
          0% {
            box-shadow: 0 0 0 2px currentColor inset;
          }

          100% {
            box-shadow: 0 0 0 12px currentColor inset;
          }
        }
 
.info-header h3 {
    font-family: BauhausRegular !important;

}
div#captImg img {
    width: 100%;
    height: 45px;
    border-radius: 12px;
}