.inner-banner {
  position: relative;
  background: linear-gradient(135deg, #5b2bb6 0%, #34ca8d 100%);
  display: flex;
  align-items: center;
}

.inner-banner .bullet-list {
  font-size: 1rem;
  color: #fff;
  position: relative;
}

.eligibility-section {
  position: relative;
  background: linear-gradient(135deg, #5b2bb6 0%, #34ca8d 100%);
  padding: 3.5rem 0;
}

.green-text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #34CA8D;
}

.monuments-bg {
  padding-bottom: 12rem;
}

.monuments-bg::after {
  position: absolute;
  content: '';
  background-image: url(../images/monuments-svg.svg);
  bottom: 0;
  width: 100%;
  height: 11.875rem;
}

.inner-banner .bullet-list li::before {
  content: url(../images/checkmark.svg);
  position: absolute;
  left: 0;
}

.font-20 {
  font-size: 1.25rem;
}

.font-18 {
  font-size: 1.125rem;
  font-size: 1.3rem;
}

.circle-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px #d9c4ff;
  flex-shrink: 0;
}

.custom-card {
  border: 1px solid #e7def8;
  box-shadow: 0px 0px 45px #eae4f7;
  border-radius: 10px;
}

.custom-card h3 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.card-tips {
  background-color: #FCF6EE;
  border-radius: 25px;
  padding: 8px 20px;
  color: #EF4714;
}

.loans-made-card ul {
  padding-left: 0;
  list-style: none;
}

.loans-made-card ul li {
  font-size: 1rem;
  color: #000000;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.5rem;
}

.loans-made-card ul li::before {
  content: '';
  background-image: url(../images/banner-green-tick.svg);
  background-position: 0 100%;
  position: absolute;
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0;
}

.form-container h1 {
  font-size: 2.625rem;
  color: #fff;
}

.form-container h1 strong {
  font-weight: 600;
}

.form-container .card h3 span,
.loans-made-card h2 {
  font-weight: 600;
  background: linear-gradient(135deg, #5b2bb6 0%, #34ca8d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.close-icon {
  position: absolute;
  right: 1rem;
}

.text-box {
  position: relative;
  margin: 1.5rem 0 0;
}

.card-rounded {
  border-radius: 1.875rem;
}

.form-padding {
  padding: 1.5rem;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.form-container form .btn {
  width: 100%;
  display: block;
  background-color: #5528A9;
  border-color: #5528A9;
  padding: 0.7rem;
  border-radius: 3.125rem;
}

.form-container .text-box label {
  width: 95%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  margin: 0.4375rem;
  padding: 0.3125rem;
  color: #000;
  font-size: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  z-index: 1;
}

.form-container .text-box .input-custom {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0.625rem;
  border: 0.0625rem solid #838383;
  color: #000;
  border-radius: 0.625rem;
}

.form-container a {
  color: #5528A9;
  text-decoration: none;
}

.error-input {
  border-color: #E1262A !important;
}

.form-container .text-box input[type=text]:focus {
  outline: none;
}

.form-container label.active {
  width: auto;
  top: -1.5625rem;
  font-size: 0.9rem;
}

.form-container ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}

.form-container ul li {
  padding-left: 1.5rem;
  position: relative;
}

.form-container ul li::before {
  content: url(/images/banner-green-tick.svg);
  width: 1rem;
  height: 1rem;
  margin-bottom: 1rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.personal-loan-features {
  margin-top: 125px;
}

.personal-loan-features h2 strong,
.fade-bg-container h2 strong {
  color: #5528A9;
}

.heading-container {
  width: 19.6875rem;
}

.heading-container h2 {
  font-size: 1.75rem;
}

.heading-container h2 span {
  color: #5528A9;
  font-weight: 500;
}

.highlighter-line {
  height: 2px;
  border-radius: 2px;
  background-color: #5528A9;
  position: relative;
}

.bg-white {
  background-color: #ffff;
}

.violet-container {
  margin-top: 125px;
  padding: 105px 0;
  background-color: #693EEB;
}

.violet-container h5 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.faq .accordion-header button {
  font-weight: 700;
  color: #5528A9;
}

.blue-container {
  background: #0A136E url(/images/collage-bg.png);
  background-repeat: repeat;
  border-radius: 50px;
  padding: 2rem;
}

.blue-text {
  color: #0A136E;
  text-align: center;
}

.highlighter-line::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #34CA8D;
  position: absolute;
  right: 0;
  top: -7px;
}

thead {
  background-color: #5528A9;
}

thead th {
  background-color: transparent !important;
  color: #fff !important;
  font-weight: normal;
}

.form-container .text-box label.error {
  padding-top: 0;
  position: relative;
  color: #E1262A;
  margin-top: 0;
  font-weight: 400;
}

input.error,
.input-custom.error:focus {
  border-color: #E1262A !important;
}

/* Create custom checkbox & Radio Button inside */

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.border-style-none {
  border-style: none;
}

.eligiblity-criteria-container {
  background: transparent linear-gradient(180deg, #EDE2FE 0%, #F1F9F8 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #DDD2FE;
  border-radius: 20px;
  padding: 1rem;
  line-height: 1.3rem;
}

.eligiblity-criteria-container h3 {
  font-size: 18px;
  padding-bottom: 0.5rem;
}

.eligiblity-criteria-container h3 strong {
  color: #5528A9;
}

.eligibility-box {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
}

.custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #5528A9;
  border-radius: 4px;
  background-color: #fff;
}

.custom-checkbox input:checked+label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #5528A9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.25s ease;
}

.custom-checkbox input.invalid+label::before,
.fields.has-error .nice-select {
  border-color: red;
}

.custom-checkbox label {
  font-size: 12px;
}

.custom-checkbox input:checked+label::after {
  display: block;
}

/* checkbox ends*/

/* Radio button starts */
.occupation p {
  font-weight: 500;
}

.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  position: relative;
  margin-left: 0.5rem;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 2;
}

.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio input:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  border: solid 2px #5528A9;
  border-radius: 50%;
  z-index: 2;
}

.custom-radio input:checked+label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #5528A9;
  z-index: 2;
}

.custom-radio input.invalid+label::before,
.fields.has-error .nice-select {
  border-color: red;
}

.custom-checkbox label {
  font-size: 12px;
}

.custom-radio input:checked+label::after {
  display: block;
}

.custom-checkbox label.invalid::before {
  border-color: red;
}

.icon img {
  width: 30px !important;
}

/* Radio button ends*/

/* features crousel starts*/
.personal-loan-features .item h3 {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

.personal-loan-features .item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 45px #EAE4F7;
  border: 1px solid #E7DEF8;
  border-radius: 10px;
  padding: 1rem;
}

.personal-loan-features p {
  margin-bottom: 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.3rem;
}

.owl-dot.active span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #5b2bb6;
  display: block;
}

.owl-dot span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  border: solid 1px #707070;
}

/* features crousel ends */

.success-container h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #23AE94;
}

.loan-section {
  padding: 60px 20px;
}

.loan-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: stretch;
}

/* Left & Right Columns */
.loan-column {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
}

.loan-column h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.loan-list {
  list-style: none;
}

.loan-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  padding-left: 24px;
}

.loan-list li::before {
  content: "✔";
  color: #22c55e;
  position: absolute;
  left: 0;
  top: 12px;
}

.description {
  line-height: 1.6;
  color: #4b5563;
}

.green-24 {
  color: #34CA8D;
  font-weight: 600;
  font-size: 24px;
}

.title {
  font-size: 30px;
  font-weight: 700;
  color: #5b2dbd;
  margin-bottom: 20px;
  padding-left: 1rem;
}

.criteria-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
}

.content {
  line-height: 1.6;
  font-size: 20px;
  color: #374151;
}

.content strong {
  color: #111827;
  font-weight: 700;
}

.note {
  margin-top: 20px;
  padding: 22px;
  background: #f8f7ff;
  border-radius: 14px;
  font-size: 18px;
  line-height: 1.8;
  color: #6b7280;
  font-style: italic;
}

.income-box {
  margin-top: 40px;
  background: #f9fafb;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #e5e7eb;
}

.income-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.tab {
  background: #ffffff;
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.inactive {
  color: #9ca3af;
  font-weight: 500;
}

.income-label {
  color: #9ca3af;
  font-size: 18px;
  margin-bottom: 8px;
}

.income-value {
  font-size: 56px;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.currency {
  font-size: 24px;
  margin-top: 10px;
}

.how-it-works-section {
  padding: 7rem 0;
}


.section-box {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.3s ease;
}

.small-title {
  font-size: 1.5rem;
  color: #34CA8D;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.main-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212121;
}

.section-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.step-badge {
  display: inline-block;
  background: #5528A9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.sub-text {
  font-size: 1.125rem;
  color: #6B7280;
}

.step-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.4;
}

.step-text {
  font-size: 15px;
  color: #777;
  line-height: 1.8;
  margin-bottom: 0;
}

@media(max-width:991px) {
  .section-box {
    padding: 24px 18px;
  }

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

@media(max-width:767px) {
  .step-title {
    font-size: 20px;
  }

  .step-text {
    font-size: 14px;
  }
}

/* Loan options */

.loan-section {
  padding: 80px 0;
  background: linear-gradient(to right, #f3f1f7, #eef8f5);
}

.section-subtitle {
  color: #27c38f;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 50px;
  line-height: 1.3;
}

.table-wrapper {
  background: #fff;
  overflow: hidden;
}

.custom-table {
  margin-bottom: 0;
}

.custom-table thead {
  background: #5528A9;
}

.custom-table thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  white-space: nowrap;
}

.custom-table tbody td {
  padding: 14px 20px;
  font-size: 15px;
  color: #444;
  border-color: #e9e9e9;
  vertical-align: middle;
}

.custom-table tbody tr:hover {
  background: #f9f7ff;
  transition: 0.3s ease;
}

@media(max-width:991px) {
  .section-title {
    font-size: 36px;
  }
}

@media(max-width:767px) {
  .loan-section {
    padding: 60px 0;
  }

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

  .section-subtitle {
    font-size: 20px;
  }

  .custom-table thead th,
  .custom-table tbody td {
    font-size: 14px;
    padding: 14px 12px;
  }
}

/* Tips */

.tips-section,
.different-section {
  padding: 7rem 0;
}

.tips-section .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #212121;
  text-align: center;
}

.tips-section .subtitle {
  color: #777;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

.tips-section .tips-box {
  border: 2px solid #5933B4;
  border-radius: 24px;
  padding: 30px;
  background: #fff;
}

.tips-section .tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.tips-section .tip-card {
  background: #f7f7f9;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  position: relative;
  min-height: 200px;
}

.tips-section .number {
  width: 34px;
  height: 34px;
  background: #5933B4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}

.tips-section .tip-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #222;
  line-height: 1.3;
}

.tips-section .tip-text {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}

.tips-section .bottom-text {
  color: #6B7280;
  font-size: 18px;
  line-height: 1.8;
  max-width: 43.75rem;
  margin: 50px auto 0;
}

.tips-section .btn,
.different-section .btn {
  display: inline-block;
  margin-top: 28px;
  background: #5933B4;
  color: white;
  padding: 16px 42px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(108, 61, 244, 0.25);
  transition: 0.3s ease;
}

.tips-section .btn:hover,
.tips-section .btn:focus {
  background: #5933B4;
  color: #fff;
  transform: translateY(-2px);
}

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

@media (max-width: 600px) {
  .tips-section .title {
    font-size: 30px;
  }

  .tips-section .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-section .tip-card {
    min-height: auto;
  }

  .tips-section .btn,
  .different-section .btn {
    padding: 16px 20px;
  }
}


/* Different Uses */

.different-section .main-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.different-section .subtitle {
  color: #777;
  font-size: 18px;
  margin-bottom: 50px;
}

.different-section .loan-card {
  background: #F5F4F0;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  transition: 0.3s ease;
}

.different-section .loan-card:hover {
  transform: translateY(-4px);
}

.different-section .loan-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  color: #1F2937;
}

.different-section .loan-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #737373;
  margin-bottom: 0;
}

.different-section .bottom-text {
  margin-top: 55px;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

.different-section .custom-btn {
  display: inline-block;
  margin-top: 25px;
  background: #6c3df4;
  color: #fff;
  padding: 14px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(108, 61, 244, 0.25);
}

.different-section .custom-btn:hover {
  background: #5a2fe0;
  color: #fff;
}

@media (max-width: 768px) {
  .different-section .main-title {
    font-size: 30px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .loan-container {
    grid-template-columns: 1fr;
  }

  .loan-column:first-child {
    order: 1;
  }


  .loan-column:last-child {
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .form-container label.active {
    font-size: 12px;
    top: -1.5625rem;
  }

  .form-container h1 {
    font-size: 1.8rem;
    color: #fff;
  }

  .highlighter-line::after {
    width: 0.8rem;
    height: 0.8rem;
    right: -2px;
    top: -7px;
  }

  .heading-container h2 {
    font-size: 1.5rem;
  }

  .heading-container {
    width: 16.6875rem;
  }
}

.city-card {
  border-radius: 15px;
  background: #f8f6ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  transition: 0.3s;
  cursor: pointer;
  border: solid 1px #DBCEF5;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.city-link {
  color: #6f42c1;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.short-description a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.short-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.criteria-list .content {
    font-size: 18px;
    line-height: 1.5;
}