* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display:block !important;
}

.btn--orange{
    padding: 15px 35px;
    background-color: #ee801e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #ee801e;
}

.btn--orange-outlined{
    padding: 15px 35px;
    background-color: transparent;
    color: #ee801e;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #ee801e;
}

.cc__navbar {
  background-color: #fff;
  box-shadow: 0 3px 13px #24293023;
  padding: 20px 0;
}

.container__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.container__navbar__links {
  display: flex;
  align-items: center;
}

.container__navbar__links__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.container__navbar__links__list li:not(:first-child) {
  margin-left: 30px;
}

.container__navbar__links__list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  padding-inline: 20px;
  transition: color 0.3s;
}

.container__navbar__links__apply,
.hero__apply {
  margin-left: 40px;
  padding: 15px 35px;
  background-color: #ee801e;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-size: 16px;
}

.hero__apply {
  margin-left: 0;
}

.funding-header {
  padding: 3rem 0;
}

.text-orange {
  color: #ee801e;
}

.btn-apply-funding {
  background-color: #ee801e;
  color: white;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}

.btn-apply-funding:hover {
  background-color: #d67218;
  color: white;
}

.funding-header__container {
  max-width: 90%;
}

.cc-lh-1 {
  line-height: 1.2;
}

.funding-header__description {
  font-size: 24px;
}

.funding-cards {
  background: white;
}

.funding-cards__description {
  margin-bottom: 50px;
}

.info-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  background: #fff;
}

.info-card-top {
  padding: 20px;
  color: white;
}

.info-card-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e97236ee;
  z-index: 2;
}

.info-circle {
  background: #fff;
  color: #e97336;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.info-card-bottom {
  padding: 40px 20px;
}

.info-card-bottom h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.info-card-bottom p {
  font-size: 16px;
  color: #666;
}

.funding-cards,
.funding-options {
  padding-block: 80px;
}

.funding-options{
    background-color: #f8f8f8;
}

.funding-cards h2 {
  font-size: 40px;
}

.funding-cards__hero-abs {
  bottom: 0;
}

.card-info__icon-wrapper {
  background: #fff3e9;
}

.funding-options__card {
  border-radius: 10px;
  box-shadow: 0 3px 49px #00000022;
}

.funding-options__card .list-unstyled{
    font-weight: 700;
}

.card-info__icon-wrapper h3 {
  font-size: 18px;
}

.funding-options__card-info p {
  font-size: 14px;
    min-height: 80px;
    margin-bottom: 0;
}

.card-info__icon{
    width: 50px;
}

.funding-options__card-info .apply-btn {
  background-color: #ec6d2d;
  color: #fff;
  border: none;
  font-weight: bold;
  width: 80%;
  margin-inline: auto;
  display: block;
  padding: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.funding-options__container {
  max-width: 95%;
  margin-top: 60px;
}

.funding-options__card-wrapper {
  width: 25%;
}

header .navbar-nav li{
    margin: 0;
}

header .navbar-nav li a{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ee801e;
}

header .navbar-nav li img{
    height: 14px;
}

.cta-section--overlay {
  background: linear-gradient(
    to right,
    rgba(204, 102, 0, 0.73) 20%,
    rgba(140, 73, 5, 0.96) 70%
  );
}

footer
{
    padding: 30px 0 !important;
}

footer ul{
    padding-left: 0;
    margin-bottom: 30px;
}

footer ul li{
    list-style: none;
    margin: 0 15px;
    color: black;
}

footer ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.secure-btn{
    height: 65px !important;
}

.funding-cards-2 img{
    width:100%;
}

.funding-cards-2 {
    padding:100px 0;
}

    .funding-cards-2 .funding-text{
        height:50px;
        width:unset;
        margin-bottom:30px;
    }

.partner-now-btn{
    height:50px;
    width:unset !important;
    margin-top:30px;
}

.funding-cards-2 .funding-header__hero-image-2 {
    width: 300px;
    right: 0 !important;
    transform: rotate(180deg) !important;
    top: 0 !important;
    z-index: 0;
}

.banner-btn a {
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    background: #F4B011;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 98%);
    text-decoration: none;
    font-weight: 500;
}

.bolt-steps{
    max-width:80%;
    margin:0 auto;
    display:block;
}

.funding-options__card-info {
    background-color: #fff7ec !important;
}

    .funding-options__card-info img{
        margin-top:-80px;
    }

    @media (max-width: 1200px) {
        .funding-options__card-wrapper {
    width: 33%;
  }
}

@media (max-width: 1024px) {
  .funding-options__card-wrapper {
    width: 50%;
  }
}

@media (min-width: 769px) {
    .display-desktop{
        display:block;
    }

    .display-mobile {
        display: none;
    }
}
    @media (max-width: 768px) {

        .funding-options{
            margin-top:50px;
        }

        .display-desktop {
            display: none;
        }

        .display-mobile {
            display: block;
        }

    .funding-options__card-wrapper {
        width: 100%;
    }

    .funding-options__container .container-fluid {
        margin: 0 auto;
    }

    .funding-cards-2 .funding-text {
        height: 40px;
        width: unset;
        margin: 15px 0;
    }

    .partner-now-btn {
        height: 40px;
        width: unset !important;
        margin: 15px 0;
    }

    .funding-cards-2 .funding-header__hero-image-2 {
        display: none;
    }
}
