    :root{
      --brand:#b9e62c; /* neon green */
      --dark:#0f0f0f;
      --muted:#6b7280;
      --soft:#f6f7f8;
      --card:#141414;
      --radius:18px;
    }

    .nav-link:focus-visible {
      outline: 0;
      box-shadow: none !important;
    }
    .nav-link:focus-visible {
      outline: 0;
      box-shadow:none !important;
    }

    body{
      font-family: "Poppins", sans-serif;
      color:#111;
      overflow-x:hidden;
    }
    a{ text-decoration:none; }
    .btn-brand{
      background:var(--brand);
      border-color:var(--brand);
      color:#111;
      font-weight:600;
      border-radius:7px;
      padding:10px 18px 10px;
    }


    .btn-brand:hover{
      background:#222;
      border:1px solid #222;
      color:#fff;
      font-weight:600;
      border-radius:7px;
      padding:10px 18px 10px;
    }
.hexacon-text {
    font-weight: 400;
    margin-bottom: 10px;
}
.hexacon-text b 
{
  font-weight: 500;
}
.hexacon-text img 
{
  padding-top: 4px;
}
    .btn-banner{
      background:var(--brand);
      border-color:var(--brand);
      color:#111;
      font-weight:600;
      border-radius:7px;
      padding:12px 18px 10px;
    }
    .btn-banner img 
    {
      margin-left: 30px;
    }

    .btn-banner:hover{
      background:#222;
      border-color:1px solid #222;
      color:#fff;
      font-weight:600;
      border-radius:7px;
      padding:12px 18px 10px;
    }
    


    .btn-login{
      background:transparent;
      border-color:var(--brand);
      color:#fff;
      font-weight:700;
      border-radius:7px;
      padding:9px 18px;
    }
    .btn-login:hover{
      background:transparent;
      border-color:var(--brand);
      color:#fff;
      font-weight:700;
      border-radius:7px;
      padding:9px 18px;
    }
    .btn-login i 
    {
      padding-right: 5px;
    }
    .pad-100
    {
      padding: 91px 0 50px;
    }
    .btn-outline-soft{
      border:1px solid #b9e62c;
      color:#fff;
      border-radius:7px;
      padding:11px 25px;
      line-height: 30px;
      font-weight:600;
    }
    .btn-outline-soft:hover{
      background:rgba(255,255,255,.08);
      border:1px solid #b9e62c;
      color:#fff;
    }



    /* Hero */
    .hero{
      min-height:88vh;
      display:flex;
      align-items:center;
      position:relative;
      background:url("../images/icons/main-banner.webp");
      background-size:cover;
      background-position:center;
      overflow:hidden;
    }
    .hero h1 {
    font-family: "NeueMontreal", sans-serif;
    font-weight: 400;
    font-size: 62px;
    color: #ffffff;
}
.hero h1 b {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
}
    .hero p{
      color:rgba(255,255,255,.82);
      font-size:15px;
      margin-bottom: 30px;
      max-width:max-content;
    }
    .hero-meta{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin-top:22px;
    }
    .pill{
      background:rgba(255,255,255,.12);
      border:1px solid rgba(255,255,255,.14);
      color:#fff;
      padding:10px 14px;
      border-radius:999px;
      font-weight:600;
      font-size:13px;
      display:flex;
      align-items:center;
      gap:8px;
    }

    

    /* Sections */
    .section-pad {
    padding: 70px 0;
    background-color: #faf9f7;
}
.fa-check:before {
    content: "\f00c";
    font-family: 'FontAwesome';
}
    .section-title{
      font-weight:900;
      font-size: clamp(26px, 2.4vw, 40px);
      letter-spacing:-.7px;
    }
    .muted{ color:var(--muted); }

    /* Logo Row */
    .logos{
      display:flex;
      flex-wrap:wrap;
      gap:26px;
      align-items:center;
      justify-content:center;
      opacity:.8;
    }
    .logos img{
      height:22px;
      filter:grayscale(1);
      opacity:.9;
      transition:.2s ease;
    }
    .logos img:hover{
      filter:none;
      opacity:1;
      transform: translateY(-2px);
    }

    /* Split Blocks */
    .soft-block{
      background:var(--soft);
      border-radius:30px;
      padding:50px 40px;
    }
    .img-block{
          border-radius: 0px;
      overflow:hidden;
      box-shadow: 0 22px 60px rgba(0,0,0,.15);
    }
    .img-block img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:.35s ease;
    }
    .img-block:hover img{ transform:scale(1.04); }

    /* Service Grid */
    .service-tile{
      border:1px solid rgba(0,0,0,.08);
      border-radius:22px;
      padding:20px;
      height:100%;
      transition:.25s ease;
      background:#fff;
    }
    .service-tile:hover{
      transform: translateY(-5px);
      box-shadow: 0 18px 55px rgba(0,0,0,.10);
      border-color: rgba(185,230,44,.7);
    }
    .service-tile .bi{
      font-size:22px;
      color:#111;
      background:rgba(185,230,44,.35);
      border-radius:14px;
      width:44px;
      height:44px;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .service-tile h6{
      font-weight:800;
      margin:14px 0 6px;
    }
    .service-tile p{ margin:0; font-size:14px; color:var(--muted); }

    /* Tabs */
    .pill-tabs .nav-link{
      border-radius:999px !important;
      padding:12px 18px;
      font-weight:700;
      color:#111;
    }
    .pill-tabs .nav-link.active{
      background:var(--brand);
      color:#111;
    }

    /* Stats/Outcomes */
    .outcome{
      background:#101010;
      color:#fff;
      border-radius:30px;
      padding:60px 40px;
      overflow:hidden;
      position:relative;
    }
    .outcome:before{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      right:-160px;
      top:-180px;
      background: radial-gradient(circle, rgba(185,230,44,.35), transparent 62%);
      filter: blur(0px);
    }
    .out-card{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.08);
      border-radius:22px;
      padding:22px;
      height:100%;
      transition:.25s ease;
      position:relative;
      z-index:2;
    }
    .out-card:hover{
      transform: translateY(-5px);
      border-color: rgba(185,230,44,.4);
    }
 

/*  Start Banner Box Section CSS */
.ai-dev
{
  background-color: #fff;
}
.ai-dev p {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.banner-box-section {
  background: linear-gradient(90deg, #3a3a3a 0%, #2f2f2f 20%, #232323 50%, #2f2f2f 80%, #232323 100%);
  margin-top: -190px;
  position: relative;
  z-index: 9;
  padding: 35px 30px 0 7%;
  width: 92%;
}
.box-border-left {
    border-left: 1px solid #545454;
    padding-left: 40px;
    position: relative;
    padding-right: 20px;
}
.banner-quote {
    position: absolute;
    right: 0%;
    width: 8%;
    bottom: 135px;
}
.box-border-left .banner-box {
  color: #fff;
  padding-bottom: 26px;
}
.banner-box h2 
{
  font-size: 21px;
}
.banner-box p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #b0b0b0;
  font-size: 15px;
}
.box-border-left:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0px;
  width: 3px;
  height: 40px;
  background: #b6f200;
}
/*  End Banner Box Section CSS */


/*  Start Client Success Stories css */
.client-success {
    padding: 0px 0 50px;
    background: #faf9f7;
}
.flex-slider {
  display: flex;
  gap: 20px;
  height: 430px;
}
.client-success .quote-img {
    position: relative;
    left: 45%;
}
.client-success span 
{
      font-size: 12px;
    font-weight: 500;
}
.client-success h2 
{
      font-size: 42px;
}

/* Slide base */
.flex-slide {
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
    cursor: pointer;
    transition: flex 0.6s ease;
}

/* Expanded slide */
.flex-slide.active {
  flex: 4;
}

/* Inner layout */
.slide-inner {
  height: 100%;
  display: flex;
}

/* Content (LEFT) */
.content {
  width: 60%;
  padding: 30px;
  display: none;
}
.slide-inner h3 {
    padding-top: 0px;
    padding-bottom: 7px;
    font-size: 24px;
}
.slide-inner p 
{
  font-size: 15px;
}
.slide-inner small 
{
  color: #666;
}
.slide-inner strong 
{
  font-weight: 500;
}
.slide-inner .small {
    font-size: .875em;
    color: #666;
}
/* Media (RIGHT) */
.media {
  width: 100%;
  position: relative;
}
.space100
{
  height: 50px;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play button */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
}

/* ONLY ACTIVE SLIDE SHOWS CONTENT + SPLIT */
.flex-slide.active .content {
  display: block;
}

.flex-slide.active .media {
  width: 60%;
}


/*  End Client Success Stories css */

/*  Start Marquee Move GENAI Text */
.marquee-wrapper {
  background: #faf9f7;
  overflow: hidden;
  padding: 0px 0 30px;
  position: relative;
}

.marquee {
  display: flex;
  width: max-content;
  animation: scroll 50s linear infinite;
  animation-delay: 1s;
}

.marquee span {
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  padding-right: 60px;
  letter-spacing: 2px;
}

/* Smooth infinite scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee:hover {
  animation-play-state: paused;
}

/*  End Marquee Move GENAI Text */


/*  Start Proven AI Code CSS */
.ai-outcomes
{
      background: #faf9f7;
    padding-top: 20px !important;
}
.ai-outcomes h2 
{
      font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0px 0 22px;
    font-family: "NeueMontreal", sans-serif;
}
.ai-outcomes h2 b 
{
  font-weight: 500;
}
.ai-outcomes h2 span 
{
  font-weight: 500;
}
.ai-card {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.ai-card-content
{
  padding-top: 20px;
}
.ai-logo img {
    width: 35px !important;
    position: relative;
    top: -7px;
}
/* IMAGE */
.ai-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.ai-card-overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* GREEN SIDE BAR */
.accent-bar {
    position: absolute;
    left: 0px;
    top: 54px;
    width: 4px;
    height: 100px;
    background: #b7e53b;
    border-radius: 0px;
}
/* Parent card (important for hover) */
.ai-card {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

/* Hover effect */
.ai-card:hover {
  transform: scale(1.03);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(183, 229, 59, 0.15);
}

/* Optional: smooth overlay transition */
.ai-card-overlay {
  transition: background 0.45s ease;
}
 

/* CONTENT */
.ai-card-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: "NeueMontreal", sans-serif;
}

.ai-card-content p {
    color: #d7d5d5;
    line-height: 1.6;
    font-size: 15px;
}

/* ARROW BUTTON */
.arrow-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.arrow-btn:hover {
  background: #b7e53b;
}

/* TOP LOGO */
.ai-logo {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #b7e53b;
  font-weight: 700;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ai-card {
    max-width: 100%;
    height: 480px;
  }
}

/*  End Proven AI Code CSS */

 


/*  Start Footer Above lets Talk Code */
.lets-talk
{
  background-image: url('../images/lets-talk.webp');
  padding: 10% 0;
  background-size: cover;
  background-position: center;
}
.lets-talk h2 
{
      font-size: 45px;
      padding-top: 10px;
    padding-bottom: 10px;
}
.lets-talk h2 b 
{
      font-family: "Poppins", sans-serif;
}
.lets-talk span 
{
      font-size: 12px;
    font-weight: 600;
}
/*  End Footer Above lets Talk Code */

/* Start Industries Icons CSS */
.industries
{
  background-color: #faf9f7;
  padding-bottom: 10px;
}
h2 {
  font-family: "NeueMontreal", sans-serif;
}
.industries h2 
{
  font-size: 42px;
        font-weight: 400;
        line-height: 1.15;
        margin-bottom: 20px;
        color: #000;
}
.industries h2 b 
{
  font-weight: 500;
}
.industries p 
{
  color: #767676;
}
.industries span 
{
  font-size: 12px;
}
.industry-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #e5e5e5;
  padding: 0;
  background: #b7e53b; /* green base */
}

.industry-item {
  padding: 28px 16px;
  text-align: center;
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  cursor: default; /* not clickable */
}

.industry-item:last-child {
  border-right: none;
}

.industry-item img {
  height: 34px;
  margin-bottom: 10px;
  transition: filter 0.3s ease;
}

.industry-item span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

/* HOVER = REMOVE GREEN */
.industry-item:hover {
  background: #b7e53b;
  box-shadow: inset 0 0 0 1px #e5e5e5;
}

/* Icon + text stays dark */
.industry-item:hover img {
  filter: none;
}

.industry-item:hover span {
  color: #111;
}

@media (max-width: 992px) {
  .industry-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .industry-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* End Industries Icons CSS */

/* Start Homepage Logos CSS */
.recognized-section {
  background: #fbf8f4;
  padding: 60px 0 20px;
}
.text-sm
{
  font-size: 12px;
}
.recognized-wrap {
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: center;
    margin: 0 auto;
}

.recognized-text {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
}

.recognized-logos {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.recognized-logos img {
    height: 30px;
    width: auto;
    opacity: 1;
}
@media (max-width: 992px) {
  .recognized-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .recognized-logos {
    gap: 28px;
  }
}

@media (max-width: 576px) {
  .recognized-logos img {
    height: 22px;
  }
}

/* End Homepage Logos CSS */

/*  Start AI Development CSS */
.ai-consulting-section {
    background: #fbf8f4;
    padding-bottom: 80px !important;
}

/* IMAGE STACK */
.image-stack {
  position: relative;
}

.main-img {
  width: 100%;
}

.sub-img {
  position: absolute;
  bottom: -60px;
  right: 40px;
  width: 55%;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

/* BRAND LINE */
.small-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .08em;
  color: #333;
  font-weight: 500;
}

/* HEADLINE */
.ai-heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0px 0 22px;
    font-family: "NeueMontreal", sans-serif;
}
.content-wrap
{
  padding-left: 30px;
}
.ai-heading b 
{
  font-weight: 500;
}
.service-card:hover a span
{
  text-decoration: underline;
}
.ai-logo-opacity {
    position: absolute;
    width: 100%;
    left: -14%;
    bottom: -9%;
}
.black-arrow
{
    margin-left: 7px;
    width: 23px;
  }

/* HIGHLIGHT BLOCK */
.highlight-text {
  border-left: 4px solid #2f6bff;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

/* DESCRIPTION */
.desc {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
 

/* RESPONSIVE */
@media (max-width: 991px) {
  .sub-img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .ai {
    font-size: 32px;
  }
}

/*  ENd AI Development CSS */

/*  Start Services Box CSS */
.ai-adoption-section {
  background: #fbf8f4;
  padding: 20px 0 50px;
}
.pad-80
{
  padding-bottom: 80px;
}
/* TOP SMALL TEXT */
.eyebrow-text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #111;
  margin-bottom: 16px;
  font-weight: 500;
}

/* MAIN TITLE */
.section-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #000;
}

.section-title strong {
  font-weight: 500;
}

/* DESCRIPTION */
.section-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* RIGHT CIRCULAR LOGO */
.circular-badge img {
  max-width: 120px;
  opacity: 0.85;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .section-title {
    font-size: 32px;
  }

  .circular-badge img {
    max-width: 90px;
  }
}

/* CARD BASE */
 
 
.ai-heading span 
{
  display: block;
}
 


.service-card {
  background: #fff;
  padding: 32px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  transition: background 0.4s ease;
}
.service-card h4 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    transform: translateY(40px);
    transition: transform 0.4s ease;
    top: 150px;
    font-family: "NeueMontreal", sans-serif;
    margin-top: 20px;
}
.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  margin-top: 12px;
}
.service-card  a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}
.service-card:hover h4 {
    transform: translateY(-144px);
}

.service-card:hover p {
  opacity: 1;
  transform: translateY(0);         /* MOVE UP */
}
.service-card:hover a {
  opacity: 1;
  transform: translateY(0);         /* MOVE UP */
}

.service-card:hover {
  background: linear-gradient(
    135deg,
    #a9db1f 0%,
    #bfe85a 38%,
    #d6f27e 70%,
    #c7ea64 100%
  );
}
.service-card .up-arrow {
    width: 47px;
    position: absolute;
    right: 28px;
    top: 16px;
}



.need-text {
    font-size: 15px;
    color: #666;
}
/* LEARN MORE */
.learn {
  margin-top: auto;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    min-height: auto;
    padding: 22px;
  }
}


/*  End Ai Services Box CSS */

/*  Start AI Partner Code CSS */
.ai-partner {
  background: #faf9f7;
  padding: 50px 0 40px;
}
.border-black
{
  border: 1px solid #222;
  color: #222;
}
.border-black:hover
{
  border: 1px solid #222;
  color: #222;
}
.trusted-media 
{
  margin-bottom: 10px;
}
.trusted-media i {
    background-color: #22C55E;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    margin-right: 13px;
    font-size: 12px;
    width: 25px;
    text-align: center;
}
.trusted-media p 
{
  font-weight: 600;
  color: #222 !important;
}

/* LEFT */
.image-wrap {
  position: relative;
}

.img-main {
  width: 100%;
  border-radius: 6px;
}

.img-secondary {
  width: 55%;
  position: absolute;
  bottom: -40px;
  right: -40px;
  border-radius: 6px;
  box-shadow: 0 30px 60px rgba(0,0,0,.15);
}

.circle-badge {
  position: absolute;
  right: -30px;
  top: 35%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  transform: rotate(-20deg);
}

.experience {
  position: absolute;
  left: 0;
  bottom: -70px;
}

.experience strong {
  font-size: 48px;
  display: block;
}

.experience span {
  font-size: 14px;
  color: #555;
}

/* RIGHT */
.top-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content-wrap h1 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-wrap h1 span {
  font-weight: 700;
}

.desc {
  color: #555;
  margin-bottom: 10px;
  max-width: max-content;
}

.checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #a9db1f;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

.actions {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #a9db1f;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #999;
  padding: 14px 26px;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
 

  .img-secondary {
    right: 0;
  }

  .circle-badge {
    display: none;
  }

  .experience {
    position: static;
    margin-top: 20px;
  }

  .content-wrap h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .actions {
    flex-direction: column;
  }

  .img-secondary {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

/*  End AI Partner Code CSS */


/*  Start Research Box CSS */
p 
{
  font-size: 15px;
  color: #666;
}
.research-row
{
  margin: 0;
  background-color: #f1ede7;
}
.research-content
{
  padding: 40px;
}
.research-content p 
{
     margin-top: 10px;
    margin-bottom: 15px;
    color: #666;
}
.float-right
{
      float: right;
    position: relative;
    top: -27px;
    right: -30px;
}
/*  End Research Box CSS */


/* Start Scroll ANimatuon CSS */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll-up {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.scroll-up.active {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/*  End Scroll ANimatuon CSS */