/* anbu */
/* section-eight-start */
section.section-eight {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #FFF 0%, #F5FBFF 100%);
}

section.section-eight::before {
  content: "";
  bottom: 0px;
  left: 50px;
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 590px;
  background-image: url(../img/home/section-eight-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq {
  width: 100%;
  margin: auto;
  height: 700px;
  overflow: scroll;
  padding: 10px;

}

.faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #F1F1F3;
  background: #fff;
  padding: 5px 20px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.faq-toggle {
  border-radius: 4px;
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-family: auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  /* border-top: 1px solid #f0f8ff; */
  font-size: 16px;
  color: #4C4C4D;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 260px;
  padding: 15px 20px 20px 20px;
}

.faq-item.active .faq-toggle {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  transform: rotate(45deg);
  /* turns + into × visually */
}

.faq-item.active {
  background: #F5FBFF;
  padding: 20px;
}

@media (min-width:1440px) and (max-width:2500px) {
  section.section-eight::before {
    left: 150px;
  }
}

@media (max-width: 768px) {
  .faq-item.active {
    padding: 0px;
  }

  section.section-eight::before {
         width: 300px;
  }

  .faq-toggle {
    width: 30px;
    height: 30px;
  }

  .faq-item {
    padding: 5px;
  }
}

/* section-eight-end */

.list-color-ul1 ul li {
    padding: 5px;
}
.list-color-ul1 ul li span {
    width: 8px !important;
    height: 8px !important;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
 .list-color-ul1 ul li span {
    background: linear-gradient(90deg, #0460e9 0, #0ab9f8 100%);
}


/* footer start */
footer {
  border-top: 3px solid #DFF0FF;
  background: linear-gradient(180deg, #F5FBFF -5.91%, #FFF 99.93%);
}

footer p {
  font-size: 16px;
  margin: 10px 0px;
}

.footer-appclx a {
  font-size: 16px;
  text-decoration: none;
  color: #59595A;
  font-weight: 400;
  max-width: 270px;
}

.footer-appclx {
  margin-bottom: 30px;
}

.cp-right {
  border-top: 1px solid #E8E8E8;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

p.footer-heading {
  font-size: 18px;
  font-weight: 600;
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-appclx ul {
  padding: 0px !important;
}

.footer-appclx li {
  list-style-type: none;
  padding: 5px 0px;
}

.footer-connect p {
  max-width: 260px;
}

/* icons */

.icons-social-media {
  align-items: center;
  margin: 3px;
  padding: 5px;
  width: 32px;
  cursor: pointer !important;
  transition: 300ms all ease-in-out;
  position: relative;
}

.icons-social-media:hover {
  translate: -0px -10px;
}

#instagram,
#youtube,
#twitch,
#twitter {
  transition: 300ms all ease-in-out;
  clip-path: circle(65%);
}

#instagram:hover {
  background: linear-gradient(to right,
      #833ab4, #fd1d1d, #fcb045);
  fill: #fff;
}

#youtube,
#twitter {
  height: 35px;
}

#twitter {
  fill: rgb(10 10 10);
}

#youtube:hover {
  background-color: #fd1d1d;
  fill: #fff;
}

#twitch:hover {
  background-color: rgba(54, 128, 216, 1);
  fill: #fff;
}

#twitter:hover {
  background-color: #000;
  fill: #fff;
}

.fb-icon {
  width: 25px;
}

.link-section {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.link-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #656567;
}

.link-item span {
  width: 10px;
  height: 10px;
  background-color: #0099ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.link-item a {
  text-decoration: underline;
  color: #656567;
}

.link-item a:hover {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-img a:hover {
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-ul li a::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 10px;
  background: url(../img/dropdown-arrow.webp) 0 0 / contain no-repeat;
  left: -20px;
  /* opacity: 0; */
  transition: .3s ease-in-out;
}

.footer-ul li a:hover {
  opacity: 1 !important;
  transition: .3s ease-in-out;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background: var(--Fourchain, linear-gradient(92deg, #0460E9 -14.55%, #0AB9F8 59.9%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* footer end  */


