  .bg {
    background-color: #F9FBFF;
    padding-top: 7rem;
  }

  h1,h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    /* fix: avoid 22px clipping */
    margin: 0.25rem 0 1rem;
  }

  .bold-txt {
    font-size: 18px !important;
    margin-top: 14px !important;
    font-weight: 800 !important;
}

.bold-p{
    line-height: 27px;
    color: #253858;
    margin-bottom: 1rem;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.disclaimer-txt{
  font-weight: 500!important;
}

summary h3 {
    font-weight: bold !important;
    font-size: 14px!important;
    margin: 0px!important;
}

  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #253858;
    margin-bottom: 1rem;
  }

  .mkt-hero1 {
    padding: 2rem 1rem;
  }

  .sec-top {
    margin-top: 2rem;
  }

  .mkt-hero1 input,
  .mkt-hero1 textarea {
    border-radius: 14px !important;
    width: 100%;
    border: 2px solid #3A3B7B;
    padding: 18px 30px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
  }

  /* fix: Button selector -> button element */
  .mkt-hero1 button {
    border-radius: 14px;
    background: #1E2754;
    color: #fff;
    font-size: 20px;
    width: 64%;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border: 0;
  }
  .hero-sec{
    margin-top:25px;
  }

  .abt-imgs {
    display: flex;
    align-items: center;
  }

  .mkt-hero1 h4,
  .mkt-hero1 h1 {
    color: #1E2754;
  }

  .instant{
    font-size: 18px !important;
    margin-top: 14px !important;
    font-weight: 800 !important;
  }


  .heading-color {
    color: #07085E;
  }

  @media (max-width: 400px){
  .hero ul{
    list-style: none;
    padding-left: 0px;
  }
  .hero-img-ic{
        width: 45px;
  }
  .mkt-hero1 button {
    border-radius: 14px;
    background: #1E2754;
    color: #fff;
    font-size: 16px;
    width: 64%;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border: 0;
}
  }

   @media (max-width: 340px){
  .hero ul{
    list-style: none;
    padding-left: 0px;
  }
  .hero-img-ic{
        width: 45px;
  }
  .mkt-hero1 button {
    border-radius: 14px;
    background: #1E2754;
    color: #fff;
    font-size: 16px;
    width: 64%;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border: 0;
}
  }



  .content-section {
    margin-top: 4rem;

  }

  .content-section-dis {
    display: flex;
    align-items: center;
  }

  .content-section ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
  }

  .content-section li {
    display: flex;
    gap: 3rem;
    align-items: center;
    padding: .5rem 0;
    color: #000;
    font-size: 16px;
    margin-top: 1.5rem;

  }

  .benefits-section li {
    display: flex;
    gap: 5rem;
    align-items: center;
    padding: .5rem 0;
    color: #000;
    font-size: 16px;
    margin-top: 1.5rem;
  }

  .benefits-section {
    background-color: #F9F8FE;
  }

  .content-section li span:first-child {
    display: inline-flex;
    width: 28px;
    flex: 0 0 28px;
  }

  .need-section {
    background-color: #1E2754;
  }

  .need-section h2 {
    color: #ffffffff;
  }

  .need-section p {
    color: #ffffffff;
  }

  .need-border {
    border-right: 1px solid #ffffff;
  }



  .need-section .content-section {
    display: flex;
    flex-wrap: wrap;
  }
    .faq-grid {
      grid-template-columns: 1fr;
    }
  /* Keep images tidy */
  .need-section .content-section img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  /* Optional: small gutters inside the cards (keeps your desktop look intact) */
  .need-section .content-section>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .get-loan-section {
    margin-top: 4rem;
  }

  .app-loan {
    display: flex;
  }

  .Example-loan table thead {
    background-color: #07085E;
    color: #ffffff;
  }

  .Example-loan table tbody {
    color: #000;
  }

  .how-apply {
    background-color: #DBE5FA !important;
  }

  .img-flex-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .responsive-img {
    max-width: 100%;
    height: auto;
  }

  .img-desktop {
    display: block;
  }

  .img-mobile {
    display: none;
  }




  /* Section background + heading */
  .faq-section {
    background: #e8f0ff;
    /* light bluish like the screenshot */
    padding: 48px 0;
  }

  .faq-title {
    text-align: center;
    margin: 0 0 28px;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    /* dark slate */
  }

  /* Grid: 2 columns desktop/tablet, 1 column mobile */
  .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
  }

 

  /* Card styling */
  .faq-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.06);
    overflow: hidden;
    /* ensures rounded corners on answer area */
    border: 1px solid #e6e7eb;
    margin: 8px;
  }

  /* Summary row (question line) */
  .faq-card>summary {
    list-style: none;
    /* remove default marker */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 48px 16px 20px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: #0f172a;
    position: relative;
    min-height: 56px;
    box-sizing: border-box;
    margin: 0;
  }

  /* Plus / Minus icon on the right */
  .faq-card>summary::after {
    content: "+";
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #07085E;
    /* green */
    margin-left: 12px;
  }

  .faq-card[open]>summary::after {
    content: "–";
    color: #e11d48;
    /* rose/red for open state */
  }

  /* Answer body */
  .faq-answer {
    padding: 10px 20px 16px;
    color: #334155;
    /* slightly muted */
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid #f0f2f5;
  }

  /* Remove default triangle in Safari */
  .faq-card>summary::-webkit-details-marker {
    display: none;
  }

  /* Hover/focus states for better feel */
  .faq-card>summary:hover {
    background: #f8fafc;
  }

  .faq-card>summary:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
    border-radius: 10px;
  }

  .faq-col {
    margin-bottom: 18px;
  }

  .example-tbl {
    overflow-y: hidden;
  }

  .credit-section {
    background-color: #07085E;
  }
    .credit-section h2  {
    color: #fff;
  }
     .credit-section p  {
    color: #fff;
  }


    /* Responsive tweaks */
  @media (max-width: 991.98px) {

    /* tablets */
    h2 {
      font-size: 32px;
    }

    .mkt-hero1 {
      padding: 1.5rem 1rem;
    }

    .img-none-tab {
      display: none;
    }


  }

  @media (max-width: 575.98px) {

    /* phones */
    h2 {
      font-size: 26px !important;
      line-height: 1.25 !important;
    }

    .mkt-hero1 {
      padding: 1rem .75rem;
overflow:hidden;
    }

    .content-section {
      margin-top: 2rem;
    }

    .img-none {
      display: none;
    }

    .need-border {
      border-right: none;
    }
       .img-desktop {
      display: none;
    }

    .img-mobile {
      display: block;
    }
  }

   
  @media (min-width: 768px) {
    .need-section .content-section>[class*="col-"] {
      flex: 0 0 25% !important;
      max-width: 25% !important;
      width: 25% !important;
      margin-top: 1rem;
    }
.sign-up{
margin-top:4px;
}
  }

  
  @media (max-width: 767px) {
    .need-section .content-section>[class*="col-"] {
      flex: 0 0 50% !important;
      max-width: 50% !important;
      width: 50% !important;
    }
  }