/* This file will be generated by Tailwind CSS */
/* Run: npm run build-css */
* { font-family: 'Inter', sans-serif; }
  /* Mobile accordion */
  .mob-acc-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .mob-acc-content.open { max-height: 600px; }
  .mob-acc-btn svg.arrow { transition: transform 0.25s; }
  .mob-acc-btn.open svg.arrow { transform: rotate(180deg); }
  /* Mega menu */
  .mega-wrap { display: none; }
  .mega-wrap.open { display: block; }
  /* Services button active */
  #servicesTrigger.active { color: #e63329; }
    /* Slide transition */
  .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.9s ease; pointer-events: none; }
  .slide.active { opacity: 1; pointer-events: auto; }

  /* Content animation */
  .slide-content { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease 0.35s, transform 0.7s ease 0.35s; }
  .slide.active .slide-content { opacity: 1; transform: translateY(0); }

  /* Dot */
  .dot { width: 8px; height: 8px; border-radius: 9999px; background: rgba(255,255,255,0.4); transition: all 0.3s; cursor: pointer; }
  .dot.active { width: 28px; background: #e63329; }

  /* Progress bar */
  .progress-bar { position: absolute; bottom: 0; left: 0; height: 3px; background: #e63329; transition: none; }
  .progress-bar.running { transition: width 5s linear; }

  /* Default: for 991px and below */
  .image-fit {
    object-fit: cover;
  }

  /* 992px and above */
  @media (min-width: 992px) {
    .image-fit {
        object-fit: inherit;
    }
  }
  .cards-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .service-card {
    flex: 0 0 calc(50% - 16px);
    margin-right: 32px;
  }

  @media (max-width: 768px) {
    .service-card { flex: 0 0 calc(100% - 16px); margin-right: 35px; }
  }

  /* Nav button states */
  .nav-btn { transition: all 0.2s; }
  .nav-btn:disabled { opacity: 0.3; cursor: not-allowed; }
  .nav-btn:not(:disabled):hover { background: #e63329; border-color: #e63329; }
  .nav-btn:not(:disabled):hover svg { color: white; }

  /* Progress dots */
  .prog-dot { width: 8px; height: 8px; border-radius: 9999px; background: #d1d5db; transition: all 0.3s; }
  .prog-dot.active { width: 28px; background: #e63329; }
  
   .industry-pill {
    color: #d95f00; /* brand-orange */
    cursor: pointer;
    }

    /* Hover effect */
    .industry-pill:hover {
    background-color: #e63329; /* brand-red */
    border-color: #e63329;
    color: #ffffff;
    }

    /* Icon follows text color */
    .industry-pill svg {
    stroke: currentColor;
    transition: stroke 0.2s ease;
    }
    .accordion-content {
  transition: all 0.3s ease;
}
.accordion-item.open .vertical-line {
  transform: scaleY(0);
  opacity: 0;
}

.testi-nav-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 2px solid #1a2e5a;
    background: transparent;
    color: #1a2e5a;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    flex-shrink: 0;
    outline: none;
  }
  .testi-nav-btn:hover {
    background: #1a2e5a;
    color: #fff;
  }
  .testi-nav-btn:active {
    transform: scale(0.92);
  }

  /* Dot styles */
  .testi-dot {
    height: 0.5rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: width 0.3s, background 0.3s;
    background: #d1d5db;
    width: 0.5rem;
  }
  .testi-dot.active {
    width: 1.5rem;
    background: #1a2e5a;
  }

   /* ── Scoped to .strat-* — will not clash with any other component ── */
  .strat-nav-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 2px solid #1a2e5a;
    background: transparent;
    color: #1a2e5a;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    outline: none;
    flex-shrink: 0;
  }
  .strat-nav-btn:hover  { background: #1a2e5a; color: #fff; }
  .strat-nav-btn:active { transform: scale(0.91); }

  .strat-dot {
    height: 0.5rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
    background: #d1d5db;
    width: 0.5rem;
    padding: 0;
  }
  .strat-dot.strat-dot--active {
    width: 1.5rem;
    background: #1a2e5a;
  }
  
  .w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
}
/* Section */
#testimonials {
  background: #f8fafc;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

/* Left */
.left .badge {
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.left h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.left p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
}

.controls button {
  padding: 10px 15px;
  margin-right: 10px;
  border: none;
  background: #0f172a;
  color: white;
  cursor: pointer;
  border-radius: 6px;
}

/* Right slider */
.viewport {
  overflow: hidden;
}

.track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* Cards */
.card {
  flex: 0 0 calc(50% - 10px);
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.card p {
  font-size: 14px;
  margin-bottom: 10px;
}

.card h4 {
  font-size: 16px;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }

  .card {
    flex: 0 0 100%;
  }
}