/* 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;
  }
}
