:root {
  --dl-color-gray-900: rgba(15, 23, 40, 1);
  --dl-color-default-white: rgba(255, 255, 255, 1);
}
.sec-py {
  padding-block: 75px;
  @media screen and (max-width: 768px) {
    padding-block: 45px;
  }
}
.business-section-heading {
  color: var(--dl-color-gray-900);
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  font-family: "Poppins", sans-serif;

  & .yellow {
    color: #e5a100;
  }

  &.blue {
    color: rgba(0, 103, 153, 1);
  }

  @media screen and (max-width: 768px) {
    font-size: 32px;
    line-height: 1.3;
  }
}

.business-section-para {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;

  span {
    font-weight: 600;
  }
}

.fw-semibold {
  font-weight: 600;
}

.business-funding-frame1686557436-elm {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
}
.business-funding-hero-content {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.business-funding-hero-content-inner {
  gap: 35px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.business-funding-frame1686557451-elm {
  gap: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.business-funding-frame1686557450-elm {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.business-funding-frame1686557455-elm {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.business-funding-frame1686557453-elm {
  gap: 10px;
  display: flex;
  padding: 9px 16px;
  overflow: hidden;
  align-items: flex-start;
  border-color: rgba(0, 104, 146, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  flex-direction: column;
  background-color: rgba(0, 50, 130, 1);
}

.business-funding-reliable-label {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-funding-text-elm108 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.business-funding-text-elm109 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-decoration: none;
  max-width: 1040px;

  span {
    color: #f7b008;
  }

  @media screen and (max-width: 768px) {
    font-size: 40px;
  }
  @media screen and (max-width: 592px) {
    font-size: 36px;
  }
}

.business-funding-text-elm112 {
  color: rgba(255, 255, 255, 1);
  max-width: 977px;
  font-size: 22px;
  font-weight: 600;
  line-height: 145%;
  text-decoration: none;

  @media screen and (max-width: 592px) {
    font-size: 20px;
  }
}

.business-funding-hero-content-para-wrapper {
  gap: 65px;
  display: flex;
  align-items: flex-start;

  @media screen and (max-width: 798px) {
    gap: 30px;
  }
}

.business-funding-hero-content-para {
  gap: 10px;
  display: flex;
  padding: 0 0 0 20px;
  align-items: center;
  border-color: rgba(147, 197, 253, 1);
  border-style: solid;
  border-width: 0 0 0 4px;
  justify-content: center;
}
.business-funding-text-elm113 {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;

  @media screen and (max-width: 592px) {
    font-size: 16px;
  }
}
.business-funding-text-elm114 {
  font-weight: 400;
}
.business-funding-text-elm115 {
  font-weight: 700;
}

.business-funding-frame1686557462-elm {
  gap: 20px;
  display: flex;
  align-items: center;

  @media screen and (max-width: 768px) {
    gap: 10px;
    width: 100%;
  }
}

.business-funding-cta-elm1 {
  width: 100%;
  gap: 10px;
  display: flex;
  padding: 15px 25px;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 8px;
  justify-content: center;
  background-color: #ffb600;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  transition: all 0.25s ease-in;
  svg path {
    transition: all 0.25s ease-in;
  }

  &:hover {
    color: #ffb600;
    background-color: transparent;
    border-color: #ffb600;

    svg path {
      fill: #ffb600;
    }
  }
  @media (min-width: 991px) and (max-width: 1400px) {
    white-space: wrap;
  }
  @media (max-width: 768px) {
    padding: 15px 15px;
    gap: 8px;
  }
}
.business-funding-cta-elm2 {
  width: 100%;
  gap: 10px;
  display: flex;
  padding: 15px 25px;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: all 0.25s ease-in;
  svg path {
    transition: all 0.25s ease-in;
  }
  &:hover {
    color: #000;
    background-color: #fff;
    border-color: #ffffff;

    svg path {
      fill: #000;
    }
  }
  @media (min-width: 991px) and (max-width: 1400px) {
    white-space: wrap;
  }
  @media (max-width: 768px) {
    padding: 15px 15px;
    gap: 8px;
  }
}

.business-funding-hero-img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;

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

/* Direct business funding start */
.blue-apply-btn {
  width: fit-content;
  gap: 10px;
  display: flex;
  padding: 15px 45px;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 8px;
  justify-content: center;
  background-color: #226498;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: all 0.25s ease-in;
  svg path {
    transition: all 0.25s ease-in;
  }

  &:hover {
    color: #226498;
    background-color: transparent;
    border-color: #226498;

    svg path {
      fill: #226498;
    }
  }
}

.each-direct-funding-card {
  display: flex;
  gap: 20px;
  border-radius: 10px;
  background: #f8f7f5;
  padding: 20px;

  @media (max-width: 375px) {
    flex-direction: column;
  }

  .icon-div {
    border-radius: 8px;
    background: rgba(242, 127, 13, 0.1);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
  }

  h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
}
/* Direct business funding end */

/* Access upto start */
.business-funding-group2652-elm {
  background-color: #f9f3e9;
}

.business-funding-solution-elem {
  padding: 30px;
  flex-grow: 1;
  box-shadow: 6px 6px 7.5px 0px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  transition: all 0.35s ease-in-out;

  @media (max-width: 767px) {
    padding: 25px 20px;
  }

  h3 {
    color: var(--dl-color-gray-900);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
  }
  p {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
  .know-more-btn {
    color: #1c6899;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    width: fit-content;

    img {
      position: relative;
      left: 0px;
      transition: all 0.3s ease;
    }

    &:hover img {
      position: relative;
      left: 3px;
    }
  }

  &:hover {
    box-shadow: 6px 4px 0px 0px rgba(0, 0, 0, 0.0125);
  }
}

.business-funding-blue-col {
  background-color: #006799;
  padding: 30px;
  flex-grow: 1;
  align-items: flex-start;
  border-radius: 10px;
  background: #006799;
  box-shadow: 6px 6px 7.5px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.35s ease-in-out;

  @media (max-width: 767px) {
    padding: 25px 20px;
  }

  .head {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .compare-btn {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 15px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    display: flex;
    margin-inline: auto;
  }
}

.business-funding-text-elm209 {
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;

  @media screen and (max-width: 592px) {
    font-size: 16px;
  }
}
/* Access upto end */

/* Digital business funding start */
.direct-business-funding-section {
  .business-funding-frame1686557458-elm2 {
    display: flex;
    padding: 15px 30px;
    align-items: center;
    border-color: rgba(30, 89, 180, 1);
    border-style: solid;
    border-width: 0 0 0 4px;
    background-color: rgba(240, 243, 255, 1);
    .business-isos-text-elm185 {
      color: #000;
      font-size: 18px;
      font-weight: 500;
      margin: 0;
    }
    .see-btn {
      text-decoration: none;
      color: #1c6899;
      font-size: 18px;
      font-weight: 600;

      img {
        position: relative;
        left: 0px;
        transition: all 0.3s ease;
      }

      &:hover img {
        position: relative;
        left: 3px;
      }
    }

    @media (max-width: 375px) {
      padding: 15px 20px;
    }
  }

  .ideal-use-head {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
  }

  .each-points {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }
}

/* Digital biusiness funding end */

/* Qualify start */
.expert-funding-support-section {
  background: #ebefff;

  .business-isos-frame1686557477-elm {
    margin: 40px auto 0;
    padding: 30px 40px;
    border-radius: 20px;
    text-align: center;
    background-color: rgba(30, 89, 180, 1);

    p {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-style: italic;
      font-weight: 500;
      margin: 0;
    }

    @media screen and (min-width: 992px) {
      width: 95%;
    }

    @media screen and (max-width: 592px) {
      padding: 25px 20px;
    }
  }

  .business-isos-frame1686557469-elm1 {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .business-isos-support-elem {
    gap: 30px;
    flex: 1;
    display: flex;
    padding: 30px 20px;
    flex-grow: 1;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #c2c5fa;
    border-radius: 35px;
    flex-direction: column;
    flex-shrink: 0;

    @media screen and (max-width: 992px) {
      max-width: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
    }
    @media screen and (max-width: 768px) {
      max-width: none;
      display: flex !important;
    }
  }

  .slick-slide {
    padding: 0 5px;
  }
  .expert-funding-slider {
    position: relative;
    padding-bottom: 40px; /* space for arrows */
  }

  .expert-funding-slider .slick-prev,
  .expert-funding-slider .slick-next {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .expert-funding-slider .slick-prev {
    left: 37%;
  }

  .expert-funding-slider .slick-next {
    right: 40%;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 40px;
    color: #000;
  }

  .business-support-card-para {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
  }
  .business-isos-frame494-elm {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .business-isos-featuressection-elm {
    gap: 38px;
    display: flex;
    padding: 75px 0 96px;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    background-color: var(--dl-color-default-white);
  }

  .business-section-heading {
    color: var(--dl-color-gray-900);
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    font-family: "Poppins", sans-serif;

    &.blue {
      color: rgba(0, 103, 153, 1);
    }

    @media screen and (max-width: 768px) {
      font-size: 32px;
      line-height: 1.3;
    }
  }

  .business-section-para {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
  }
  .fw-semibold {
    font-weight: 600;
  }

  .business-isos-frame1686557464-elm {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }

  .business-isos-content-elem {
    gap: 15px;
    display: flex;
  }

  .business-isos-featuredicon-elem {
    gap: 20px;
    flex: 1;
    display: flex;
    padding: 25px 30px;
    align-items: flex-start;
    border: 1px solid rgba(211, 211, 211, 1);
    border-radius: 15px;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in;

    &:hover {
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.085);
    }

    @media screen and (max-width: 592px) {
      padding: 25px 15px;
    }
  }
}

/* Qualify end */

/* Compare table start */
.funding-section {
  .funding-table-wrapper {
    background: rgba(255, 255, 255, 0);
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow-x: auto;
    width: 100%;

    table {
      width: 100%;
      border-collapse: collapse;

      thead {
        background-color: #ebefff;

        th {
          text-align: left;
          padding: 16px 18px;
          font-size: 16px;
          font-weight: 600;
          color: #1c6899;
          white-space: nowrap;

          &:first-child {
            position: sticky;
            background: #ebefff;
            left: 0;
          }
        }
      }

      tbody {
        tr {
          &:first-child td {
            border-top: none;
          }
        }

        td {
          padding: 16px 18px;
          font-size: 16px;
          color: #475569;
          border-top: 1px solid #e5e7eb;

          &:first-child {
            font-weight: 500;
            position: sticky;
            background: #fff;
            left: 0;
          }
          &:last-child {
            color: #242424;
            font-weight: 500;
          }
        }
      }
    }
  }

  .timeline-fast {
    color: #16a34a !important;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .funding-title {
      font-size: 22px;
    }

    .funding-table-wrapper {
      table {
        thead th,
        tbody td {
          padding: 12px;
          font-size: 13px;
        }
      }
    }
  }
}
/* Compare table end */

/* CTA start */
.funding-cta {
  background: linear-gradient(175deg, #1b1795 -66.79%, #01537b 79.11%);
  .cta-content-wrapper {
    max-width: 960px;
    margin-inline: auto;
  }
  .cta-title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
  }
  .cta-subtitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-block: 30px;
    text-align: center;

    .funding-option-btn {
      text-decoration: none;
      padding: 15px 35px;
      border-radius: 6px;
      font-size: 16px;
      color: #202020;
      font-weight: 600;
      transition: all 0.3s ease;
      display: inline-block;
      background-color: #ffb600;
      border: 1px solid #ffb600;
      &:hover {
        background-color: transparent;
        border-color: #ffb600;
        color: #ffb600;
      }

      @media (max-width: 767px) {
        padding: 15px 20px;
      }
    }

    .secure-app-btn {
      text-decoration: none;
      padding: 15px 35px;
      border-radius: 6px;
      font-size: 16px;
      color: #ffffff;
      border: 1px solid #ffffff;
      font-weight: 600;
      transition: all 0.3s ease;
      display: inline-block;
      background-color: transparent;
      &:hover {
        background-color: #ffffff;
        color: #000;
      }
      @media (max-width: 767px) {
        padding: 15px 20px;
      }
    }
  }

  .cta-note {
    color: #c2c5fa;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    svg {
      position: relative;
      top: -1.2px;
    }
  }

  @media (max-width: 768px) {
    .cta-buttons {
      flex-direction: column;

      a {
        width: 100%;
      }
    }
  }
}
/* CTA End */

/* Button */
.btn-wizard {
  background-color: #ffb600;
  color: #000;
  border-radius: 10px;
  font-size: 1.1rem;
  border: none;
  transition: all 0.3s ease;
}
.btn-wizard:hover {
  background-color: #e5a619;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 184, 28, 0.3);
}
