a {
  text-decoration: none;
  color: inherit;
}

.blog-layout-section {
  padding: 80px 0px;
  background-color: #ffff;
}

.blog-layout-main-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #000F2C;
  text-align: center;
  padding-bottom: 10px;
  text-align: left;
}

.blog-layout-main-subdescription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #66697F;
  text-align: center;
  padding-bottom: 20px;
  text-align: left;
}

.blog-layout-main-button {
  padding: 12px 25px;
  color: #36364A;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.blog-card-layout-body {
  padding: 25px 0px;
}

.blog-card-layout-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 70%;
  color: #282735;
  padding-bottom: 10px;
}

.blog-card-layout-discription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #66697F;
  width: 100%;
}

.blog-card-layout {
  padding: 15px;
  border-radius: 12px;
  border: solid 1px #0000001A;
}



.footer-main-layout {
  padding: 80px 0px 0px 0px;
  background: linear-gradient(135deg, #07122f, #10264f 70%, #0b1838);
  position: relative;
  overflow: hidden;
}

.footer-main-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(99,102,241,0.2), transparent 30%);
  pointer-events: none;
}

.footer-main-logo-layout-contant {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  width: 80%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  padding: 15px 0;
}

.footer-main-logo-layout-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.footer-main-logo-layout-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #0057FF;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #0057FF;
}

.footer-main-logo-layout-social-icons .social-icon:hover {
  background-color: #ffffff;
  color: #003d7a;
  border-color: #ffff;
  transform: translateY(-3px) scale(1.04);
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #4f7cff);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 32px rgba(37,99,235,0.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 1200;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-main-logo-layout-social-icons .social-icon i {
  font-size: 18px;
}

.footer-main-layout-contant h4 {
  font-size: 18px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
}

.footer-main-layout-contant ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main-layout-contant ul li a {
  color: #fff;
  text-style: inherit;
  text-decoration: none;
}

.footer-main-layout-bottom {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 200px;
  text-align: start;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  line-height: 1;
}

/* .footer-main-layout-bottom {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
    font-size:240px;
    color:#fff;
} */

.footer-main-layout-contant ul li {
  padding: 5px 0;
  font-size: 16px;
  color: #ffff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 28px;
}





.faq-layout-section {
  padding: 80px 0px 0px 0px;
  overflow: hidden;
}

/* SVG illustration styles for Why Choose Us cards */
.why-chooes-illus{width:110px;height:110px;margin:0 auto 18px;display:block}
.why-chooes-illus svg{width:100%;height:100%;display:block}
.why-chooes-illus .illus-bg{transform-origin:50% 50%;animation: float 6s ease-in-out infinite}
.why-chooes-illus .illus-accent{transform-origin:50% 50%;animation: pulse 3.2s ease-in-out infinite}
.why-chooes-illus .illus-pill{transform-origin:50% 50%;animation: slide 3.8s ease-in-out infinite}

.why-chooes-layout-card:hover .why-chooes-illus .illus-accent{transform:scale(1.08) rotate(6deg)}
.why-chooes-layout-card:hover .why-chooes-illus .illus-bg{filter:brightness(1.06)}

@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@keyframes pulse{
  0%{transform:scale(1);opacity:1}
  50%{transform:scale(1.06);opacity:0.95}
  100%{transform:scale(1);opacity:1}
}
@keyframes slide{
  0%{transform:translateY(0);opacity:0.9}
  50%{transform:translateY(-6px);opacity:1}
  100%{transform:translateY(0);opacity:0.9}
}

/* make illustrations responsive */
@media(max-width:767px){.why-chooes-illus{width:90px;height:90px}}



.accordion-item {
  border-bottom: 1px solid #0000001A;
  border-left: none;
  border-top: none !important;
  border-right: none;
}



.accordion-header {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  font-family: 'Inter', sans-serif;
}


.accordion-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.accordion-icon::before {
  width: 14px;
  height: 2px;
}

.accordion-icon::after {
  width: 2px;
  height: 14px;
}

.accordion-item.active .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-body-wrapper {
  max-height: 500px;
}

.accordion-body {
  padding: 0px 10px 30px 10px;
  font-size: 16px;
  line-height: 26px;
  color: #66697F;
  font-family: 'Inter', sans-serif;
}

.more-faqs-row {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  overflow-x: hidden;
}

.more-faqs-btn {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: 'Inter', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 20px 16px;

}

.more-faqs-btn:hover {
  color: #002787;
}

.more-faqs-btn .arrow {
  transition: transform 0.2s ease;
}

.more-faqs-btn.expanded .arrow {
  transform: rotate(90deg);
}

.extra-faqs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.extra-faqs.expanded {
  max-height: 1000px;
}
.faq-wrapper{
    width: 100%;
    overflow: hidden;
}
.faq-layout-section,
.faq-wrapper{
    overflow-x: hidden;
}

.vidieo-thumbanails-section {
  padding: 80px 0px 20px 0px;
}

.blog-layout-main-subdescriptions {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}


.talk-to-a-loan-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #000F2C;
  color: #fff;
  padding: 15px 50px;
  border-radius: 12px;
  border: solid 1px #000F2C;
}

.talk-to-a-loan-btn:hover {
  background: #fff;
  color: #000F2C;
  border-color: #FFFFFF;
}

.talk-to-a-loan-btns {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #FFE555;
  color: #000000;
  padding: 15px 40px;
  border-radius: 12px;
  border: solid 1px #FFE555;
}

.talk-to-a-loan-btns:hover {
  background: #000F2C;
  color: #fff;
  border-color: #000F2C;
}


.vt-text-blocks {
  margin-top: -120px;
  text-align: center;
}


.vt-grid-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;

}

.vt-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-shrink: 0;
}

/* stagger offsets */
.os-0 {
  margin-top: 0;
}

.os-40 {
  margin-top: 40px;
}

.os-65 {
  margin-top: 65px;
}

.os-20 {
  margin-top: 20px;
}

.os-50 {
  margin-top: 50px;
}

.os-85 {
  margin-top: 85px;
}

/* card sizes */
.vt-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
  flex-shrink: 0;
  background: #111;
  transition: transform .26s ease, box-shadow .26s ease;
}

.vt-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .30);
}

.vt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vt-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg,
      rgba(0, 0, 0, .05) 0%,
      rgba(0, 0, 0, .22) 55%,
      rgba(0, 0, 0, .55) 100%);
}

/* play button */
.vt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  border: 2.5px solid rgba(255, 255, 255, .75);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: background .2s, transform .2s;
}

.vt-card:hover .vt-play {
  background: rgba(255, 255, 255, .40);
  transform: translate(-50%, -50%) scale(1.13);
}

.vt-play svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-left: 3px;
}

/* explicit card dimensions */
.c-sm {
  width: 108px;
  height: 148px;
}

.c-lg {
  width: 130px;
  height: 170px;
}

.c-lg {
  width: 130px;
  height: 170px;
}

.c-xl {
  width: 130px;
  height: 210px;
}

/* ─────────────────────────────────────────
     CENTER TEXT  — below the grid
  ───────────────────────────────────────── */
.vt-text-block {
  text-align: center;
  padding: 0 20px;
}

.vt-text-block h2 {
  color: #16264a;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.25;
}

.vt-text-block .sub {
  color: #444;
  font-size: 0.84rem;
  font-weight: 500;
  margin-bottom: 14px;
}

.vt-text-block .quote {
  color: #555;
  font-size: 0.80rem;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.vt-btn {
  background: #16264a;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .22s, transform .18s;
}

.vt-btn:hover {
  background: #0c1b38;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────
     MOBILE SLIDER  (≤991px)
  ───────────────────────────────────────── */
.vt-mobile {
  display: none;
}

.vt-slider {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px 18px 16px;
  gap: 11px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #16264a #e0e0e0;
}

.vt-slider::-webkit-scrollbar {
  height: 5px;
}

.vt-slider::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 8px;
}

.vt-slider::-webkit-scrollbar-thumb {
  background: #16264a;
  border-radius: 8px;
}

.vt-slider li {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.vt-slider .vt-card {
  width: 112px;
  height: 160px;
}

/* ─────────────────────────────────────────
     VIDEO POPUP
  ───────────────────────────────────────── */
.vt-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .90);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.vt-backdrop.open {
  display: flex;
}

.vt-modal {
  position: relative;
  width: 100%;
  max-width: 820px;
}

.vt-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 2px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .18s;
}

.vt-close:hover {
  background: rgba(255, 255, 255, .32);
  transform: scale(1.1);
}

.vt-ratio {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.vt-ratio video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* ─────────────────────────────────────────
     BREAKPOINTS
  ───────────────────────────────────────── */
@media (max-width: 1280px) {
  .c-sm {
    width: 94px;
    height: 130px;
  }

  .c-lg {
    width: 94px;
    height: 150px;
  }

  .c-lg {
    width: 104px;
    height: 168px;
  }

  .c-xl {
    width: 112px;
    height: 185px;
  }

  .os-65 {
    margin-top: 52px;
  }

  .os-50 {
    margin-top: 40px;
  }

  .os-40 {
    margin-top: 30px;
  }

  .vt-play {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 991px) {
  .vt-grid-wrap {
    display: none !important;
  }

  .vt-mobile {
    display: block;
  }

  .vt-section {
    padding: 44px 0 52px;
  }
}

@media (max-width: 575px) {
  .vt-slider .vt-card {
    width: 200px;
    height: 250px;
  }

  .vt-text-block h2 {
    font-size: 1.2rem;
  }

  .vt-play {
    width: 34px;
    height: 34px;
  }
}

.why-chooes-sectin-layout {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

.why-chooes-sectin-layout::before,
.why-chooes-sectin-layout::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
  pointer-events: none;
}

.why-chooes-sectin-layout::before {
  background: #4f7cff;
  top: -80px;
  right: -60px;
  animation: floatShape 8s ease-in-out infinite;
}

.why-chooes-sectin-layout::after {
  background: #8b5cf6;
  bottom: -80px;
  left: -60px;
  animation: floatShape 10s ease-in-out infinite reverse;
}

.why-chooes-layout-card {
  position: relative;
  border-radius: 28px;
  padding: 34px 28px;
  border: 1px solid rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 65px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.why-chooes-layout-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(59,130,246,0.14), transparent 32%),
              radial-gradient(circle at bottom right, rgba(236,72,153,0.10), transparent 34%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.why-chooes-layout-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.16);
  border-color: rgba(59,130,246,0.26);
}

.why-chooes-layout-card:hover::before {
  opacity: 1;
}

.why-chooes-layout-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: var(--icon-bg, rgba(59,130,246,0.12));
  color: var(--icon-fg, #2563eb);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.why-chooes-layout-card:hover .why-chooes-layout-card-icon {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 32px rgba(59,130,246,0.14);
}

.why-chooes-layout-card-icon svg {
  width: 28px;
  height: 28px;
}

.why-chooes-layout-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0f172a;
  margin-bottom: 10px;
}

.why-chooes-layout-card-copy {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
}

.why-chooes-layout-card .glow-ring,
.why-chooes-layout-icon i {
  display: none;
}

@keyframes pulseRing {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.02); opacity: 1; }
}

@keyframes floatShape {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(20px,-20px,0); }
}

.trusted-banking-partners-layout {
  padding: 80px 0px;
  background: url('../images/Frame\ 1618875118\ \(1\).png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.our-impact-numbers-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-style: Bold;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #000F2C;
}

.our-impact-numbers-card-discrription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #282A36;


}

/* .trusted-banking-partners-layout {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(
        -45deg,
        #000000,
        #0057FF,
        #00D8FE,
        #B867FF,
        #FFE34A
    );
    background-size: 400% 400%;
    animation: gradientBG 12s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
} */

.company-logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.complany-logo {
  width: calc(12.5% - 20px);
  /* 8 items per row */
  display: flex;
  justify-content: center;
  align-items: center;
}

.complany-logo img {
  max-width: 100%;
  height: auto;
}


.complany-logo img {
  height: 80px;
}

.complany-logo {

  transition: all 0.3s ease;
}

.complany-logo:hover {
  transform: translateY(-5px);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.08),
    0 0 20px rgba(13, 110, 253, 0.15);
}

@media (max-width: 991px) {
  .complany-logo {
    width: calc(25% - 20px);
    /* 4 per row */
  }
}

@media (max-width: 576px) {
  .complany-logo {
    width: calc(50% - 20px);
    /* 2 per row */
  }
}



.our-impact-numbers-layout {
  padding: 80px 0px;
}

.our-impact-numbers-card {
  border: 2px solid #E0EFFE;
  background: #EDF6FF;
  padding: 45px 25px;
  border-radius: 15px;
  backdrop-filter: blur(98.42145538330078px);
  box-shadow: 0px -6px 10px 0px #347FFC1A inset;
  box-shadow: 1.73px 2.6px 1.73px 0px #FFFFFF1A inset;
}

.get-right-layout {
  padding: 20px 0px;
}

.get-right-layout-container {
  padding: 50px 0px;
  background: url('../images/1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-layout-main-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 15px;

}

.get-layout-main-subdescription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  width: 55%;
  margin: auto;
  text-align: center;
  color: #FFFFFF;

}

.get-right-button {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 30px;
}

.every-need-layout {
  padding: 80px 0px;
}

.every-need-layout-card {
  background-color: #FFE3E3;
  border-radius: 20px;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.every-need-layout-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #000F2C;
  padding-bottom: 10px;

}

.every-need-layout-card-subdiscription {
  width: max-content;
  border-radius: 30px;
  padding: 13px 30px;
  text-align: center;
  background: #fff;
  margin: auto;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.every-need-layout-card-subdiscriptions {
  color: #52525B;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;

}

.every-need-layout-card .card-img-wrap {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.every-need-layout-card img {
  display: block;
  width: 100%;
  height: calc(100% + 80px);
  height: 290px !important;
  object-fit: cover;
  object-position: center top;
  transform: translateY(80px);
  transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.every-need-layout-card:hover img {
  transform: translateY(0px);
}


.we-dont-layout-section {
  padding: 80px 0px 20px 0px;
}

.wavy-highlight {
  color: #1565F5;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.wavy-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='6' viewBox='0 0 60 6'%3E%3Cpath d='M0 4 Q7.5 0 15 4 Q22.5 8 30 4 Q37.5 0 45 4 Q52.5 8 60 4' fill='none' stroke='%231565F5' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 30px 6px;
}

.hero-section-layouts {
  padding: 0px 0px 0px 0px;
  background: linear-gradient(180deg, #D6E4FF 0%, #FCF6D6 19.86%, #FFFFFF 98.35%);
}

.hero-section-layout {
  position: relative;
}

.tabing-layouts {
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}

.tabing-layouts-contant {
  padding: 120px 50px;
  height: 80vh;
  background: url('../images/hero-bg.png');
  background-position: center;
  background-size: cover;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: end;
  justify-content: left;
}

.tabing-layouts-contant-data-subheading {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: left;
  color: #FFFFFFC2;
}


.tabing-layouts-contant-data-mainheading::after {
  content: "";
  display: block;
  width: 180px;
  height: 8px;
  margin-top: 15px;
  background: url("../images/Vector\ \(20\).svg") repeat-x center;
  background-size: contain;
}

.tabing-layouts-contant-data-mainheading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tabing-layouts-contant-data-maindiscription {
  width: 80%;
  font-family: 'Inter', sans-serif;
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #FFFFFFC2;

}

.tabing-layouts {
  position: relative;
  overflow: hidden;
}

.tabing-layouts .nav-pills {
  background-color: #4A4A4A66 !important;
  border-radius: 0px 0px 15px 15px !important;
  justify-content: space-around;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0px 4px 15px 0px #81818140 inset;
  border-top: solid 1px #4A4A4A66 !important;
  flex-wrap: nowrap !important;
}

.tabing-layouts .nav-item {
  flex: 1;
}

.tabing-layouts .nav-link {
  width: 100%;
  border-radius: 0;
  color: #fff;
  padding: 22px 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  background: transparent;
  border-left: 1px solid #4A4A4A;
}

.tabing-layouts .nav-item:first-child .nav-link {
  border-bottom-left-radius: 15px;
  border-left: none;
}

.tabing-layouts .nav-item:last-child .nav-link {
  border-bottom-right-radius: 15px;
}

.loan-tabs-nav .nav-link.active {
  background: #0157FE !important;
  color: #fff;
}

.tabing-layouts .nav-pills li {
  width: 100%;
  display: flex;
}

.tabing-layouts-contant-data {
  opacity: 0;
  transform: translateY(40px);
  transition: all .7s ease;
}

.tab-pane.active.show .tabing-layouts-contant-data {
  opacity: 1;
  transform: translateY(0);
}

.tab-pane {
  transition: opacity .2s ease-in-out;
}

.tabing-layouts-contant-data-mainheading {
  transition: all .2s ease;
}

.top-header-layout {
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.92));
  box-shadow: 0 8px 32px rgba(2, 6, 23, 0.18);
  padding: 16px 0 24px;
  position: relative;
  overflow: hidden;
}

.top-header-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(99,102,241,0.28), transparent 32%),
              radial-gradient(circle at bottom right, rgba(56,189,248,0.22), transparent 34%);
  pointer-events: none;
}

.navbar-toggler {
  border: none;
  color: #fff;
  font-size: 28px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Offcanvas */
.offcanvas.offcanvas-start {
  width: 84% !important;
  background: linear-gradient(180deg, #0f172a, #1d4ed8) !important;
  box-shadow: 0 20px 60px rgba(2,6,23,0.3);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}

.offcanvas.show {
  transform: translateX(0) !important;
}



.offcanvas .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  margin: 0px !important;
  padding: 12px 0px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.offcanvas .nav-link:hover {
  color: #dbeafe;
  transform: translateX(4px);
}

.mobile-btn {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}



.top-header-layout-top img {
  width: 190px;
  height: 45px;
}

.top-header-layout-top .navbar-collapse {
  justify-content: end;
}

.top-header-layout-top .nav-item {
  padding: 0px 5px;
  position: relative;
}

.top-header-layout-top .nav-link {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  padding: 8px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.top-header-layout-top .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: #2563eb;
  transition: width 0.25s ease;
}

.top-header-layout-top .nav-item:hover > .nav-link::after,
.top-header-layout-top .nav-item:focus-within > .nav-link::after {
  width: 24px;
}

.top-header-layout-top .nav-item:hover > .nav-link,
.top-header-layout-top .nav-item:focus-within > .nav-link {
  color: #dbeafe;
  transform: translateY(-1px);
}

.top-header-layout-top .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  border: none;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  min-width: 420px;
  margin-top: 14px;
  z-index: 1000;
}

.top-header-layout-top .nav-item:hover .dropdown-menu,
.top-header-layout-top .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .top-header-layout-top .dropdown-menu {
    position: static;
    min-width: auto;
    width: 100%;
    margin-top: 0;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background: rgba(255,255,255,0.98);
  }

  .top-header-layout-top .dropdown-grid {
    grid-template-columns: 1fr;
  }
}

.top-header-layout-top .dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 16px;
}

.top-header-layout-top .dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(15,23,42,0.02);
  color: #0f172a;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.top-header-layout-top .dropdown-item:hover {
  transform: translateY(-1px);
  background: rgba(59, 130, 246, 0.10);
  box-shadow: 0 16px 28px rgba(59, 130, 246, 0.12);
}

.top-header-layout-top .dropdown-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  flex-shrink: 0;
}

.top-header-layout-top .dropdown-item svg {
  width: 20px;
  height: 20px;
}

.top-header-layout-top .dropdown-item-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.top-header-layout-top .dropdown-item-copy {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
}

.top-header-layout-top .dropdown-menu a:hover .dropdown-item-title,
.top-header-layout-top .dropdown-menu a:hover .dropdown-item-copy {
  color: #1d4ed8;
}

.top-header-layout-top .nav-item:hover .dropdown-menu,
.top-header-layout-top .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.apply-btn-layout {
  background: linear-gradient(135deg, #ffffff, #e8f1ff);
  box-shadow: 0 10px 24px rgba(255,255,255,0.2);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 40px !important;
  line-height: 20px;
  letter-spacing: 0.4px;
  vertical-align: middle;
  border-radius: 999px !important;
  color: #0057FF !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.apply-btn-layout:hover {
  color: #FFF !important;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

.top-header-layout-top .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.top-header-layout-top .navbar-nav {
  display: flex;
  align-items: center;

}



.hero-section-layout {
  padding: 80px 0px;
  background: url('../images/hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section-layout-mainheading {
  width: 90%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 25px;
}

.hero-section-layout-subdiscription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  color: #000000;
  margin-bottom: 45px;
}

.lowest-ratebutton {
  border: 1px solid #155DFC;
  background: #D0DFFF;
  padding: 10px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #155DFC;
  border-radius: 30px;
}

.lowest-ratebutton:hover {
  background: #155DFC !important;
  border-color: #155DFC !important;
  color: #fff !important;
}

.hero-section-button-layouts {
  display: flex;
  gap: 15px;
}

.hero-section-layout-from {
  background: linear-gradient(225.87deg, rgba(194, 215, 255, 0.8) 1.48%, #FFFFFF 100%);
  border: 1px solid #0057FF;
  padding: 35px 20px;
  border-radius: 20px;
}

.hero-section-layout-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

.hero-section-layout-subheading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #0057FF;
  padding-bottom: 20px;
}

.hero-section-layout-from .form-control {
  border: 1px solid #C5D9FF;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 15px;
  box-shadow: none;
  transition: border-color 0.18s;
}

.form-control:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: none;
}

.form-control::placeholder {
  color: #9ca3af;
}

.btn-apply {
  background: #0057FF;
  color: #fff;
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 12px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.18s;
}

.btn-apply:hover {
  background: #1d4ed8;
}

.btn-applys {
  background: #0057FF;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.18s;
}

.btn-applys:hover {
  background: #1d4ed8;

}



.apply-btn-layouts {
  background: #ffff;
  color: #000F2C;
border: 1px solid #DEDEDE;
  border-radius: 12px;
  padding: 12px 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.18s;
}

.apply-btn-layouts:hover {
  background: #1d4ed8;
  color: #fff;
}


.comparate-bank-layout {
  padding: 80px 0px;

}

.comparate-bank-layout table {
  border: 1px solid #D0E3FE;
}

.loan-table {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;

}

table.loan-table thead th {
  background: #F7FBFE;
  font-family: 'Inter', sans-serif;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #365684;
  text-align: center;
}


table.loan-table tr td {
  border: 1px solid #D0E3FE;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: center;
  padding: 25px 20px;
  color: #000000;
}


.tablenquerynow {
  color: #Ffff;
  background: #0057FF;
  padding: 8px 10px;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.displayset {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.view-more-btn {
  background: #000F2C;
  color: #fff;
  border-radius: 12px;
  padding: 12px 80px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.view-more-btn:hover {
  background: #0057FF;
  color: #fff;
  border-color: #0057FF;
}

.loan-eligibility-layout {
  padding: 80px 0px;
  background: #E9F0FF;
}

.loan-eligibility-layout-contant-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

.loan-eligibility-layout-contant-discription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  padding-bottom: 30px;
}

.loan-eligibility-layout-contant p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;

}


.eligibility-grid {
  display: flex;
  gap: 25px;
}

.eligibility-item {
  display: flex;
  align-items: center;
}

.eligibility-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

.loan-eligibility-layout-contant p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #1F2937;
}

/* Tablet */
@media (max-width:991px) {
  .eligibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width:576px) {
  .eligibility-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .loan-eligibility-layout-contant {
    padding: 16px;
  }

  .loan-eligibility-layout-contant p {
    font-size: 15px;
    line-height: 22px;
  }
}


.required-home-layout {
  padding: 80px 0px;

}

.loan-eligibility-layout-tableheading {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000F2C;
  padding-bottom: 30px;

}

.required-home-layout table {
  width: 100%;
}


table.loan-tables tr td {
  border: 1px solid #D0E3FE;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  padding: 30px 25px;
  color: #000000;
}

.key-features-layouts {
  padding: 20px 0px 80px 0px;
}

.key-features-layouts-card {
  background: linear-gradient(255.33deg, #F0ECFB 0.94%, #FFFFFF 99.14%);
  border: 1px solid #C5B3FF;
  padding: 25px;
  border-radius: 12px;
}

.key-features-layouts-card-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  padding-bottom: 15px;

}

.key-features-layouts-card-shortdiscription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #66697F;
}

.loans-faq {
  padding: 20px 0px 80px 0px;

}

.balance-transfer-layout {
  padding: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}

.balance-transfer-layout-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}

.balance-transfer-layout-discription {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #52525B;

}

.fade-up,
.zoom-in,
.reveal,
.slide-left,
.slide-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-up {
  transform: translateY(60px);
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.zoom-in {
  transform: scale(0.95);
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1);
}

.reveal {
  transform: translateY(30px);
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.slide-left {
  transform: translateX(-40px);
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
}

.slide-right {
  transform: translateX(40px);
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
}

::placeholder span {
  color: red;
}

.hero-layout-contact-box {
  background: url('../images/contact-us.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  height: 40vh;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply-btn-now {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0057FF;

}

.lets-talk-layout {
  padding: 80px 0px;
}

.lets-talk-layout-fromlayout {
  padding: 30px;
  border: solid 1px #C5C5C5;
  border-radius: 12px;
}

.lets-talk-layout-fromlayout-header {
  position: relative;
  padding-bottom: 0px;
  border-bottom: 1px solid #E7E7F0;
  /* Light Gray Line */
}

.lets-talk-layout-fromlayout-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  /* Blue line width */
  height: 6px;
  background: #0057FF;
  border-radius: 10px;
}

.lets-talk-layout-fromlayout-header-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 40px;
  color: #000F2C;
}

.lets-talk-layout-fromlayout-header-subheading {
  font-family: 'Inter', sans-serif;
  width: 60%;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 32px;
  color: #000F2C;
}

.lets-talk-layout-fromlayout .form-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #3A3A3A;
  padding-bottom: 5px;
}

.lets-talk-layout-fromlayout .form-control {
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  padding: 15px;
}

.lets-talk-layout-fromlayout .form-check-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.information-layouts {
  padding-bottom: 80px;
}

.information-layouts-contant {
  border: 2px solid #000000;
  box-shadow: 6px 6px 0px 0px #000000;
  border-radius: 12px;
  padding: 30px 50px;
}

.information-layouts .icon-box i {
  font-size: 40px;
  color: #0057FF;
  margin-right: 10px;
}

.information-layouts .contact-text {

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000F2C;

}

.contant-us-layout-data {
  padding-bottom: 80px;
}

.contant-us-layout-data-cards {
  border: 1px solid #000F2C;
  border-radius: 12px;
  padding: 35px 20px;
}

.information-layouts .contact-text span {
  margin: 0 5px;
  color: #999;
}

.contant-us-layout-data-cards::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 5px;
  height: 28px;
  background: #0057FF;
  border-radius: 0 5px 5px 0;
}

.contant-us-layout-data-cards-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000F2C;
  padding-bottom: 20px;
}

.contant-us-layout-data-cards {
  position: relative;
  margin-bottom: 30px;
}

.contant-us-layout-data-cards .info-box {
  display:flex;
  align-items: center;
  gap:10px;
  padding-bottom: 12px;
}

.contant-us-layout-data-cards .info-box i {
  font-size:20px;
  color:#0057FF;
}

.contant-us-layout-data-cards .info-box .content{
 font-family: 'Plus Jakarta Sans', sans-serif;
font-weight: 500;
color:#000F2C;
font-size: 18px;
line-height: 28px;
}

.contant-us-layout-data-cards:hover{
  box-shadow: 6px 6px 0px 0px #000000; 
}

.hero-section-layout-counter-card {
border-radius: 12px;
padding:30px 15px;
background: #FFFFFF;
text-align: center;
border: solid 1px  #E9F0FF;
}
.hero-section-layout-counter-card-number{
font-family: 'Plus Jakarta Sans', sans-serif;
font-weight: 800;
font-style: Bold;
font-size: 20px;
line-height: 28px;
text-align: center;
color: #000F2C;
}

.hero-section-layout-counter-card-label{
  font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #282A36;
text-align: center;
}

.about-layout-section {
  padding: 80px 0px;
  background: #ffff;
}
.about-layout-imgcard{
  position: relative;
}

.about-layout-imgcard-home {
border: 2px solid #000F2C;
border-radius:12px;
padding: 40px 20px;
text-align: center;
width: 250px;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: absolute;
right: -10%;
top: 35%;
background: #fff;
  
}
.about-layout-imgcard-home-title{
  padding-top: 10px;
  font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #000F2C;
}
.about-layout-subtitle {
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
width: max-content;
border: 1px solid #D2D2D2;
padding: 10px 25px;
border-radius: 30px;
margin-bottom: 10px;
}

.about-layout-mainheading{
  width: 90%;
 font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 26px;
line-height: 36px;
vertical-align: middle;
color: #000F2C;

}
.about-layout-imgcard-contant p{
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #000F2C;
padding-bottom: 20px;

}

.loan-card{
    background: linear-gradient(145deg, #ffffff, #eef4ff);
    border: 1px solid rgba(79,124,255,0.16);
    border-radius: 20px;
    padding: 34px 22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    cursor:pointer;
    min-width: 170px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}

.loan-card:hover{
    border-color:#0057ff;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 40px rgba(37,99,235,0.16);
}

.loan-card img{
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    transition: transform 0.35s ease;
}

.loan-card:hover img{
    transform: rotate(8deg) scale(1.05);
}

.loan-card img{
   width: 50px;
   height: 50px;
    margin-bottom:15px;
}

.loan-card h6{
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 28px;
    margin:0;
    text-align:center;
}

.swiper{
    padding: 10px 0 20px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    display: none;
}

.loanSlider,
.dsa-partner-slider {
    overflow: hidden;
    position: relative;
}

.loanSlider .swiper-wrapper,
.dsa-partner-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    will-change: transform;
}

.loanSlider .swiper-slide,
.dsa-partner-slider .swiper-slide {
    width: auto;
}

@media(max-width:767px){

    .loan-card{
        height:140px;
    }

    .loan-card i{
        font-size:32px;
    }

    .loan-card h6{
        font-size:14px;
    }

}

.loanSlider .swiper-wrapper{
    transition-timing-function: linear !important;
}

.masonry-gallery{
    column-count:5;
    column-gap:12px;
}
 
.gallery-item{
    break-inside:avoid;
    margin-bottom:12px;
    overflow:hidden;
    border-radius:8px;
    cursor:pointer;
}
 
.gallery-item img{
    width:100%;
    display:block;
    border-radius:8px;
    transition:.4s;
}
 
.gallery-item:hover img{
    transform:scale(1.06);
}
 
/* Lightbox */
 
#lightbox{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    z-index:9999;
    align-items:center;
    justify-content:center;
}
 
#lightbox-img{
    max-width:85%;
    max-height:85vh;
    border-radius:8px;
    box-shadow:0 10px 40px rgba(0,0,0,.5);
}
 
.close-lightbox{
    position:absolute;
    top:24px;
    right:36px;
    color:#fff;
    font-size:2.2rem;
    cursor:pointer;
    line-height:1;
}
 
.prev,.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:2.5rem;
    cursor:pointer;
    padding:8px 16px;
    user-select:none;
}
 
.prev{ left:20px; }
.next{ right:20px; }
 
.prev:hover,.next:hover,.close-lightbox:hover{
    color:#ccc;
}
 
/* Responsive */
 
@media(max-width:991px){
 
.masonry-gallery{
column-count:3;
}
 
}
 
@media(max-width:767px){
 
.masonry-gallery{
column-count:2;
}
 
}
 
@media(max-width:480px){
 
.masonry-gallery{
column-count:1;
}
 
}

.displasectlayout {
  display: flex;
  gap: 20px;
}

.why-partner-cards-title{
 font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #000F2C;
padding-bottom: 10px;
}

.why-partner-cards-discription{
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #52525B;
padding-bottom: 0px;

}

.why-partner-cards{
  margin: auto;
}



.dsa-partner-slider .swiper-wrapper{
    transition-timing-function:linear !important;
}

.partner-card{
  background: #FFFFFF;
padding: 30px 10px;
   border: 1px solid #E0E0E0;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    transition:.3s;
    height: 200px;
    
}

.partner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.partner-card img{
    width:80px;
    height:80px;
    object-fit:cover;
    margin-bottom:15px;
}

.partner-card h6{
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #000000;
}


.dsa-card{
    background:#F6F9FE;
   border: 1px solid #c7dcff; 
    border-radius:14px;
    padding:25px;
    position:relative;
    overflow:hidden;
    transition:.3s;
}

.dsa-card:hover{
   
    box-shadow:0 10px 10px rgba(0,0,0,.08);
}

.dsa-card h3{
 font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 26px;
line-height: 36px;
color: #000000;
}

.dsa-card p{
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #52525B;

}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    margin-bottom:10px;
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 28px;
color: #000000;

}

.feature-list li i{
    color:#2563eb;
    margin-right:5px;
}

.card-image{
    width:100%;
    max-width:210px;
    display:block;
    margin:0 auto;
}

.doc-list li i{
    width:22px;
    color:#2563eb;
}
.eligibility-items{
  flex-direction: column;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.eligibility-icons{
  margin-top: 25px;
  margin-bottom: 25px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    text-align:center;
}

.eligibility-items i{
    width:60px;
    height:60px;
border: 1px solid #0057FF;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    margin:0 auto 0px;
    font-size:30px;
}

.eligibility-items span{
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 28px;
color: #000000;
}

.apply-btn{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#0057FF;
    color:#fff;
    text-align:center;
    padding:14px;
    font-weight:500;
    text-decoration:none;
}

.eligibility-card{
    padding-bottom:65px;
}

@media(max-width:991px){
    .eligibility-icons{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .eligibility-icons{
        grid-template-columns:1fr;
    }
}




.process-card{
    background:#fff;
    border-radius:12px;
    padding:40px 20px;
    text-align:center;
    position:relative;
    
}

 .process-card .icon{
    width:90px;
    height:90px;
    border: 2px solid #000000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 18px;
    box-shadow: 6px 4px 0px 0px #000000;
}

 .process-card .icon i{
    color:#0057ff;
    font-size:35px;
}

.process-card h5{
 font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 32px;
text-align: center;
    margin-bottom:10px;
}

.process-card p{
  font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #52525B;
    margin:0;
}

.arrow{
    position:absolute;
    right:-22px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:24px;
}

.arrow::before{
    content:"";
    position:absolute;
    left:-16px;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:2px;
    background:#fff;
}

.brochure-btn{
    background:#fff;
    border-radius:6px;
}

.btn{
    border-radius:6px;
}

@media(max-width:991px){

.arrow{
display:none;
}

.process-card{
min-height:auto;
}

}

.talk-to-a-loan-btns{
  
}