
:root {
  --green: #1eca80;
  --purple: #7c3aed;
  --text-dark: #000000;
}

.loan-section 
{ 
  margin-top:30px ;
 background: url("/img/target/bg.png");
 background-repeat: no-repeat;
 background-size: cover;
height: 100vh;
background-size: 100%;
padding: 0px 40px;

}







.loan-inner {
  display: flex;
  align-items: center;
  min-height: 420px;
}

.loan-content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 60px 40px 60px 60px;
  z-index: 2;
}

.loan-content h1 {
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 14px;
  font-size: 2.4rem;

}

.loan-content .subtitle {
  font-weight: 700;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  color: var(--text-dark);
  margin-bottom: 22px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-dark);
}

.check-icon {
  width: 22px; height: 22px;
  background: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.check-icon svg {
  width: 12px; height: 12px;
  stroke: #fff; stroke-width: 2.5; fill: none;
}

.btn-apply {
  display: inline-block;
  background: var(--text-dark);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 13px 34px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-apply:hover {
  background: #374151;
  transform: translateY(-1px);
  color: #fff;
}

.loan-image-wrap {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
  align-self: stretch;
  min-height: 420px;
  overflow: hidden;
  transform: scale(1.09);
  top: 45px;
  
}

.loan-image-wrap img{
  /* padding-top:70px ; */
  transform: scale(1);
}



.coin { position: absolute; z-index: 2; pointer-events: none; }
.coin-tl { top: 18px; left: 30px; }
.coin-br { bottom: 30px; right: 15px; }
.coin-ml { top: 50%; left: 10px; transform: translateY(-50%); }

.phone-img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  object-fit: contain;
  padding: 24px 20px;
}


/* secound section */



/* secound section end */







/* Responsive */
@media (max-width: 991.98px) {
  .loan-inner { flex-direction: column; min-height: auto; }
  .loan-content { flex: 1 1 100%; max-width: 100%; padding: 48px 32px 36px; text-align: center; }
  .features-grid { justify-items: start; max-width: 400px; margin: 0 auto 30px; }
  .loan-image-wrap { flex: 1 1 100%; max-width: 100%; width: 100%; min-height: 320px; }
  .loan-image-wrap::before { clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%); }
  .phone-img { max-width: 260px; }
  .coin-ml { display: none; }
    .loan-section 
{ 

 background: white;

}
  
}

@media (max-width: 575.98px) {
  .loan-content { padding: 36px 20px 28px; }
  .features-grid { grid-template-columns: 1fr;  }
  .phone-img { max-width: 210px; }
  .loan-image-wrap { min-height: 260px; }
}











.info-card1 {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 36px 36px;       /* no top padding — tag sits on border */
  margin-bottom: 56px;
  margin-top: 22px;            /* space above so tag doesn't clip */
  position: relative;
  background: #F7F7F7;
  margin: 0 100px;
}

.info-card-tag1 {
  display: inline-block;
  background: #25252D;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
  top: -20px;                  /* pulls tag up to sit on the top border */
  margin-bottom: 4px;
}

.info-card-text1 {
  color: #374151;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 28px;
  text-align: justify;
}

.btn-know-more1 {
  display: inline-block;
  background: #1eca80;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-know-more1:hover {
  background: #16a34a;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}






.steps-section {
  margin: 0 30px;
  padding: 56px 70px 64px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

/* Heading */
.steps-heading {
  text-align: center;
  margin-bottom: 52px;
}

.steps-heading h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.45;
}

.steps-heading h2 strong {
  font-weight: 700;
}

/* Grid — all 5 steps in one row */
.steps-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px;
}

.step-item {
  text-align: center;
  padding: 0 8px;
}

/* Icon wrap */
.step-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.step-icon-outer {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 2px dashed #1eca80;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.08);
}

/* inner solid green circle */
.step-icon-inner {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1eca80;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
}

/* Text */
.step-item h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.45;
}

.step-item p {
  font-size: 0.83rem;
  color: #25252D;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px 16px;
  }
}

@media (max-width: 767px) {
  .steps-section { padding: 40px 24px 48px; }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px 24px;
  }
}

@media (max-width: 420px) {
  .steps-section { padding: 32px 16px 40px; }
  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  .steps-heading h2 { font-size: 1.2rem; }
}






/* ── feat-section (shared across pages) ── */
.feat-section {
  padding: 3.5rem 100px 2.5rem;
  font-family: 'Inter', sans-serif;
  background: #f8fafc;
}

.feat-inner {
  max-width: 100%;
}

.feat-header {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.feat-header-left {
  flex: 0 0 40%;
}

.feat-header-right {
  flex: 1;
  padding-top: 0.25rem;
}

.feat-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  color: #27cc85;
  background: #e9fbf2;
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feat-header-left h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0;
}

.feat-header-left h2 strong {
  color: var(--green);
  font-weight: 700;
}

.feat-header-right p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 0.85rem;
}

.feat-header-right p:last-child {
  margin-bottom: 0;
}

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

.feat-card {
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.feat-card:hover {
  border-color: var(--green);
  box-shadow: 0 6px 24px rgba(30, 202, 128, 0.12);
  transform: translateY(-3px);
}

.feat-icon-box {
  width: 48px;
  height: 48px;
  background: #F0E9FB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.feat-icon-box img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.feat-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.feat-card-bar {
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--green));
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.feat-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

@media (max-width: 991px) {
  .feat-section { padding: 40px 32px 48px; }
  .feat-header { flex-direction: column; gap: 1.5rem; }
  .feat-header-left { flex: none; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .feat-section { padding: 32px 16px 40px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-header-left h2 { font-size: 22px; }
}


/* ── legacy features-section (kept for backward compat) ── */
.features-section {

  padding: 0px 100px 64px;
  background: #fff;
  font-family: 'Inter', sans-serif;

}


/* Heading */
.features-heading {
  text-align: center;
  margin-bottom: 48px;
}

.features-heading h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.45;
}

.features-heading h2 strong {
  font-weight: 700;
}

.loan-content .features-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

/* Grid — 3 columns, 2 rows */
.features-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px;
}

/* Card */
.feature-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 28px 24px 24px;
  background: #F7F7F7;
  transition: box-shadow 0.2s, transform 0.2s;
  width: 100%;
}

.feature-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Icon */
.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(34, 197, 94, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.feature-icon i {
  font-size: 1.6rem;
  color: #1eca80;
}

/* Green divider line under icon */
.feature-divider {
  width: 36px;
  height: 3px;
  background: #1eca80;
  border-radius: 2px;
  margin-bottom: 15px;
  margin-top: 20px;
}

/* Text */
.feature-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.85rem;
  color: #25252D;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .features-section { padding: 40px 32px 48px; }
  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .features-section { padding: 32px 16px 40px; }
  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .features-heading h2 { font-size: 1.2rem; }
}








.eligibility-section {
  padding: 40px 100px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

/* Outer wrapper — border box */
.elig-wrapper {
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: visible;
}

/* LEFT */
.elig-left {
  flex: 0 0 48%;
  padding: 0 32px 32px;
  position: relative;
}

/* RIGHT */
.elig-right {
  flex: 1;
  padding: 0 32px 32px;
  position: relative;
}

/* Tag label — sits on top border */
.elig-tag {
  display: inline-block;
  background: #1f3a34;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
  top: -20px;
  margin-bottom: 4px;
  white-space: nowrap;
}

/* Body padding top fix */
.elig-body {
  margin-top: 4px;
}

/* Vertical divider */
.elig-divider {
  width: 1.5px;
  background: #e5e7eb;
  align-self: stretch;
  margin: 20px 0;
}

/* Eligibility item row */
.elig-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 18px;
  background-color: #F7F7F7;
  margin-top: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.elig-item:hover {
  border-color: var(--green);
  box-shadow: 0 4px 14px rgba(30, 202, 128, 0.1);
}

.elig-item-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #F0E9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.elig-item-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.elig-item-text {
  flex: 1;
}

.elig-item-text h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
  line-height: 1.3;
}

.elig-item-text p {
  font-size: 0.82rem;
  color: #555;
  margin: 0 0 8px;
  line-height: 1.55;
}

/* Green underline */
.elig-underline {
  display: block;
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--green));
  border-radius: 2px;
}

/* Details grid — 4 columns, 2 rows */
.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.detail-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 10px 14px;
  text-align: center;
  background: #F7F7F7;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.detail-card:hover {
  border-color: var(--green);
  box-shadow: 0 4px 12px rgba(30, 202, 128, 0.1);
}

.detail-icon {
  font-size: 1.8rem;
  color: #1eca80;
  margin-bottom: 10px;
}

.detail-card p {
  font-size: 0.78rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px;
  line-height: 1.3;
}

.detail-card .elig-underline {
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 991px) {
  .eligibility-section { padding: 40px 32px; }
  .elig-wrapper { flex-direction: column; }
  .elig-divider { width: 100%; height: 1.5px; margin: 0 20px; align-self: auto; }
  .elig-left, .elig-right { flex: 1 1 100%; padding: 0 24px 28px; }
  .details-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 575px) {
  .eligibility-section { padding: 32px 16px; }
  .details-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .elig-tag { font-size: 0.8rem; padding: 8px 14px; white-space: normal; }
}


.benefits-section {
  display: flex;
  align-items: center;
  background: #f9fafb;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  padding: 0 100px;
}

/* LEFT image */
.benefits-image {
  flex: 0 0 42%;
  max-width: 100%;
  align-self: stretch;
  overflow: hidden;
}

.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

/* RIGHT content */
.benefits-content {
  flex: 1 1 58%;
  max-width: 58%;
  padding: 56px 60px 56px 52px;
}

.benefits-content h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 400;
  color: #000000;
  line-height: 1.35;
  margin-bottom: 28px;
}

.benefits-content h2 strong {
  font-weight: 700;
}

/* List */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.92rem;
  color: #374151;
  line-height: 1.6;
}

/* Green check circle */
.b-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #1eca80;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.b-check i {
  color: #fff;
  font-size: 0.7rem;
}

/* Button */
.btn-know-more {
  display: inline-block;
  background: #1eca80;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-know-more:hover {
  background: #16a34a;
  transform: translateY(-1px);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .benefits-section { flex-direction: column; }
  .benefits-image { flex: 1 1 100%; max-width: 100%; max-height: 360px; }
  .benefits-image img { object-position: center top; }
  .benefits-content { flex: 1 1 100%; max-width: 100%; padding: 40px 32px; }
}

@media (max-width: 575px) {
  .benefits-content { padding: 32px 16px; }
  .benefits-content h2 { font-size: 1.3rem; }
  .benefits-list li { font-size: 0.86rem; }
}




.emi-section {
  padding: 56px 100px 64px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.emi-heading {
  text-align: center;
  margin-bottom: 36px;
}

.emi-heading h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 400;
  color: #000000;
}

.emi-heading h2 strong {
  font-weight: 700;
}

/* Outer card */
.emi-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  display: flex;
  gap: 0;
  padding: 32px;
  align-items: flex-start;
}

/* LEFT */
.emi-left {
  flex: 0 0 38%;
  max-width: 38%;
  background: #f9fafb;
  border-radius: 12px;
  padding: 0px 0px 24px 0px;
  margin-right: 40px;
}

.emi-monthly {
  text-align: center;
  font-size: 0.9rem;
  color: #374151;
  margin-bottom: 16px;
  background-color: rgba(229,229,229,40%);
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}

.emi-monthly span {
  color: #1eca80;
  font-weight: 800;
  font-size: 1.05rem;
}

.emi-chart-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.emi-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: #25252D;
  margin-bottom: 20px;
  gap: 6px;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* Summary rows */
.emi-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 20px;
}

.emi-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: #374151;
}

.emi-row strong {
  font-weight: 700;
  color: #000000;
}

.total-row {
  border-top: 1.5px dashed #d1d5db;
  padding-top: 10px;
  margin-top: 4px;
  font-weight: 700;
}

.total-row span {
  font-weight: 700;
  color: #000000;
}

/* RIGHT */
.emi-right {
  flex: 1 1 62%;
  padding-top: 8px;
}

.slider-group {
  margin-bottom: 28px;
}

.slider-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.slider-top label {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
}

.slider-val {
  border: 1.5px solid #e5e7eb;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #000000;
  min-width: 90px;
  text-align: center;
}

/* Custom range slider */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin-bottom: 6px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1eca80;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #1eca80;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1eca80;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #1eca80;
  cursor: pointer;
}

.slider-minmax {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: #9ca3af;
  margin-top: 4px;
}

/* Apply button */
.btn-apply-emi {
  display: inline-block;
  background: #1eca80;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 44px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-apply-emi:hover {
  background: #16a34a;
  transform: translateY(-1px);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .emi-section { padding: 40px 32px; }
  .emi-card { flex-direction: column; }
  .emi-left { flex: 1 1 100%; max-width: 100%; margin-right: 0; margin-bottom: 28px; }
  .emi-right { flex: 1 1 100%; }
}

@media (max-width: 575px) {
  .emi-section { padding: 32px 16px; }
  .emi-card { padding: 20px 16px; }
}





.how-calc-section {
  padding: 56px 100px 64px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

/* Heading */
.how-calc-heading {
  text-align: center;

  margin: 0 auto 40px;
}

.how-calc-heading h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1.3;
}

.how-calc-heading h2 strong {
  font-weight: 700\;
}

.how-calc-heading p {
  font-size: 0.9rem;
  color: #25252D;
  line-height: 1.8;
  text-align: center;
}

/* Card */
.how-calc-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 0 40px 36px;
  gap: 40px;
  position: relative;
  overflow: visible;
  background-color: #F7F7F7;
}

/* LEFT */
.how-calc-left {
  flex: 1 1 60%;
  padding-top: 8px;
}

/* Formula tag — sits on border */
.formula-tag {
  display: inline-block;
  background: #25252D;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
  position: relative;
  top: -20px;
  margin-bottom: 12px;
}

/* Formula list */
.formula-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.formula-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.6;
}

.f-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.f-check i {
  color: #fff;
  font-size: 0.65rem;
}

/* RIGHT */
.how-calc-right {
  flex: 0 0 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20px;
}

.calc-illustration {
  position: relative;
  width: 280px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-svg {
  width: 160px;
  height: 180px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1));
}

/* Question marks */
.q-mark {
  position: absolute;
  font-size: 2.8rem;
  font-weight: 700\;
  color: #d1d5db;
  line-height: 1;
  font-family: 'Inter', sans-serif;
  user-select: none;
}

.q1 {
  top: -10px;
  right: 0px;
  font-size: 3.2rem;
  color: #9ca3af;
}

.q2 {
  bottom: 0px;
  right: -10px;
  font-size: 2rem;
  color: #d1d5db;
}

/* Responsive */
@media (max-width: 991px) {
  .how-calc-section { padding: 40px 32px 48px; }
  .how-calc-card { flex-direction: column; padding: 0 24px 28px; gap: 0; }
  .how-calc-right { margin-top: 24px; }
}

@media (max-width: 575px) {
  .how-calc-section { padding: 32px 16px 40px; }
  .how-calc-heading h2 { font-size: 1.3rem; }
  .formula-tag { font-size: 0.8rem; white-space: normal; }
  .calc-illustration { width: 160px; height: 160px; }
  .calc-svg { width: 130px; height: 150px; }
}




.use-section {
  padding: 3.5rem 100px 4rem;
  background: #f8fafc;
  font-family: 'Inter', sans-serif;
}

/* Header — two column */
.use-header {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.use-header-left {
  flex: 0 0 40%;
}

.use-header-right {
  flex: 1;
  padding-top: 0.25rem;
}

.use-badge {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  color: #33ba95;
  background: #e9fbf2;
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.use-header-left h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0;
}

.use-header-left h2 strong {
  color: var(--green);
  font-weight: 700;
}

.use-header-right p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 0.85rem;
}

.use-header-right p:last-child {
  margin-bottom: 0;
}

/* Grid */
.use-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
}

/* Card */
.use-card {
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.use-card:hover {
  border-color: var(--green);
  box-shadow: 0 6px 24px rgba(30, 202, 128, 0.12);
  transform: translateY(-3px);
}

/* Icon box */
.use-icon-box {
  width: 48px;
  height: 48px;
  background: #F0E9FB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.use-icon-box img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.use-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

/* Gradient bar — purple to green */
.use-divider {
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green));
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.use-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .use-section { padding: 40px 32px 48px; }
  .use-header { flex-direction: column; gap: 1.5rem; }
  .use-header-left { flex: none; }
  .use-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .use-section { padding: 32px 16px 40px; }
  .use-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .use-header-left h2 { font-size: 22px; }
}




.why-section {
  display: flex;
  align-items: center;
     padding: 0px 0px 0px 100px;
  background: #F7F7F7;
  font-family: 'Inter', sans-serif;
  gap: 48px;
}

/* LEFT */
.why-content {
  flex: 1 1 55%;
  max-width: 55%;
  margin-bottom: -20px;
}

.why-content h2 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 400;
  color: #000000;
  margin-bottom: 18px;
  line-height: 1.3;
}

.why-content h2 strong {
  font-weight: 700\;
}

.why-desc {
  font-size: 0.9rem;
  color: #25252D;
  line-height: 1.85;
  margin-bottom: 28px;
}

/* Features grid — 3 columns */
.why-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  margin-bottom: 32px;
}

.why-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}

/* Green check circle */
.why-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  flex-shrink: 0;
}

.why-check i {
  color: #fff;
  font-size: 0.65rem;
}

/* Button */
.btn-know-more {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}

.btn-know-more:hover {
  background: #16a34a;
  transform: translateY(-1px);
  color: #fff;
}

/* RIGHT */
.why-image {
  flex: 0 0 42%;
  max-width: 42%;
  margin-top: 124px;
}

.why-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {
  .why-section {
    flex-direction: column;
    padding: 40px 32px;
    gap: 32px;
  }
  .why-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .why-image {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .why-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .why-section { padding: 32px 16px; }
  .why-content h2 { font-size: 1.4rem; }
  .why-features { grid-template-columns: 1fr; }
}


.download-section {
  padding: 40px 100px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

/* Outer card with border */
.download-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 340px;
}

/* Phone — sits outside/overlapping left side */
.download-phone {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  /* width: 230px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-phone img {
    width: 320px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.15));
    position: relative;
    left: 17px;
    bottom: -21px;
}

/* Vertical "Download" watermark */
.download-text-vertical {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 1.6rem;
  font-weight: 700;
  color: #e5e7eb;
  letter-spacing: 6px;
  white-space: nowrap;
  z-index: 1;
  user-select: none;
}

/* Right content — pushed right to make room for phone */
.download-card-content {
      padding: 25px 100px 78px 200px;
    flex: 1;
    /* margin-left: 200px; */
    display: flex;
    flex-direction: column;
}

/* White top heading area */
.download-top {
  background: #fff;
  padding: 28px 40px 24px;
}

.download-top h2 {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.download-top h2 strong {
  font-weight: 700;
}

/* Green bottom area */
.download-green {
     flex: 1;
    background: #1FCA80;
    border-radius: 0px 40px 40px 4px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    gap: 0;
    padding-left: 150px;
}

/* QR side */
.download-qr-side {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-right: 40px;
  border-right: 1px solid rgba(255,255,255,0.4);
}

.download-qr-side > p {
  font-size: 0.88rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.qr-box {
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* OR divider */
.download-or {
  padding: 0 28px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

/* SMS side */
.download-sms-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.download-sms-side > p {
  font-size: 0.88rem;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

/* Phone input */
.sms-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255,255,255,0.7);
  padding-bottom: 6px;
  gap: 10px;
  max-width: 280px;
}

.sms-flag {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.sms-input-wrap input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.95rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  width: 100%;
}

.sms-input-wrap input::placeholder {
  color: rgba(255,255,255,0.75);
}

/* Send Link button */
.btn-send-link {
  display: inline-block;
  background: #fff;
  color: #000000;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s, transform 0.15s;
}

.btn-send-link:hover {
  background: #f0fdf4;
  transform: translateY(-1px);
}

/* Store icons */
.store-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
  margin-left: 267px;
}

.store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.2s;
}

.store-btn:hover {
  background: rgba(255,255,255,0.3);
}

.store-btn i {
  font-size: 1.25rem;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .download-section { padding: 60px 24px 40px; }
  .download-card { flex-direction: column; min-height: auto; }
  .download-phone {
    position: relative;
    left: auto; top: auto;
    transform: none;
    width: 100%;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: -20px;
  }
  .download-phone img { width: 160px; }
  .download-text-vertical { display: none; }
  .download-card-content { margin-left: 0; }
  .download-top { padding: 24px 24px 18px; }
  .download-green {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-radius: 0 0 18px 18px;
  }
  .download-qr-side {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.35);
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .download-or { padding: 0; }
}

@media (max-width: 575px) {
  .download-section { padding: 50px 12px 32px; }
  .download-top h2 { font-size: 1.1rem; }
  .qr-box { width: 110px; height: 110px; }
}



.main-container {
  padding: 0px 100px;
}




@media (max-width: 600px) {

      .loan-section{
        height: 100%;
      }

      .elig-item {
        display: grid;
      }      

  .info-card1 {
    margin: 0 32px;
            
  }
    .benefits-section{
              padding: 32px 16px 40px;
    } 

    .use-section {
      margin: 0 0;
    }

    .why-section{
      padding: 32px 16px 40px;
    }

    .download-card-content{
      padding: 0px;
    }

    .download-sms-side{
      margin-left: -52px;
    }
    .store-icons{
      margin-left: 143px;
    }
    .download-phone img{
      display: none;
      
    }
    .download-top{
          margin-top: 58px;
    }

    .main-container{
      padding: 32px 16px 40px;
    }
     
    .emi-left{
      width: 100%;
    }
    .emi-right {
      width: 100%;
    }
    
.loan-image-wrap {
          display: none;
        }
.loan-content {
            margin-bottom: 60px;
            }
}

.accordion-item.active .accordion-title {
    color: #000000;
}

.accordion-item.active {
    border-color: #C0C0C0;
    
}
.accordion-item.active .accordion-icon {
    color: #2F2E31;
}



.accordion-header{
  padding: 10px;
}

.accordion-item.active .accordion-content{
      padding: 0 10px 0px;
}

.accordion-content .p{
  font-size: 16px !important;
}

.accordion-title{
  font-size: 16px !important;
}

 .elig-item {
        display: grid;
      }   


.use-card img{
  width: 40px;
  margin: 10px 0px;
}

.section-heading {
  font-size: 26px;
}

