    :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:700;
      border-radius:14px;
      padding:10px 18px 10px;
    }


    .btn-brand:hover{
      background:#222;
      border-color:1px solid #222;
      color:#fff;
      
    }


    .btn-banner{
      background:var(--brand);
      border-color:var(--brand);
      color:#111;
      font-weight:700;
      border-radius:14px;
      padding:12px 18px 10px;
    }
    .btn-banner img 
    {
      margin-left: 10px;
    }

    .btn-banner:hover{
      background:#222;
      border-color:1px solid #222;
      color:#fff;

    }
    


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

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px !important;
    }
}

    /* Hero */
    .hero{
      min-height:88vh;
      display:flex;
      align-items:center;
      position:relative;
      background:
      linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.15) 100%),
      url("../images/banner.png");
      background-size:cover;
      background-position:center;
      overflow:hidden;
    }
    .hero h1{
      color:#fff;
      font-weight:600;
      font-size: clamp(34px, 3.6vw, 58px);
      line-height:1.03;
      letter-spacing:-1px;
    }
    .hero p{
      color:rgba(255,255,255,.82);
      font-size:16px;
      max-width:560px;
    }
    .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; }
    .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:26px;
      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;
}
.banner-box-section {
  background: linear-gradient(90deg, #3a3a3a 0%, #2f2f2f 20%, #232323 50%, #2f2f2f 80%, #232323 100%);
  margin-top: -199px;
  position: relative;
  z-index: 9;
  padding: 50px 30px 0 7%;
  width: 92%;
}
.box-border-left
{
  border-left: 1px solid #545454;
  padding-left: 40px;
  position: relative;
}
.banner-quote {
    position: absolute;
    right: 0%;
    width: 8%;
    bottom: 20%;
}
.box-border-left .banner-box {
  color: #fff;
  padding-bottom: 30px;
}
.banner-box h2 
{
  font-size: 18px;
}
.banner-box p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #b0b0b0;
  font-size: 14px;
}
.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: 380px;
}
.client-success span 
{
      font-size: 12px;
    font-weight: 500;
}
.client-success h2 
{
      font-size: 35px;
}

/* 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: 20px;
    padding-bottom: 7px;
}
/* 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: 70px !important;
}
.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: 23px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 12px;
}

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

/* 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: 100px 0;
  background-size: cover;
}
.lets-talk h2 
{
      font-size: 45px;
      padding-top: 10px;
    padding-bottom: 10px;
}
.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;
}
.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: 80px 0 70px;
}
.text-sm
{
  font-size: 12px;
}
.recognized-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

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

.recognized-logos img {
  height: 26px;
  width: auto;
  opacity: 0.9;
}
@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 */