@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");

:root {
  --green: #76d2c3;
  --white: #ffffff;
  --black: #000000;
}

body {
  background-color: var(--black) !important;
}

* {
  font-family: "Syne", sans-serif;
}

a {
  text-decoration: none !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.common-btn {
  background-color: var(--black);
  border: 1px solid var(--green);
  color: var(--white);
  padding: 5px 5px 5px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bold;
}

.common-btn i {
  color: var(--white);
  background-color: var(--green);
  padding: 10px;
  border-radius: 50%;
}

.heading h2 {
  color: var(--white);
  font-size: 55px;
  font-weight: bold;
}

.heading,
.subheading {
  text-align: center;
}

.subheading p {
  color: var(--green);
  font-size: 20px;
}

/* NAvigation Bar */
.nav {
  background-color: rgba(10, 22, 23, 0.7);
  margin: 50px;
  border-radius: 30px;
  overflow-x: hidden;
}

/* hero section  */
.ai-pg-logo-wrapper img {
  height: 40px;
  width: auto;
}

.hero-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.hero-heading {
  font-size: 70px;
  color: var(--white);
  font-weight: bold;
  text-transform: capitalize;
}
.usp {
  width: 31%;
}
.usp h3 {
  color: var(--green);
  font-weight: 700;
  font-size: 16px;
}

.common-secondary-btn {
  background-color: var(--green);
}

.common-secondary-btn i {
  background-color: var(--black);
}

.video-one video,
.video-two video,
.video-three video {
  border-radius: 30px;
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.video-two video,
.video-three video {
  height: 230px;
}

.video-two {
  margin-right: 20px;
}

.video-three {
  margin-left: 20px;
}

.bg-svg {
  top: -50%;
  right: -30%;
  z-index: -1;
}

.bg-svg img {
  height: auto;
  width: 100%;
}

.hero-banner {
  /* min-height: 100vh; */
  max-height: fit-content;
  display: flex;
  align-items: stretch;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, transparent);
  /*background: var(--sColor);*/
  padding: 0;
}

.hero-video-wrapper video {
  border-radius: 30px;
  height: auto;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* clintele section  */
.clientele {
  background-color: var(--black);
  border-radius: 30px;
  padding: 30px;
}

.client-logo img {
  height: 70px;
  width: 100%;
}

/* service cards  */
.service-card {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.service-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.service-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--white);
}

.tagline {
  font-size: 0.9rem;
  color: #c8c8c8;
  letter-spacing: 1px;
}

.ai-tools-slider-section {
  border-radius: 30px;
  /* margin: 50px auto; */
  /* padding: 40px 20px; */
  transition: background 0.8s ease-in-out;
}

.thumbnail-row {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.thumbnail-row::-webkit-scrollbar {
  display: none;
}

.thumb-block {
  flex: 0 0 auto;
  width: 80px;
}

.thumbnail {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid transparent;
  object-fit: cover;
  transition: border 0.3s ease;
  cursor: pointer;
}

.thumbnail.active {
  border: 3px solid var(--green);
}

.thumb-label {
  margin-top: 8px;
  font-size: 12px;
  color: var(--white);
  white-space: normal;
}

.main-slider {
  width: 100%;
  height: auto;
  text-align: center;
}

.slider-content {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.feel-future-section {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feel-future-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.feel-future-section .bg-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.performance-metrics-video {
  /* min-height: 100vh; */
  display: flex;
  align-items: stretch;
  background: linear-gradient(to right, black 60%, transparent);
  padding: 0;
}

.video-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.metrics-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.metrics-content {
  color: var(--white);
  margin: auto;
}

.metric-line {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.metric-image {
  height: 220px;
  width: auto;
  flex-shrink: 0;
}

.metric-label {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--white);
}

.metrics-note {
  font-size: 1.8rem;
  color: #00d8c6;
  font-style: italic;
}

.ai-powered-grid {
  background-color: var(--black);
  padding: 80px 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
}

.ai-usecard {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.ai-usecard {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Glowing gradient border with stronger blur */
.ai-usecard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px; /* Slightly thicker border */
  background: linear-gradient(
    180deg,
    #76d2c3 0%,
    #78c4ec 25%,
    #76d2c3 50%,
    #a3f5ff 75%,
    #4669f3 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  filter: blur(6px); /* 👈 Increases outer glow blur */
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  transition: filter 0.3s ease;
}

/* Stronger glow effect on hover */
.ai-usecard:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 15px rgba(118, 210, 195, 0.5),
    0 0 30px rgba(163, 245, 255, 0.3), 0 0 50px rgba(70, 105, 243, 0.3);
}

.use-icon {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.use-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  max-width: 80%;
  text-align: center;
  margin: 0 auto 10px auto;
}

.use-desc {
  font-size: 0.95rem;
  color: #76d2c3;
  line-height: 1.5;
  margin-bottom: 0;
}

/* SECTION BACKGROUND */
.delivery-timeline {
  background: radial-gradient(circle at center, #264d4c 0%, #000 100%);
  padding: 100px 20px;
  overflow-x: auto;
}

/* SECTION HEADING */
.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 60px;
}

/* FLEX CONTAINER FOR FLOW */
.timeline-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

/* STEP STRUCTURE */
.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  position: relative;
}

/* NUMBER CIRCLE */
.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2d4c4b;
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 0 10px rgba(118, 210, 195, 0.4);
}

/* STEP CARD */
.step-card {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  padding: 20px 18px;
  border-radius: 12px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 20px rgba(118, 210, 195, 0.1);
  transition: all 0.3s ease;
}

.step-card h4 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-card p {
  color: #76d2c3;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.4;
}

/* LIGHTNING ARROW BETWEEN STEPS */
.lightning-arrow {
  width: 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    #76d2c3,
    #78c4ec,
    #a3f5ff,
    #4669f3,
    #a3f5ff,
    #78c4ec,
    #76d2c3
  );
  background-size: 200% auto;
  background-position: 0% center;
  animation: lightningMove 1.5s linear infinite;
  position: relative;
  margin-top: 24px;
}

.lightning-arrow::after {
  content: "➝";
  position: absolute;
  right: -18px;
  top: -12px;
  font-size: 20px;
  color: #a3f5ff;
  text-shadow: 0 0 8px #78c4ec;
}

@keyframes lightningMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.client-logo-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin-top: 30px;
}

.client-logo-track {
  display: flex;
  gap: 10px;
  min-width: 100%;
  scroll-snap-align: start;
  padding-bottom: 10px;
  justify-content: space-evenly;
  padding-top: 30px;
}

.client-logo {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  height: 30px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-logo img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Footer Layout */
.modern-footer {
  background: #0d2321;
  color: var(--white);
  padding: 80px 40px 40px;
  font-family: "Poppins", sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-left {
  flex: 1 1 50%;
  max-width: 600px;
}

.footer-left h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-left p {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #d9d9d9;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

/* CTA Buttons */
.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 0 12px;
  border: 1px solid #3dd6c7;
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-btn .arrow {
  background: #a68a4b;
  border-radius: 50%;
  padding: 4px 6px;
  color: var(--black);
  font-weight: 700;
  font-size: 0.8rem;
}

.cta-btn:hover {
  background: rgba(163, 245, 255, 0.1);
}

/* Map */
.footer-right {
  flex: 1 1 40%;
  min-width: 300px;
  max-height: 250px;
  border-radius: 16px;
  overflow: hidden;
}

/* Form */
.footer-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 40px 0 20px;
}

.footer-form-row input {
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  width: 200px;
  background: var(--white);
  color: var(--black);
}

.footer-form-row button {
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid #3dd6c7;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-form-row button .arrow {
  background: #a68a4b;
  border-radius: 50%;
  padding: 4px 6px;
  color: var(--black);
  font-weight: 700;
  font-size: 0.8rem;
}

.footer-bottom {
  border-top: 1px solid #555;
  text-align: center;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #aaa;
}

.footer-form-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
  margin: 40px 0 20px;
  flex-direction: row;
}

.footer-form-row input {
  padding: 5px 24px;
  border-radius: 999px;
  border: 1px solid #3dd6c7;
  background: var(--white);
  color: var(--black);
  font-size: 1rem;
  font-family: inherit;
  width: 220px;
  outline: none;
  transition: all 0.3s ease;
}

.footer-form-row input:focus {
  border-color: #3dd6c7;
  box-shadow: 0 0 5px rgba(118, 210, 195, 0.5);
}

.footer-form-row button {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid #3dd6c7;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-form-row button:hover {
  background: rgba(61, 214, 199, 0.1);
}

/* Arrow inside button */
.footer-form-row button .arrow {
  background: #a68a4b;
  border-radius: 50%;
  padding: 4px 6px;
  color: var(--black);
  font-weight: bold;
  font-size: 0.8rem;
}

.footer-bottom p {
  color: white;
}

/* Responsive */

@media screen and (max-width: 768px) {

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
}
  .common-btn {
    font-size: 14px;
  }
  .bg-svg {
    display: none;
  }

  .hero-heading {
    font-size: 36px;
    text-align: center;
  }

  .hero-content {
    text-align: center;
  }

  .hero-usp-wrapper {
    justify-content: center !important;
  }

  .hero-btns-wrapper {
    justify-content: center;
  }
  .clientele {
    padding: 20px;
    margin-top: 50px;
    border-radius: 0;
    background: #0d2321;
  }
  .timeline-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
  }

  .timeline-step {
    min-width: 240px;
  }

  .lightning-arrow {
    flex-shrink: 0;
    width: 40px;
  }
  .lightning-arrow::after {
    content: "➝";
    position: absolute;
    right: 0;
    top: -13px;
    font-size: 19px;
    color: #a3f5ff;
    text-shadow: 0 0 8px #78c4ec;
  }
  .metrics-video {
    width: 90vw;
    height: auto;
  }
  .heading h2 {
    font-size: 35px;
  }
  .hero-banner .pe-5 {
    padding: 0 !important;
  }
  .powered-head h3 {
    color: var(--white);
    font-size: 22px;
    margin-top: 10px;
  }
  .usp {
    width: 30%;
  }
  .usp h3 {
    color: var(--green);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
  }
  .subheading p {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-form-row input {
    width: 100%;
    max-width: 320px;
  }

  .footer-form-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-right {
    height: 250px;
  }
  .footer-form-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-form-row button {
    background-color: var(--black);
    border: 1px solid var(--green);
    color: var(--white);
    padding: 5px 5px 5px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
  }

  .footer-form-row button i {
    color: var(--white);
    background-color: var(--green);
    padding: 10px;
    border-radius: 50%;
  }

  /* SECTION PADDING */
  .section {
    padding: 20px 0;
    margin-top: 20px;
  }

  /* HERO SECTION */
  .hero-content h1 {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 20px;
  }

  .hero-content p {
    font-size: 1rem;
    text-align: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .hero-buttons a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  #ai-thumbnails {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    gap: 10px !important;
    flex-wrap: wrap;
  }
  #ai-thumbnails .thumb-block {
    padding-top: 0 !important;
    scroll-snap-align: center;
    width: 70px;
    flex-shrink: 0;
  }
  #ai-thumbnails .thumb-block .thumbnail {
    width: 50px;
    height: 50px;
  }
  .thumb-label {
    font-size: 10px;
    max-width: 90%;
    margin: 5px auto;
  }
  /* TRUSTED BY SECTION */
  .brand-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  /* TOOL SLIDER SECTION */
  .ai-tools-slider {
    flex-direction: column;
    align-items: center;
  }

  .ai-tools-thumbs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .ai-tools-display {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* VIDEO BANNER SECTION */
  .video-fullscreen iframe {
    width: 100%;
    height: 220px;
  }

  /* METRIC SECTION */
  .ai-metrics {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ai-metric-block {
    flex: 1 1 100%;
    text-align: center;
  }

  .performance-metrics-video {
    padding: 0;
    margin-top: 0;
  }
  .performance-metrics-video .second-row-videos {
    flex-direction: column;
  }
  .performance-metrics-video .video-two,
  .performance-metrics-video .video-three {
    margin: 0;
  }
  .performance-metrics-video .video-three {
    padding-top: 1rem;
  }

  .video-one video,
  .video-two video,
  .video-three video {
    width: 100%;
    height: auto;
  }

  .metrics-content {
    padding: 0 !important;
  }

  .metric-line {
    flex-direction: row !important;
    text-align: center;
    margin: 0 !important;
  }
  .metric-image {
    width: 60%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 0;
    margin-left: -20px;
  }

  .metrics-content {
    padding: 40px 20px;
  }
  .metric-label {
    font-size: 14px;
    text-align: left;
  }

  .metrics-note {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    text-align: center;
  }

  /* USE CASE GRID */
  .ai-usegrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* PROCESS FLOW */
  .timeline-wrapper {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }

  .lightning-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  /* FOOTER TOP */
  .footer-content {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }

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

  .footer-cta-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-right iframe {
    height: 250px;
    width: 100%;
  }

  /* FORM */
  .footer-left img{
    display: none;
  }
  .footer-form-row {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
  }

  .footer-form-row input{
    width: 100%;
    max-width: 320px;
  }

  /* TEXT ELEMENTS */
  .footer-left h2 {
    font-size: 22px;
  }

  .step-card h4 {
    font-size: 1rem;
  }

  .step-card p {
    font-size: 0.95rem;
  }
  .client-logo-slider {
    overflow: visible;
  }

  .client-logo-track {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .client-logo {
    width: auto;
    min-width: 120px;
  }
  .modern-footer{
    padding: 20px;
  }
}
.show-reel-section{
  overflow: hidden;
}

.show-reel-section video{
  width: 100%;
}

#showreelModal.modal {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 0;
    margin: 0;
}
#showreelModal .modal-dialog {
    transform: none;
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    margin: auto;
}
#showreelModal .modal-header {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
#showreelModal .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
}


/* ======================================
   SECTION WRAPPER
====================================== */
.process-modern {
  position: relative;
  background: radial-gradient(circle at top, #0b1c1b 0%, #010101 100%);
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.process-modern .section-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
}

/* ======================================
   FLEX LAYOUT — 5 CARDS IN ONE ROW
====================================== */
.process-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  margin-top: 50px;
}

.process-card-wrapper {
  flex: 1;
  min-width: 18%;
  position: relative;
}

/* Responsive */
@media (max-width: 992px) {
  .process-cards {
    flex-wrap: wrap;
  }
  .process-card-wrapper {
    min-width: 48%;
  }
}

@media (max-width: 600px) {
  .process-card-wrapper {
    min-width: 100%;
  }
}

/* ======================================
   CARD DESIGN
====================================== */
.process-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 35px 25px;
  color: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  opacity: 0.7;
  box-shadow: none;
  height: 100%;
  text-align: left;
}

/* ======================================
   CARD GLOW ANIMATION
====================================== */
@keyframes cardGlow {
  0%, 100% {
    box-shadow: none;
    opacity: 0.7;
    transform: scale(1);
  }
  20%, 40% {
    box-shadow: 
      0 0 15px rgba(0, 255, 198, 0.9),
      0 0 30px rgba(0, 255, 198, 0.5),
      inset 0 0 20px rgba(0, 255, 198, 0.4);
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Card animations */
.process-card-wrapper:nth-child(1) .process-card { animation: cardGlow 6s infinite 0s; }
.process-card-wrapper:nth-child(2) .process-card { animation: cardGlow 6s infinite 1s; }
.process-card-wrapper:nth-child(3) .process-card { animation: cardGlow 6s infinite 2s; }
.process-card-wrapper:nth-child(4) .process-card { animation: cardGlow 6s infinite 3s; }
.process-card-wrapper:nth-child(5) .process-card { animation: cardGlow 6s infinite 4s; }

/* ======================================
   STEP NUMBER GLOW
====================================== */
@keyframes stepNumberGlow {
  0%, 100% {
    color: rgba(255, 255, 255, 0.06);
    text-shadow: none;
    transform: scale(1);
  }
  10%, 25% {
    color: rgba(0, 255, 198, 1);
    text-shadow:
      0 0 25px rgba(0, 255, 198, 0.9),
      0 0 50px rgba(0, 255, 198, 0.6),
      0 0 80px rgba(0, 255, 198, 0.4);
    transform: scale(1.2);
  }
}

.process-number {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  z-index: 0;
  animation: stepNumberGlow 4s infinite ease-in-out;
}

/* Number animations */
.process-card-wrapper:nth-child(1) .process-number { animation: stepNumberGlow 6s infinite 0s; }
.process-card-wrapper:nth-child(2) .process-number { animation: stepNumberGlow 6s infinite 1s; }
.process-card-wrapper:nth-child(3) .process-number { animation: stepNumberGlow 6s infinite 2s; }
.process-card-wrapper:nth-child(4) .process-number { animation: stepNumberGlow 6s infinite 3s; }
.process-card-wrapper:nth-child(5) .process-number { animation: stepNumberGlow 6s infinite 4s; }


/* ======================================
   TEXT INSIDE CARDS
====================================== */
.process-title {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: #00ffc6;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.process-heading {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  max-width: 40%;
}

.process-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    line-height: 1.5;
    z-index: 1;
    position: relative;
    margin-top: 80px;
}