@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&family=Grey+Qo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petemoss&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif !important;
}

:root {
  --primary-color: #0097b0;
  --secondary-color: #0097b0;
}

.mil-banner {
  position: relative;
  overflow: hidden;
  background-color: linear-gradient(252deg,
      rgba(255, 241, 255, 0.6) 20.03%,
      rgba(255, 250, 233, 0.6) 58.07%,
      rgba(255, 250, 233, 0.6) 58.08%,
      rgba(234, 255, 243, 0.6) 95.81%);
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}


/* .mil-banner.mil-dark-2 {
  background-color: #fff;
} */

.default-btn {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
}

.default-btn:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.mil-radial-g-1, .mil-radial-g-2 {
  opacity: .6;
  width: 100vw;
  height: 100vw;
  top: -170%;
  left: 0;
  border-radius: 50%;
  position: absolute;
  filter: blur(200px);
}

.mil-accordion .mil-accordion-group .mil-accordion-menu .mil-accordion-icon.mil-active, .mil-list-1.mil-accent li:after, .mil-list-2.mil-accent li:after, .mil-radial-g-2, .mil-testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.mil-radial-g-3 {
  background-color: var(--secondary-color);
  opacity: 1;
  position: absolute;
  width: 60vw;
  height: 300px;
  bottom: -200px;
  right: 0;
  border-radius: 500px 0 0;
  filter: blur(200px);
}

.mil-text-l.mil-light.mil-mb-20 {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.mil-text-l.mil-light.mil-mb-20 span {
  background: var(--secondary-color);
  color: #fff;
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 8px;
}

.h1.mil-display, h1.mil-display {
  font-size: 64px;
  line-height: 1.20;
  color: #fff;
  font-weight: 500;
}

.mil-mb-60 {
  margin-bottom: 24px;
}

.mil-buttons-frame {
  display: flex;
  justify-content: flex-start;
}

.mil-buttons-frame a, .mil-share-frame h6, .mil-subscripe-form .mil-input {
  margin-right: 20px;
}

.mil-btn {
  border: none;
  background-color: var(--primary-color);
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.mil-banner-list li:last-child, .mil-buttons-frame a:last-child, .mil-pup-share li:last-child, .mil-pup-tags li:last-child, .mil-switcher span:last-child, .mil-top-menu ul li:last-child {
  margin-right: 0;
}

.mil-btn.mil-transp {
  background-color: transparent;
  color: #222;
}

.mil-btn.mil-md {
  padding: 0 24px;
  height: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.mil-btn.mil-md iconify-icon {
  font-size: 24px;
}

a.mil-btn.mil-md.mil-transp.mil-add-play.has-popup-video {
  border: 2px solid #ddd;
}

.mil-accordion, .mil-banner .mil-banner-img, .mil-btn.mil-fw, .mil-hr, .mil-image-frame .mil-img-box div, .mil-wrapper {
  width: 100%;
}

.mil-banner .mil-banner-img.mil-banner-img-out img {
  width: 100%;
}

.logo-brand {
  max-width: 165px;
}

.navbar .navbar-nav .nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(8 39 32 / 12%);
  background-color: #fff !important;
}

.mil-banner-text p {
  color: #f0f0f0;
  max-width: 85%;
  line-height: 30px;
}

.mil-banner-img.mil-banner-img-out {
  position: relative;
  height: 100vh;
  width: 100%;
}

/* .mil-banner-img.mil-banner-img-out:hover {
    transform: scale(1.03);
} */
.mil-banner-img.mil-banner-img-out img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
}

.loan-details strong {
  font-weight: 500;
}

/* Loan Card */
.loan-card {
  position: absolute;
  top: 50px;
  left: -79px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 22%);
  display: flex;
  align-items: center;
  animation: float 3s ease-in-out infinite;
}

.loan-icon {
  font-size: 24px;
  margin-right: 12px;
  color: #000;
  position: relative;
  top: -3px;
}

.loan-info .loan-title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.loan-info .loan-details {
  font-size: 14px;
  margin-top: 4px;
  display: flex;
  gap: 8px;
  color: #565656;
  opacity: .8;
}

/* EMI Card */
.emi-card {
  position: absolute;
  padding: 20px;
  width: 360px !important;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(255, 255, 255, 0.2);
  right: -40px;
  top: calc(50% - 200px);
}

/* .emi-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.35),
        rgba(255,255,255,0.05)
    );
    pointer-events: none;
} */

.emi-card img {
  height: 215px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 12px !important;
  margin-bottom: 15px;
}

.emi-title {
  font-size: 13px;
  color: #555;
}

.emi-amount {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-top: 4px;
}

.emi-rate {
  font-size: 13px;
  color: #d6d6d6;
  padding-top: 5px;
}

.swure-wrap {
  padding: 10px 0px;
  animation: float 4s ease-in-out infinite alternate;
  color: #222;
  bottom: 60px;
  left: -84px;
  width: 100%;
  display: flex;
  gap: 10px;
}

/* Badges */
.badge {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 7px;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.badge iconify-icon {
  font-size: 18px;
  color: var(--secondary-color);
}

/* Float Animation */
/* @keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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

.top-header-info {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /* padding-bottom: 80px; */
}

.mil-banner.mil-dark-2 {
  /* background: linear-gradient(252deg, rgba(255, 241, 255, 0.6) 20.03%, rgba(255, 250, 233, 0.6) 58.07%, rgba(234, 255, 243, 0.6) 95.81%); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mil-banner.mil-dark-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000bd;
  /* opacity: .7; */
  z-index: 0;
}

.mil-banner-text {
  position: relative;
  z-index: 2;
}

h1.mil-display.mil-light.mil-mb-60 span {
  position: relative;
  z-index: 2;
}

h1.mil-display.mil-light.mil-mb-60 span:before {
  -webkit-transition: width .75s cubic-bezier(.645, .045, .355, 1) .3s;
  -khtml-transition: width .75s cubic-bezier(.645, .045, .355, 1).3s;
  -moz-transition: width .75s cubic-bezier(.645, .045, .355, 1).3s;
  -ms-transition: width .75s cubic-bezier(.645, .045, .355, 1).3s;
  -o-transition: width .75s cubic-bezier(.645, .045, .355, 1).3s;
  transition: width .75s cubic-bezier(.645, .045, .355, 1) .3s;
  position: absolute;
  content: '';
  bottom: 14px;
  left: 0;
  background-color: rgba(255, 255, 255, .14);
  width: 0%;
  height: 14px;
  width: 100%;
  background-color: #353535;
  z-index: -1;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #094524;
  border-radius: 50px;
  padding: 7px 22px 7px 7px;
  column-gap: 10px;
  border-style: solid !important;
  border-color: #E8E8E8 !important;
  font-size: 30px;
  font-weight: 400;
  margin-left: 8px;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign::before {
  display: none;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
  background: var(--secondary-color);
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-size: 28px;
}

/* .navbar .navbar-nav .nav-item .nav-link span {
    background: var(--secondary-color);
    font-size: 13px;
    padding: 1px 9px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: -34px;
}

.navbar .navbar-nav .nav-item .nav-link span:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: var(--secondary-color);
    transform: rotate(45deg);
    bottom: -3px;
    left: 6px;
} */

.navbar .navbar-nav .nav-item .nav-link:before {
  height: 2px;
  width: 0;
  content: '';
  position: absolute;
  background: var(--secondary-color);
  bottom: 19px;
  transition: .5s;
}

.navbar .navbar-nav .nav-item .nav-link.active:before {
  width: 25px;
  transition: .5s;
}

.services-area {
  background: #edf1ee;
  padding: 75px 0px;
}

.default-btn.two:hover {
  color: #082720;
  background-color: var(--secondary-color);
}

.default-btn.two:hover {
  color: #fff;
}

.default-btn.two {
  color: #ffffff;
  background-color: var(--secondary-color);
}


.main-badge {
  background-color: var(--secondary-color);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
}

ul.about-loan-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 24px;
}

ul.about-loan-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 32px;
  font-size: 16px;
  color: #222222d1;
}

.about-right h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  margin: 20px 0 12px 0;
  line-height: 1.2;
  text-transform: capitalize;
}

.about-right p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 10px 0 40px 0;
}

.para-heilights {
  padding-left: 30px;
  position: relative;
  margin-top: 25px;
}

.para-heilights:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background: var(--secondary-color);
  left: 0;
  top: 0;
}

.about-right .features {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

.about-right .features span {
  font-size: 14px;
  color: #2d3436;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-right .features span iconify-icon {
  font-size: 20px;
}

.comon-wrappers {
  padding: 60px 0px 80px 0px;
  background: #f5f5f5;
}

.new-left-section-ab {
  height: auto;
  width: 100%;
  position: relative;
}

.main-ab-img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  height: 485px;
  width: 100%;
}

/* .about-right-conmp {
  padding-right: 40px;
} */

.about-right-conmp .about-right {
  padding: 0;
}

.main-ab-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.balck-one {
  max-width: 320px;
  position: absolute;
  right: 30px;
  top: -122px;
  z-index: 2;
}

.white-ones {
  position: absolute;
  right: 10px;
  top: 50%;
  max-width: 225px;
}

.about-right {
  padding-left: 40px;
}

.ournew-services {
  padding: 60px 0px;
}

.review-wrap {
  background: #f9fafb;
}

.service-top {
  text-align: center;
  max-width: 70%;
  margin: auto;
  padding-bottom: 50px;
}

.service-top .about-right {
  padding: 0;
}

.card-loan {
  background: rgb(255 255 255);
  border-radius: 20px;
  padding: 26px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
  border: 1px solid #ddddddd6;
}

.card-loan:hover {
  transform: translateY(-4px);
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.icon-loan {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.5rem;
  display: block;
  color: #374151;
}

.title-loan {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #111827;
}

.desc-loan {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 65px;
}

.btn-loan {
  background: var(--primary-color);
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 24px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  font-size: 14px;
  margin-left: auto;
  width: 124px;
}

.loan-cata {
  display: flex;
  align-items: end;
  border-top: 1px solid #ddddddb0;
  padding-top: 20px;
}

.loan-cata-text .loan-cata-title {
  font-weight: 600;
  color: #000000;
  padding-bottom: 4px;
  font-size: 16px;
}

.loan-cata-text .loan-cata-amount {
  font-size: 15px;
  color: #575757;
}

.btn-loan:hover {
  background: var(--primary-color);
  color: #fff;
}

.card-loan span {
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-bottom: 16px;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-loan img {
  max-width: 48px;
  background: #ededf0ad;
  border-radius: 50%;
  padding: 5px;
}

.ourMissind-wrap {
  width: 100%;
  height: auto;
}

.ourMissind-wrap-outs {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}

.mis-icon {
  height: 48px;
  width: 48px;
  background: rgb(199 160 67 / 8%);
  border: 1px solid #c7a04338;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 24px;
  margin-bottom: 16px;
}

.ourMissind-wrap h5 {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.vissing-section {
  padding: 70px 0px;
}

.abimage-wrap {
  height: 480px;
  width: 100%;
}

.abimage-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.vissing-section .about-right>p {
  line-height: 28px;
  margin-bottom: 24px;
}

.why-Chose-wrap {
  padding: 60px 0px 70px 0px;
  background: var(--primary-color);
}

.why-Chose-text {
  height: auto;
  width: 100%;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.why-Chose-text .about-right {
  width: 100%;
  padding: 0;
}

.why-Chose-text .about-right h2 {
  /* margin: 0; */
  color: #fff;
}

.why-Chose-text .about-right p {
  color: #fff;
}

.choose-box {
  padding: 30px;
  border-radius: 20px;
  margin: 25px 0px 0px 0px;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ede0c178;
  min-height: 230px;
  text-align: center;
}

.choose-box h5 span {
  font-size: 13px;
  color: #1e1e1e;
  font-weight: 600;
}

.choose-box p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

/* .choose-box img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 410px;
  opacity: .5;
} */

.about-right.more-one-rtd {
  padding: 0px 0px 24px 0px;
}

.choose-icons {
  height: 48px;
  width: 48px;
  background: #072d1c14;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--secondary-color);
  margin: auto;
  margin-bottom: 18px;
}

.choose-box.two-bxs {
  background: #a0c236;
}

.choose-box.two-bxs .choose-icons {
  background: #fff;
}

.choose-box.two-bxs h5 {
  color: #fff;
}

.choose-box.two-bxs p {
  color: #fff;
}

.new-des-wrap {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}

.new-des-wrap .about-right {
  padding: 0;
}

.carousel-container {
  position: relative;
  height: 230px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  flex: 0 0 300px;
  height: 300px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 10;
}

.rating-card .rating-score {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 8px;
}

.rating-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.rating-card .star {
  color: #fbbf24;
  font-size: 24px;
}

.rating-card .trustpilot {
  font-size: 14px;
  opacity: 0.9;
}

.carousel {
  display: flex;
  height: 100%;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 0;
  animation: slide 20s infinite linear;
  opacity: 0.8;
}

.carousel.paused {
  animation-play-state: paused !important;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  height: 215px;
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  min-width: 370px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 28px;
}

.carousel-container:hover .testimonial-card {
  opacity: 1;
}


.testimonial-front {
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid #ddddddb5;
  padding-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #6b7280;
  overflow: hidden;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.author-info p {
  font-size: 14px;
  color: #6b7280;
}

.back-rating {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 8px;
}

.back-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.back-star {
  color: #fbbf24;
  font-size: 20px;
}

.fade-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  background: linear-gradient(to right, rgb(249 250 251 / 39%) 0%, rgb(249 250 251) 100%);
  pointer-events: none;
  z-index: 1;
}

.fade-left {
  left: 0;
  transform: scaleX(-1);
}

.fade-right {
  right: 0;
}

.faq-area.faqsection {
  padding: 60px 0px;
}

.faq-content {
  max-width: 65%;
  margin: auto;
}

.faq-content .accordion-item {
  background-color: rgb(249 250 251);
  border-radius: 16px;
}

.faq-content .accordion-button {
  padding: 24px 34px;
  font-weight: 500;
  justify-content: space-between;
}

.faq-content .accordion-item .accordion-body {
  margin: 0px 34px 0px 34px;
  border-top: 1px solid #ddddddb8;
  padding: 20px 0px 24px 0px;
}

.faq-content .accordion-button::before {
  display: none;
}

/* .faq-content .accordion-button iconify-icon {
    transform: rotate(180deg);
    transition: .5s;
} */

.faq-content button.accordion-button iconify-icon {
  transform: rotate(0deg);
  transition: .5s;
  font-size: 26px;
}

.footer-area.footersecrion {
  background-color: #f9fafb;
  padding-top: 80px;
}

.copyright-area {
  background-color: #f9fafb;
  border-top: 1px dashed rgb(100 100 100 / 35%);
}

.footer-weight .service-link li a {
  color: #000;
}

.footer-weight h3.text-white {
  color: #000 !important;
}

.footer-weight .get-touch li span {
  display: block;
  margin-bottom: 2px;
  color: #333 !important;
}

.footer-weight .get-touch li a {
  color: #000;
}

.footer-weight .social li span {
  color: #000000;
  margin-right: 10px;
}

.footer-weight .social li a {
  color: #fff;
  background-color: var(--secondary-color);
}

.copyright-area p {
  color: #000000;
}

.copyright-area ul li a {
  color: #333;
}

.copyright-area .copyright-border {
  padding-top: 24px;
  padding-bottom: 24px;
  /* border-top: 1px dashed rgb(100 100 100 / 35%); */
}

.footer-logos {
  max-width: 200px;
  margin-bottom: 24px;
}

.footer-weight.part-two.ps-5 {
  padding-left: 70px !important;
}

/* .footer-logos-wrap>p {
  opacity: .8;
} */

.footer-weight {
  padding-bottom: 70px;
}

.footer-weight.part-three.ps-5 {
  padding-left: 80px !important;
}

.footer-weight .get-touch li {
  display: flex;
  gap: 12px;
  padding-left: 0;
}

.footer-weight .get-touch li iconify-icon {
  font-size: 18px;
  color: var(--secondary-color);
}

/* ===== OUR PRODUCT SECTION (opr-) ===== */
.opr-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.opr-header {
  text-align: center;
  margin-bottom: 48px;
}

.opr-label {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.opr-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.opr-subtitle {
  font-size: 16px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.opr-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 768px) {
  .opr-card {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
  }

  .opr-title {
    font-size: 28px;
  }
}

.opr-visual {
  flex-shrink: 0;
  position: relative;
}

.opr-dots-grid {
  position: absolute;
  top: -10px;
  left: -10px;
  display: grid;
  grid-template-columns: repeat(8, 6px);
  gap: 6px;
}

.opr-dot {
  width: 6px;
  height: 6px;
  background-color: #d1d5db;
  border-radius: 50%;
}

.opr-credit-card {
  width: 280px;
  height: 180px;
  background: linear-gradient(145deg, #1f3d2a 0%, #2d5a3a 100%);
  border-radius: 16px;
  padding: 24px;
  color: #ffffff;
  position: relative;
  box-shadow: 0 20px 40px rgba(31, 61, 42, 0.3);
}

.opr-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.opr-card-icon {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opr-card-icon svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
}

.opr-card-brand {
  font-size: 16px;
  font-weight: 600;
}

.opr-card-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.opr-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.opr-card-row svg {
  width: 16px;
  height: 16px;
}

.opr-chip {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 40px;
  height: 28px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 6px;
}

@media (max-width: 576px) {
  .opr-credit-card {
    width: 240px;
    height: 160px;
    padding: 20px;
  }
}

.opr-content {
  flex: 1;
}

.opr-product-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.opr-product-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 24px;
}

.opr-features-list {
  list-style: none;
  margin-bottom: 32px;
}

.opr-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
}

.opr-feature-icon {
  width: 20px;
  height: 20px;
  color: var(--secondary-color);
  flex-shrink: 0;
}

.opr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1f3d2a;
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.opr-btn:hover {
  background-color: var(--secondary-color);
}

.opr-btn svg {
  width: 16px;
  height: 16px;
}

/* ===== PERSONAL LOAN NEEDS SECTION (pln-) ===== */
.pln-section {
  padding: 60px 20px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.pln-header {
  text-align: center;
  margin-bottom: 48px;
}

.pln-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.pln-title-highlight {
  color: var(--secondary-color);
}

.pln-underline {
  width: 48px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
  margin: 16px auto 0;
}

.pln-card {
  background-color: #f8faf8;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 768px) {
  .pln-card {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }
}

.pln-image-wrapper {
  flex-shrink: 0;
  position: relative;
}

.pln-image {
  width: 280px;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .pln-image {
    width: 100%;
    max-width: 260px;
    height: 280px;
  }
}

.pln-dots {
  position: absolute;
  bottom: -10px;
  right: -10px;
  display: grid;
  grid-template-columns: repeat(4, 8px);
  gap: 4px;
}

.pln-dot {
  width: 8px;
  height: 8px;
  background-color: #d1d5db;
  border-radius: 2px;
}

.pln-content {
  flex: 1;
}

.pln-loan-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.pln-loan-amount {
  color: var(--secondary-color);
}

.pln-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
}

.pln-documents-list {
  list-style: none;
  margin-bottom: 32px;
}

.pln-doc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 15px;
  color: #1a1a1a;
}

.pln-check-icon {
  width: 22px;
  height: 22px;
  color: var(--secondary-color);
  flex-shrink: 0;
}

.pln-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pln-btn-primary {
  background-color: #1f3d2a;
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.pln-btn-primary:hover {
  background-color: var(--secondary-color);
}

.pln-btn-secondary {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #e5e7eb;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pln-btn-secondary:hover {
  background-color: #f3f4f6;
}

/* ===== ANIMATIONS ===== */
@keyframes loanFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loanScaleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

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

@keyframes loanFloat {
  0%, 100% {
    transform: translateY(0);
  }

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

@keyframes loanChartDraw {
  from {
    stroke-dashoffset: 300;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes loanPulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.25);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
  }
}

@keyframes loanSlideLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== BANNER ===== */
.loan-banner {
  height: auto;
  width: 100%;
  padding: 110px 0px 60px 0px;
  background: linear-gradient(2deg, rgba(0, 0, 0, 0) 0%, rgb(1 142 153 / 8%) 83%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.loan-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}

/* === TOP BADGE === */
.loan-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #6366f1;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 100px;
  padding: 7px 16px;
  margin-bottom: 28px;
  opacity: 0;
  animation: loanScaleIn 0.5s ease 0.3s forwards;
}

.loan-banner__badge svg {
  width: 12px;
  height: 12px;
}

/* === MAIN GRID === */
.loan-banner__main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-items: center;
}

/* === LEFT === */
.loan-banner__left {
  flex: 0 0 50%;
  opacity: 0;
  animation: loanFadeUp 0.7s ease 0.4s forwards;
  padding-right: 60px;
}

.loan-banner__heading {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.18;
  color: #232336;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.loan-banner__heading strong {
  font-weight: 800;
  color: #111118;
}

.loan-banner__desc {
  font-size: 14.5px;
  color: #7c7e8c;
  line-height: 1.65;
  margin-bottom: 30px;
}

/* === BUTTONS === */
.loan-banner__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loan-banner__btn--fill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

/* .loan-banner__btn--fill:hover {
            background: #35354d;
            transform: translateY(-1px);
        } */
.loan-banner__btn--fill svg {
  width: 13px;
  height: 13px;
}

.loan-banner__btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #232336;
  font-size: 13.5px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 10px;
  border: 1.5px solid #e2e4ea;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.loan-banner__btn--outline:hover {
  border-color: #232336;
  transform: translateY(-1px);
}

/* === RIGHT SIDE CARDS AREA === */
.loan-banner__right {
  flex: 1;
  position: relative;
  min-height: 370px;
  opacity: 0;
  animation: loanSlideLeft 0.8s ease 0.6s forwards;
}

/* -- Card: Approved badge (top center-left) -- */
.loan-banner__approved {
  position: absolute;
  top: 20px;
  left: 165px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 100px;
  padding: 5px 18px 5px 6px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 14%);
  z-index: 5;
  opacity: 0;
  animation: loanScaleIn 0.45s ease 1s forwards, loanFloat 3.2s ease-in-out 2s infinite;
}

.loan-banner__approved-icon {
  width: 30px;
  height: 30px;
  background: #d1fae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loan-banner__approved-icon svg {
  width: 15px;
  height: 15px;
}

.loan-banner__approved-avatars {
  display: flex;
  margin-left: 4px;
}

.loan-banner__approved-avatars img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -8px;
  object-fit: cover;
}

.loan-banner__approved-avatars img:first-child {
  margin-left: 0;
}

.loan-banner__approved-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #232336;
  margin-left: 4px;
}

.card-card-main-rp {
  display: flex;
  gap: 20px;
  align-items: center;
}

.dardk-photo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

/* -- Card: Week Progress (chart card) -- */
.loan-banner__chart-card {
  /* position: absolute;
            top: 30px;
            left: 60px; */
  width: 50%;
  background: #e2f2ff;
  border-radius: 16px;
  /* padding: 20px 20px 16px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05); */
  z-index: 3;
  opacity: 0;
  animation: loanScaleIn 0.5s ease 1.1s forwards;
  height: 220px;
}

.loan-banner__chart-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}

.loan-banner__chart-sub {
  font-size: 14px;
  color: #6f6f6f;
  margin-bottom: 0px;
}

.loan-banner__chart-title-rd {
  padding: 24px;
}

.loan-banner__chart-svg {
  width: 100%;
  height: 100px;
  display: block;
}

.loan-banner__chart-line {
  fill: none;
  stroke: #10b981;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: loanChartDraw 2s ease 1.8s forwards;
}

.loan-banner__chart-area {
  fill: url(#loanGreenGrad);
  opacity: 0;
  animation: loanFadeUp 0.5s ease 3s forwards;
}

.loan-banner__chart-dot {
  fill: #10b981;
  opacity: 0;
  animation: loanScaleIn 0.3s ease 3.2s forwards;
}

.loan-banner__chart-grid {
  stroke: #f0f0f0;
  stroke-width: 0.5;
}

/* -- Card: Photo (top right) -- */
.loan-banner__photo {
  /* position: absolute;
            top: -10px;
            right: 0; */
  width: 100%;
  height: 210px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  z-index: 4;
  opacity: 0;
  animation: loanScaleIn 0.5s ease 1.2s forwards;
}

.loan-banner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -- Badge: Years Experience -- */
.loan-banner__exp-badge {
  position: absolute;
  top: 170px;
  right: -55px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #818cf8;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0 3px 12px rgba(129, 140, 248, 0.35);
  z-index: 6;
  opacity: 0;
  animation: loanScaleIn 0.45s ease 1.35s forwards, loanPulseGlow 2.5s ease 2.5s infinite;
}

.loan-banner__exp-badge svg {
  width: 11px;
  height: 11px;
}

/* -- Amount tag -- */
/* .loan-banner__amount-tag {
            position: absolute;
            top: 190px;
            left: 30px;
            background: linear-gradient(135deg, #818cf8, #6366f1);
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            padding: 8px 18px;
            border-radius: 10px;
            box-shadow: 0 4px 14px rgba(99,102,241,0.3);
            z-index: 5;
            opacity: 0;
            animation: loanScaleIn 0.5s ease 1.5s forwards, loanFloat 3.5s ease-in-out 2.5s infinite;
        } */

/* -- View project btn -- */
.loan-banner__view-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  color: #232336;
  font-size: 12.5px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 100px;
  border: 1.5px solid #e5e7eb;
  text-decoration: none;
  z-index: 5;
  opacity: 0;
  animation: loanScaleIn 0.4s ease 1.6s forwards;
  transition: border-color 0.2s;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 160px);
}

.loan-banner__view-link:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.loan-banner__view-link svg {
  width: 14px;
  height: 14px;
}

/* -- Dark info card (bottom right) -- */
.loan-banner__info-card {
  /* position: absolute;
            bottom: 0;
            right: 0; */
  width: 100%;
  height: auto;
  background: #f3e3fe;
  border-radius: 16px;
  padding: 22px 20px 18px;
  z-index: 4;
  opacity: 0;
  animation: loanScaleIn 0.55s ease 1.4s forwards;
}

.loan-banner__info-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* .loan-banner__info-bottom {
            display: flex;
            align-items: center;
            gap: 8px;
        } */
.loan-banner__info-avatars {
  display: flex;
}

.loan-banner__info-avatars span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #f3e3fe;
  margin-left: -7px;
  display: block;
  overflow: hidden;
  min-height: 34px;
}

.loan-banner__info-avatars span img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  top: 0px;
  position: relative;
}

.loan-banner__info-avatars span:first-child {
  margin-left: 0;
}

.loan-banner__info-avatars span:nth-child(1) {
  background: #818cf8;
}

.loan-banner__info-avatars span:nth-child(2) {
  background: #f59e0b;
}

.loan-banner__info-avatars span:nth-child(3) {
  background: #34d399;
}

.loan-banner__info-avatars span:nth-child(4) {
  background: #f472b6;
}

.loan-banner__info-count {
  font-size: 13px;
  color: #4f4f4f;
  padding-top: 15px;
}

/* === BOTTOM FEATURES === */
.loan-banner__features {
  display: flex;
  gap: 40px;
  margin-top: 52px;
  padding-top: 0;
}

.loan-banner__feature {
  flex: 1;
  padding: 30px 30px 0px 0px;
  border-top: 3px solid transparent;
  opacity: 0;
  position: relative;
}

.loan-banner__feature:first-child {
  padding-left: 0;
}

.loan-banner__feature:nth-child(1) {
  border-image: linear-gradient(20deg, #103e29, #818cf800) 1;
  animation: loanFadeUp 0.5s ease 2s forwards;
}

.loan-banner__feature:nth-child(2) {
  border-image: linear-gradient(20deg, #103e29, #818cf800) 1;
  animation: loanFadeUp 0.5s ease 2.15s forwards;
}

.loan-banner__feature:nth-child(3) {
  border-image: linear-gradient(20deg, #103e29, #818cf800) 1;
  animation: loanFadeUp 0.5s ease 2.3s forwards;
}

.loan-banner__feature-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #232336;
  margin-bottom: 10px;
}

.loan-banner__feature-desc {
  font-size: 13px;
  color: #7c7e8c;
  line-height: 1.65;
}

.loan-banner__feature iconify-icon {
  position: absolute;
  top: -9px;
  left: -4px;
  z-index: 99;
  background: #fff;
  padding: 0px 5px 0px 0px;
}

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .loan-banner__main {
    flex-direction: column;
  }

  .loan-banner__left {
    flex: none;
  }

  .loan-banner__heading {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  /* .loan-banner {
    padding: 28px 18px;
  } */

  .loan-banner__heading {
    font-size: 26px;
  }

  .loan-banner__right {
    display: none;
  }

  .loan-banner__features {
    flex-direction: column;
    gap: 24px;
  }

  .loan-banner__feature {
    border-left: none;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .pln-title {
    font-size: 26px;
  }

  .pln-loan-title {
    font-size: 20px;
  }

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

  .pln-btn-primary,
  .pln-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* ===== HOW IT WORKS SECTION (hiw-) ===== */
.hiw-section {
  padding: 80px 0px;
  background: #f5f5f5;
}

.hiw-header {
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

.hiw-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.hiw-badge-dot {
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.hiw-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.3;
}

.hiw-steps-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .hiw-steps-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .hiw-steps-container {
    grid-template-columns: 1fr;
  }

  .hiw-title {
    font-size: 28px;
  }
}

.hiw-step-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.hiw-step-label {
  font-size: 11px;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 500;
}

.hiw-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.hiw-icon-area {
  background-color: #f8faf9;
  border-radius: 12px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}

.hiw-step-card p:last-of-type {
  margin: 0;
  min-height: 160px;
  display: flex;
  align-items: end;
}

.cca-icon iconify-icon {
  font-size: 25px;
}

.hiw-icon-area svg {
  width: 48px;
  height: 48px;
  color: #9ca3af;
  opacity: 0.6;
}

.hiw-tagline {
  display: inline-block;
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

.hiw-arrow {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hiw-arrow svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
}

@media (max-width: 992px) {

  .hiw-step-card:nth-child(2) .hiw-arrow,
  .hiw-step-card:nth-child(4) .hiw-arrow {
    display: none;
  }
}

@media (max-width: 576px) {
  .hiw-arrow {
    display: none;
  }
}

/* ===== KEEPING FINANCIALLY HEALTHY SECTION (kfh-) ===== */
/* .kfh-section {
  padding: 80px 20px;
  background-color: #ffffff;
} */

.kfh-container {
  max-width: 1200px;
  margin: 0 auto;
}

.kfh-title {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 48px;
}

.kfh-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .kfh-cards {
    grid-template-columns: 1fr;
  }

  .kfh-title {
    font-size: 22px;
  }
}

.kfh-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 26px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  transition: .5s;
  cursor: pointer;
}

.kfh-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: .5s;
}


.kfh-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--secondary-color);
}

/* .kfh-icon-purple {
  background: var(--secondary-color);
}

.kfh-icon-orange {
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}

.kfh-icon-red {
  background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
} */

.kfh-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.kfh-content h3 {
  font-size: 15px;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: 600;
}

.kfh-content h3 strong {
  font-weight: 700;
}

.kfh-link {
  font-size: 13px;
  color: var(--secondary-color);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.kfh-link:hover {
  text-decoration: underline;
}

.kfh-link svg {
  width: 14px;
  height: 14px;
}

/* ===== COMPARE CHOOSE APPLY SECTION (cca-) ===== */
.cca-section {
  padding: 60px 0px;
}

.cca-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 992px) {
  .cca-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.cca-left {
  padding: 0;
}

.cca-left.about-right h2 {
  font-size: 42px;
  /* line-height: 40px; */
}

.cca-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #e5e7eb;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.cca-btn:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

.cca-btn svg {
  width: 16px;
  height: 16px;
}

.cca-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-left: 60px;
}

@media (max-width: 576px) {
  .cca-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cca-left h2 {
    font-size: 26px;
  }
}

.cca-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cca-icon {
  width: 50px;
  height: 50px;
  background-color: #edeadaad;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cca-icon svg {
  width: 26px;
  height: 26px;
  color: var(--secondary-color);
}

.cca-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.cca-item p {
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}

/* ===== SIMPLIFIED LOAN JOURNEY SECTION (slj-) ===== */
.slj-section {
  padding: 40px 0px 80px 0px;
  background: linear-gradient(180deg, rgba(248, 250, 248, 0.6) 26%, rgba(255, 255, 255, 0.14) 100%);
}

/* .slj-container {
      max-width: 1200px;
      margin: 0 auto;
    } */

.slj-header {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 48px;
}

.slj-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.slj-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .slj-title {
    font-size: 28px;
  }
}

.slj-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.slj-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f3f4f6;
  border-radius: 9999px;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
}

.slj-pill svg {
  width: 16px;
  height: 16px;
  color: var(--secondary-color);
}

.slj-steps {
  position: relative;
  max-width: 90%;
  margin: 0 auto 60px;
}

.slj-steps-line {
  display: none;
  position: absolute;
  top: 32px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 163, 74, 0.2) 0%, #c7a043 50%, rgba(22, 163, 74, 0.2) 100%);
}

@media (min-width: 768px) {
  .slj-steps-line {
    display: block;
  }
}

.slj-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media (min-width: 768px) {
  .slj-steps-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.slj-step {
  text-align: center;
  position: relative;
}

.slj-step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-color: rgb(237 234 218);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  border: 4px solid #f8faf8;
}

.slj-step-icon svg {
  width: 28px;
  height: 28px;
  color: var(--secondary-color);
}

.slj-step h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.faq-content .accordion-item .accordion-body p {
  color: #000;
}

.about-content .nav-tabs .nav-item .nav-link {
  color: #000000;
}

.about-content .title p {
  color: #000;
}

.about-content .check li i {
  background-color: var(--primary-color);
}

.slj-step p {
  font-size: 13px;
  color: var(--secondary-color);
}

.slj-dark-card {
  background-color: var(--primary-color);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.about-content .check li {
  color: #000;
}

@media (max-width: 768px) {
  .slj-dark-card {
    padding: 32px 24px;
  }
}

.slj-dark-grid {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}

.slj-dark-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 992px) {
  .slj-dark-content {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}

.slj-dark-left {
  flex: 1;
}

.slj-dark-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.slj-dark-title {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  margin: 20px 0;
  line-height: 1.2;
}

.slj-dark-desc {
  font-size: 15px;
  color: #cdd5e0;
  line-height: 1.7;
  margin-bottom: 24px;
}

.slj-header .about-right {
  padding: 0;
}



.slj-dark-btn {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #ffffff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
}

.slj-dark-btn:hover {
  background-color: #15803d;
}

.slj-dark-right {
  flex: 1;
  position: relative;
}

.slj-dark-image-wrapper {
  width: 380px;
  margin-left: auto;
  position: relative;
  height: 430px;
}

.slj-dark-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slj-dark-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.slj-floating-card {
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.slj-floating-card-1 {
  top: 50px;
  left: -60px;
}

.slj-floating-card-2 {
  bottom: 50px;
  right: -24px;
}

@media (max-width: 576px) {

  .slj-floating-card-1,
  .slj-floating-card-2 {
    right: 0;
  }
}

.slj-floating-icon {
  width: 40px;
  height: 40px;
  background-color: rgb(237 234 218);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slj-floating-icon svg {
  width: 20px;
  height: 20px;
  color: var(--secondary-color);
}

.slj-floating-text h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.slj-floating-text p {
  font-size: 12px;
  color: #6b7280;
}

.slj-cta-banner {
  margin-top: 32px;
  background-color: var(--secondary-color);
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 90;
}

@media (min-width: 768px) {
  .slj-cta-banner {
    flex-direction: row;
  }
}

.slj-cta-banner h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.slj-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.slj-cta-btn:hover {
  background-color: #ffffff;
  color: var(--secondary-color);
}

.slj-cta-btn svg {
  width: 16px;
  height: 16px;
}

/* ===== TESTIMONIALS SECTION (tst-) ===== */
.tst-section {
  padding: 80px 20px;
  background-color: #f8faf8;
}

.tst-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tst-header {
  text-align: center;
  margin-bottom: 60px;
}

.tst-label {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.tst-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.tst-subtitle {
  font-size: 16px;
  color: #6b7280;
}

.tst-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 992px) {
  .tst-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .tst-grid {
    grid-template-columns: 1fr;
  }

  .tst-title {
    font-size: 28px;
  }
}

.tst-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tst-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.tst-star {
  width: 18px;
  height: 18px;
  color: #fbbf24;
  fill: #fbbf24;
}

.tst-quote {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 24px;
}

.tst-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tst-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f3d2a 0%, #c7a043 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.tst-author-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.tst-author-info p {
  font-size: 13px;
  color: #6b7280;
}

.kfh-icon-orange iconify-icon {
  color: #fff;
  font-size: 20px;
}

.cca-left.about-right p {
  line-height: 30px;
}

.cca-left.about-right a.cca-btn {
  margin-top: 10px;
}

.cta-wrap {
  height: 600px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  position: relative;
}

.cta-content h2 {
  font-size: 54px;
  color: #fff;
  font-weight: 500;
  max-width: 50%;
  line-height: 58px;
}

.cta-content>p {
  color: #fff;
  max-width: 38%;
  padding-top: 20px;
}

.cta-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000ba;
  left: 0;
  top: 0;
}

.cta-content>p:last-of-type {
  max-width: 30%;
  border-top: 1px solid #ffffff6b;
  margin-top: 18px;
}

.box-cta {
  background: #f6e303;
  max-width: 400px;
  position: absolute;
  right: 0;
  bottom: 75px;
  padding: 24px 30px;
  border-radius: 20px;
}

.box-cta p {
  font-weight: 600;
}

.box-cta-inners {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 42px;
  align-items: end;
}

.box-cta-inners h6 {
  font-size: 14px;
  font-weight: 400;
}

.box-cta-inners h6 span {
  font-size: 24px;
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
}

.box-cta-inners a.default-btn {
  background: var(--primary-color);
  min-width: 140px;
}

.page-banner-area.position-relative.overflow-hidden.inner-wrapbanner {
  height: 280px;
  margin-top: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  background: rgb(240 240 240);
}

.page-banner-content {
  max-width: 60%;
  margin: auto;
}

.page-banner-content h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-banner-content h6 {
  font-weight: 400;
  color: var(--secondary-color);
}

.about-right.abus-pages {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.about-right.abus-pages .main-badge {
  display: inline-block;
  max-width: fit-content;
}

.abimage-wrap-page {
  height: auto;
  width: 100%;
  position: relative;
}

.abimage-wrap-1 {
  width: 82%;
  height: 400px;
}

.abimage-wrap-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.abimage-wrap-2 {
  height: 220px;
  width: 300px;
  margin-left: auto;
  margin-top: -90px;
}

.abimage-wrap-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-us-area.aboutsection-page-missiond {
  padding-top: 50px;
  padding-bottom: 70px;
}

.about-us-area.aboutsection-page-missiond .about-right {
  padding: 0;
}

.about-us-area.aboutsection-page-missiond .about-right span.sub-title {
  color: var(--secondary-color);
  font-weight: 400;
}

.about-info .about-image {
  padding: 20px;
}

.about-info .about-image .about-image-1 {
  border-radius: 20px;
}

img.about-image-2 {
  border-radius: 20px;
}

.team-card .team-image ul {
  background-color: var(--primary-color);
}

.section-title.about-right {
  padding-left: 0;
}

.team-page {
  padding-bottom: 60px;
}

.preloader-area .wavy span.d-inline-block img {
  max-width: 250px;
}

.copyrightul-sec ul {
  text-align: start;
}

.fun-fact-card h2, .fun-fact-card .h2 {
  font-size: 48px;
}

.fun-fact-card p {
  font-size: 17px;
}

.copyright-area p a:hover {
  color: #0c2e53;
}

.service-details-content .service-image-9 {
  margin: 20px 0px;
  max-height: 340px;
  width: 100%;
  object-fit: cover;
}

.service-details-page {
  padding: 60px 0px;
}

.service-details-content h2, .service-details-content .h2 {
  font-size: 30px;
}

.sidebar h3, .sidebar .h3 {
  border-bottom: 1px solid #0c2e5342;
}

.service-details-content .check li {
  margin-bottom: 14px;
}

.sidebar {
  position: sticky;
  top: 90px;
}

.sidebar .popular-services {
  padding: 30px;
  margin-bottom: 20px;
}

.contact-card-wrap h4.title-loan {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.contact-card-wrap .desc-loan {
  color: #fff;
  font-size: 15px;
}

.contact-card-wrap .desc-loan {
  color: #fff;
}

.contact-card-wrap .card-loan.card-personal {
  margin-bottom: 20px;
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
}

.contact-card-wrap .card-loan.card-personal:last-of-type {
  margin-bottom: 0;
}

.contact-card-wrap .card-loan.card-personal .card-loan-textes img {
  max-width: 42px;
  background: #fff;
}

.contact-card-wrap .card-loan-textes iconify-icon {
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-card-wrap {
  padding-right: 40px;
}

.contact-form-wrap {
  height: auto;
  width: 100%;
}

.contact-form-wrap form.contact-form.bg-color-fffaeb {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dddddd91;
}

.vissing-section.contact-page-wrap {
  background: #f9fafb;
}

.contact-card-wrap .card-loan.card-personal>img {
  width: 350px;
  min-height: 350px;
  transform: rotate(-78deg);
  top: -187px;
  left: 174px;
  position: absolute;
  display: block;
  max-width: 350px;
}

.contact-card-wrap .card-loan.card-personal.selct2x-card-bg-img>img {
  top: -206px;
  left: -36px;
  transform: rotate(62deg);
}

.privacycontent_wrapper ul li {
  font-size: 15px;
  line-height: 32px;
  color: #000;
}

.privacycontent_wrapper ul li strong {
  font-weight: 600;
}

.contact-card-wrap .card-loan.card-personal.selct-card-bg-img>img {
  top: -264px;
  left: -255px;
  width: 450px;
  height: 450px;
  max-width: 450px;
  transform: rotate(0);
}

.field-section-con label {
  padding-bottom: 10px;
}

.field-section-con input.form-control {
  background: #f2f2f263;
  border: 1px solid rgb(12 58 48 / 8%);
  border-radius: 7px;
}

.contact-form .field-section-con .textarea {
  background: #f2f2f263;
  border: 1px solid rgb(12 58 48 / 8%);
  border-radius: 7px;
}

.main-map {
  height: 340px;
  width: 100%;
}

.main-map iframe {
  height: 100%;
  width: 100%;
}

.vissing-section.polocy-wraps {
  padding: 50px 0px;
}

.information-collection {
  padding-bottom: 24px;
}

.information-collection h4 {
  font-size: 22px;
  font-weight: 500;
}

.information-collection p {
  color: #4c4c4c;
}

.information-collection ul {
  padding-left: 25px;
}

.information-collection ul li strong {
  font-weight: 500;
}

.information-collection ul li {
  line-height: 34px;
}

.heiglight-loan p {
  margin: 0;
  padding: 0;
  color: var(--secondary-color);
  ;
  padding: 0px 40px;
  width: 100%;
  max-width: 100%;
  line-height: 24px;
}

.heiglight-loan {
  background: #ffffff00;
  color: var(--secondary-color);
  padding: 20px 24px;
  border-radius: 10px;
  position: relative;
  max-width: 90%;
  border: 1px solid #c7a04330;
  backdrop-filter: blur(10px);
}

.heiglight-loan iconify-icon {
  font-size: 28px;
  position: absolute;
  left: 20px;
  top: 14px;
}

.heiglight-loan iconify-icon:last-of-type {
  bottom: 15px;
  right: 20px;
  left: initial;
  top: inherit;
}

.privacycontent_wrapper h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.privacycontent_wrapper p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #000;
}

.privacycontent_wrapper ul {
  margin-bottom: 20px;
}

.privacycontent_wrapper p a {
  color: var(--secondary-color)
}

.checklist-sec-rp {
  display: flex;
  gap: 34px;
  padding: 10px 0px 30px 0px;
  align-items: center;
}

.checklist-sec-rp-img {
  max-width: 350px;
}

.checklist-sec-rp-img img {
  border-radius: 14px;
}

.checklist-sec-rp ul {
  margin: 0 !important;
}

.mobile-navbar .offcanvas-header {
  padding: 8px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.mobile-navbar .offcanvas-header button.close-btn {
  font-size: 30px;
  right: 20px;
  top: 20px;
}

.mobile-navbar .offcanvas-header a.logo img {
  max-width: 170px;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  display: none;
}

.navbar .navbar-toggler .burger-menu span {
  width: 26px;
}

.team-image {
  height: 350px;
}

.team-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.copyright-area ul li::before {
  width: 6px;
  height: 6px;
}

.copyrightul-sec ul li {
  border-radius: 50px;
  padding: 5px 16px;
  background: #f2f2f2;
}

.table-ui-section {
  height: auto;
  width: 100%;
  padding-top: 12px;
}

.table-ui-section table tr td, .table-ui-section table tr th {
  border: 1px solid #ddd;
  padding: 6px 8px;
  font-size: 15px;
}

.table-ui-section table tr td:nth-child(2) {
  min-width: 330px;
}

.table-ui-section table tr th {
  background: #f2f2f27d;
  padding: 8px 10px;
}

.table-ui-section table tr td strong {
  font-weight: 600;
}

.loan-features {
  padding-top: 40px;
}

.loan-features .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.feature-card {
  background: #efefef96;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.icon-box {
  font-size: 32px;
  color: var(--secondary-color);
}

.feature-card h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin: 0;
}


.about-content .nav-tabs .nav-item .nav-link.active, .about-content .nav-tabs .nav-item .nav-link:hover {
  background-color: var(--primary-color);
}

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

.navbar .others-options ul li:last-child a.default-btn {
  border: 1px solid #fff;
}
/* 
.navbar .others-options ul li .search-btn {
  color: #ffffff;
} */

.navbar .others-options ul li .login::before {
  border-left:1px dashed rgb(0 0 0 / 20%);
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary-color) !important;
}


/* ===== DEALER ADD SCOPED CSS ===== */
.da-module * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.da-module {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #f4f6f9;
  min-height: 100vh;
  color: #1e293b;
}

.da-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.da-topbar-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.da-topbar-breadcrumb {
  font-size: 13px;
  color: #94a3b8;
}

.da-topbar-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.da-container {
  height: auto;
  width: 100%;
}

.da-page-header {
  margin-bottom: 24px;
}

.da-page-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.da-page-header p {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
}

.da-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 24px;
  margin-bottom: 20px;
}

.da-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.da-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.da-form-row.da-full {
  grid-template-columns: 1fr;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.select2-dropdown {
    z-index: 9 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    height: 40px !important;
    padding: 5px 8px;
    font-size: 14px;
}

.form-control {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
  background: #fff;
}

.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

select.form-control {
  cursor: pointer;
}

.da-doc-upload-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.da-doc-item {
  border: 2px dashed #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  background: #fafbfc;
}

.da-doc-item:hover {
  border-color: #2563eb;
  background: #f0f5ff;
}

.da-doc-item.da-doc-uploaded {
  border-color: #16a34a;
  border-style: solid;
  background: #f0fdf4;
}

.da-doc-item input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.da-doc-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.da-doc-label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.da-doc-hint {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 4px;
}

.da-doc-filename {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
  margin-top: 6px;
  word-break: break-all;
}

.da-doc-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fee2e2;
  color: #dc2626;
  border: none;
  cursor: pointer;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.da-doc-uploaded .da-doc-remove {
  display: flex;
}

.da-form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 30px;
  width: 100%;
}

.da-btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.da-btn-primary {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

/* .da-btn-primary:hover {
  background: #0ea15e;
  border-color: #0ea15e;
} */

.da-btn-secondary {
  background: #fff;
  color: #374151;
}

.da-btn-secondary:hover {
  background: #f1f5f9;
}

.da-error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.da-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #16a34a;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateX(120%);
  transition: transform 0.3s;
  z-index: 1000;
}

.da-toast.da-show {
  transform: translateX(0);
}
.vissing-section.pertnar-wrap {
    padding: 50px 0px;
}
@media (max-width: 768px) {

  .da-topbar {
    padding: 12px 16px;
  }

  .da-form-row {
    grid-template-columns: 1fr;
  }

  .da-doc-upload-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .da-doc-upload-grid {
    grid-template-columns: 1fr;
  }
}



/* ===== SAME CSS AS BEFORE (only minor tweaks for Iconify) ===== */
.dv-module * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.dv-module {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #f4f6f9;
  min-height: 100vh;
  color: #1e293b;
}

.dv-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dv-topbar-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.dv-topbar-breadcrumb {
  font-size: 13px;
  color: #94a3b8;
}

.dv-topbar-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.dv-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px 32px;
}

.dv-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.dv-header-left h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.dv-header-left p {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
}

.dv-header-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dv-btn {
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #374151;
}

.dv-btn:hover {
  background: #f1f5f9;
}

.dv-btn-approve {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

.dv-btn-approve:hover {
  background: #15803d;
}

.dv-btn-disapprove {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}

.dv-btn-disapprove:hover {
  background: #b91c1c;
}

.dv-btn-block {
  background: #475569;
  color: #fff;
  border-color: #475569;
}

.dv-btn-block:hover {
  background: #334155;
}

.dv-btn-unblock {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.dv-btn-unblock:hover {
  background: #1d4ed8;
}

.dv-btn-edit {
  background: #f59e0b;
  color: #fff;
  border-color: #f59e0b;
}

.dv-btn-edit:hover {
  background: #d97706;
}

.partner-link{
    position:relative;
    font-weight:600;
    color:#7CFF8F;
}

/* blinking circle */

.blink-dot{
    display:inline-block;
    width:8px;
    height:8px;
    margin-left:6px;
    border-radius:50%;
    background:#014218;
    animation:blinkCircle 1.4s infinite;
}

/* pulse blink */

@keyframes blinkCircle{

    0%{
        transform:scale(.8);
        box-shadow:0 0 0 0 rgba(0,255,136,0.7);
        opacity:1;
    }

    70%{
        transform:scale(1);
        box-shadow:0 0 0 8px rgba(0,255,136,0);
        opacity:.6;
    }

    100%{
        transform:scale(.8);
        box-shadow:0 0 0 0 rgba(0,255,136,0);
        opacity:1;
    }

}
.animated-fill{

    background: linear-gradient(120deg, #000000 0%, #000000 40%, #0097b0 40%, #0097b0 60%, #000000 60%);

    background-size:200% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:textFillMove 3s linear infinite;
}

/* animation */

@keyframes textFillMove{

    0%{
        background-position:0% center;
    }

    100%{
        background-position:200% center;
    }

}

.dv-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.dv-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.dv-stat-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 6px;
}

.dv-stat-value {
  font-size: 26px;
  font-weight: 700;
}

.dv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.dv-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 24px;
}

.dv-card-full {
  grid-column: 1 / -1;
}

.dv-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.dv-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f8fafc;
  font-size: 14px;
}

.dv-detail-row:last-child {
  border-bottom: none;
}

.dv-detail-label {
  color: #64748b;
  font-weight: 500;
}

.dv-detail-value {
  color: #0f172a;
  font-weight: 600;
  text-align: right;
  max-width: 60%;
  word-break: break-all;
}

.dv-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.dv-badge-approved {
  background: #dcfce7;
  color: #166534;
}

.dv-badge-pending {
  background: #fef9c3;
  color: #854d0e;
}

.dv-badge-disapproved {
  background: #fee2e2;
  color: #991b1b;
}

.dv-badge-blocked {
  background: #f1f5f9;
  color: #475569;
}

.dv-docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

.dv-doc-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  background: #fafbfc;
}

.dv-doc-card-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.dv-doc-card-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.dv-doc-card-file {
  font-size: 11px;
  color: #64748b;
  word-break: break-all;
}

.dv-doc-card-actions {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.dv-doc-btn {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #374151;
  transition: all 0.2s;
}

.dv-doc-btn:hover {
  background: #109b5c;
  border: 1px solid #109b5c;
  color: #fff;
}

.dv-doc-btn-view {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.dv-doc-empty {
  color: #94a3b8;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

.dv-toast {
  position: fixed;
  bottom: 8px;
  right: 0px;
  background: #16a34a;
  color: #fff;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateX(120%);
  transition: transform 0.3s;
  z-index: 1000;
}

.dv-toast.dv-show {
  transform: translateX(0);
}

/* Document Preview Modal */
.dv-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.dv-modal-overlay.dv-active {
  display: flex;
}

.dv-modal {
  background: #fff;
  border-radius: 14px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  padding: 24px;
  position: relative;
  min-width: 320px;
}

.dv-modal img {
  max-width: 100%;
  border-radius: 8px;
}

.dv-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.dv-modal-close:hover {
  background: #e2e8f0;
}






.dl-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  padding: 15px 15px 10px;
}

.dl-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  background: #072d1c08;
}

.dl-stat-card-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 8px;
}

.dl-stat-card-value {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
}

.dl-stat-card-sub {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}

span.MobileNo {
  display: block;
  color: #7d8a95;
}


/* responsive.css */

@media (max-width:1080px) {
  .h1.mil-display, h1.mil-display {
    font-size: 34px;
    line-height: 50px;
  }

  .mil-banner-text p {
    max-width: 100%;
    margin-bottom: 0px;
  }

  h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
    padding: 7px 18px 7px 7px;
    font-size: 20px;
    margin-left: 0px;
    line-height: 30px;
  }

  .mil-banner.mil-dark-2 {
    padding-top: 110px;
  }

  h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
    font-size: 20px;
  }

  .heiglight-loan p {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 24px;
  }

  .heiglight-loan {
    padding: 16px 20px;
    max-width: 100%;
  }

  .heiglight-loan iconify-icon {
    font-size: 20px;
    left: 14px;
    top: 10px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 14px;
    font-size: 24px;
  }

  .table-ui-section table tr td:nth-child(2) {
    min-width: auto;
  }



  /* .mil-banner-img.mil-banner-img-out {
    margin-top: 24px;
  } */

  .loan-info .loan-details {
    font-size: 12px;
    margin-top: 0;
  }

  .loan-info .loan-title {
    font-size: 14px;
  }

  .loan-icon {
    font-size: 20px;
    margin-right: 10px;
  }

  .loan-card {
    top: 20px;
    left: 20px;
    padding: 10px 14px;
  }

  .mil-banner {
    height: auto;
    padding-top: 0px;
  }

  .swure-wrap {
    display: none;
  }

  .emi-rate {
    font-size: 10px;
  }

  .emi-amount {
    font-size: 14px;
  }

  .mil-banner-img.mil-banner-img-out {
    height: auto;
  }

  .emi-card {
    /* right: 20px;
    padding: 10px 18px;
    top: inherit;
    bottom: 20px; */
    position: relative;
  }

  .about-right-conmp {
    padding: 30px 0px 0px 0px;
  }

  .navbar {
    padding: 14px 5px;
  }

  .service-top {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .about-right h2 {
    font-size: 28px;
  }

  .about-right h2 br {
    display: none;
  }

  .ournew-services {
    padding: 50px 0px 40px 0px;
  }

  .white-ones {
    display: none;
  }

  .about-right {
    padding-left: 30px;
  }

  .balck-one {
    right: 40px;
  }

  .main-ab-img {
    margin-left: 0px;
    height: auto;
  }

  .new-left-section-ab {
    margin-bottom: 30px;
  }

  .about-right .features {
    flex-wrap: wrap;
  }

  .comon-wrappers {
    padding: 40px 0px;
  }

  .vissing-section {
    padding: 40px 0px;
  }

  .abimage-wrap {
    height: auto;
    margin-bottom: 24px;
  }

  .why-Chose-text {
    display: block;
  }

  .why-Chose-text .about-right {
    width: 100%;
  }

  .why-Chose-wrap {
    padding: 30px 0px 40px 0px;
  }

  .choose-box {
    padding: 24px;
    margin: 28px 0px 0px 0px;
  }

  .card-loan {
    padding: 15px;
  }

  .cta-content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .cta-content>p {
    max-width: 100%;
    padding-top: 10px;
  }

  .cta-content>p:last-of-type {
    max-width: 100%;
    margin-top: 12px;
  }

  .box-cta-inners {
    padding-top: 15px;
  }

  .cta-content {
    padding-top: 40px;
  }

  .box-cta {
    bottom: 50px;
  }

  .kfh-section {
    padding: 40px 15px 0px 15px;
  }

  .kfh-title {
    margin-bottom: 24px;
  }

  .cca-left.about-right h2 {
    font-size: 28px;
  }

  .cca-section {
    padding: 30px 0px;
  }

  .hiw-header {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cta-wrap {
    height: 500px;
  }

  .cta-content {
    display: block;
    height: 500px;
  }

  .kfh-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .slj-dark-image-wrapper img {
    object-fit: cover;
  }

  .cta-content h2 {
    max-width: 100%;
  }

  .slj-header {
    max-width: 100%;
    margin: 0px auto 24px;
  }

  .slj-section {
    padding: 28px 0px 40px 0px;
  }

  .slj-dark-title {
    font-size: 28px;
  }

  .slj-dark-title br {
    display: none;
  }

  .slj-dark-image-wrapper {
    width: 100%;
    height: 400px;
  }

  .slj-floating-card-1 {
    display: none;
  }

  .slj-floating-card-2 {
    bottom: 30px;
    right: 24px;
  }

  .slj-cta-btn {
    width: fit-content;
  }

  .slj-cta-banner {
    align-items: flex-start;
  }

  .faq-area.faqsection {
    padding: 40px 0px;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-content .accordion-item .accordion-body {
    padding: 10px 0px 0px 0px;
    margin: 0px 20px 0px 20px;
  }

  .footer-area.footersecrion {
    padding-top: 30px;
  }

  .footer-logos {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-weight p {
    margin-bottom: 20px;
  }

  .footer-weight .get-touch li {
    padding-left: 0 !important;
  }

  .copyright-area .copyright-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-banner-content {
    max-width: 100%;
  }

  .page-banner-content h1 {
    line-height: 35px;
  }

  .abimage-wrap-1 {
    width: 100%;
    height: 330px;
  }

  .abimage-wrap-2 {
    display: none;
  }

  .abimage-wrap-page {
    padding-bottom: 30px;
  }

  .about-us-area.aboutsection-page-missiond {
    padding-top: 20px;
  }

  .team-page {
    padding-bottom: 40px;
  }

  .checklist-sec-rp {
    gap: 20px;
    flex-direction: row;
  }

  .checklist-sec-rp ul {
    width: 100%;
    padding-left: 10px;
  }

  .service-details-page {
    padding: 40px 0px;
  }

  .vissing-section.polocy-wraps {
    padding: 40px 0px;
  }

  .contact-card-wrap {
    padding-right: 0;
    display: flex;
    gap: 15px;
  }

  .contact-card-wrap .card-loan.card-personal .card-loan-textes img {
    max-width: 30px;
    margin-top: 5px;
  }

  .contact-card-wrap .card-loan.card-personal {
    width: 100%;
    padding: 15px;
    height: 163px;
  }

  .contact-form-wrap {
    padding-top: 26px;
  }

  .preloader-area .wavy span {
    font-size: 20px;
  }

  .preloader-area .wavy span.d-inline-block img {
    max-width: 75px;
  }

  .new-des-wrap {
    max-width: 100%;
  }
  .about-right-conmp {
        padding: 0px 0px 30px 0px;
    }

}

@media (max-width:767px) {
  .h1.mil-display, h1.mil-display {
    font-size: 34px;
    line-height: 50px;
  }

  .mil-banner-text p {
    max-width: 100%;
    margin-bottom: 0px;
  }

  h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
    padding: 7px 18px 7px 7px;
    font-size: 20px;
    margin-left: 0px;
    line-height: 30px;
  }

  .mil-banner-text {
    padding-top: 0px;
  }

  h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
    font-size: 20px;
  }

  .heiglight-loan p {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 24px;
  }

  .heiglight-loan {
    padding: 16px 20px;
    max-width: 100%;
  }

  .heiglight-loan iconify-icon {
    font-size: 20px;
    left: 14px;
    top: 10px;
  }

  .mil-banner-img.mil-banner-img-out {
    max-width: 100%;
    padding: 40px 0px;
  }

  .loan-info .loan-details {
    font-size: 12px;
    margin-top: 0;
  }

  .loan-info .loan-title {
    font-size: 14px;
  }

  .loan-icon {
    font-size: 20px;
    margin-right: 10px;
  }

  .loan-card {
    top: 20px;
    left: 20px;
    padding: 10px 14px;
  }

  .mil-banner {
    height: auto;
    padding-top: 0px;
  }

  .swure-wrap {
    bottom: 20px;
    left: 20px;
  }

  .emi-rate {
    font-size: 10px;
  }

  .emi-amount {
    font-size: 14px;
  }

  .emi-card {
    right: 0;
    left: 0;
  }

  .navbar {
    padding: 14px 5px;
  }

  .service-top {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .about-right h2 {
    font-size: 28px;
  }

  .about-right h2 br {
    display: none;
  }

  .ournew-services {
    padding: 50px 0px 40px 0px;
  }

  .white-ones {
    display: none;
  }

  .about-right {
    padding-left: 0;
  }

  .balck-one {
    right: 40px;
  }

  .main-ab-img {
    margin-left: 0px;
  }

  .new-left-section-ab {
    margin-bottom: 30px;
  }

  .about-right .features {
    flex-wrap: wrap;
  }

  .comon-wrappers {
    padding: 40px 0px;
  }

  .vissing-section {
    padding: 40px 0px;
  }

  .abimage-wrap {
    height: auto;
    margin-bottom: 24px;
  }

  .why-Chose-text {
    display: block;
    max-width: 100%;
  }

  .why-Chose-text .about-right {
    width: 100%;
  }
  .about-right.abus-pages {
    padding-left: 0;
}
.page-banner-area.position-relative.overflow-hidden.inner-wrapbanner {
    height: 210px;
    margin-top: 58px;
}
.login-ui-promo-side {
        display: none !important;
    }
    body.login-page-body .login-ui-form-side {
    padding: 34px 24px !important;
    width: 100% !important;
}

  .why-Chose-wrap {
    padding: 30px 0px 40px 0px;
  }

  .choose-box {
    padding: 24px;
    margin: 28px 0px 0px 0px;
  }

  .card-loan {
    padding: 15px;
  }

  .cta-content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .cta-content>p {
    max-width: 100%;
    padding-top: 10px;
  }

  .cta-content>p:last-of-type {
    max-width: 100%;
    margin-top: 12px;
  }

  .box-cta-inners {
    padding-top: 15px;
  }

  .cta-content {
    padding-top: 40px;
    height: 580px;
  }

  .box-cta {
    bottom: 50px;
  }

  .kfh-section {
    padding: 40px 15px 0px 15px;
  }

  .kfh-title {
    margin-bottom: 24px;
  }

  .cca-left.about-right h2 {
    font-size: 28px;
  }

  .cca-section {
    padding: 30px 15px;
  }

  .hiw-header {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cta-content {
    display: block;
  }

  .cta-content h2 {
    max-width: 100%;
  }

  .slj-header {
    max-width: 100%;
    margin: 0px auto 24px;
  }

  .slj-section {
    padding: 28px 0px 40px 0px;
  }

  .slj-dark-title {
    font-size: 28px;
  }

  .slj-dark-title br {
    display: none;
  }

  .slj-dark-image-wrapper {
    width: 100%;
    height: auto;
  }

  .slj-floating-card-1 {
    display: none;
  }

  .slj-floating-card-2 {
    bottom: 30px;
    right: 24px;
  }

  .slj-cta-btn {
    width: fit-content;
  }

  .slj-cta-banner {
    align-items: flex-start;
  }

  .faq-area.faqsection {
    padding: 40px 0px;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-content .accordion-item .accordion-body {
    padding: 10px 0px 0px 0px;
    margin: 0px 20px 0px 20px;
  }

  .footer-area.footersecrion {
    padding-top: 30px;
  }

  .footer-logos {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-weight p {
    margin-bottom: 20px;
  }

  .footer-weight .get-touch li {
    padding-left: 0 !important;
  }

  .copyright-area .copyright-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-banner-content {
    max-width: 100%;
  }

  .page-banner-content h1 {
    line-height: 35px;
  }

  .abimage-wrap-1 {
    width: 100%;
    height: 330px;
  }

  .abimage-wrap-2 {
    display: none;
  }

  .abimage-wrap-page {
    padding-bottom: 30px;
  }

  .about-us-area.aboutsection-page-missiond {
    padding-top: 20px;
  }

  .team-page {
    padding-bottom: 40px;
  }

  .checklist-sec-rp {
    gap: 20px;
    flex-direction: column;
  }

  .checklist-sec-rp ul {
    width: 100%;
    padding-left: 10px;
  }

  .service-details-page {
    padding: 40px 0px;
  }

  .vissing-section.polocy-wraps {
    padding: 40px 0px;
  }

  .contact-card-wrap {
    padding-right: 0;
  }

  .contact-card-wrap .card-loan.card-personal .card-loan-textes img {
    max-width: 34px;
  }

  .contact-card-wrap .card-loan.card-personal {
    padding: 24px;
  }

  .contact-form-wrap {
    padding-top: 26px;
  }

  .preloader-area .wavy span {
    font-size: 20px;
  }

  .preloader-area .wavy span.d-inline-block img {
    max-width: 75px;
  }

  .cta-wrap {
    height: 580px;
  }

  .kfh-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-card-wrap {
    display: block;
  }

  .about-right-conmp .new-left-section-ab {
    margin: 0;
  }

  .ourMissind-wrap-outs {
    flex-wrap: wrap;
  }

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

  .cca-grid {
    padding: 40px 0px 0px 0px;
  }

  .kfh-card {
    padding: 14px;
  }

  .kfh-cards {
    padding-top: 30px;
  }

  .copyright-area ul {
    text-align: left !important;
  }

  .copyrightul-sec ul li {
    background: transparent;
    padding: 0;
  }

  .copyrightul-sec ul li::before {
    display: none;
  }
  .loan-banner__left {
    padding-right: 0;
}
    .loan-banner {
        padding: 45px 15px 28px 15px;
        margin-top: 40px;
    }
        .loan-banner__feature {
        padding-top: 15px;
    }
    .mobile-navbar .offcanvas-header button.close-btn {
    top: 7px;
}
}

/* Login page */
body.login-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(7, 45, 28, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(12, 113, 67, 0.16), transparent 28%),
    #f4f8f5;
  overflow-x: hidden;
}

body.login-page-body .login-ui-page {
  min-height: 100vh;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.login-page-body .login-ui-shell {
  width: 100%;
  max-width: 1050px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(7, 45, 28, 0.12);
  display: flex;
  justify-content: space-between;
  height: auto;
}

body.login-page-body .login-ui-form-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 42px 28px;
  background: #ffffff;
  width: 50%;
}

body.login-page-body .login-ui-brand {
      display: inline-flex;
    text-decoration: none;
    width: 350px;
    margin: 0px auto 50px auto;
}
body.login-page-body .login-ui-brand img {
    max-width: 190px;
    margin-left: 0;
}

body.login-page-body .login-ui-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: #edf5f0;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.login-page-body .login-ui-form-wrap {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.login-ui-panel-wrap {
  position: relative;
}

.login-ui-panel {
  display: none;
}

.login-ui-panel.is-active {
  display: block;
}

.login-ui-copy {
  margin-bottom: 15px;
}

.login-ui-copy.login-ui-copy-success {
    text-align: center;
}

.login-ui-copy.login-ui-copy-success span.login-ui-step-tag {
    border-radius: 999px;
    background: #edf5f0;
    color: var(--secondary-color);
    font-size: 26px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 14px;
}

.login-ui-copy span.login-ui-step-tag {
    background: #edf5f0;
    color: var(--primary-color);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.login-ui-copy h1 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  color: #1f1b2d;
}

.login-ui-copy p {
  margin: 0;
  color: #6a7f73;
  font-size: 14px;
  line-height: 1.6;
}

.login-ui-social {
  display: grid;
  gap: 12px;
}

.login-ui-social-btn {
  min-height: 50px;
  border: 1px solid #d7e7dd;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #355347;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.25s ease;
}

.login-ui-social-btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  transform: translateY(-1px);
}

.login-ui-divider {
  position: relative;
  text-align: center;
  margin: 22px 0;
}

.login-ui-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dce9e0;
}

.login-ui-divider span {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  background: #fff;
  color: #6d8579;
  font-size: 13px;
}

.login-ui-form {
  display: grid;
  gap: 18px;
}

.login-ui-field label {
  display: block;
  margin-bottom: 9px;
  color: #456253;
  font-size: 13px;
  font-weight: 600;
}

.login-ui-input {
  position: relative;
}

.login-ui-input input {
  width: 100%;
  height: 54px;
  border: 1.5px solid #c6ddd0;
  border-radius: 999px;
  padding: 0 48px 0 18px;
  color: #173629;
  background: #f4f8f5;
  font-size: 14px;
  outline: none;
  transition: 0.25s ease;
}

.login-ui-input input::placeholder {
  color: #90a79c;
}

.login-ui-input input:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 4px rgba(12, 113, 67, 0.12);
  background: #ffffff;
}

.login-ui-input iconify-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #5a7b6a;
  font-size: 19px;
}

.login-ui-toggle-password {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #5a7b6a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.login-ui-toggle-password iconify-icon {
      font-size: 22px;
    line-height: 1;
    right: 0px;
}

.login-ui-otp-wrap {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.login-ui-otp-input {
  width: 100%;
  height: 52px;
  border: 1.5px solid #c6ddd0;
  border-radius: 10px;
  background: #f4f8f5;
  color: #173629;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  outline: none;
  transition: 0.25s ease;
}

.login-ui-otp-input:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 4px rgba(12, 113, 67, 0.12);
  background: #ffffff;
}

.login-ui-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -4px;
}

.login-ui-meta a {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 600;
}

.login-ui-text-btn {
  border: none;
  padding: 0;
  background: transparent;
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.login-ui-text-btn:hover {
  color: var(--primary-color);
}

.login-ui-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #587060;
  font-size: 13px;
  cursor: pointer;
}

.login-ui-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--secondary-color);
}

.login-ui-submit {
  height: 54px;
  border: none;
  border-radius: 999px;
  background:var(--secondary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(7, 45, 28, 0.22);
  transition: 0.25s ease;
}

.login-ui-submit:hover {
  transform: translateY(-2px);
  color: #fff;
}

.login-ui-footer {
  margin: 28px 0 0;
  text-align: center;
  color: #8aa091;
  font-size: 12px;
}

.login-ui-copy-success {
  margin-bottom: 20px;
}

.login-ui-success-box {
  padding: 20px 18px;
  border: 1px solid #d7e7dd;
  border-radius: 18px;
  background: #f4f8f5;
  text-align: center;
}

.login-ui-success-box iconify-icon {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--secondary-color);
  font-size: 42px;
}

.login-ui-success-box p {
  margin: 0;
  color: #456253;
  font-size: 14px;
  line-height: 1.7;
}

.login-ui-promo-side {
    position: relative;
    padding: 55px 60px;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-ui-promo-card {
     position: relative;
    z-index: 1;
    min-height: 500px;
    padding: 34px 30px 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(255 255 255 / 31%) 0%, rgb(255 255 255 / 15%) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.login-ui-float-top iconify-icon {
    font-size: 38px;
}
.login-ui-float-bottom iconify-icon {
    font-size: 38px;
}

.login-ui-promo-copy h2 {
     max-width: 350px;
    margin-bottom: 24px;
    color: #fff7d9;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
}

.login-ui-promo-image {
  margin-top: auto;
  text-align: center;
}

.login-ui-promo-image img {
  width: auto;
  max-width: 100%;
  max-height: 410px;
  object-fit: contain;
  object-position: bottom center;
}

.login-ui-float {
  position: absolute;
  z-index: 2;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 250, 238, 0.96);
  color: var(--secondary-color);
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(7, 45, 28, 0.22);
}

.login-ui-float-top {
  top: 145px;
  right: 26px;
}

.login-ui-float-bottom {
  bottom: 120px;
  left: 26px;
  font-size: 28px;
}

@media (max-width: 991px) {
  .login-ui-page {
    padding: 18px;
  }

  .login-ui-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .login-ui-form-side {
    order: 2;
    padding: 30px 24px 24px;
  }

  .login-ui-form-wrap {
    max-width: 100%;
  }

  .login-ui-promo-side {
    order: 1;
    min-height: 420px;
    padding: 24px;
  }

  .login-ui-promo-card {
    min-height: 372px;
    padding: 24px 22px 0;
  }

  .login-ui-promo-copy h2 {
    max-width: 220px;
    font-size: 30px;
  }

  .login-ui-promo-image img {
    max-height: 300px;
  }

  .login-ui-float-top {
    top: 42px;
    right: 26px;
  }

  .login-ui-float-bottom {
    bottom: 34px;
    left: 26px;
  }
}

@media (max-width: 575px) {
  .login-ui-page {
    padding: 12px;
  }

  .login-ui-shell {
    border-radius: 24px;
  }

  .login-ui-form-side,
  .login-ui-promo-side {
    padding-left: 18px;
    padding-right: 18px;
  }

  .login-ui-promo-side {
    min-height: 320px;
  }

  .login-ui-promo-card {
    min-height: 295px;
    border-radius: 24px;
  }

  .login-ui-copy h1 {
    font-size: 28px;
  }

  .login-ui-promo-copy h2 {
    font-size: 24px;
    max-width: 180px;
  }

  .login-ui-float {
    height: 54px;
    width: 54px;
    font-size: 14px;
  }

  .login-ui-float-bottom {
    font-size: 22px;
  }

  .login-ui-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .login-ui-otp-wrap {
    gap: 8px;
  }

  .login-ui-otp-input {
    height: 48px;
    border-radius: 12px;
    font-size: 18px;
  }
}

.policy-pdf-wrap {
  background: #ffffff;
  border: 1px solid #dfe7e3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.policy-pdf-viewer {
  display: block;
  width: 100%;
  height: 1200px;
}

.policy-pdf-fallback {
  padding: 32px 24px;
  text-align: center;
}

.policy-pdf-fallback p {
  margin-bottom: 16px;
}

.fair-practice-doc pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  margin: 0;
}

.fair-practice-sections {
  background: #fff;
}

.fair-practice-sections h2 {
  font-size: 34px;
  margin-bottom: 22px;
  color: #082720;
}

.fair-practice-sections h3 {
  font-size: 24px;
  margin: 30px 0 14px;
  color: #082720;
}

.fair-practice-sections p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 14px;
}

.fair-practice-sections ol,
.fair-practice-sections ul {
  padding-left: 24px;
  margin-bottom: 18px;
}

.fair-practice-sections li {
  color: #333;
  margin-bottom: 10px;
}

.fair-practice-sections li p {
  margin-bottom: 0;
}

.fair-practice-table {
  margin: 24px 0 12px;
}

.fair-practice-table .table {
  margin-bottom: 0;
  border: 1px solid #e2e8e4;
}

.fair-practice-table .table th,
.fair-practice-table .table td {
  padding: 14px 16px;
  vertical-align: top;
  border-color: #e2e8e4;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.fair-practice-table .table th {
  background: #f4f8f5;
  color: #082720;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .policy-pdf-viewer {
    height: 900px;
  }
}

@media (max-width: 575px) {
  .policy-pdf-viewer {
    height: 640px;
  }

  .fair-practice-sections {
    padding: 22px 18px;
  }

  .fair-practice-sections h2 {
    font-size: 28px;
  }

  .fair-practice-sections h3 {
    font-size: 20px;
  }
}
