:root {
  --dl-color-gray-900: rgba(15, 23, 40, 1);
  --dl-color-default-white: rgba(255, 255, 255, 1);
  --bg-clr1: #ffb600;
  --link-clr: #1c6899;
}
.sec-py {
  padding-block: 75px;
  @media screen and (max-width: 768px) {
    padding-block: 45px;
  }
}
.business-isos-frame1686557436-elm {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
}

.business-isos-hero-content {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

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

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

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

.business-isos-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;
  }
}

.signup-card {
  .apply-aggrementnt {
    display: flex;
    gap: 10px;
    color: var(--text-clr1);
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    user-select: none;
    text-align: left;
    cursor: pointer;

    a {
      color: var(--link-clr);
    }

    .inner-label {
      position: relative;
      border-radius: 5px;
      border: 1px solid #bfbfbf;
      width: 20px;
      height: 20px;
      transition: all 0.5s ease-in-out;
    }

    & input:checked + .inner-label {
      border-color: #1c6899;
    }

    & input:checked + .inner-label::before {
      content: "";
      position: absolute;
      left: 3px;
      top: 5px;
      width: 12px;
      height: 6px;
      border: 3px solid #1c6899;
      border-top: 0;
      border-right: 0;
      transform: rotate(-45deg);
    }
  }
}

.anual-sales-label {
  display: block;
  color: var(--text-clr3);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.radio-switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
  padding: 5px;
  width: fit-content;
  margin-inline: auto;

  label {
    border-radius: 10px;
    padding: 8px 25px;
    color: var(--text-clr1);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    width: 50%;
    white-space: nowrap;
    text-align: center;
  }

  &.dark label {
    color: #fff;
  }

  & input:checked + label {
    background-color: var(--bg-clr1);
  }

  &.dark input:checked + label {
    background-color: #00213a;
  }
}

.text-container {
  position: relative;
  max-width: 500px;
  /* adjust to your layout */

  .toggle-btn {
    color: #1c6899;
    font-weight: 500;
    font-size: 13px;
  }
}

.text-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: normal;
}

.text-content.expanded {
  -webkit-line-clamp: unset;
  /* remove line limit */
}

.business-isos-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-isos-hero-content-para-wrapper {
  gap: 65px;
  display: flex;
  align-items: flex-start;

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

.business-isos-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-isos-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-isos-frame1686557462-elm {
  gap: 40px;
  display: flex;
  align-items: center;

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

.business-isos-frame1686557461-elm {
  gap: 12px;
  display: flex;
  align-items: center;
}

.business-isos-frame1686557460-elm {
  gap: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.business-isos-text-elm123 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 148.00000190734863%;
  text-decoration: none;
}

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

  span {
    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: 16px;
  text-align: center;
  line-height: 1.375;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

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

.business-isos-frame48095937-elm1 {
  gap: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

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

.mca-explained-highlighted-text {
  display: flex;
  padding: 15px 30px 15px 20px;
  align-items: center;
  border-color: rgba(30, 89, 180, 1);
  border-style: solid;
  border-width: 0 0 0 4px;
  background-color: #fff;
  margin-top: 30px;
}

.mca-explained-highlighted-text span {
  color: #202020;
  width: 100%;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
}

.business-isos-image5-elm {
  border-radius: 25px;
}

.business-isos-frame48095937-elm2 {
  gap: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.business-isos-text-elm188 {
  color: rgba(0, 103, 153, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.business-isos-frame1686557475-elm2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.business-isos-longterm-elem {
  gap: 15px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.business-isos-text-elm189 {
  color: rgba(32, 32, 32, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.business-isos-frame48095970-elm {
  gap: 10px;
  background-color: rgba(6, 88, 151, 1);
}

.business-isos-cta-heading {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;

  span {
    color: #f7b008;
  }

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

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

.business-isos-cta-para {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.business-isos-cta-elm2 {
  gap: 10px;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(247, 176, 8, 1);
  border-radius: 30px;
  background-color: rgba(247, 176, 8, 1);
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  transition: all 0.25s ease-in;

  &:hover {
    background-color: transparent;

    span {
      color: #fff;
    }

    img {
      filter: brightness(0) invert(1);
    }
  }

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

.business-isos-text-elm199 {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.business-isos-group2652-elm {
  background-color: rgba(248, 243, 233, 1);
}

.business-isos-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;

  h4 {
    color: var(--dl-color-gray-900);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
  }

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

.business-isos-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;
  }
}

.funding-option-inner {
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
  border-radius: 20px;
  background-color: rgba(0, 97, 176, 1);
  display: flex;

  @media screen and (max-width: 992px) {
    flex-direction: column;
  }
}

.business-isos-frame48095923-elm2 {
  gap: 50px;
  display: flex;
  padding: 50px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;

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

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

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

.business-isos-frame48095924-elm {
  padding: 35px 50px;
  border: 1px solid rgba(211, 211, 211, 1);
  border-width: 1px 1px 1px 0;
  border-radius: 0 20px 20px 0;
  background-color: rgba(255, 255, 255, 1);
  flex: 1;

  @media screen and (max-width: 992px) {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 20px 20px;
  }

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

.business-isos-frame1686557481-elm {
  gap: 20px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

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

.business-isos-option-elem {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.business-isos-option-text {
  gap: 5px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.business-isos-text-elm222 {
  color: rgba(0, 103, 153, 1);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.business-isos-text-elm223 {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.business-isos-frame1686557458-elm4 {
  gap: 10px;
  padding: 15px 30px;
  border: 1px solid rgba(194, 197, 250, 1);
  border-width: 0 0 0 4px;
  background-color: rgba(240, 243, 255, 1);
}

.business-isos-text-elm228 {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.funding-partner-option-section {
  padding: 100px 0 30px;
}

/* Form Section at the bottom */
/* Input Styles */
.custom-input {
  border-radius: 8px;
  border: none;
  height: 54px;
  padding: 10px 15px;

  &::placeholder {
    color: #a0a0a0;
    font-size: 0.925rem;
  }

  &.grey {
    background-color: #ededed;

    &::placeholder {
      color: rgba(2, 3, 13, 0.53);
    }
  }
}

.custom-input:focus {
  box-shadow: 0 0 0 4px rgba(255, 184, 28, 0.25);
  border-color: var(--brand-gold);
}

.form-label {
  font-size: 0.925rem;
  margin-bottom: 0.5rem;
}

/* Button Styling */

/* Responsive Adjustments */
@media (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

/* Signup Card */
.signup-card {
  background: white;
  padding: 25px 35px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 550px;
  margin-left: auto;

  @media screen and (max-width: 992px) {
    margin-left: unset;
    max-width: 100%;
  }

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

/* 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);
}

.how-it-works-section {
  padding: 100px 0;

  .hiw-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 30px 30px;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
  }

  .hiw-icon {
    width: 75px;
    height: 75px;
    background: #e6f1ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
  }

  .hiw-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
    color: #202020;
  }

  .hiw-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    max-width: 420px;
    margin: 0 auto;
  }

  @media (max-width: 767px) {
    padding: 60px 0;

    .hiw-text {
      font-size: 16px;
    }
  }
}

/* Consolidation Vs. Other */
.comparison-card {
  background: #f9fafb;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 30px 22px 25px;
  height: 100%;
}

.comparison-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c6899;
  margin-bottom: 15px;
}

.comparison-divider {
  height: 1px;
  background: #e2e2e2;
  margin-bottom: 20px;
}

.comparison-text {
  font-size: 1rem;
  line-height: 1.65;
  color: #222;
  max-width: 520px;
}

/* Faq Start */
.heloc-faq {
  #accordion .card {
    background: transparent;
    border-bottom: 1px solid #a5a5a5;
    padding-block: 25px;
    margin: 0;

    &:first-child {
      border-top: 1px solid #a5a5a5;
    }
  }

  #accordion .card .card-header .btn.collapsed {
    background-color: #fff;
    color: #19232e;
  }

  #accordion .card .card-header {
    background: transparent;
  }

  #accordion .card .card-header .btn {
    background: transparent;
    color: #1c6899;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    text-transform: unset;
    padding-right: 40px;
  }

  #accordion .card .card-header .btn.collapsed {
    background: transparent;
  }

  #accordion .card .card-body {
    background: transparent;
    padding-inline: 0;
    padding-block: 25px 0;
    margin-top: 25px;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #1c6899;
  }

  #accordion .card .card-header .btn.collapsed:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27" height="16" viewBox="0 0 27 16" fill="none"><path d="M15.9845 1.6665L25.0954 8.14799M25.0954 8.14799L15.9845 14.6295M25.0954 8.14799L1.66736 8.14798" stroke="%23141414" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  #accordion .card .card-header .btn:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="26" viewBox="0 0 21 26" fill="none"><path d="M1.27051 10.5L10.3814 1.75M10.3814 1.75L19.4923 10.5M10.3814 1.75L10.3814 24.25" stroke="%23141414" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  .still-question-para {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-block: 30px 0;
  }
}

.button-with-arrow {
  text-decoration: none;
  border-radius: 8px;
  background: #1c6899;
  padding: 15px 45px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
  transition: all 0.3s ease;

  &:hover {
    color: #fff;
    background: #0e4265;
  }
}

/* FAQ */
.fit-section {
  padding: 100px 0 0;
}

.fit-card {
  height: 100%;
  border-radius: 20px;
  padding: 35px 30px;
}

.fit-good {
  background: #eff5ff;
  border: 1px solid #c0bde6;
}

.fit-bad {
  background: #fffbf4;
  border: 1px solid #f5be36;
}

.fit-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #222;
}

.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fit-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
  color: #333;
}

.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-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;
  }
}

/* Latest */

.expert-funding-support-section {
  background-color: #eff5ff;

  .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: 25px;
    flex: 1;
    display: flex;
    padding: 30px 15px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #c2c5fa;
    border-radius: 15px;
    flex-direction: column;
    flex-shrink: 0;
    text-align: center;

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

    .tick-div {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: #dde4ff;
    }
  }

  .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;
    }
  }
}

/* Loan features */
.loan-features-section {
  background-color: #fff;

  .loan-features-card {
    border-radius: 15px;
    border: 1px solid #c2c5fa;
    background: #fff;
    padding: 30px 25px;
    height: 100%;

    @media (max-width: 576px) {
      padding: 25px 15px;
    }

    label {
      display: block;
      color: #006799;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 15px;
    }

    p {
      color: #000;
      font-size: 16px;
      font-weight: 600;
      margin: 0;
    }
  }
}

/* Work process */
.process-section {
  background-color: #fff;

  .process-wrapper {
    position: relative;
  }

  .process-card {
    background: #eff5ff;
    padding: 30px 20px;
    border-radius: 6px;
    position: relative;
    height: 100%;

    .head-text {
      color: #141414;
      text-align: center;
      font-size: 21px;
      font-weight: 700;
      margin-block: 20px 16px;
    }
    .para-text {
      font-size: 18px;
      color: #000;
      margin: 0;
    }
  }

  .circle {
    width: 65px;
    height: 65px;
    background: #006799;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* Dotted Line */
  .process-wrapper::before {
    content: "";
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 79%;
    border-top: 2px dashed #1c6899;
    z-index: 1;
  }

  /* CTA Box */
  .process-cta {
    border-radius: 20px;
    background: #1e59b4;
    padding: 20px 50px;
    display: inline-block;
    max-width: 850px;

    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;

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

  /* Responsive Fix */
  @media (max-width: 991px) {
    .process-wrapper::before {
      display: none;
    }

    .process-card {
      padding: 25px 15px;
    }
  }
}

/* Why section */
.invoice-factoring-wy-section {
  background-color: #fff;
  .why-funderial {
    .why-wrapper {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #d3d3d3;
    }

    .why-left {
      background: #f0b833;
      padding: 50px 40px;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;

      .head {
        color: #141414;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
      }

      .para {
        color: #141414;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
      }

      .underline {
        width: 112px;
        height: 10px;
        background: #141414;
        border-radius: 20px;
        margin-top: 20px;
      }
    }

    .why-right {
      padding: 45px 50px;
      height: 100%;
    }

    .right-head-para {
      color: #006799;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .right-bottom-para {
      color: #141414;
      font-size: 16px;
      font-weight: 400;
      margin-block: 20px 0;
    }

    .benefits-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;

      li {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 16px;
        font-weight: 400;

        .icon {
          width: 40px;
          height: 40px;
          background: #eff5ff;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 15px;
        }
      }
    }

    .learn-btn {
      padding: 10px 22px;
      font-size: 14px;
    }

    /* Tablet */
    @media (max-width: 991px) {
      .why-left {
        padding: 40px 25px;
      }

      .why-right {
        padding: 35px 25px;
      }
    }

    /* Mobile */
    @media (max-width: 768px) {
      .why-left {
        text-align: center;
        padding: 40px 15px;

        .underline {
          margin-left: auto;
          margin-right: auto;
        }
      }
      .why-right {
        padding: 35px 15px;

        .benefits-list li {
          font-size: 16px;
        }
      }
    }
  }
}
