
  .steps { max-width: 960px; margin: 0 auto; }
  .step-card{
    --step-bg: #0dcaf0; /* default to Bootstrap "info" */
    position: relative;
    background: var(--step-bg);
    color: #fff;
    text-align: center;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    margin-bottom: .55rem; /* space for arrow */
  }
  .step-card .step-label{
    display: block;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .25rem;
  }
  .step-card .step-caption{
    opacity: .95;
    margin-bottom: .25rem;
  }
  .step-card .step-value{
    line-height: 1.1;
    word-break: break-word;
  }
  /* Down-arrow indicating progression (all but the last card) */
  .step-card:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid var(--step-bg);
  }


  .step-1{ --step-bg: #4CA096; } 
  .step-2{ --step-bg: #F68C2D; } 
  .step-3{ --step-bg: #844184; } 
  .step-4{ --step-bg: #5A5FAB; } 
  
  @media (min-width: 576px){
    .step-card{ padding: 1.5rem 2rem; }
  }


.counter {
    background-color: #f5f5f5;
    padding: 10px 0;
    border-radius: 25px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}

.veryround {
    border-radius: 25px;
}

.yellowbtn {
    background-color: rgb(255 195 104) !important;
    color: #fff !important;
}

    .herotop {
      margin:0; padding:0;
      background: url(images/background/background-1.jpg);
      background-repeat:repeat;
      background-size:auto;
      animation:fadeBackground 12s infinite;
      box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
    }


/* Sticky behaviour */
#counter {
  position: sticky;
  top: var(--sticky-top, 0px); /* set dynamically in JS to match navbar height */
  z-index: 1020;              /* above content, below Bootstrap modals */
  transition: box-shadow .25s ease, padding .25s ease, backdrop-filter .25s ease;
}

/* Optional: subtle elevation while stuck */
#counter.is-stuck {
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  backdrop-filter: saturate(110%) blur(0px);
}

/* Animate the number headings when stuck */
#counter .count-title {
  transition: transform .25s ease, opacity .25s ease, max-height .25s ease, margin .25s ease;
  transform-origin: center top;
}

#counter.is-stuck .count-title {
  transform: translateY(-10px) scale(0.75);
  opacity: 0;
  max-height: 0;     /* collapse space so the row tidies up */
  margin: 0;
}

/* (Optional) tighten vertical padding while stuck */
#counter.is-stuck .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* Animate the number headings */
#counter .count-title {
  transition: transform .25s ease, opacity .25s ease, max-height .25s ease, margin .25s ease;
  transform-origin: center top;
}

#counter.is-stuck .count-title {
  transform: translateY(-6px) scale(0.75);
  opacity: 0;
  max-height: 0;
  margin: 0;
}

/* Animate the images */
#counter img {
  transition: width .25s ease, height .25s ease, transform .25s ease;
  width: 60px;   /* your starting size */
  height: auto;  /* keep proportions */
}

#counter.is-stuck img {
  width: 40px;   /* shrinks down to 40px */
  transform: translateY(-3px);
  margin-top: -20px;
  margin-bottom: -10px;
}

/* Hide the sticky counter bar once we've scrolled past #games */
#counter.is-gone {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}


/* make anchored sections land 60px below the top */
#examai,
#games,
#presentations,
#videos,
#examples,
#downloads,
#pricing,
#featuretable {
  scroll-margin-top: 60px;
}


/* optional: smooth scrolling for anchor jumps */
html {
  scroll-behavior: smooth;
}

/* Step by step timeline for the process */

        .hori-timeline .events {
            border-top: 3px solid #4c9f95;
        }

        .hori-timeline .events 
        .event-list {
            display: block;
            position: relative;
            text-align: center;
            margin-right: 0;
        }

        .hori-timeline .events 
        .event-list:before {
            content: "";
            position: absolute;
            height: 36px;
            border-right: 2px dashed #2ddf36;
            top: 0;
        }

        .hori-timeline .events .event-list 
        .event-date {
            position: absolute;
            top: 38px;
            left: 0;
            right: 0;
            width: 75px;
            margin: 0 auto;
            border-radius: 4px;
            padding: 2px 4px;
        }


        @media (min-width: 800px) {
            .hori-timeline .events 
            .event-list {
                display: inline-block;
                width: 24%;
                padding-top: 45px;
            }
            
            .event-list-body {

            }

            .hori-timeline .events 
            .event-list .event-date {
                top: -12px;
            }
        }

        .card {
            border: none;
            margin-bottom: 24px;
            box-shadow: 0 0 13px 0 rgba(236, 236, 241, 0.44);
        }

        @media (max-width: 800px) {
#counter {
    display: none;
    
}

.navbar-brand {
    margin-left: auto;
    margin-right: auto;
}

.menulist {
    margin-right: auto;
}
}