body {
  background: #f4f6f9;
  font-family: system-ui
}
p{padding: 0;
margin: 0 ;}
/* header */
/* ===== LOGO ===== */
.logo-red {
  color: #e31e24;
}

/* ===== NAVBAR ===== */
.navbar .nav-link {
  font-weight: 500;
  margin: 0 10px;
 
}

.new-account {
  padding: 10px 22px;
  font-weight: 600;
   background-color:#0f5c4d;
   color:#fff;
}

/* ===== HERO ===== */
.hero-section {
  position: relative;
}

.hero-wrapper {
  position: relative;
  height: 620px;
  overflow: hidden;
}

/* Background image */
.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Red curved overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, #0f5c4d, #2abc4e);
  border-top-right-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  opacity: 0.95;
}

/* Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 520px;
}

.loan-tag {
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 30px;
}

/* Button */
.apply-btn {
  padding: 14px 28px;
  font-weight: 600;
   background-color:#0f5c4d;
       border-color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {

  .hero-overlay {
    width: 100%;
    border-radius: 0;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-wrapper {
    height: 520px;
  }
}
/* ===== TITLE ===== */
.about-title {
  font-weight: 800;
  color: #24324a;
  margin-bottom: 18px;
  line-height: 1.3;
}

.about-desc {
  color: #6b7280;
  margin-bottom: 25px;
  max-width: 520px;
}

/* ===== PROGRESS ===== */
.progress-wrap {
  margin-top: 10px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 8px;
  color: #24324a;
}

.progress {
  height: 6px;
  background: #e5e7eb;
  border-radius: 10px;
}

.progress-bar {
  background: #0f5c4d;
  border-radius: 10px;
}

/* ===== MISSION VISION ===== */
.mv-box h6 {
  font-weight: 700;
  color: #24324a;
  margin-bottom: 6px;
}

.mv-box h6 i {
  color: #0f5c4d;
  margin-right: 6px;
}

.mv-box p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* ===== CTA ===== */
.about-cta {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.btn-read {
  background: #0f5c4d;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
}

.btn-read:hover {
  background: #0b463b;
  color: #fff;
}

/* ===== SUPPORT ===== */
.support-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.support-icon {
  width: 46px;
  height: 46px;
  background: #f4a63d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.support-box small {
  color: #6b7280;
}

.support-box h6 {
  margin: 0;
  font-weight: 700;
  color: #24324a;
}

/* ===== IMAGE ===== */
.about-img {
  /* max-width: 520px; */
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .about-section {
    text-align: center;
  }

  .about-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-cta {
    justify-content: center;
  }
}
/* about end */
.btn-login {
  background: #1e3a8a;
  color: #fff;
  padding: 6px 22px
}
section.about-section {
    padding: 40px 0px;
}
/* hero */

.nav-link{
  font-weight: 600;
}
.hero-title {
  font-size: 44px;
  font-weight: 700;
  color: #0b2a4a
}

.hero-text {
  color: #6b7280;
  margin: 20px 0
}

.btn-apply {
  background: #2e7d32;
  color: #fff;
  padding: 12px 30px
}

.btn-outline-custom {
  border: 1px solid #cbd5e1;
  padding: 12px 30px;
  background-color: #fff;
}

.hero-img {
  border-radius: 14px
}

/* section title */
.section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px
}

/* loan cards */
.services-section {
  background: #f4f4f4;
}

/* CARD */
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* TEXT */
.service-content {
  max-width: 55%;
}

.service-content h4 {
  color: #173a63;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-content p {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 18px;
}

/* BUTTON */
.learn-btn {
      color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: #0f5c4d;
    padding: 12px;
    border-radius: 10px;
}
}

.learn-btn::before {
  content: "➜";
  margin-right: 6px;
}

/* IMAGE */
.service-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    flex-direction: column;
    text-align: center;
  }

  .service-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
}/* how works */


/* ===== PROCESS SECTION ===== */
.process-section {
  padding: 90px 0;
  background: linear-gradient(90deg,#eef3f1 0%, #e6e0d6 100%);
  position: relative;
  overflow: hidden;
}

/* heading */
.process-heading h2 {
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
}

.process-heading p {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

.process-tag {
  color: #1f6f5c;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

/* ===== CARD ===== */
.process-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 25px 30px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all .3s ease;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-8px);
}

/* step badge */
.step-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  background: #0f5c4d;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* icon circle */
.icon-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f3f6f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cfe3dd;
}

.icon-wrap i {
  font-size: 34px;
  color: #0f5c4d;
}

/* text */
.process-card h5 {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}
.step-circle {
  width: 42px;
  height: 42px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto 10px; */
  font-weight: 700;
}

.how-icon {
  font-size: 28px;
  color: #1e3a8a;
  margin-bottom: 10px
}

/* why choose */
/* ===== SECTION ===== */
.why-section{
  padding:100px 0;
  background: linear-gradient(90deg,#ecebe6 0%, #e6edf0 100%);
}

/* tag */
.mini-tag{
  color:#0f5c4d;
  font-weight:600;
  margin-bottom:14px;
}

.mini-tag .dot{
  width:8px;
  height:8px;
  background:#f4a63d;
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
}

.mini-tag .green{
  width:6px;
  height:6px;
  background:#0f5c4d;
}

/* title */
.why-title{
  font-weight:800;
  color:#24324a;
  margin-bottom:16px;
  line-height:1.3;
}

.why-desc{
  color:#6b7280;
  margin-bottom:30px;
}

/* feature */
.feature-item{
  display:flex;
  gap:16px;
  margin-bottom:24px;
}

.feature-icon{
  width:48px;
  height:48px;
  border-radius:12px;
  background:#eef1f4;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0f5c4d;
  font-size:20px;
  flex-shrink:0;
  transition:.3s;
}

.feature-item:hover .feature-icon{
  background:#0f5c4d;
  color:#fff;
}

.feature-item h6{
  font-weight:700;
  margin-bottom:4px;
  color:#24324a;
}

.feature-item p{
  font-size:14px;
  color:#6b7280;
  margin:0;
}

/* button */
.btn-read{
  background:#0f5c4d;
  color:#fff;
  padding:14px 28px;
  border-radius:40px;
  font-weight:600;
}

.btn-read:hover{
  background:#0b463b;
  color:#fff;
}
@keyframes previewShapeY {
  0%   { transform: translate3d(0,0,0); }
  50%  { transform: translate3d(0,-18px,0); }
  100% { transform: translate3d(0,0,0); }
}

.previewShapeY {
  animation: previewShapeY 5s ease-in-out infinite !important;
  will-change: transform;
}
/* image */
.why-img{
  max-width:520px;
}
/* testimonial */
/* ===== SECTION BG ===== */
.testimonial-section{
  padding:100px 0;
  background: linear-gradient(90deg,#e9eeeb 0%, #e6dfd4 100%);
}

/* ===== Heading ===== */
.mini-tag{
  color:#0f5c4d;
  font-weight:600;
  margin-bottom:12px;
}

.mini-tag .dot{
  width:8px;
  height:8px;
  background:#f4a63d;
  border-radius:50%;
  display:inline-block;
  margin-right:6px;
}

.mini-tag .green{
  background:#0f5c4d;
  width:6px;
  height:6px;
}

.main-title{
  font-weight:800;
  color:#24324a;
  margin-bottom:14px;
}

.sub-text{
  color:#6b7280;
  max-width:650px;
  margin:auto;
}

/* ===== CARD ===== */
.testi-card{
  background:#eef1f4;
  border-radius:18px;
  padding:32px;
  position:relative;
  border:1px solid #e5e7eb;
}

/* stars */
.stars{
  color:#f4a63d;
  font-size:18px;
  margin-bottom:14px;
  letter-spacing:3px;
}

/* review */
.review{
  color:#4b5563;
  line-height:1.7;
  margin-bottom:24px;
}

/* user */
.user{
  display:flex;
  align-items:center;
  gap:12px;
}

.user img{
  width:48px;
  height:48px;
  border-radius:50%;
}

.user h6{
  margin:0;
  font-weight:700;
  color:#24324a;
}

.user span{
  font-size:13px;
  color:#6b7280;
}

/* quote */
.quote{
  position:absolute;
  right:25px;
  bottom:15px;
  font-size:80px;
  color:rgba(0,0,0,0.08);
  font-weight:700;
}

/* ===== bottom nav ===== */
.bottom-nav{
  text-align:center;
  margin-top:40px;
}

.nav-circle{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #0f5c4d;
  background:transparent;
  color:#0f5c4d;
  margin:0 6px;
  transition:.3s;
}

.nav-circle:hover{
  background:#0f5c4d;
  color:#fff;
}
/* faq */

/* ===== SECTION ===== */
.faq-section {
  padding: 100px 0;
  background: #f6f7f9;
}

/* heading */
.faq-heading h2 {
  font-weight: 800;
  color: #2d3748;
  margin-bottom: 15px;
}

.faq-heading p {
  color: #6b7280;
  max-width: 650px;
  margin: auto;
}

.faq-tag {
  color: #0f5c4d;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-tag .dot {
  width: 8px;
  height: 8px;
  background: #f4a63d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.faq-tag .small {
  width: 6px;
  height: 6px;
  background: #0f5c4d;
}

/* ===== ACCORDION ===== */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 18px;
  background: transparent;
}

.custom-accordion .accordion-button {
  background: #eef1f4;
  border-radius: 14px !important;
  padding: 18px 60px 18px 22px;
  font-weight: 600;
  color: #374151;
  box-shadow: none;
  position: relative;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #eef1f4;
  color: #111827;
}

.custom-accordion .accordion-button::after {
  display: none;
}

/* plus circle */
.plus-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #0f5c4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
/* ===== SECTION ===== */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(90deg,#e9eeeb 0%, #e6dfd4 100%);
}

/* ===== BOX ===== */
.stats-box {
  background: #f3f4f6;
  border-radius: 18px;
  padding: 50px 30px;
}

/* ===== ITEM ===== */
.stat-item {
  position: relative;
}

/* vertical divider */
.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  border-right: 1px dashed #d1d5db;
}

/* inner */
.stat-inner {
  padding: 10px 20px;
}

/* icon circle */
.stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #0f5c4d;
  font-size: 28px;
  background: #fff;
}

/* number */
.stat-inner h2 {
  font-size: 48px;
  font-weight: 800;
  color: #24324a;
  margin-bottom: 8px;
}

/* body */
.accordion-body {
  padding: 15px 22px 22px;
  color: #6b7280;
  font-size: 14px;
}
/* footer */
.footer {
  background: #0b2a4a;
  color: #fff;
  display: flex;
  padding: 0px 60px;
  align-items: baseline;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-start;
}
.work_icon{
      display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;

}
.works{
      display: flex;
    align-items: center;
    justify-content: center;
gap: 10px;
}
/* services start */
.services-section {
  background: #ffffff;
}

/* CARD */
.service-card {
  background: #f3f5f6;
  border-radius: 18px;
  padding: 40px 28px;
  height: 100%;
  border: 1px solid #e6e6e6;
  transition: all 0.35s ease;
  position: relative;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  background: #ffffff;
}

/* ICON CIRCLE */
.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid #e5e5e5;
}

.icon-box i {
  font-size: 28px;
  color: #1f7a6b;
}

/* TITLE */
.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1b2b44;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ARROW BUTTON */
.arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: #fff;
}
.hero-section-loans {
  background: linear-gradient(rgba(40,60,120,.6), rgba(40,60,120,.6)),
              url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 0;
}

.arrow-btn i {
  font-size: 14px;
}

.service-card:hover .arrow-btn {
  background: #1f7a6b;
  color: #fff;
  border-color: #1f7a6b;
}
/* services end */

/* terms and conditions start */
/* SECTION */
.terms-section {
  background: linear-gradient(135deg, #f4f6fb 0%, #eef1f7 100%);
}

/* BOX */
.terms-box {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* INTRO */
.terms-intro {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ITEM */
.terms-item {
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid #e6e9f2;
}

/* HEADINGS */
.terms-item h5 {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

/* LIST */
.terms-item ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.terms-item li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* PARAGRAPH */
.terms-item p {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 576px) {
  .terms-box {
    padding: 25px 20px;
  }
}
/* terms and conditions end */
/* contact start */

/* MAIN BOXES */
.contact-box,
.help-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

/* TITLES */
.contact-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.help-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* DIVIDER */
.divider {
  border-top: 1px dashed #dcdfe6;
  margin: 20px 0 30px;
}

/* INPUTS */
.custom-input {
  border-radius: 50px;
  padding: 14px 20px;
  border: 1px solid #e2e6ef;
  background: #f7f8fa;
  transition: all .25s ease;
}

textarea.custom-input {
  border-radius: 20px;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #0f5132;
  background: #fff;
}

/* BUTTON */
.send-btn {
  background: #0f5132;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all .3s ease;
}

.send-btn:hover {
  background: #0c3f27;
  color: #fff;
  transform: translateY(-2px);
}

/* HELP CARDS */
.help-card {
  display: flex;
  gap: 18px;
  align-items: center;
  background: #f7f8fa;
  padding: 22px;
  border-radius: 14px;
  margin-bottom: 20px;
}

.help-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e9f3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #0f5132;
  flex-shrink: 0;
}

.help-card h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.help-card p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-box,
  .help-box {
    padding: 25px;
  }
}
/* contact end */
/* login start */
.login-section {
  padding: 20px 0;
}

/* CARD */
.login-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* TITLE */
.login-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.login-subtitle {
  color: #6b7280;
  margin-bottom: 30px;
}

/* INPUT */
.login-input {
  border-radius: 50px;
  padding: 14px 20px;
  background: #f7f8fa;
  border: 1px solid #e2e6ef;
}

.login-input:focus {
  box-shadow: none;
  border-color: #0f5132;
  background: #fff;
}

/* PASSWORD TOGGLE */
.toggle-password {
  position: absolute;
  right: 18px;
  top: 44px;
  cursor: pointer;
  color: #6b7280;
}

/* LINKS */
.forgot-link,
.signup-link {
  color: #0f5132;
  text-decoration: none;
  font-weight: 500;
}

.forgot-link:hover,
.signup-link:hover {
  text-decoration: underline;
}

/* BUTTON */
.login-btn {
  background: linear-gradient(135deg, #0f5132, #198754);
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all .3s ease;
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(25,135,84,0.35);
  color: #fff;
}

/* MOBILE */
@media (max-width: 576px) {
  .login-card {
    padding: 25px;
  }
}
/* login end */
/* contact form start */
.emi-section {
  padding: 80px 0;
}

/* BOX */
.emi-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 6px;
  position: relative;
}

/* TITLE */
.small-title {
  color: #ff3b3b;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.main-title {
  font-weight: 700;
  margin-bottom: 30px;
}

/* INPUT */
.emi-input {
  height: 55px;
  margin-bottom: 18px;
  border-radius: 4px;
}

/* BUTTONS */
.btn-group-custom {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.calc-btn {
  padding: 14px 35px;
  font-weight: 600;
  background-color:#0f5c4d;
  }

.reset-btn {
  padding: 14px 35px;
  font-weight: 600;
}

/* IMAGE */
.emi-image {
  max-height: 520px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .emi-box {
    margin-bottom: 40px;
  }
}
/* contact form end */