/* loader start */
@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}

.page-loading {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.page-loading.active {
  opacity: 1;
  visibility: visible;
}

.page-loading.active > .page-loading-inner {
  opacity: 1;
}

.page-loading-inner {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

.page-loading-inner > img {
  width: 300px;
}

.page-loading-inner > span {
  color: #9397ad;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.page-spinner {
  animation: spinner 0.75s linear infinite;
  border: 0.15em solid #b4b7c9;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  width: 2.75rem;
}

.page-loading {
  background-color: #0b0f19;
}

.page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}

.page-spinner {
  border-color: hsla(0, 0%, 100%, 0.4) transparent hsla(0, 0%, 100%, 0.4)
    hsla(0, 0%, 100%, 0.4);
}

a.w-webflow-badge {
  display: none !important;
}

/* Loader end */

.logo {
  width: 150px;
}

.nav-link.active > div {
  color: #cf5bd1;
  font-weight: bold;
}

label.error {
  color: red;
}

.counter-number1 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.other-help-item-content a {
  color: var(--dim-grey);
}

.other-help-item-content a:hover {
  color: #cf5bd1;
}

.align-items-center {
  align-items: center;
}

.input-group {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 40px;
  right: 13px;
  font-size: 15px;
  line-height: 48px;
  text-align: left;
  color: #2d2b2b;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
}

.hover:hover,
.input-icon:hover {
  color: #cf5bd1;
}

.swiper-slide img {
  width: 200px;
}

.counter-item-gradient {
  text-align: center;
}

.pb-0 {
  padding-bottom: 0;
}

.accordion-icon-wrap:hover {
  background: #fff;
}

.feature-item {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

button.swal2-confirm.swal2-styled:hover {
  background-color: #fff !important;
  border: 2px solid #7066e0;
  color: #7066e0;
}

.hero-section-split {
  background-image: url("../images/Home/Section1/header-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.pre-title-inline p {
  color: var(--midnight-blue);
  margin: 0;
  font-weight: bold;
  padding: 0 8px;
}

.feature-content-wrap {
  background-image: url("../images/Home/Section7/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer :is(p, a, h6) {
  color: var(--midnight-blue);
}

.faq-wrap {
  width: 100%;

  .faq-item {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
  }

  .faq-btn {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 4px;
    text-align: left;
  }

  .faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: #ebe2fe;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;

    svg {
      width: 14px;
      height: 14px;
      stroke: #c779d0;
      stroke-width: 2.5;
      fill: none;
    }

    .v-line {
      transition: opacity 0.25s;
    }
  }

  .faq-title {
    font-size: 16px;
    font-weight: 500;
    flex: 1;
  }

  .faq-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s;

    &.open {
      max-height: 300px;
      opacity: 1;
    }

    .faq-body-inner {
      padding: 0 4px 18px 46px;
      font-size: 16px;
      line-height: 1.7;
    }
  }
}

.bg-primary-1 {
  background-color: #c779d054;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-secondary-2 {
  background-color: #feac5e66;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-secondary-3 {
  background-color: #4bc0c842;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .user-page-link-inline a{
  color: #cf5bd1;
} */

.button-primary-2 {
  border: 3px solid rgba(27, 52, 108, 1);
}

.button-primary-2:hover {
  color: #fff;

  background: rgba(27, 52, 108, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
}

.button-primary-1 {
  border: 3px solid rgba(199, 121, 208, 1);
}

.button-primary-1:hover {
  /* From https://css.glass */
  background: rgba(199, 121, 208, 0.64);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.header-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--sandy-brown);
  color: var(--white);
  text-align: center;
  border: 0 solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}
