.bg_glass {
  border-radius: 32px;
  padding: 40px;
  position: relative;
  height: 100%;
}
.bg_glass:before {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fff3;
  border-radius: 32px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top_content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.faq-question h5 {
  font-size: 16px;
  font-weight: 700;
}


.block {
  background: rgb(213 213 213 / 83%);
  border-left: 4px solid #515151;
}
.mt-80 {
  margin-top: 80px;
}
.fin {
  padding: 50px;
  background: #edf4fe;
  border-radius: 10px;
}
.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
}
.custom-swiper-prev,
.custom-swiper-next {
  top: 66%;
  z-index: 10;
  cursor: pointer;
}

.custom-swiper-prev {
  left: -25px;
}

.custom-swiper-next {
  right: -25px;
}

.integration-card {
  min-height: 330px;
}
/* =========================
   LIST
========================= */

.ul_ li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
}

.ul_ li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 16px;
  display: inline-block;
  background-image: var(--tick-icon);
  background-repeat: no-repeat;
  background-size: contain;
}

.ul_ li.no_icon::before {
  display: none;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.bg_o {
  background: #f8f5f2;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
/* =========================
   CARD
========================= */

.card_obj {
  border-radius: 32px;
  background: #f8f8f8;
  height: 100%;
  overflow: hidden;
}

.crd_header {
  background: #edf4fe;
  padding: 24px 20px;
  display: flex;
  justify-content: end;
}

.crd_header i {
  font-size: 30px;
}

.crd_body {
  padding: 40px 30px;
}

.crd_body h3 {
  font-size: 25px;
}

.bg-chal {
  background: #f8f5f2;
  padding: 70px;
  border-radius: 50px;
  position: sticky;
  top: 60px;
}
.br_l {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.icon-box i {
  font-size: 20px;
}
.num_ {
  font-size: 6rem;
  line-height: 1;
  font-family: Coign, sans-serif;
}
.border-bottom i{
  font-size: 20px;
}
/* faq */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.faq-question {
  cursor: pointer;
  gap: 20px;
}

.faq-question h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #edf4fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-icon i {
  font-size: 16px;
  color: #000;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
}

.faq-p {
  margin-bottom: 0;
  color: #555;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .st {
    position: sticky;
    top: 70px;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .custom-swiper-prev {
    left: 0px;
  }
  .custom-swiper-next {
    right: 0px;
  }
}
@media (max-width: 1024px) {
  .bg_o {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .bg-chal {
    padding: 60px 30px;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .faq-question h5 {
    font-size: 18px;
  }
  .bg-chal {
    height: auto !important;
    position: static;
  }
  .br_l {
    border-left: 0px solid #1b1b2533;
    padding: 0;
  }
  .bg_o {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .ul_,
  .ul_ ul {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .custom-swiper-prev {
    left: 5px;
  }
  .custom-swiper-next {
    right: 5px;
  }
  .faq-item{
    padding: 10px;
  }
  .faq-question h5{
    font-size: 16px;
  }
  .faq-question{
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .mt-80 {
    margin-top: 50px;
  }
  .bg_o {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .crd_body,
  .crd_header,
  .bg_glass,
  .bg-obj {
    padding: 20px;
  }
}
