.faq {
  padding: 40px 0;
}

.blog-posts+.faq {
  margin-top: 35px;
}

.home .blog-posts {
  margin: 0 !important;
  padding-bottom: 50px;
}

.home .blog-posts::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1400px;
  height: 8px;
  border-radius: 10px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--OffWhite);
}

.home .blog-posts+.faq {
  margin: 0;
  padding-top: 35px;
}

.blog-posts:has(.related-blogs)+.faq,
.blog-posts.related-blogs+.faq,
.blog-posts.usefull-blogs+.faq {
  padding-top: 0;
}

.blog-posts:not(.usefull-blogs):has(+ .faq) {
  margin-top: 35px;
  margin-bottom: 0;
  padding-top: 35px;
}

.faq .list-main-wrapper {
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}

.faq .list-main-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.faq .list-wrapper .content {
  padding: 10px 30px 20px;
  display: none;
  /* font-size: 16px; */
  /* line-height: 1.5; */
  /* font-size: 17px;
  line-height: 28px; */
}

.faq .ul-dots ul li:after {
  top: 13px;
}

.faq .title {
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 20px 60px 20px 20px;
  /* padding: 12px 60px 12px 16px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  /* border: 1px solid var(--LightGrey); */
  border-radius: 8px;
  user-select: none;
  margin: 0;
  /* color: var(--new-theme-black-50); */
  color: var(--2k25-text-heading);
  background-color: var(--2k25-grey-bg);
}

.faq .title.active {
  /* background-color: var(--LightGrey); */
}

.faq .title:after,
.faq .title:before {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  background-color: var(--dark2);
  transform: translateY(-50%);
  transition: 200ms;
}

.faq .title:before {
  transform: rotate(90deg);
  width: 15px;
  right: 20px;
  /* width: 15px; */
}

.faq .title.active:after {
  transform: translateY(-50%) scale(-1);
}

.faq .list.parentActive {
  background: var(--new-theme-gray-50);
  border-radius: 8px;
}

.faq .list.parentActive .title:before {
  opacity: 0;
}

.faq.has-gradient .list:not(.parentActive) {
  background: var(--white);
}

.faq .list-main-wrapper .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq .list-main-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}

.faq .list-main-wrapper.active .list-wrapper {
  height: 100%;
}

.faq .list-main-wrapper.active+.btn {
  display: none;
}

.load-more-faq {
  text-align: center;
}

.load-more-faq .down-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 20px auto 0;
}

.load-more-faq .down-icon svg {
  width: 100%;
  height: 100%;
}

.faq .list-wrapper {
  /* height: 220px; */
  /* overflow: hidden; */
  /* margin-bottom: 40px; */
  position: relative;
}

.faq .list-wrapper::before {
  position: absolute;
  content: '';
  /* width: 100%; */
  /* height: 80px; */
  /* background-image: linear-gradient(0deg, white, transparent); */
  /* left: 0; */
  /* bottom: 0; */
  /* z-index: 1; */
  /* backdrop-filter: blur(1px); */
}

.faq .list-main-wrapper.active .list-wrapper::before {
  pointer-events: none;
  opacity: 0;
}


/* FAQ FOR HOME */
.home .faq .list-wrapper {
  height: unset;
}

.home .faq .list-main-wrapper .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home .faq .list-wrapper::before {
  display: none;
}

.home .faq .load-more-faq {
  display: none;
}

.home .faq .title {
  border: 0;
  background-color: var(--BlueLight2);
  font-family: var(--hind);
}

@media (min-width: 768px) {
  .faq .list-wrapper {
    width: 100%;
  }

  .home .blog-posts+.faq {
    padding-top: 50px;
  }

  .blog-posts:not(.usefull-blogs):has(+ .faq) {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .faq {
    padding: 50px 0;
  }

  .blog-posts+.faq {
    margin-top: 50px;
  }

  .home .blog-posts {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .faq .title.active:after {
    transform: scale(-1);
  }

  .faq .list-main-wrapper {
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 32px; */
  }

  .faq .list-main-wrapper .list-wrapper {
    gap: 10px;
  }

  .home .faq .list-main-wrapper .list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1430px) {
  .blog-posts:not(.usefull-blogs):has(+ .faq) {
    margin-top: 75px;
    margin-bottom: 0;
    padding-top: 75px;
  }

  .home .blog-posts+.faq {
    padding-top: 75px;
  }

  .faq {
    padding: 60px 0;
  }

  .blog-posts+.faq {
    margin-top: 75px;
  }

  .home .blog-posts {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding: 40px 0 20px;
  }

  .faq .title {
    font-size: 16px;
  }

  .faq .list-wrapper .content {
    padding: 10px 20px 20px;
  }

  .faq .ul-dots ul li:after {
    top: 10px;
  }
}