.elementor-5295 .elementor-element.elementor-element-3f0b9fc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-556bae0 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background: var(--bg);
  color: var(--text);
  isolation: isolate;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 72px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 650px;
  animation: heroFadeUp 0.8s ease both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #d9f7ff;
  font: 600 13px/1 Inter, sans-serif;
  letter-spacing: 0.02em;
}

.hero-copy h2 {
  max-width: 640px;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
   color: #d9f7ff;
}

.hero-copy p {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font: 600 15px/1 Inter, sans-serif;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hero-button:hover {
  transform: translateY(-3px) scale(1.02);
}

.hero-button-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.35);
  color: var(--text);
}

.hero-button-primary:hover {
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.55);
}

.hero-button-secondary {
  border-color: var(--border);
  background: var(--card-bg);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.hero-button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  animation: heroFadeLeft 0.9s 0.15s ease both;
}

.hero-video-card {
  position: absolute;
  inset: 20px 25px 20px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}

.hero-video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 40, 0.04) 25%, rgba(8, 16, 40, 0.88) 100%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.25), transparent 52%);
}

.hero-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.hero-play-button:hover {
  background: var(--primary);
  transform: translate(-50%, -50%) scale(1.1);
}

.hero-play-button span {
  margin-left: 4px;
  font-size: 22px;
}

.hero-video-meta {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
}

.hero-video-meta span {
  display: block;
  margin-bottom: 8px;
  color: #b8efff;
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: 0.16em;
}

.hero-video-meta strong {
  display: block;
  font: 700 clamp(20px, 2vw, 28px)/1.25 Poppins, sans-serif;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 27, 57, 0.68);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: heroFloat 4s ease-in-out infinite;
}

.hero-floating-card-top {
  top: 0;
  right: 0;
}

.hero-floating-card-bottom {
  bottom: 0;
  left: -35px;
  animation-delay: -2s;
}

.hero-card-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
  font-size: 15px;
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block;
  font-family: Inter, sans-serif;
}

.hero-floating-card strong {
  font-size: 13px;
  font-weight: 600;
}

.hero-floating-card small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.4;
}

.hero-orb-one {
  top: -180px;
  left: -140px;
  width: 460px;
  height: 460px;
  background: var(--primary);
}

.hero-orb-two {
  right: -180px;
  bottom: -240px;
  width: 540px;
  height: 540px;
  background: var(--secondary);
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .hero-section {
    padding: 96px 24px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: min(620px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .hero-section {
    padding: 78px 18px;
  }

  .hero-copy h2 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 375px;
  }

  .hero-video-card {
    inset: 15px 10px 15px 0;
    border-radius: 22px;
  }

  .hero-floating-card {
    padding: 11px 12px;
  }

  .hero-floating-card-top {
    right: 0;
  }

  .hero-floating-card-bottom {
    bottom: -8px;
    left: 4px;
  }

  .hero-video-meta {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98643d6 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background: var(--bg);
  color: var(--text);
}

.about-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 86px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-visual {
  position: relative;
  min-height: 500px;
  animation: aboutFadeRight 0.9s ease both;
}

.about-image-card {
  position: absolute;
  inset: 15px 0 20px 35px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: var(--shadow);
  transform: rotate(-2.5deg);
}

.about-image-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(79, 70, 229, 0.32), transparent 52%),
    linear-gradient(0deg, rgba(8, 16, 40, 0.5), transparent 50%);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-stat-card,
.about-floating-label {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--border);
  background: rgba(16, 27, 57, 0.7);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.about-stat-card {
  top: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 18px 22px;
  border-radius: 18px;
  animation: aboutFloat 4s ease-in-out infinite;
}

.about-stat-card strong {
  font: 700 31px/1 Poppins, sans-serif;
  background: linear-gradient(135deg, var(--highlight), var(--secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-stat-card span {
  color: var(--text-muted);
  font: 500 12px/1.4 Inter, sans-serif;
}

.about-floating-label {
  right: -18px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  border-radius: 16px;
  color: var(--text);
  font: 600 13px/1 Inter, sans-serif;
  animation: aboutFloat 4s -2s ease-in-out infinite;
}

.about-label-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.about-copy {
  max-width: 610px;
  animation: aboutFadeUp 0.9s 0.15s ease both;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #d9f7ff;
  font: 600 13px/1 Inter, sans-serif;
  letter-spacing: 0.02em;
}

.about-copy h2 {
  margin: 0;
  font: 700 clamp(38px, 4.5vw, 58px)/1.15 Poppins, sans-serif;
  letter-spacing: -0.045em;
  color: #d9f7ff;
}

.about-copy p {
  margin: 26px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.about-orb {
  position: absolute;
  right: -180px;
  bottom: -210px;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(12px);
  opacity: 0.22;
}

@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aboutFadeRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .about-section {
    padding: 96px 24px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .about-visual {
    order: 2;
    width: min(620px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }

  .about-copy {
    max-width: 720px;
  }
}

@media (max-width: 600px) {
  .about-section {
    padding: 78px 18px;
  }

  .about-copy h2 {
    font-size: 38px;
  }

  .about-copy p {
    font-size: 16px;
  }

  .about-visual {
    min-height: 370px;
  }

  .about-image-card {
    inset: 15px 5px 15px 20px;
    border-radius: 22px;
  }

  .about-stat-card {
    padding: 14px 16px;
  }

  .about-stat-card strong {
    font-size: 25px;
  }

  .about-floating-label {
    right: 0;
    bottom: -8px;
    padding: 11px 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2efec5f */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 0% 20%, rgba(79, 70, 229, 0.18), transparent 29%),
    radial-gradient(circle at 100% 85%, rgba(6, 182, 212, 0.12), transparent 27%),
    var(--bg);
  color: var(--text);
}

.services-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.services-heading {
  max-width: 710px;
  margin: 0 auto 58px;
  text-align: center;
}

.services-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.services-heading h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.services-heading h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-heading p {
  max-width: 650px;
  margin: 23px auto 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 31px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card-bg);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-card::before {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
  filter: blur(45px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.service-card:hover {
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  transform: translateY(-8px);
}

.service-card:hover::before {
  opacity: 0.2;
}

.service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 22px rgba(79, 70, 229, 0.3);
  color: var(--text);
  font: 700 20px/1 Inter, sans-serif;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text) !important;
  font: 700 21px/1.3 Poppins, sans-serif;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 13px 0 20px;
  color: var(--text-muted);
  font: 400 14px/1.7 Inter, sans-serif;
}

.service-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.service-card a:hover {
  gap: 13px;
  color: var(--text);
}

.services-orb {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.14;
}

.services-orb-left {
  top: 48%;
  left: -280px;
  background: var(--accent);
}

.services-orb-right {
  top: -210px;
  right: -210px;
  background: var(--secondary);
}

@media (max-width: 980px) {
  .services-section {
    padding: 96px 24px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-section {
    padding: 78px 18px;
  }

  .services-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .services-heading p {
    margin-right: 0;
    margin-left: 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 27px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3cf079 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.why-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 100% 6%, rgba(79, 70, 229, 0.18), transparent 30%),
    radial-gradient(circle at 0% 95%, rgba(6, 182, 212, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
}

.why-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.why-intro {
  max-width: 700px;
  margin-bottom: 60px;
}

.why-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.why-intro h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.why-intro h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 52%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.why-intro p {
  max-width: 625px;
  margin: 22px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 70px;
}

.why-visual {
  position: relative;
  min-height: 500px;
}

.why-visual-card {
  position: absolute;
  inset: 10px 20px 16px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
}

.why-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(8, 16, 40, 0.9) 100%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.22), transparent 50%);
}

.why-visual-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.why-visual-content span {
  display: block;
  margin-bottom: 8px;
  color: #a9efff;
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
}

.why-visual-content strong {
  display: block;
  color: var(--text);
  font: 700 clamp(21px, 2vw, 28px)/1.25 Poppins, sans-serif;
}

.why-floating-metric {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 27, 57, 0.74);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: whyFloat 4s ease-in-out infinite;
}

.why-metric-icon,
.why-feature-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
}

.why-metric-icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  font: 700 18px/1 Inter, sans-serif;
}

.why-floating-metric strong,
.why-floating-metric small {
  display: block;
  font-family: Inter, sans-serif;
}

.why-floating-metric strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.why-floating-metric small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
}

.why-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.why-feature {
  display: flex;
  gap: 14px;
  min-height: 142px;
  padding: 22px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-bg);
  backdrop-filter: blur(15px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.why-feature:hover {
  border-color: rgba(56, 189, 248, 0.36);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-6px);
}

.why-feature-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font: 700 16px/1 Inter, sans-serif;
}

.why-feature h3 {
  margin: 1px 0 7px;
  color: var(--text) !important;
  font: 700 15px/1.35 Poppins, sans-serif;
}

.why-feature p {
  margin: 0;
  color: var(--text-muted);
  font: 400 12px/1.65 Inter, sans-serif;
}

.why-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(15px);
  opacity: 0.13;
}

.why-orb-one {
  top: -250px;
  left: -210px;
  background: var(--accent);
}

.why-orb-two {
  right: -220px;
  bottom: -220px;
  background: var(--secondary);
}

@keyframes whyFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .why-section {
    padding: 96px 24px;
  }

  .why-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .why-visual {
    width: min(610px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .why-section {
    padding: 78px 18px;
  }

  .why-intro {
    margin-bottom: 42px;
  }

  .why-intro p {
    font-size: 16px;
  }

  .why-features {
    grid-template-columns: 1fr;
  }

  .why-visual {
    min-height: 370px;
  }

  .why-visual-card {
    inset: 10px 8px 15px 0;
    border-radius: 22px;
  }

  .why-floating-metric {
    right: 0;
    bottom: -7px;
    padding: 12px 14px;
  }

  .why-feature {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7990b48 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.process-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(79, 70, 229, 0.16), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, 0.12), transparent 27%),
    var(--bg);
  color: var(--text);
}

.process-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.process-heading {
  max-width: 680px;
  margin: 0 auto 66px;
  text-align: center;
}

.process-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.process-heading h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.process-heading h2 span {
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-steps::before {
  position: absolute;
  top: 73px;
  right: 11%;
  left: 11%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(56, 189, 248, 0.45),
    rgba(139, 92, 246, 0.45),
    transparent
  );
  content: "";
}

.process-step {
  position: relative;
  min-height: 292px;
  padding: 31px 25px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card-bg);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
  text-align: center;
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.process-step:hover {
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  transform: translateY(-8px);
}

.process-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255, 255, 255, 0.16);
  font: 700 26px/1 Poppins, sans-serif;
}

.process-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 4px auto 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.32);
  color: var(--text);
  font: 700 25px/1 Inter, sans-serif;
}

.process-step h3 {
  margin: 0;
  color: var(--text) !important;
  font: 700 18px/1.35 Poppins, sans-serif;
}

.process-step p {
  margin: 13px 0 0;
  color: var(--text-muted);
  font: 400 13px/1.7 Inter, sans-serif;
}

.process-orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.12;
}

.process-orb-one {
  top: -240px;
  left: -220px;
  background: var(--accent);
}

.process-orb-two {
  right: -230px;
  bottom: -220px;
  background: var(--secondary);
}

@media (max-width: 980px) {
  .process-section {
    padding: 96px 24px;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .process-section {
    padding: 78px 18px;
  }

  .process-heading {
    margin-bottom: 42px;
    text-align: left;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-step {
    min-height: auto;
    padding: 28px 24px;
    text-align: left;
  }

  .process-icon {
    margin: 0 0 20px;
  }
}/* End custom CSS */