/* 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: 120px;
}

.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: 200px;
}

.footer-logo {
  width: 250px;
}

.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;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes rotateGlow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulseRing {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.3;
  }
  100% {
    transform: scale(0.85);
    opacity: 0.8;
  }
}
@keyframes shimmer {
  0% {
    stop-color: #80d1f9;
  }
  25% {
    stop-color: #c779d0;
  }
  50% {
    stop-color: #f9ab9b;
  }
  75% {
    stop-color: #c779d0;
  }
  100% {
    stop-color: #80d1f9;
  }
}
@keyframes shimmer2 {
  0% {
    stop-color: #f9ab9b;
  }
  25% {
    stop-color: #c779d0;
  }
  50% {
    stop-color: #80d1f9;
  }
  75% {
    stop-color: #c779d0;
  }
  100% {
    stop-color: #f9ab9b;
  }
}
@keyframes drawPath {
  from {
    stroke-dashoffset: 1200;
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes trailFade {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(1.12);
  }
}
@keyframes glowPulse {
  0%,
  100% {
    filter: drop-shadow(0 0 8px rgba(199, 121, 208, 0.4))
      drop-shadow(0 0 20px rgba(128, 209, 249, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(199, 121, 208, 0.75))
      drop-shadow(0 0 40px rgba(128, 209, 249, 0.4));
  }
}

.stage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 32px;
  position: relative;
}
.logo-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  animation:
    floatY 3.6s ease-in-out infinite,
    glowPulse 3.6s ease-in-out infinite;
}
.logo-wrap svg {
  width: 160px;
  height: 160px;
  animation: fadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pulse-ring {
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 1.5px solid rgba(199, 121, 208, 0.5);
  animation: pulseRing 2.8s ease-in-out infinite;
  z-index: -1;
}
.pulse-ring2 {
  position: absolute;
  inset: -32px;
  border-radius: 50%;
  border: 1px solid rgba(128, 209, 249, 0.35);
  animation: pulseRing 2.8s ease-in-out infinite 0.9s;
  z-index: -1;
}

/* Draw-on overlay path (decorative circuit lines) */
.circuit-svg {
  position: absolute;
  inset: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.chip {
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(199, 121, 208, 0.35);
  color: var(--color-text-secondary);
  animation: trailFade 3s ease-in-out infinite;
}
.chip:nth-child(2) {
  animation-delay: 1s;
}
.chip:nth-child(3) {
  animation-delay: 2s;
}
