/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/gallery/gallerypage-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 20px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

/* ================= ROOT ================= */
.case-study-detail {
  
  color: #e5e7eb;
  padding: 80px 0 0 0;
  font-family: "Outfit", sans-serif;
}

/* Container */
.case-study-detail .container {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px;
}

/* ================= HEADER ================= */
.case-study-header {
  text-align: center;
  margin-bottom: 100px;
}

.case-study-header h1 {
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  font-weight: 700;
  font-family: "Teko", serif;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.case-study-header .subtitle {
  font-size: 1.15rem;
  color: #9ca3af;
  max-width: 760px;
  margin: auto;
  line-height: 1.75;
}

/* ================= SECTION WRAPPER ================= */
.case-study-section {
  margin-bottom: 50px;
  position: relative;
}

/* ================= SECTION TITLE ================= */
.case-study-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-family: "Teko", serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  position: relative;
}

.case-study-section h2::before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  position: absolute;
  left: -70px;
  top: 0;
  opacity: 0.15;
}

.case-study-section h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  display: block;
  margin-top: 14px;
  border-radius: 10px;
}

/* ================= SUB HEADINGS ================= */
.case-study-section h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #c7d2fe;
  margin: 42px 0 18px;
}

/* ================= TEXT ================= */
.case-study-section p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #cbd5f5;
  text-align:justify !important;
  margin-bottom: 22px;
  max-width: 900px;
}

/* ================= MODERN CARD BLOCK ================= */
.case-study-section ul,
.case-study-section ol {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 28px 32px;
  margin-top: 24px;
  max-width: 900px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 20px 40px rgba(0,0,0,0.45);
}

/* ================= LIST ITEMS ================= */
.case-study-section li {
  list-style: none;
  padding-left: 44px;
  margin-bottom: 18px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #e0e7ff;
  position: relative;
}

/* Success Icon */
.feature-list li::before,
.solution-list li::before,
.quality-list li::before,
.proof-list li::before,
.impact-list li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #022c22;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Warning Icon */
.problem-list li::before {
  content: "!";
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #111827;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2px;
}

/* ================= NUMBERED PROCESS ================= */
.process-list {
  counter-reset: step;
}

.process-list li::before {
  counter-increment: step;
  content: counter(step);
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #022c22;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* ================= HIGHLIGHT (KEY TAKEAWAYS) ================= */
.case-study-section.highlight {
  background:
    linear-gradient(135deg, rgba(34,197,94,0.18), rgba(22,163,74,0.08));
  border-radius: 26px;
  padding: 60px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05);
}

.case-study-section.highlight h2 {
  color: #dcfce7;
}

.case-study-section.highlight p,
.case-study-section.highlight li {
  color: #bbf7d0;
}

/* ================= CTA ================= */
.case-study-cta {
  margin-top: 120px;
  padding: 80px 40px;
  background:
    linear-gradient(135deg, #16a34a, #22c55e);
  border-radius: 36px;
  text-align: center;
  color: #022c22;
  box-shadow: 0 40px 90px rgba(0,0,0,0.65);
}

.case-study-cta h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.case-study-cta p {
  font-size: 1.15rem;
  max-width: 760px;
  margin: 0 auto 34px;
}

/* CTA Button */
.primary-btn {
  display: inline-block;
  background: #022c22;
  color: #dcfce7;
  padding: 18px 46px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.primary-btn:hover {
  transform: translateY(-5px);
  background: #064e3b;
  box-shadow: 0 16px 36px rgba(0,0,0,0.45);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .case-study-detail {
    padding: 90px 0;
  }

  .case-study-section h2::before {
    display: none;
  }

  .case-study-section ul,
  .case-study-section ol {
    padding: 24px;
  }

  .case-study-section.highlight {
    padding: 45px;
  }

  .case-study-cta {
    padding: 60px 25px;
  }
}

@media (max-width: 480px) {
  .case-study-section p,
  .case-study-section li {
    text-align: left;
  }

  .case-study-header h1 {
    font-size: 2.2rem;
  }
}

.faq-search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto 25px;
}

.faq-search-box input {
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 50px;
    border: 1px solid #333;
    background: #1e1e1e;
    color: #fff;
    font-size: 15px;
}

/* Placeholder visible */
.faq-search-box input::placeholder {
    color: #aaa;
}

/* Icon */
.faq-search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #85c815;
    font-size: 16px;
}

/* Focus */
.faq-search-box input:focus {
    border-color: #85c815;
    outline: none;
    box-shadow: 0 0 10px rgba(133, 200, 21, 0.4);
}

/* No result */
.no-result {
    text-align: center;
    color: #ff4d4d;
    font-size: 14px;
}
 
  /* ── CSS Variables (scoped to this section) ── */
    .fq-section {
      --fq-accent:   #91d904;
      --fq-accent2:  #6aaa00;
      --fq-dark:     #0d1117;
      --fq-card:     #141b22;
      --fq-border:   rgba(145,217,4,0.18);
      --fq-text:     #c9d1d9;
      --fq-muted:    #8b949e;
      --fq-white:    #ffffff;
      --fq-radius:   14px;
      --fq-trans:    0.32s cubic-bezier(.4,0,.2,1);

      background: var(--fq-dark);
      padding: 72px 0 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle grid texture */
    .fq-section::before {
      content: "";
      position: absolute;
      inset: 0;
     
      background-size: 48px 48px;
      pointer-events: none;
    }

    /* glow blobs */
    .fq-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
      opacity: .18;
    }
    .fq-blob--1 {
      width: 400px; height: 400px;
      background: var(--fq-accent);
      top: -120px; left: -100px;
    }
    .fq-blob--2 {
      width: 300px; height: 300px;
      background: var(--fq-accent2);
      bottom: -80px; right: -80px;
    }

    .fq-wrap {
      max-width: 860px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      z-index: 1;
    }

    /* ── Header ── */
    .fq-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .fq-badge {
      display: inline-block;
      background: rgba(145,217,4,.12);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      letter-spacing: .12em;
      font-size: .72rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }
    .fq-title {
      color: var(--fq-white);
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 800;
      line-height: 1.22;
      margin: 0 0 14px;
      letter-spacing: -.02em;
    }
    .fq-title span {
      color: var(--fq-accent);
    }
    .fq-sub {
      color: var(--fq-muted);
      font-size: .97rem;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.65;
    }

    /* ── Accordion List ── */
    .fq-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* ── Single FAQ Item ── */
    .fq-item {
      background: var(--fq-card);
      border: 1px solid var(--fq-border);
      border-radius: var(--fq-radius);
      overflow: hidden;
      transition: border-color var(--fq-trans), box-shadow var(--fq-trans);
    }
    .fq-item:hover {
      border-color: rgba(145,217,4,.45);
    }
    .fq-item.fq-open {
      border-color: var(--fq-accent);
      box-shadow: 0 0 0 1px rgba(145,217,4,.25), 0 8px 32px rgba(0,0,0,.35);
    }

    /* ── Question Button ── */
    .fq-btn {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: pointer;
      text-align: left;
      outline: none;
    }
    .fq-btn:focus-visible {
      outline: 2px solid var(--fq-accent);
      outline-offset: -2px;
    }

    .fq-num {
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(145,217,4,.1);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      font-size: .7rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .05em;
      transition: background var(--fq-trans), border-color var(--fq-trans);
    }
    .fq-open .fq-num {
      background: var(--fq-accent);
      border-color: var(--fq-accent);
      color: var(--fq-dark);
    }

    /* ONLY CHANGE: h2.fq-q-text — reset browser h2 defaults so it looks like before */
    h2.fq-q-text {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.4;
      flex: 1;
      color: var(--fq-white);
      transition: color var(--fq-trans);
    }
    .fq-open h2.fq-q-text {
      color: var(--fq-accent);
    }

    .fq-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(145,217,4,.08);
      border: 1px solid var(--fq-border);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background var(--fq-trans), transform var(--fq-trans);
    }
    .fq-icon svg {
      width: 13px;
      height: 13px;
      stroke: var(--fq-accent);
      transition: transform var(--fq-trans);
    }
    .fq-open .fq-icon {
      background: var(--fq-accent);
    }
    .fq-open .fq-icon svg {
      stroke: var(--fq-dark);
      transform: rotate(45deg);
    }

    /* ── Answer Panel ── */
    .fq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height var(--fq-trans);
    }
    .fq-answer-inner {
      padding: 0 22px 20px 70px;
      text-align:justify;
      color: var(--fq-text);
      font-size: .94rem;
      line-height: 1.72;
    }

    /* ── More Button ── */
    .fq-more-wrap {
      text-align: center;
      margin-top: 40px;
    }
    .fq-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--fq-accent);
      color: var(--fq-dark);
      font-size: .9rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
      box-shadow: 0 4px 20px rgba(145,217,4,.25);
    }
    .fq-more-btn:hover {
      background: var(--fq-accent2);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(145,217,4,.35);
    }
    .fq-more-btn svg {
      width: 16px;
      height: 16px;
      stroke: var(--fq-dark);
      flex-shrink: 0;
      transition: transform var(--fq-trans);
    }
    .fq-more-btn:hover svg {
      transform: translateX(3px);
    }
.fq-answer {
  cursor: pointer;
}
    /* ── Responsive ── */
    @media (max-width: 600px) {
      .fq-section { padding: 52px 0 60px; }
      .fq-answer-inner { padding-left: 22px; }
      .fq-btn { padding: 16px 16px; gap: 12px; }
      /* .fq-num { display: none; } */
    }




