.elementor-7521 .elementor-element.elementor-element-4fe3bc5{--display:flex;}/* Start custom CSS */.akashic-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: radial-gradient(circle at center, #24113f 0%, #08030f 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.akashic-book {
  position: relative;
  font-size: 72px;
  animation: bookFloat 3s ease-in-out infinite;
}

.book-glow {
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210,170,255,.45), transparent 65%);
  animation: glowPulse 2.5s ease-in-out infinite;
}

.book-icon {
  position: relative;
  z-index: 2;
}

.akashic-message {
  margin-top: 28px;
  font-size: 18px;
  letter-spacing: .08em;
  text-align: center;
}

.akashic-data {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #f6d9ff;
}

@keyframes bookFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.03);
  }
}

@keyframes glowPulse {
  0%, 100% {
    opacity: .45;
    transform: scale(.95);
  }
  50% {
    opacity: .9;
    transform: scale(1.08);
  }
}/* End custom CSS */