
 .footer--cta {
        margin-top: -150px;
        margin-bottom: 60px;
    }
section#id-for-faq {
    margin-bottom: 0px;
    padding-bottom: 12%;
}


.stats-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 60px;
      padding: 60px 20px;
      background: #000;
      text-align: center;
    }

    .stat {
      position: relative;
      padding: 0 40px;
    }

    .stat:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 1px;
      height: 50%;
      background: #444;
    }

    .stat h2 {
      font-size: 2rem;
      font-weight: bold;
      margin: 0;
    }

    .stat p {
      font-size: 0.9rem;
      margin: 5px 0 0;
      color: #ccc;
    }
    section#stats h2 {
    color: white;
    text-align: left;
    font-size: 40px;
}

  h1 {
    font-size: 42px;
    line-height: 1.3;
    font-family:'IBM Plex Sans';

}

  h2 {
    font-family:'IBM Plex Sans';
}
  h3 {
    font-family:'IBM Plex Sans';
}
  h4 {
    font-family:'IBM Plex Sans';
}
  h5 {
    font-family:'IBM Plex Sans';
}
  h6 {
    font-family:'IBM Plex Sans';
}
  a {
    font-family:'IBM Plex Sans'!important;
}

section#stats p {
    color: white;
}

section#l-less-cnt-r-more p {
    padding: 5px 0px;
    margin:0px;
}
section#l-less-cnt-r-more h2 {
    font-size: 32px;
    line-height: 1.3;
}
section#purple-cta-box .dt-wsa-inner.text-white.text-center {
    background: #6C2DC7;
}
section#purple-cta-box button.btn.btn-black {
    background: #FF7F72;
    padding: 10px 20px;
    margin-top: 15px;
}
.dt-wc-col:nth-of-type(5) .dt-wc-box {
    border-top: 3px solid #9EFF00;
}
.dt-wc-col {
    margin-top: 20px;
}
.display-flex {
    display: flex;
        gap: 15px;
}
/* .width-20{
  width:20%;
      gap: 15px;
} */

section#solutions .hcta1-item1 h4 {
  border-bottom: none !important;
    border-top: 3px solid #FFD748 !important;
}
section#solutions .hcta1-item2 h4 {
    border-bottom: none !important;
    border-top: 3px solid #E5638E !important;
}
section#solutions .hcta1-item3 h4 {
    border-bottom: none !important;
    border-top:  3px solid #3881E4 !important;
}
section#solutions .hcta1-item4 h4 {
   border-bottom: none !important;
    border-top: 3px solid #FF7F72 !important;
}
section#solutions .hcta1-item5 h4 {
  border-bottom: none !important;
    border-top:  3px solid #9EFF00 !important;
}
section#solutions h4 {
    font-size: 20px;
        padding-top: 15px;
    padding-bottom: 0px;
}
section#table-design-box {
    background: #FFF5F4;
}
section#icon-cont-each-box p {
    color: white;
    font-size: 18px;
}
section#icon-cont-each-box .experience-studio-img-box {
    padding: 30px;
    height: 100%;
}
section#services {
    padding: 70px 0px;
}
section#each-icon-four-bx .experience-studio-img-box {
    padding: 30px;
    height: 100%;
}
section#each-icon-four-bx p {
    color: white;
    font-size: 18px;
}

section#id-for-faq .accordion-item{
  background: black;
  border:none;

}
section#id-for-faq .accordion-button::after {
    content: "+";
    background-image: none;
}
section#id-for-faq .accordion-button {
    min-height: 134px;
    font-size: 26px;
    color: #ffffff;
    background-color: #000000;
    align-items: baseline;
    border-bottom: 1px solid #ffffff4d;
}
section#id-for-faq .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -6px;
}
section#id-for-faq span.swiper-pagination-bullet {
    color: white;
    background: white;
}
section#id-for-faq .accordion-button:not(.collapsed)::after{
      content: "-" !important;
}
section#id-for-faq .swiper-slide.swiper-slide-next {
    margin-bottom: 29px;
}
div#footer-cta-box .btn {
    background: #FF7F72;
    padding: 10px 20px;
    margin-top: 15px;
}
div#footer-cta-box p {
    color: white;
}
div#footer-cta-box h6 {
    color: white;
}
div#footer-cta-box h3{
  text-align: center;
  margin: 0px auto 5px auto;
}
img.image-bg-left {
    position: absolute;
    top: 0;
    left: -115px;
}
section#icon-cont-each-box {
    position: relative;
}

.display-flex-wea {
    display: flex;
    flex-wrap: wrap;
}

.img-number img {
    width: 70%;
}


@media(max-width:768px){
  .stats-section {
    justify-content: left;
  }
  img.image-bg-left {
    width: 30%;
    position: absolute;
    top: 0;
    left: -55px;
}
.footer--cta {
    margin-top: 0px;
}
}

@media(min-width:768px){
  .width-20 {
    width: 20%;
    padding: 10px;
}
}
