* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  color: #e9eef8;
  background: radial-gradient(
    86.82% 86.82% at 76.39% 13.18%,
    #170329 0%,
    #000000 100%
  );
  scrollbar-width: none;
  overflow-x: hidden;
  position: relative;
}

::selection {
  color: #ffffff;
  background-color: #038ff4;
}

a,
li {
  text-decoration: none;
  list-style-type: none;
}

a:hover,
li:hover {
  text-decoration: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  outline: none;
}

button {
  border: none;
  outline: 0;
  box-shadow: none;
}

/* Navbar */

/* .navbar {
  position: relative;
  z-index: 10;
} */

.header {
  padding: 12px 0;
  background: #0c0611cc;
  border-bottom: 1px solid #ffffff14;
}

.header.fixed-top {
  backdrop-filter: blur(20px);
  padding: 10px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.15rem;
  height: 42px;
  font-size: 13.8px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.04); /* #FFFFFF0B */
  border: 1px solid rgba(255, 255, 255, 0.08); /* #FFFFFF14 */
  border-radius: 11px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #f5e9ff;
}

.btn-outline:hover {
  border-color: #7b00e9;
  transform: translateY(-2px);
  color: inherit;
}

/* .btn-login {
  background: linear-gradient(100.09deg, #7b00e9 0%, #ce98ff 100%);
  border: 1px solid transparent;
  border-radius: 11px;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0px 1px 0px 0px #ffffff73 inset,
    0px 6px 26px 0px #3caaff66;
} */

/* .btn-login:hover {
  color: #fff;
  transform: translateY(-2px) scale(1.02);
  background: linear-gradient(120deg, #4d9fff, #26d9f0);
  box-shadow:
    0 10px 38px rgba(38, 217, 240, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
} */

.btn.btn-login {
  height: 42px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-basis: 100%;
    flex-grow: unset;
    justify-content: center;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

/* Navbar Toggler */
.navbar-toggler.collapsed .menu-line,
.navbar-toggler .menu-line {
  background: #ffffff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.3s ease-out;
  width: 30px;
  margin-bottom: 2px;
}

.navbar-toggler .menu-line {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
}

.navbar-toggler.collapsed .menu-line::before,
.navbar-toggler.collapsed .menu-line::after,
.navbar-toggler .menu-line::before,
.navbar-toggler .menu-line::after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.navbar-toggler.collapsed .menu-line::before {
  top: 7px;
  transform: rotate(0);
}

.navbar-toggler.collapsed .menu-line::after {
  top: -7px;
  transform: rotate(0);
}

.navbar-toggler .menu-line {
  background: transparent;
}

.navbar-toggler .menu-line::before {
  top: 0;
  transform: rotate(-45deg);
}

.navbar-toggler .menu-line::after {
  top: 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .header-container .navbar-collapse {
    display: block;
    position: absolute;
    left: -100%;
    top: 62px;
    width: 100%;
    height: 100vh;
    padding: 15px 15px 0 15px;
    background: #05151c;
    z-index: 2;
    opacity: 0;
    transition: 0.5s ease;
  }

  .header-container .navbar-collapse.show {
    left: 0;
    opacity: 1;
    transition: 0.3s ease;
  }
}

/* Hero */
.hero {
  padding: 100px 0 60px;
}

/* Grid Pattern */
.pattern-overlay {
  position: absolute;
  inset: 0;
  /* background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px); */
  background: url("../images/background-pattern.png") no-repeat;
  background-position: top center;
  width: 100%;
  height: 800px;
  display: block;
  top: 0;
  opacity: 0.67;
  pointer-events: none;
}

.heading-area {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(123, 0, 233, 0.16) 0%,
    rgba(206, 152, 255, 0.1) 100%
  );
  border: 1px solid rgba(123, 0, 233, 0.3);
  color: #f5e9ff;
  font-size: 13px;
  font-weight: 400;
}

.hero-badge .badge {
  background: linear-gradient(106.35deg, #7b00e9 0%, #ce98ff 100%);
  padding: 4px 10px;
  color: #03101e;
  letter-spacing: 0.65px;
  font-size: 13px;
  font-weight: 800;
  margin-right: 8px;
  border-radius: 50px;
}

.main-title {
  margin-top: 24px;
  /* margin-bottom: 15px; */
  line-height: 1.2;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: -2.82px;
}

.main-title .title-light {
  display: block;
  background: #e9eef8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-title span {
  display: block;
  background: linear-gradient(94.34deg, #921ffa 0%, #9c4fe3 60%, #ce98ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  color: #f5e9ff;
  width: 51%;
  margin: 0 auto;
}

.hero .hero-desc {
  width: 55%;
}

/* Ticker */
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.078);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.078); */
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  padding: 16px 0;
}

.ticker {
  display: flex;
  gap: 0;
  white-space: nowrap;
  align-items: center;
  width: max-content;
  animation: tickerScroll 30s linear infinite;
}

.ticker span {
  color: #f5e9ff;
  font-size: 13.4px;
  font-weight: 600;
  letter-spacing: 1.88px;
  text-transform: uppercase;
  /* padding: 0 30px; */
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.dot {
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  background: linear-gradient(120deg, #ce98ff 0%, #7b00e9 100%);
  margin: 0 40px;
  border-radius: 2px;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Features */
section {
  padding: 90px 0;
}

.sub-title {
  color: #7b00e9;
  font-size: 12.2px;
  font-weight: 800;
  letter-spacing: 2.43px;
  text-transform: uppercase;
  margin: 0 9px;
}

.sub-heading-area .dot {
  margin: 0;
}

.sub-heading-area .main-title {
  font-size: 48px;
}

.sub-heading-area .main-title .title-light {
  display: inline;
}

.sub-heading-area .hero-desc {
  color: #8a95ac;
}

section.features {
  padding: 128px 0 30px;
}

.feature-card {
  border: 1px solid rgba(255, 255, 255, 0.078);
  background: linear-gradient(
    164.99deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
  backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 30px 30px;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.4s,
    box-shadow 0.4s;
  overflow: hidden;
  position: relative;
  --mx: 50%;
  --my: 50%;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  background: radial-gradient(
    54.74% 43.61% at var(--mx) var(--my),
    rgba(123, 0, 233, 0.1) 0%,
    rgba(123, 0, 233, 0) 70%
  );
}

.feature-card:hover {
  transform: translateY(-6px);
  border: 1px solid #7b00e966;
  box-shadow:
    0px 0px 40px 0px #b781e714,
    0px 30px 70px 0px #00000080;
  backdrop-filter: blur(14px);
}

.feature-card:hover::after {
  opacity: 1;
}

.icon-box {
  background: rgba(183, 129, 231, 0.122);
  border: 1px solid rgba(123, 0, 233, 0.302);
  box-shadow: 0px 0px 28px 0px #b781e72e;
  border-radius: 14px;
  width: 44px;
  height: 44px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #e9eef8;
  letter-spacing: -0.43px;
  text-transform: capitalize;
}

.feature-card p {
  color: #8a95ac;
  font-size: 15px;
  font-weight: 400;
}

.insights-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-top: 24px;
}

.fi-card {
  background: rgba(255, 255, 255, 0.039);
  border: 1px solid rgba(255, 255, 255, 0.078);
  padding: 9px 14px;
  border-radius: 11px;
  flex: 1;
  min-width: 90px;
}

.insight-item h6 {
  color: #8a95ac;
  font-size: 9.6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.15px;
}

.insight-item p {
  color: #e9eef8;
  font-size: 17px;
  font-weight: 800;
  margin: 10px 0 0;
}

.insight-item span {
  color: #34d399;
  font-size: 10.6px;
  font-weight: 700;
}

.graph-area .line2 {
  fill: none;
  stroke: rgba(45, 212, 191, 0.8);
  stroke-width: 2;
  stroke-dasharray: 5 6;
  stroke-linecap: round;
}

.graph-area .line1 {
  display: none;
}

.au-chain {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 22px;
}

.au-chain-link {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(52, 211, 153, 0.7) 0%,
    rgba(52, 211, 153, 0.7) 100%
  );
  width: 2px;
  height: 16px;
  margin-left: 26px;
}

.au-chain-link::before {
  content: "";
  background: #34d399;
  box-shadow: 0px 0px 8px 0px #34d399;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  animation: fall-down 1.5s linear infinite;
}

@keyframes fall-down {
  0% {
    top: -3px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.au-item {
  display: flex;
  align-items: center;
  /* gap: 12px; */
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgb(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px 14px;
}

.au-item i {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 10.6px;
  font-weight: 800;
}

.au-item i.su {
  background: #34d3991f;
  border: 1px solid #34d39961;
  color: #34d399;
  font-size: 10.6px;
}

.au-item i.ru {
  background: #7b00e921;
  border: 1px solid #7b00e952;
  color: #7b00e9;
}

.au-item i.qu {
  background: #7b00e921;
  border: 1px solid #7b00e952;
  color: #7b00e9;
}
.au-item h6 {
  font-size: 13.4px;
  font-weight: 700;
  color: #e9eef8;
  margin-bottom: 0;
  margin-left: 8px;
}

.status {
  padding: 1.88px 8.8px 3.25px;
  border-radius: 99px;
  font-size: 10.2px;
  font-weight: 800;
  margin-left: auto;
  letter-spacing: 0.82px;
  text-transform: uppercase;
}

.status.su {
  color: #34d399;
  background: #34d3991a;
}

.status.ru {
  background: #ab59f51a;
  color: #7b00e9;
}

.status.qu {
  color: #8a95ac;
  background: #ffffff0f;
}

.ki-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.ki-row:last-child {
  border-bottom: none;
}

.ki-name {
  color: #e9eef8;
  font-size: 12.8px;
  font-weight: 600;
  text-transform: lowercase;
  flex: 1;
}

.progress.ki-progress {
  width: 70px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
}

.progress.ki-progress .progress-bar {
  border-radius: 99px;
  background: linear-gradient(93.22deg, #4d9fff 0%, #26d9f0 100%);
}

.level {
  padding: 2.24px 8px;
  border-radius: 99px;
  font-size: 9.9px;
  text-transform: uppercase;
  font-weight: 800;
}

.level.low {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
}

.level.med {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.102);
}

.level.high {
  color: #f87181;
  background: rgba(248, 113, 129, 0.102);
}

.score {
  font-size: 13.8px;
  font-weight: 900;
  color: #26d9f0;
  min-width: 26px;
  text-align: right;
}

.bid-content {
  display: flex;
  margin-top: 22px;
  align-items: center;
  gap: 20px;
}

.bid-shield {
  position: relative;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.bid-shield::before,
.bid-shield::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(38, 217, 240, 0.35);
  animation: pulse 2.6s ease-out infinite;
}

.bid-shield::after {
  animation-delay: 1.3s;
}

@keyframes pulse {
  0% {
    transform: scale(0.55);
    opacity: 1;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.shield-wrap {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  background: linear-gradient(
    150deg,
    rgba(38, 217, 240, 0.2),
    rgba(77, 159, 255, 0.12)
  );
  border: 1px solid rgba(38, 217, 240, 0.45);
  box-shadow: 0 0 36px rgba(38, 217, 240, 0.3);
}

.bid-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.bid-item {
  background: rgba(255, 255, 255, 0.031);
  border: 1px solid rgba(255, 255, 255, 0.078);
  border-radius: 11px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot-c {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot-c.g {
  background: #34d399;
  box-shadow: 0px 0px 9px 0px #34d399;
}

.dot-c.r {
  background: #f87181;
  box-shadow: 0px 0px 9px 0px #f87181;
  animation: blink 1.4s infinite;
}

.dot-c.y {
  background: #fbbf24;
  background: var(--color-orange-56, #fbbf24);
}

.bid-name {
  color: #e9eef8;
  font-size: 12.8px;
  font-weight: 700;
}

.bid-name span {
  font-weight: 400;
}

.bid-item .percent {
  background: #ffffff0f;
  border-radius: 99px;
  padding: 1.88px 8.8px 3.25px;
  color: #8a95ac;
  font-size: 10.2px;
  font-weight: 800;
  margin-left: auto;
}

.risk {
  font-size: 13.1px;
  font-weight: 900;
  margin-left: auto;
}

.risk.lo {
  color: #34d399;
}
.risk.hi {
  color: #f87181;
}
.risk.med {
  color: #fbbf24;
}

@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
/* the differences */
.why-mid {
  align-self: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  color: #03101e;
  background: linear-gradient(120deg, #921ffa 0%, #ce98ff 100%);
  box-shadow: 0px 0px 50px 0px #921ffa80;
  z-index: 2;
}

.why-card {
  position: relative;
  padding: 44px 40px;
  border-radius: 24px;
  border: 1px solid #ffffff14;
  background: #ffffff06;
  overflow: hidden;
}

.why-card.new {
  border: 1px solid #7b00e9;
  box-shadow:
    0px 1px 0px 1px #ffffff1f inset,
    0px 0px 70px 0px #48068326;
  background: linear-gradient(156.96deg, #29133d 0%, #0d0614 100%);
}

.why-card.new::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  top: -110px;
  right: -110px;
  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    rgba(123, 0, 233, 0.25) 0%,
    rgba(123, 0, 233, 0) 70%
  );
}

.why-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.why-card.old h3 {
  color: #a8b2c6;
}

.whytag {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 99px;
  padding: 0.34rem 0.9rem;
  display: inline-block;
  margin-bottom: 22px;
}

.old .whytag {
  background: #ffffff0f;
  color: #8a95ac;
}

.new .whytag {
  background: linear-gradient(97.55deg, #cb92ff 0%, #7b00e9 100%);
}

.why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 0;
  margin-bottom: 0;
}

.why-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.why-list li strong {
  display: block;
  line-height: 1.6;
}

.old .why-list li strong {
  color: #aab4c8;
}

.why-list li span {
  font-size: 0.85rem;
  color: #8a95ac;
}

.why-list li .m {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.old .why-list li .m {
  background: rgba(248, 113, 129, 0.102);
  color: #f87181;
}

.new .why-list li .m {
  background: rgba(38, 240, 89, 0.141);
  color: #26f059;
}

/* Cta */

.cta {
  border-top: 1px solid #ffffff33;
  border-bottom: 1px solid #ffffff33;
  background: url("../images/background-pattern.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.cta .btn-outline {
  height: 52px;
  min-width: 136px;
}

.ctanote {
  margin-top: 20px;
  font-size: 0.84rem;
  color: #8a95ac;
  text-align: center;
}

.ctanote span {
  color: #34d399;
}

/* Contact Section */
.contact-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
}

/* Contact Card */
.contact-card {
  max-width: 752px;
  margin-top: 30px;
  padding: 32px;
  background: #0c0611b2;
  border: 0.8px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(20px);
}

.form-label {
  margin-bottom: 8px;
  color: #f5e9ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}

.form-control {
  height: 46px;
  background: #ffffff0a;
  border: 0.8px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-color: #9b4cff;
  box-shadow: none;
}

.message-box {
  height: 140px !important;
  resize: none;
}

.btn-gradient {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(117.8deg, #7b00e9 8.16%, #ce98ff 91.84%);
  box-shadow:
    0px 6px 26px 0px #7b00e966,
    0px 1px 0px 0px #ffffff73 inset;
  border-radius: 11px;
  height: 52px;
  letter-spacing: 0.23px;
  padding: 14px 24px;
}

.btn-gradient:hover {
  color: #fff;
  transform: scale(1.02);
  background: linear-gradient(99.73deg, #7b00e9 0%, #6c0fc0 100%);
  box-shadow:
    0px 1px 0px 0px #ffffff73 inset,
    0px 10px 38px 0px #7b00e98c;
}

.response-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px;
  border-radius: 16px;
  border: 0.8px solid #7b00e94d;
  background: linear-gradient(
    126.98deg,
    rgba(123, 0, 233, 0.18) 5.31%,
    rgba(206, 152, 255, 0.08) 94.69%
  );
}

.icon-circle {
  width: 40px;
  height: 40px;
  background: linear-gradient(126.98deg, #7b00e9 5.31%, #ce98ff 94.69%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.response-box h6 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #e9eef8;
}

.response-box p {
  margin: 0;
  color: #cabdd5;
  font-size: 13px;
  font-weight: 400;
}

/* Footer */
.footer-top {
  padding: 28px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 44px;
}

.footer p,
.footer a {
  font-size: 14.4px;
  font-weight: 400;
}

.footer h6 {
  margin-bottom: 18px;
  color: #8a95ac;
  text-transform: uppercase;
  letter-spacing: 2.13px;
  font-size: 11.8px;
  font-weight: 800;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 11px;
}

.footer p {
  color: #8a95ac;
  line-height: 23px;
}
.footer ul li a {
  color: #a9b3c8;
}

.footer ul li a:hover {
  color: #7b00e9;
}

.footer-bottom {
  color: #9d9d9d;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom p,
.footer-bottom a {
  font-size: 13.3px;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.16, 0.84, 0.3, 1);
}

.reveal.fu {
  opacity: 1;
  transform: none;
}

/* Content Page Card Styles */

.content-page .card {
  background: #0c0611b2;
  border: 0.8px solid #ffffff12;
  border-radius: 16px;
  padding: 0;
  margin-bottom: 8px;
  counter-increment: counter;
}

.content-page .card-header {
  padding: 20px 28px;
  border-bottom: 0.8px solid #ffffff12;
  display: flex;
  align-items: center;
  gap: 12px;
}

.content-page .card-header h6 {
  color: #E9EEF8;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.content-page .card-body {
  padding: 20px 28px;
}

.content-page .card-body p,
.content-page ul li {
  font-size: 14px;
  color: rgba(229, 233, 248, 0.722);
  font-weight: 400;
  line-height: 1.6;
}

.content-page .card-body strong {
  color: #FFFFFF;
}

.content-page ul li {
  margin-bottom: 10px;
}

.content-page .card-num {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(126.98deg, #7B00E9 5.31%, #CE98FF 94.69%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.content-page .card-num::before {
  content: counter(counter, decimal-leading-zero);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
}

.content-page a {
  color: #CE98FF;
}

.content-page ul {
  list-style: initial;
}

.content-page ul li {
  list-style-type: initial;
}
/* / * conatct * / */

.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 8px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    z-index: 9999;
    animation: slideIn 0.3s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.toast-notification.success {
    background-color: #10b981;
}

.toast-notification.error {
    background-color: #dc3545;
}

.toast-icon {
    font-weight: bold;
    font-size: 1.1em;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(400px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(400px);
    }
}
@media (max-width: 768px) {
    .toast-notification {
        bottom: 15px;
        right: 15px;
        left: 15px;
    }
}
.contact-input.is-invalid {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.05);
}
.contact-textarea.is-invalid {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.05);
}

/* / * end conatct * / */
