.header-small-shape #mainnav.fixed-pinned .inner,
.header-is-dark #mainnav,
.faq-item .faq-inner .faq-icon,
.footer-small-shape .store-footer,
.footer-small-shape .store-footer__inner {
  background: linear-gradient(
    45deg,
    var(--gradient-second),
    var(--gradient-first)
  ) !important;
}

.top-navbar {
  padding: 0 !important;
}

.sq-awesome-banners.hide-arrows .s-slider-block__title,
.s-block__title {
  justify-content: center !important;
}

.block__title-right h2,
.features--title-outer h3,
.s-block-faqs-home h3,
.s-block__title-right h2,
.k-title.custom-s,
.s-slider-block__title h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #0052d8 0%,
    #0061fd 29%,
    #05958d 67%,
    #01e4de 100%
  );

  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  font-weight: 800;
  line-height: 2.5rem;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#s-block-11 .special-testimonial__inner {
  max-height: 250px;
}

.s-block__title p {
  color: #2a2a2a;
}

span.pc-t::before {
  content: "تبدأ من : " !important;
  font-size: 14px;
  font-weight: 800;
  padding-left: 5px;
}