
 .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;
    }

    .location-badge {
      display: inline-block;
      margin-bottom: 12px;
      padding: 6px 14px;
      border: 1px solid #d4d4d4;
      border-radius: 999px;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .location-title {
      margin-bottom: 16px;
      font-size: 1rem;
      font-weight: 500;
      color: #666;
    }

    .location-switcher {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .location-switcher__label {
      margin: 0;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #666;
    }

    .location-select {
      min-width: 90px;
      padding: 8px 12px;
      border: 1px solid #222;
      border-radius: 999px;
      background: #fff;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
    }

    .location-switcher__links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .location-switcher__item {
      display: inline-block;
      padding: 6px 14px;
      border: 1px solid #222;
      border-radius: 999px;
      color: #222;
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
    }

    .location-switcher__item.is-active,
    .location-switcher__item:hover {
      background: #000;
      border-color: #000;
      color: #fff;
    }

    .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%;
}

.design-product .img-number {
    flex-shrink: 0;
    margin-top: 10px;
}

.offer-number-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #111;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #111;
  background: #ffffff;
}

.dt-wc-col a{
    display:block;
    color:inherit;
    text-decoration:none;
}
.we--offer p a {
    color: #6a2cc4;
}

@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;
}
}
