/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/about/about-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*/

/* ===============================
   INDUSTRIES SECTION – BLACK PREMIUM
================================ */

.industries-clean {
  padding: 90px 0;
  background: radial-gradient(circle at top, #020617 0%, #000305 65%);
  font-family: "Inter", sans-serif;
}

.industries-clean .container {
  max-width: 1320px;
}

/* ===============================
   HEADER
================================ */

.industry-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.industry-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.industry-title {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.3;
  color: #85c815;
  margin-bottom: 18px;
  font-family: "Teko", serif;
}

.industry-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #94a3b8;
}

/* ===============================
   GRID – 3 COLUMNS + CENTER LAST ROW
================================ */

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-items: stretch;
}

/* CENTER LAST TWO CARDS */
.industries-grid > .industry-card:nth-last-child(2),
.industries-grid > .industry-card:nth-last-child(1) {
  justify-self: center;
  width: 100%;
  max-width: 420px;
}

/* ===============================
   CARD
================================ */

.industry-card {
  background: #020617;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.45s ease;
}

/* Green glow */
.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(34, 197, 94, 0.35),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}

/* Hover */
.industry-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(34, 197, 94, 0.6);
 box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

.industry-card:hover::before {
  opacity: 1;
}

/* Content layer */
.industry-card * {
  position: relative;
  z-index: 1;
}

/* ===============================
   ICON
================================ */

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  margin-bottom: 20px;
}

/* ===============================
   TITLE
================================ */

.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 14px;
  padding-bottom: 15px;
}

/* ===============================
   LIST
================================ */

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li {
  font-size: 14.5px;
  color: #94a3b8;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6;
}

.card-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-size: 13px;
  font-weight: 700;
}

/* Bright on hover */
.industry-card:hover .card-title,
.industry-card:hover .card-list li {
  color: #ecfdf5;
}

/* ===============================
   CLOSING STATEMENT
================================ */

.closing-statement {
  margin-top: 80px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.statement-text {
  font-size: 20px;
  font-weight: 600;
  color: #85c815;
  margin-bottom: 12px;
}

.statement-sub {
  font-size: 15px;
  color: #94a3b8;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-grid > .industry-card {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-card:hover {
    transform: none;
  }
}

.h2, h2 {
    font-family: "Teko", serif;
    font-weight: 700;
}

