@font-face {
  font-family: General Sans;
  src: url(../font/GeneralSans/GeneralSans-Variable.ttf);
  /* src: url(../font/GeneralSans/GeneralSans-VariableItalic.ttf); */
}

@font-face {
  font-family: Satoshi;
  src: url(../font/Satoshi/Satoshi-Variable.ttf);
  /* src: url(../font/Satoshi/Satoshi-VariableItalic.ttf); */
}

* {
  font-family: "Satoshi";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "General Sans";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 56px !important;
}

h2 {
  font-size: 48px !important;
}

h3 {
  font-size: 28px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 16px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

body {
  font-family: "Satoshi";
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  background: url("../front/images/salary-bg.svg") no-repeat center top;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --primary-color: #0e43c9;
  --secondary-color: #fd4b23;
  --black-color: #212121;
  --bg-light: #e3ebff;
  --accent-color: #ffcdc1;
}

.text-primary {
  color: var(--primary-color) !important;
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-danger {
  color: var(--secondary-color) !important;
}

.text-muted {
  color: var(--black-color) !important;
}

/* bootstrap button css start */
.btn.btn-primary {
  background: var(--primary-color);
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 14px;
  border-color: var(--primary-color);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.btn.btn-primary:hover,
.btn-outline-primary:hover {
  transition: all 0.1s ease-in-out;
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}

/* bootstrap button css end */

/* bootstrap custom css start */
.container-fluid {
  padding-right: var(--bs-gutter-x, 3.5rem);
  padding-left: var(--bs-gutter-x, 3.5rem);
}

/* bootstrap custom css end */

/* header css */
.rounded_16 {
  border-radius: 16px!important;
}

.rounded_13 {
  border-radius: 13px;
}


/* header css start */
.custom-navbar {
  z-index: 9;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

/* Logo */
.logo-img {
  width: 150px;
}

/* Navigation Links */
.nav-link-custom {
  font-size: 14px;
  color: var(--black-color);
  padding: 0 12px !important;
  font-weight: 500;
}

.nav-link-custom:hover {
  color: var(--primary-color);
}

.nav-link-custom.active {
  color: var(--black-color);
  font-weight: 600;
  border-bottom: 3px solid var(--primary-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  border-color: var(--primary-color) !important;
}

.hed-gif {
  width: 22px !important;
}

/* ======= header css End=============== */

/* footer css start  */

.footer {
  background: var(--primary-color);
}

/* footer css end  */

/* custom css start */
.page-wrapper {
  margin-top: 92px;
}

/* custom css end */

/* hero section css start */
.hero-section {
  background-image: url("../front/images/Hero-section.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.hero-content h1 {
  font-size: 80px !important;
  font-style: normal;
  font-family: "General Sans";
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  background: grey;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px -2px 0px #fff;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary-color);
  overflow: hidden;
  position: relative;
}

.hero-btn:hover {
  color: var(--primary-color);
}

.custom-switch-btn {
  overflow: hidden;
}

/* smooth animation */
.custom-btn-text,
.custom-btn-icon {
  transition: transform 0.3s ease;
}

/* default position */
.custom-btn-text {
  order: 1;
}

.custom-btn-icon {
  order: 2;
}

/* hover → switch positions */
.custom-switch-btn:hover .custom-btn-text {
  transform: translateX(35px);
}

.custom-switch-btn:hover .custom-btn-icon {
  transform: translateX(-110px);
}

.custom-switch-btn1:hover .custom-btn-icon {
  transform: translateX(-70px);
}

/* BOTH ELEMENTS */
.btn-text,
.btn-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.35s ease;
}

/* ICON SIZE */
.btn-icon img {
  width: 28px;
}

.hero-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;

  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0.15) 30%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(255, 255, 255, 0.03) 65%,
      transparent 80%);

  filter: blur(20px);

  transform: translate(-50%, -20%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero-marq {
  background-image: url("../front/images/marq-strip.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  color: #fff;
  /* opacity: 0.2; */
}

/* Timeline line */
.timeline-line {
  position: absolute;
  top: 22%;
  left: 50%;
  height: 6px;
  background: #dcdcdc;
  z-index: -3;
  width: 65%;
  transform: translate(-50%, -50%);
}

.text-red {
  color: #fd4b23;
  font-weight: 900;
}

.step-circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.step-circle img {
  transition: transform 0.35s ease;
}

.step-card:hover .step-circle {
  transform: translateY(-8px) scale(1.08);
}

.step-card:hover .step-circle img {
  transform: scale(1.12);
}

.loan-card {
  position: relative;
  background: #d2e9ff;
  border-radius: 26px;
  padding: 30px;
  /* height: 275px; */
  /* width: 100%; */
  overflow: hidden;
  transition: 0.3s ease;
}

/* Icon */
.icon-box {
  width: 44px;
  height: 44px;
  background: #ecf1ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loan-card {
  position: relative;
  overflow: hidden;
}

.loan-card::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 80px;
  height: 600px;
  background: rgba(255, 255, 255, 0.35);
  transform: rotate(25deg);
  transition: 0.8s ease;
  pointer-events: none;
  filter: blur(10px);
}

.loan-card:hover::before {
  top: -20%;
  left: 120%;
}

.loan-card {
  background: #d2e9ff;
  border-radius: 32px;
  transition: 0.35s ease;
  backdrop-filter: blur(0px);
  min-height: 265px;
}

.loan-card:hover {
  /* background: rgba(255, 255, 255, 0.25); */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.apply-btn {
  border: 1px solid #0d1b2a;
  border-radius: 50px;
  transition: 0.3s ease;
  background: none;
  font-weight: 800;

}

.loan-card:hover .apply-btn {
  background: #fff;
  color: var(--primary-color);
  border: none;
}

.stats-section {
  background-color: #ecf1ff;
}

.loan-section .step-accordion {
  position: relative;
  padding-left: 50px;
}

.loan-section .step-number {
  position: absolute;
  left: -18px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}



.step-line {
  height: 4px;
  background: linear-gradient(328deg, #99b6ff 0%, #e9a494 50%, #FFCDC1 100%);
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 90%;
}

.step-item {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.step-icon {
  width: 62px;
  height: 62px;
  background: #d8d8d8;
  color: #fff;
  transition: 0.3s ease;
}

.step-item.active .step-icon {
  background: #1f4ed8;
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(31, 78, 216, 0.25);
}


.step-image {
  max-width: 100%;
  transition: 0.4s ease;
}

.fade-up {
  animation: fadeUp 0.4s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Range Slider */
input[type="range"] {
  border-radius: 3px;
  background: #e1e3e4;
  accent-color: #f24721;
  border: 0px;
}

input[type="range"]::-moz-range-thumb {
  /* width: 22px;
  height: 22px; */
  border-radius: 50%;
  background: var(--secondary-color);
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
  transition: all 0.2s ease;
}

input[type="range"]::-moz-range-thumb:hover {
  transform: scale(1.2);
}

.slider-icon {
  position: absolute;
  right: 0;
  top: -32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff3e0;
  border-radius: 8px;
  color: var(--secondary-color);
}

.slider-value {
  font-size: 2.5rem;
  color: var(--primary-color);
}

.slider-value-suffix {
  font-size: 1rem;
  color: #6b7280;
}

.slider-range {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-top: 10px;
}

.breakdown-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.breakdown-dot.primary {
  background: #1f2937;
}

.breakdown-dot.interest {
  background: var(--secondary-color);
}

.breakdown-value {
  font-size: 1.25rem;
  color: var(--primary-color);
}

.loan-sliders,
.loan-breakdown,
.loan-summary {
  animation: slideIn 0.5s ease-out forwards;
}

.loan-breakdown {
  animation-delay: 0.1s;
  border-radius: 40px;
}

.loan-summary {
  animation-delay: 0.2s;
}

.loan-amount {
  /* border-radius: 42px; */
  /* border: 1px solid #CECECE; */
  background: #F3F4F5;
}

.loan-breakdown-exam {
  border-radius: 20px;
  background: #F3F4F5;
}

.loan-summary {
  background: var(--primary-color);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

/* Amount */
.summary-amount {
  font-size: clamp(32px, 5vw, 44px);
  letter-spacing: -1px;
}

/* Divider line */
.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

/* Badge */
.badge-calc {
  background: #ff4d2d;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

/* Button */
.btn-apply {
  background: #ff4d2d;
  border: none;
  color: #fff;
  border-radius: 15px;
  padding: 14px 18px;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-apply:hover {
  background: #e8431f;
  transform: translateY(-2px);
  color: #fff;
}

.process-wrapper {
  position: relative;
}

.process-line {
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d6dbe6, #c5ccda);
  height: 90%;
}

.process-badge {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ecf1ff;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.1s ease;
}

.process-row {
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.process-row:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 15px 5px;
}

.process-row:hover .process-badge {
  background: #ff4d2d;
  color: #fff;
  transform: scale(1.05);
}

.custom-tilt-card img {
  transition: transform 0.4s ease;
  transform: rotate(3deg);
  /* slightly tilted by default */
  width: 75%;
}

/* On hover → straight position */
.custom-tilt-card:hover img {
  transform: rotate(0deg);
}

/* MAIN CARD */
.custom-loan-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* BOXES */
.custom-box {
  background: #f5f6f8;
  border-radius: 12px;
  padding: 15px;
}

.custom-total {
  background: #0b1a2b;
}

/* NOTES */
.custom-notes {
  padding-left: 18px;
  font-size: 14px;
  color: #6c757d;
}

.custom-notes li {
  margin-bottom: 6px;
  list-style: no;
}

.custom-feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* DARK CARD */
.custom-dark-card {
  background: #071629;
}

.custom-box-accent {
  border-left: 4px solid var(--secondary-color);
}

.custom-box-black {
  border-left: 4px solid var(--black-color);
}

.custom-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 49%;
}

/* IMAGE */
.custom-image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  /* slightly zoomed in by default */
  transition: transform 0.5s ease;
}

/* HOVER → ZOOM OUT */
.custom-image-card:hover .custom-image-bg {
  transform: scale(1);
  /* zooms out */
}

/* OVERLAY TEXT */
.custom-image-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

/* Optional: dark gradient for readability */
.custom-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

/* BOTTOM CARD */
.custom-bottom-card {
  background: #e7e8e9;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* ICON CIRCLE */
.custom-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e9edf3;
}

.custom-app-section {
  position: relative;
  overflow: hidden;
}

/* WHITE SHADE BOTTOM EFFECT */
.custom-app-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 280px;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 0.95) 30%,
      rgba(255, 255, 255, 0.6) 55%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.custom-app-section .container {
  position: relative;
  z-index: 2;
}

/* BADGE */
.custom-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.custom-blog-wrapper {
  background-color: linear-gradient(180deg, #F1F7FF 0%, #FFF 100%);
}

.custom-dot {
  width: 6px;
  height: 6px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: inline-block;
}



/* CARD */
.custom-blog-card {
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-8px);
  height: 100%;
  /* border-radius: 45px; */
}

/* HOVER */
.custom-blog-card:hover {
  transform: translateY(-12px);
}

.custom-blog-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

/* ZOOM */
.custom-blog-card:hover img {
  transform: scale(1.05);
}

/* TAG */
.custom-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary-color);
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.custom-tag-orange {
  background: var(--secondary-color);
}

.custom-tag-blue {
  background: var(--primary-color);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .custom-heading {
    font-size: 28px;
  }

  .custom-blog-cards {
    margin-top: -60px;
  }
}

/* RIGHT IMAGE */
.custom-cta-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 210px;
  /* z-index: 9999; */
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .custom-cta-img {
    /* position: static; */
    margin-top: 30px;
    max-width: 200px;
  }
}

/* KEEP CONTENT ABOVE GRID */
.custom-mission-section .container {
  position: relative;
  z-index: 2;
}

/* SMALL LINE */
.custom-line {
  width: 30px;
  height: 2px;
  display: inline-block;
}

/* CARD TWEAK */
.custom-card {
  border-radius: 24px;
}


.custom-card-icon {
  top: 24%;
  right: 0%;
  transform: translate(-15%, -50%);
  width: 90px;
}


.bg-primary {
  background-color: var(--primary-color) !important;
}

.abt-card {
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.11);
}

.custom-card-icon {
  transition: transform 0.3s ease;
}

.custom-card:hover .custom-card-icon {
  transform: scale(1.) rotate(326deg);
}

/* MAIN BOX */
.custom-core-box {
  border-radius: 42px;
  border: 1px solid #C3C3C3;
  background: #FFF;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.11);
}

.custom-core-item {
  transition: transform 0.3s ease;
}

.custom-core-item:hover {
  transform: translateY(-5px);
}

.custom-breadcrumb-section {
  min-height: 260px;
  background: linear-gradient(90deg, var(--primary-color), #5a7bd8);
}

/* TYPOGRAPHY */
.custom-breadcrumb-section h1 {
  font-size: 42px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .custom-breadcrumb-section {
    min-height: 200px;
    padding: 40px 0;
  }

  .custom-breadcrumb-section h1 {
    font-size: 26px;
  }
}

/* HERO */
.custom-contact-hero {
  min-height: 280px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, var(--primary-color), #5a7bd8);
}

/* CONTACT SECTION OVERLAP */
.custom-contact-section {
  margin-top: -80px;
  position: relative;
  /* z-index: 2; */
}

/* WRAPPER */
.custom-contact-wrapper {
  border-radius: 20px;
}

/* ICON CIRCLE */
.custom-icon-circle {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CAPTCHA */
.custom-captcha {
  background: #f5f6f8;
}

@media (max-width: 992px) {
  .custom-contact-section {
    margin-top: -50px;
    /* smaller overlap */
  }
}

@media (max-width: 768px) {
  .custom-contact-section {
    margin-top: -30px;
    /* NO overlap on mobile */
  }

  .custom-contact-hero {
    padding-bottom: 40px;
  }
}

/* LEFT PANEL */
.custom-contact-left {
  background: var(--primary-color);
  border-radius: 24px 0 0 24px;
}

/* ICON BOX */
.custom-icon-box {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PROFILE CARD */
.custom-profile-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-contact-left {
    border-radius: 20px 20px 0 0;
  }
}

/* CARD */
.custom-address-card {
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border-left: 3px solid var(--primary-color);
}

.custom-address-card1 {
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border-left: 5px solid var(--secondary-color);
}

/* HOVER EFFECT */
.custom-address-card .custom-address-card1 :hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ICON */
.custom-icon {
  width: 45px;
  height: 45px;
  background: rgba(30, 77, 183, 0.1);
  color: #1e4db7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.custom-icon-orange {
  background: rgba(255, 77, 45, 0.1);
  color: #ff4d2d;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .custom-address-card {
    padding: 20px;
  }
}

/* SUPPORT CARD */
.custom-support-card {
  background: #eef2f7;
  border-radius: 20px;
}

/* ACCORDION */
.custom-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding-left: 0;
}

/* REMOVE DEFAULT ARROW */
.custom-accordion .accordion-button::after {
  filter: invert(38%) sepia(100%) saturate(2000%) hue-rotate(340deg);
}

/* BODY */
.custom-accordion .accordion-body {
  border-left: 3px solid #ff4d2d;
  padding-left: 15px;
  color: #6c757d;
}

/* CARD */
.custom-verify-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* INPUT BOX */
.custom-input {
  background: #f1f3f6;
  border-radius: 12px;
  height: 50px;
}

.custom-input input {
  background: transparent;
}

/* BUTTON */
.custom-verify-card .btn {
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-verify-card .btn:hover {
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .custom-verify-card {
    padding: 25px;
  }
}

.custom-process-section {
  background: #fff;
}

/* STEP NUMBER */
.custom-step-number {
  background: #1e4db7;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

/* LINE */
.custom-step-line {
  flex: 1;
  background: #ccc;
  display: block !important;
  position: absolute;
  width: 80%;
  height: 4px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}



/* ICON */
.custom-step-icon {
  font-size: 26px;
  color: #ff4d2d;
}

/* TEXT */
.custom-step h6 {
  font-size: 16px;
}

.custom-step p {
  font-size: 14px;
}

/* IMAGE */
.custom-last-img img {
  border-radius: 24px;
}

/* SUPPORT BOX */
.custom-support-box {
  background: #eef1f6;
}

/* OTP INPUT */
.custom-otp-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 12px;
  border: none;
  background: #f1f3f6;
}

.custom-otp-input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #1e4db7;
  background: #fff;
}

/* SECTION BG */
.custom-apply-hero {
  background: #ebf1ff;
}

.hero-apply {
  background-image: url(../front/images/hero-bg.png);
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-apply-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CARD */
.custom-apply-card {
  background: #ffffff;
  border-radius: 24px;
  /* max-width: 420px; */
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* INPUT */
.custom-input {
  height: 50px;
  border-radius: 12px;
  background: #f1f3f6;
  border: none;
}

.custom-input:focus {
  box-shadow: none;
  border: 1px solid #1e4db7;
}

/* CHECKBOX */
.form-check-input {
  cursor: pointer;
}

/* CARD */
.custom-credit-card {
  background: #ffffff;
  border: 1px solid #6D6D6D;
  transition: all 0.3s ease;

  border-radius: 42px;
  box-shadow: 0 12px 24px -8px rgba(11, 28, 48, 0.08);
  outline: 1px solid transparent;
}

/* HOVER */
.custom-credit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--primary-color);
  outline: 1px solid var(--primary-color);

}

/* ICON */
.custom-icon-box {
  width: 45px;
  height: 45px;
  background: #c4d2ff;
  color: #1e4db7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ECF1FF;
  flex-shrink: 0;
}

/* BADGE */
.custom-badge {
  position: absolute;
  top: 0;
  left: 50%;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  padding: 4px 28px;
}

.custom-why-box {
  background-color: #ebedf7;
}

/* IMAGE */
.custom-why-img {
  max-height: 90px;
  object-fit: contain;
}

/* ITEM */
.custom-why-item {
  transition: transform 0.3s ease;
}

/* HOVER */
.custom-why-item:hover {
  transform: translateY(-6px);
}

/* TOP CARDS */
.custom-info-card {
  background: #F6F6F6;
  border-left: 4px solid #212121;
  border-radius: 12px;
}

/* MAIN BOX */
.custom-box {
  border-radius: 42px;
  border: 1px solid #C6C6CD;
  background: #f5f6fa;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04);
}

/* .lightgray-bg{
  background: #f5f6fa !important;
} */

/* ELIGIBILITY ITEMS */
.custom-eligibility-item {
  background: #f5f7fb;
  padding: 14px;
  border-radius: 10px;
}

/* DOCUMENT CARDS */
.custom-doc-card {
  border-radius: 12px;
  border: 1px solid #C6C6CD;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* NOTE */
.custom-note {
  border-radius: 8px;
  border: 1px solid rgba(157, 67, 0, 0.20);
  background: rgba(255, 255, 255, 0.50);
}

/* HOVER (optional) */
.custom-info-card:hover,
.custom-doc-card:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}

/* SECTION */
.custom-steps-section {
  background: #f8f9fb;
}

/* LINE */
.custom-step-lines {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 38%;
  height: 2px;
  background: #cfd6e4;
  z-index: 0;
  transform: translate(-0%, -50%);
}

.custom-step-lines2 {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 38%;
  height: 2px;
  background: #cfd6e4;
  z-index: 0;
  transform: translate(-0%, -50%);
}

/* STEP ITEM */
.step-items {
  position: relative;
  z-index: 1;
  /* top: -31px; */
}

/* CIRCLE */
.custom-step-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #1e4db7;
  border-radius: 50%;
  background: #fff;
  color: #1e4db7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 20px;
  transition: all 0.3s ease;
}

/* HOVER */
.custom-step-circle:hover {
  background: #1e4db7;
  color: #fff;
  transform: scale(1.05);
}


.custom-step-circle:hover svg path {
  fill: #fff;
}

/* SECTION */
.custom-apply-section {
  background: #ebf1ff;
}

/* IMAGE */
/* .custom-hero-img {
  object-fit: cover;
} */

/* FLOAT CARDS */
.custom-float-card {
  position: absolute;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 6px;
  align-items: center;
  max-width: 220px;
}

/* FORM */
.custom-form-box {
  background: #fff;
  max-width: 500px;
  width: 100%;
  border-radius: 42px;
  border: 1px solid rgba(196, 197, 215, 0.50);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* INPUT */
.custom-input {
  height: 48px;
  border-radius: 10px;
  background: #e9ecef;
  border: none;
}

.custom-input:focus {
  box-shadow: none;
  border: 1px solid #0d6efd;
}

/* COMMON LINE STYLE */
[class^="line-"] {
  position: absolute;
  background: #2b5cff;
}

/* 1 → 2 horizontal */
.line-1 {
  top: 50%;
  right: -40px;
  width: 80px;
  height: 2px;
  z-index: -1;
}

.margin-top {
  margin-top: 9rem;
}

/* 3 → 4 horizontal */
.line-3 {
  top: 50%;
  right: -40px;
  width: 80px;
  height: 2px;
  z-index: -3;
}

/* CARD */
.custom-how-card {
  border-radius: 20px;
  padding: 24px;
  position: relative;
  background: linear-gradient(180deg, #e7eeff 0%, #fff 100%);
  box-shadow: 10px 10px #ff7a49;
  border: 1px solid #000;
}

/* city circle */
.custom-city img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border: 6px solid #ff6a3d;
  padding: 3px;
}

.custom-city p {
  margin-top: 10px;
  font-weight: 500;
}

/* dotted path (background SVG style) */
.custom-service-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../front/images/service-area.png") no-repeat center;
  background-size: contain;
  z-index: 0;
  margin-top: 35px;
  left: 2px;
}

.custom-city {
  position: relative;
  z-index: 1;
}

/* plane */
.custom-plane {
  position: absolute;
  right: 93px;
  bottom: 35%;
  width: 102px;
  z-index: 1;
}

.custom-captcha-box {
  background: #f1f3f7;
  padding: 12px 12px 4px 12px;
  border-radius: 10px;
  letter-spacing: 3px;
  font-size: 20px;
  user-select: none;
}

#captImg img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.btn-refresh {
  background: #0e43c9;
  color: #fff;
}

.btn-refresh:hover {
  background: #0e43c9;
  color: #fff;
}

/* .custom-captcha-input {
  flex: 1;
  min-width: 150px;
} */

.custom-partner-tab {
  border: 2px solid #e4e7ec;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}

.custom-partner-tab:hover {
  border-color: #2b5cff;
}

.custom-partner-tab.active {
  border-color: #2b5cff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  background: #ecf1ff;
}

.custom-tab-logo {
  max-height: 40px;
}

.custom-partner-content {
  transition: 0.3s;
}

.custom-partner-card {
  background: linear-gradient(130deg,
      #fff 4.63%,
      var(--primary-light, #ecf1ff) 98.18%);
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  transition: 0.3s ease;
}

.custom-partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.custom-partner-logo {
  max-height: 70px;
  object-fit: contain;
}

/* Links */
.custom-partner-card a {
  color: #2b5cff;
  font-weight: 500;
}

.custom-partner-card a:hover {
  text-decoration: underline;
}

/* Section bg */
.custom-affiliate-section {
  background: #eef2f7;
  overflow: hidden;
}

/* Image */
.custom-affiliate-img {
  max-height: 450px;
  object-fit: contain;
}

/* Logos */
.custom-brand-img {
  max-height: 50px;
  object-fit: contain;
  transition: 0.3s ease;
}

.custom-payout-card {
  background: #e9eef7;
  border-radius: 24px;
  transition: 0.3s ease;
}

.custom-payout-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.aff-pill {
  background: #5b6fae;
  color: #fff;
}

/* Swiper spacing */
.affSwiper {
  padding: 40px 0 60px;
}

.aff-card {
  background: linear-gradient(180deg, #d7e7ff 0%, #bcd8ff 100%);
  min-height: 220px;
  transition: all 0.4s ease;
}

.aff-badge {
  width: 60px;
  height: 60px;
  background: #1e40af;
}

.aff-next {
  right: 40%;
}

.aff-prev {
  left: 40%;
}

/* Background gradient */
.bg-gradient-contact {
  background: linear-gradient(135deg, #f1f4f9 0%, #6f8edc 100%);
}

/* Slight softer input feel */
.form-control {
  border: 1px solid #cacaca;
}

.form-control:active {
  border: 1px solid var(--primary-color) !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color) !important;
}

/* Softer input feel */
.input-group-text {
  border-radius: 12px 0 0 12px;
}

.selfie-preview-img {
  max-height: 350px;
  object-fit: cover;
  border-radius: 16px;
}

/* Optional: softer modal feel */
.modal-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Button tones like your UI */
.btn-secondary {
  background: #e9edf7;
  color: #2d4db5;
  border: none;
}

.btn-secondary:hover {
  background: #dbe3ff;
  color: var(--primary-color);
}

.badge.rounded-circle {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.option-card {
  cursor: pointer;
  transition: 0.2s;
}

.active-card {
  border: 2px solid #ff3b1f !important;
  background-color: #eef4ff !important;
}

.modal-content {
  animation: scaleIn 0.25s ease;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Remove focus glow */
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  /* border-color: transparent; */
}

/* Make everything feel pill-like */
.bg-light {
  background-color: #f1f3f7 !important;
}

/* Sticky offset */
.blog-sidebar {
  top: 100px;
}

/* Small red line */
.sidebar-dot {
  width: 4px;
  height: 16px;
}

/* ================================Website Css End ============================================ */

/* ================================Journey Css ============================================ */

.journey-wrapper .container,
.journey-wrapper .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.journey-wrapper {
  margin-top: 92px;
  min-height: 84vh;
}

/* Background */
.progress-hero {
  min-height: 84vh;
  background: url(../front/images/journey-images/journey-Hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Progress animation */
.progress-bar-path {
  stroke-dasharray: 314;
  stroke-dashoffset: 282;
  /* 10% progress */
  transition: stroke-dashoffset 0.6s ease;
}

.right-panel {
  background: #eef5ff;
  min-height: 89vh;
}

.progress {
  height: 20px;
  border-radius: 10px;
  border-radius: 30px;
  background: #eef4ff;
}

.progress-bar {
  border-radius: 30px;
  background: linear-gradient(90deg, #f7941d 0%, #febb6b 100%);
}

.help-box {
  background: linear-gradient(90deg, #f7941d 0%, #f98a05 100%);
  color: #fff;
  border-radius: 12px;
}

.textSecondary {
  color: var(--secondary-color);
}

/* top icon */
.loan-icons-circle {
  width: 60px;
  height: 60px;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.darkGray {
  color: #404040;
}

.w-200 {
  width: 200px;
}

.play-circle {
  font-size: 35px;
}

.bi::before {
  vertical-align: middle;
}

.orange-bg {
  background-color: #f2f2f2;
}

.steps .bi::before {
  font-weight: 600 !important;
}

.fw-600 {
  font-weight: 600;
}

.success-bg {
  background-color: #e6f8ef;
}

.success-bg .card-title,
.success-bg .steps-status {
  color: #287f57 !important;
}

.active-bg {
  background-color: var(--primary-color);
  color: #fff !important;
}

.active-bg .card-title,
.active-bg small,
.active-bg .steps-status {
  color: #ffffff !important;
}

.step-resume {
  border: 1px solid #fff;
  border-radius: 10px;
}

.custom-form .input-group {
  border: 1px solid #6c757d;
  border-radius: 12px;
}

.custom-form .input-group .form-control,
.custom-form .input-group .form-select,
.custom-form .input-group .input-group-text {
  border: none;
  border-radius: 12px;
}

.progress {
  background: #e4e4e4;
}

.progress-bar {
  background: linear-gradient(87deg, #22c55e -4.5%, #6baf6c 110.25%);
}

.custom-form .input-group .form-select:focus {
  box-shadow: none;
}

.custom-form .input-group:focus-within {
  border-color: var(--primary-color);
}

.employment-wrapper .btn-check:checked+.btn {
  background-color: #ffffff;
  border-radius: 12px;
  color: var(--secondary-color);
  border: none;
}

.employment-wrapper .btn-group>.btn {
  padding: 10px 0px;
  border: none;
  color: #6c757d;
  border-radius: 12px;
}

.employment-wrapper .btn-outline-primary:hover {
  background: none !important;
  color: inherit;
  border-color: var(--secondary-color);
  border-radius: 12px;
}

.employment-wrapper .btn-outline-primary:focus {
  box-shadow: none;
}

.employment-wrapper .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 12px;
}

.employment-wrapper .btn-check:focus+.btn-outline-primary {
  box-shadow: none;
}

.employment-wrapper .btn-check:checked+.btn {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Radio icon toggle for checked state */
.employment-wrapper .btn-check:checked+.btn .radio-icon-unchecked {
  display: none !important;
}

.employment-wrapper .btn-check:checked+.btn .radio-icon-checked {
  display: inline-block !important;
  color: var(--primary-color) !important;
}

.employment-wrapper .btn-check+.btn .radio-icon-unchecked {
  color: #6c757d;
}

.textPrimary {
  color: var(--primary-color);
}

.wh-70 {
  width: 70px;
  height: 70px;
}

.status-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../front/images/journey-images/Thankyou-bg.png) !important;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 82px;
  min-height: 88vh;
}

.thank-you-wrapper {
  background-image: url(../front/images/journey-images/Thank-you-bg.png) !important;
}

.rejected {
  background-image: url("../front/images/journey-images/rejected-bg.png") !important;
}

.success-img {
  width: 300px;
}

.selfie-box {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--primary-color);
  margin: 0 auto;
}

.click-selfie {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-outline-secondary,
.btn-outline-primary {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  padding: 10px 14px;
  border-radius: 12px;
}

.btn-outline-secondary {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background: #eef4ff;
}

.btn-outline-primary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.timeout-bg {
  background-image: url("../front/images/journey-images/timeout-bg.png") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.customCheck-radio .btn-check:checked+.btn-outline-primary {
  background-color: var(--light-blue) !important;
  border-color: var(--primary-color) !important;
}

.customCheck-radio .btn-outline-primary {
  border: 2px solid #cecece;
  border-radius: 12px !important;
}

.customCheck-radio .btn-outline-primary:hover {
  background-color: none !important;
}

.customCheck-radio .btn-outline-primary:active {
  /* color: #fff; */
  background: none !important;
}

.customCheck-radio .btn-outline-primary:hover {
  transition: all 0.1s ease-in-out;
  background: none !important;
}

.customCheck-radio .btn-check:focus+.btn-outline-primary,
.customCheck-radio .btn-outline-primary:focus {
  box-shadow: none;
}

.customCheck-radio .btn-check {
  clip: inherit;
  z-index: 2;
  right: 20px;
  top: 26px;
}

.equal-height-btn {
  height: 100%;
  width: 100%;
  min-height: 150px;
  justify-content: flex-start;
}

.customCheck-radio .btn-group {
  display: flex !important;
}

.customCheck-radio {
  display: flex;
}

.bg-light-gray {
  background-color: #eff6ff;
}

.counting-box {
  width: 40px;
  height: 40px;
}

/* upload css */
.upload-container {
  margin: 0px auto;
}

.upload-container {
  border: 2px dashed var(--primary-color);
  border-radius: 10px;
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  background-color: #eff6ff;
}

/* Upload box */

.cursor-pointer {
  cursor: pointer;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #c7d2f4;
  border-radius: 50%;
  /* margin: 0 auto 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-text {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
}

/* File preview */
.file-preview {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px;
  margin: 0px 0px 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;
  text-align: left;
}

.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;

  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
  background: none;
}

.custom-check .form-check-label {
  font-size: 12px;
  color: #07085e;
  font-weight: 400;
}

.img-none {
  background: none !important;
}

.timer {
  width: 220px;
  height: 220px;
  background-image: url("../front/images/journey-images/Progress-circle.svg");
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.custom-shadow {
  box-shadow:
    0 5px 5px 0 #d1eaff,
    0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.orange-primary {
  background-color: #fffaf4 !important;
}

.badge-top {
  font-size: 0.75rem;
  white-space: nowrap;
  max-width: 90%;
}

.custom-form-select .form-select:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.inputbg {
  background-color: #fcfcfc;
}

.confirm-close {
  position: absolute;
  top: 24px;
  right: 30px;
}

.esign-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 20px 50px;
}

.esign-step-box {
  width: 90px;
  height: 90px;
  border: 2px solid var(--secondary-color);
  border-radius: 14px;
  background-color: var(--light-blue) !important;
  margin: 0 auto 14px;
  position: relative;
  z-index: 2;
}

.esign-step-box i {
  font-size: 34px;
}

.esign-step-number {
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  font-size: 14px;
}

.esign-wrapper .step-title {
  font-size: 15px;
  line-height: 1.3;
}

.esign-step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% + 0px);
  width: 100%;
  height: 2px;
  background: #cfd6df;
  z-index: 1;
}

.status-wrapper-application {
  background: #fff;
  border-radius: 18px;
  /* padding: 50px 20px 60px; */
}

.status-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  color: var(--secondary-color);
}

/* ===== Progress Stepper ===== */

.progress-steps {
  position: relative;
  margin-top: 40px;
}

.progress-line {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 4px;
  background: #cfd6df;
  z-index: 1;
}

.progress-line-active {
  position: absolute;
  top: 22px;
  left: 0;
  height: 4px;
  background: #39b60a;
  z-index: 2;
  width: 66%;
  /* change based on step */
}

.step-col {
  position: relative;
  z-index: 3;
  text-align: center;
}

.step-circless {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto 10px;
  font-size: 39px;
  font-weight: 600;
  border: 3px solid #d0d7e2;
  background: #6c7a92;
  color: #fff;
}

.step-complete {
  background: #3ccc0c;
  border-color: #3ccc0c;
  fill: #3ccc0c;
  filter: drop-shadow(0 4px 4px rgba(60, 204, 12, 0.25));
}

.step-active {
  border-color: #e6ebf2;
  box-shadow: 0 0 0 3px #e6ebf2 inset;
}

.step-label {
  font-size: 14px;
}

.step-label.done {
  color: #39b60a;
}

.badge-progress {
  background: #eef4ff;
  color: var(--secondary-color);
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
}

.rounded_30 {
  border-radius: 30px;
}

.rounded_8 {
  border-radius: 8px;
}

.rounded_12 {
  border-radius: 12px;
}


.summary-card {
  background: #f5f8fb;
  padding: 28px 10px;
}

.summary-label {
  letter-spacing: 0.5px;
}

.text-success {
  color: #10b059 !important;
}

.loan-secure-box {
  border-radius: 13px;
  border: 1px solid #EBEBEB;
  background: #FCFCFC;
}

/* Step card */
.loan-step {
  background: #f5f6fa;
  border: 1px solid transparent;
  transition: 0.2s;
}

.loan-step:hover {
  background: #fff;
  border: 1px solid var(--primary-color);
  transition: 0.2s;
}

/* Active step (blue border like image) */
.active-step {
  border: 2px solid #2d5bff;
  background: #ffffff;
}

/* Circle number */
.bank-step-circle {
  width: 36px;
  height: 36px;
  background: #2d5bff;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.loan-card-wrap {
  padding-top: 20px;
  /* space for badge */
}

.loan-recommended-badge {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background: #28c76f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

/* Upload box */
.loan-upload-box {
  border: 2px solid #2d5bff;
  border-radius: 20px;
  padding: 31px 20px;
  background: #f4f7ff;
  cursor: pointer;
  display: block;
  transition: 0.2s;
}

.loan-upload-box:hover {
  background: #eef2ff;
}

/* File preview */
.loan-file-preview {
  border: 2px solid #28a745;
  background: #f6fff9;
}

/* Cursor */
.cursor-pointer {
  cursor: pointer;
}

/* Wrapper */
.loan-password-box {
  border: 1px solid #cde7d8;
  border-radius: 12px;
  overflow: hidden;
  background: #f7faf8;
}

/* Input */
.loan-password-box input {
  background: transparent;
  box-shadow: none;
}

.accept-offer {
  background: #e9edf7 !important;
  color: var(--primary-color) !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 14px;
  border: 1px solid var(--primary-color);
}

.accept-offer:hover {
  background: #bfd4f3 !important;
  color: var(--primary-color) !important;
}

.decline-offer {
  color: #8F8F8F !important;
  background-color: #f9fafb !important;
  border-color: #adadad !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 14px 18px;
  font-size: 14px;
}

.decline-offer:hover {
  color: #000 !important;
  background-color: #eaeaea !important;
  border-color: #adadad !important;
}

/* Upload box */
.residence-upload {
  padding: 60px 20px;
  cursor: pointer;
  display: block;
  transition: 0.2s;
  border-radius: 15px;
  border: 2px dashed #A7A7A7;
  background: #F4F4F4;
}

.residence-upload:hover {
  background: rgb(240, 241, 242);
}

.loan-footer {
  background: #ffffff;
  border-top: 1px solid #eee;
  font-size: 13px;
}


.active-step {
  background-color: #0e43c9;
  opacity: 1 !important;
}

.active-step h6,
.active-step small {
  color: #ffffff !important;

}


.step-done {
  background-color: #e6f8ef;
  opacity: 1 !important;
  border-color: #198754 !important;
}

.step-done h6 {
  color: #287f57 !important;
}

/* ================================Journey Css end ============================================ */

.log-h2 {
  color: #0B0B0B;
  font-size: 32px !important;
  font-weight: 500;
  letter-spacing: -0.32px;
}

.line {
  position: relative;
}

.line::before {
  content: '';
  display: inline-block;
  width: 96px;
  border-radius: 9999px;
  background: var(--primary-color);
  height: 4px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ls-14 {
  letter-spacing: 1.4px;
}

.font-satoshi {
  font-family: "Satoshi" !important;
}

.primary-txt {
  color: var(--primary-color);
}

.fs-14 {
  font-size: 14px;
}

.lh-normal {
  line-height: normal;
}

.fs-40 {
  font-size: 40px !important;
}

.w-auto {
  width: auto !important;
}


.custom-step {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 30px 20px;
}

.process-section {
  min-height: 430px;
}


.mt-n5 {
  margin-top: -50px;
}

.journey-wrapper .form-control:active {
  border: none !important;
}

.journey-wrapper .form-control[readonly] {
  border-radius: 12px !important;
}


.journey-wrapper .form-control[readonly] {
  border-radius: 12px !important;
  background-color: #e9ecef;
  /* readonly bg */
}

.journey-wrapper .form-control[readonly]+.input-group-text {
  background-color: #e9ecef !important;
}

.journey-wrapper .pan-form .form-control[readonly] {
  border-radius: 12px 0px 0px 12px !important;
  background-color: #e9ecef !important;
  /* readonly bg */
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  background-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* ----------------- new css ----------- */

.steps-line-home {
  height: 24px;
  width: 1px;
}

.loan-card-blue {
  background: #f8faff;
  border-radius: 32px !important;
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 0px;
}

.loan-card-blue:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
  /* transform: translateY(-4px); */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  border-bottom: 3px solid rgb(13, 96, 219);
  background: linear-gradient(118deg,
      var(--primary-light, #ecf1ff) 22.4%,
      var(--White, #fff) 92.6%);
}

.loan-card-blue::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -40%;
  width: 80px;
  height: 250%;
  background: linear-gradient(118deg,
      var(--primary-light, #ecf1ff) 22.4%,
      var(--White, #fff) 92.6%);
  transform: rotate(25deg);
  transition: 0.8s;
  border-bottom: 3px solid rgb(13, 96, 219);
}

.loan-card-blue:hover::before {
  left: 130%;
}

.loan-card-red {
  background: #f8faff;
  border-radius: 32px !important;
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 0px;
}

.loan-card-red:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
  /* transform: translateY(-4px); */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
  border-bottom: 3px solid var(--secondary-color);
  background: linear-gradient(118deg, #fff1ee 22.4%, var(--White, #fff) 92.6%);
}

.loan-card-red:hover .icon-box.orange {
  transform: rotate(-14deg);
}

.loan-card-blue:hover .icon-box.blue {
  transform: rotate(-14deg);
}

.loan-card-red::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -40%;
  width: 80px;
  height: 250%;
  background: linear-gradient(118deg, #fff1ee 22.4%, var(--White, #fff) 92.6%);
  transform: rotate(25deg);
  transition: 0.8s;
  border-bottom: 3px solid var(--secondary-color);
}

.loan-card-red:hover::before {
  left: 130%;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box.blue {
  background: #dfe8ff;
  color: #1d4ed8;
}

.icon-box.orange {
  background: #ffe2d7;
  color: #ff5b2e;
}

.text-sec {
  color: rgb(209 209 209) !important;
}

.arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn.blue {
  background: #dfe8ff;
  color: #1d4ed8;
}

.arrow-btn.orange {
  background: #ffe2d7;
  color: #ff5b2e;
}

.loan-card hr {
  opacity: 0.1;
}

.slider-section {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.slider-banner {
  background: url("../front/images/bg-banner.png") center / cover no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;

  position: sticky;
  top: 0;
  height: 124vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper {
  height: 400vh;
  /* cards count × 100vh */
  position: relative;
}

/* Diamond */
.diamond {
  position: absolute;
  width: 440px;
  height: 440px;
  background: #ecf1ff;
  transform: rotate(45deg);
  border-radius: 20px;
  z-index: 1;
}

/* Stage */
.stage {
  position: relative;
  width: 420px;
  max-width: 100%;
  height: 395px;
  z-index: 2;
}

/* Cards */
.slide-card {
  position: absolute;
  width: 110%;
  /* height: 110%; */
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.slide-card .card-body,
.slide-card {
  text-align: center;
  flex-direction: column;
  padding: 0px;
}

/* States */
.slide-card.active {
  transform: translateX(0) scale(1);
  z-index: 5;
  opacity: 1;
  padding: 20px;
}

.slide-card.prev {
  transform: translateX(-50px) scale(0.92);
  z-index: 4;
  opacity: 1;
  padding: 20px;
}

.slide-card.stack {
  transform: translateX(120px) scale(0.85);
  z-index: 1;
  opacity: 0;
  padding: 20px;
}

.why-bg {
  background: url("../front/images/why-bg.jpg") center / cover no-repeat;
  background-size: cover;
}

.calculateLoan {
  background-color: #ecf1ff;
}

.loanCalculator {
  border-radius: 30px;
}

input[type="range"] {
  border-radius: 3px;
  background: #3b3b3b !important;
  accent-color: var(--primary-color) !important;
  border: 0px;
}

.range-value {
  position: absolute;
  top: -35px;
  left: 0;
  background: #ffc107;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.step-circle {
  min-width: 45px;
  width: 45px;
  height: 45px;
  border: 5px solid #cecece;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #fff;
  z-index: 2;
}

.step-item .step-circle {
  color: #bbb;
}

.step-item.active .step-circle {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.step-item h6 {
  color: #bbb;
}

.step-item.active h6 {
  color: var(--primary-color);
}

.step-item {
  cursor: pointer;
  transition: 0.3s;
}

.step-item:hover {
  transform: translateX(5px);
}

.step-item p {
  color: #bbb;
}

.step-item.active p {
  color: #000;
}

#stepImage {
  transition: opacity 0.4s ease;
}

.my-border-start {
  border-left: 5px solid #cecece !important;
  left: 20px;
}

.step-line {
  top: 25px;
  bottom: 25px;
  width: 2px;
  background: #ddd;
  height: 90% !important;
}

.icon-sm {
  width: 22px;
  height: 22px;
}

.principle-card {
  transition: .35s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  border: 1px solid var(--primary-color);

}

.principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(13, 110, 253, .12);
}

.principle-img {
  height: 220px;
  object-fit: cover;
}

.apply-hero-section {
  background: url("../front/images/apply-hero.png") center / cover no-repeat;
  background-size: cover;
}

.border-primary {
  border: 1px solid #0E43C933 !important;
}

.emergency-card {
  background: linear-gradient(135deg, #235AE3 0%, #13327D 100%) !important;
}


.light-red {
  background-color: #ffe3da;
}


.apply-step-line {
  height: 1px;
  background: #b8c7ff;
  z-index: 0;
  margin-top: -18px;
  width: 83% !important;
  left: 50% !important;
  top:35%;
  transform: translate(-50% , -50%);
}

.map-container {
  width: 100%;
  height: 450px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.process-line {
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d6dbe6, #c5ccda);
}

.custom-cta-section {
  background: url("../front/images/info-bg-banner.png") center / cover no-repeat;
  background-size: cover;
}

.calculator-input .form-control {
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 8px;
}

.w-102 {
  width: 102px !important;
}

.calculator-input .input-group-text {
  border-radius: 8px 0px 0px 8px;
  padding: 8px;
}

.calculator-input .form-control:focus {
  border-color: #0E43C933 !important;
  box-shadow: none !important;
}

#login-inp{
  border-radius: 0px 12px 12px 0px!important;
}


 /* dashboard lets button */
  .lets-start-v3 {
 
    color: var(--primary-color) !important;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    animation: ringPulse 2.4s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .lets-start-v3:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
    animation-play-state: paused;
    color: var(--primary-color) !important;
  }

  .lets-start-v3:active {
    transform: translateY(0) scale(0.98);
  }

  /* glowing ring pulse around the white button */
  @keyframes ringPulse {
    0%, 100% {
      box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 0 0 rgba(255,255,255,0.6);
    }
    50% {
      box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 0 12px rgba(255,255,255,0);
    }
  }

  /* soft blue shimmer sweep across the white surface */
  .lets-start-v3::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 35%;
    height: 100%;
    background: linear-gradient(120deg, rgba(23,70,201,0) 0%, rgba(23,70,201,0.15) 50%, rgba(23,70,201,0) 100%);
    transform: skewX(-20deg);
    animation: shimmerSweep 2.8s ease-in-out infinite;
  }

  @keyframes shimmerSweep {
    0%   { left: -60%; }
    55%  { left: 130%; }
    100% { left: 130%; }
  }

  /* arrow inside a filled blue circular badge */
  .lets-start-v3 .arrow-badge {
 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #2f63f0);
    flex-shrink: 0;
    transition: transform 0.35s ease;
    position: relative;
    z-index: 2;
  }

  /* .lets-start-v3 .arrow-badge i {
    width: 16px;
    height: 16px;
  } */

  .lets-start-v3:hover .arrow-badge {
    transform: translateX(6px);
  }

  .lets-start-v3 span.label {
    position: relative;
    z-index: 2;
  }