/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/smartpro/smartpro-inner-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*/
 
 .tz-breadcrumb__title { text-align: center; }
    .tz-about2-experience__counter { font-size: 3.5rem; font-weight: 700; }
    .tz-wwa1-experience__counter-number, .tz-wwa1-experience__counter-number-stroke {
      font-size: 3rem;
      font-weight: 700;
    }.tz-dark-theme {
    background: #0a0a0c;
    color: #e2e8f0;
    font-family: 'Outfit', sans-serif;
  }

  /* Deep gradient background */
.font{
  font-size: calc(2.25rem + 0.2vw) !important;
}

  /* --- Text Colors --- */
  .tz-text-neutral5 { color: #ffffff !important; }
  .tz-text-neutral6 { color: #94a3b8 !important; }
  .tz-text-primary { 
color: white;
    font-family: "Teko", serif;
    font-weight: 700;
    text-align: center;
} 

/* Soft Blue */
  .tz-text-success { color: #ffffff !important;text-align: center; }
  .tz-text-warning { color: #facc15 !important; }
  .tz-text-danger { color: #f87171 !important; }

  /* --- Section Titles & Subtitles --- */
  .tz-section-title {
      background: linear-gradient(90deg, #85c815, #85c815, #ffffff, #85c815, #85c815);
    /* -webkit-background-clip: text; */
    background-clip: text;
    color: transparent;
        line-height: 1;
    font-weight: 700;
    font-family: "Teko", serif;
    letter-spacing: -0.03em;
  }

  .tz-section-title {
    /* text-transform: uppercase;
    color: #FFF; */
    line-height: 1;
}

  .tz-section-subtitle__line {
    background: linear-gradient(90deg, #85c815, #8b5cf6) !important;
    width: 60px !important;
    height: 3px !important;
     margin-right: 1.25rem;
  }

  /* --- Cards & Containers (Glassmorphism) --- */
  .tz-card,
  .tz-about2-content,
  .tz-about2-experience,
  .tz-process .bg-white.bg-opacity-10 {
    background: rgba(30, 41, 59, 0.3) !important;
    backdrop-filter: blur(16px);
    border: 2px solid #92d904c3;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  }

  .tz-card:hover,
  .tz-about2-content:hover,
  .tz-process .bg-white.bg-opacity-10:hover {
    
     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);

    border: 2px solid #85c815;
    background: rgba(30, 41, 59, 0.45) !important;
  }

  /* --- Process Timeline Enhancements --- */
  .tz-process {
    position: relative;
  }

  .tz-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, 85c815, transparent);
    z-index: 1;
  }

  .tz-step-number {
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
  }

  .tz-step-number:hover {
    transform: scale(1.15);
    box-shadow: 0 0 30px currentColor;
  }

  /* --- Button Styling (Glowing) --- */
  .tz-button {
    background: transparent;
    color: #85c815;
    border: 2px solid #85c815;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
  }

  .tz-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(96, 165, 250, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .tz-button:hover::before {
    opacity: 1;
  }

  .tz-button:hover {
    background: rgba(96, 165, 250, 0.15);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 0 30px 85c815;
    border-color: #85c815;
  }

  .tz-button-circle {
    background: #85c815;
    color: white;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px 85c815;
  }

  .tz-button-circle:hover {
    transform: translateY(-5px) rotate(15deg);
    box-shadow: 0 12px 30px rgba(96, 165, 250, 0.6);
  }

  /* --- Active State (Press Effect) --- */
  .tz-button:active,
  .tz-button-circle:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  }

  /* --- Image & Shape Effects --- */
  .rounded-3.shadow-lg {
    border-radius: 16px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.5s ease !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .rounded-3.shadow-lg:hover {
    transform: translateY(-10px);
     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)!important;

  }

  .floating {
    animation: floating 6s ease-in-out infinite;
  }

  @keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
  }

  /* --- Icons Glow --- */
  .ph {
    transition: all 0.3s ease;
  }

  .ph:hover {
    color: #85c815 !important;
    transform: scale(1.1);
    text-shadow: 0 0 15px rgba(96, 165, 250, 0.6);
  }

  /* --- Custom Scrollbar (Neon Blue) --- */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #0a0f1a;
  }

  ::-webkit-scrollbar-thumb {
    background: #85c815;
    border-radius: 10px;
    border: 2px solid #0a0f1a;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #8b5cf6;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
  }

  /* --- Remove any white backgrounds --- */
  .bg-white, .bg-white.bg-opacity-5, .bg-white.bg-opacity-10 {
    background: transparent !important;
  
  }
  /* Better contrast for body text on mobile */
@media (max-width: 767px) {
  .tz-text-neutral6 {
    color: #cbd5e1 !important; /* Lighter gray, better contrast on dark */
    opacity: 0.9; /* Slight transparency for softness, but readable */
  }

 
}@media (max-width: 767px) {
  .tz-card,
  .tz-about2-content,
  .tz-about2-experience,
  .bg-white.bg-opacity-10 {
    backdrop-filter: blur(8px); /* Reduced from 16px */
    border: 1px solid rgba(59, 130, 246, 0.15); /* Slightly less intense border */
  }

  /* Optional: remove blur entirely on low-end devices */
  @supports not (backdrop-filter: blur(8px)) {
    .tz-card, .tz-about2-content {
      backdrop-filter: none;
      background: rgba(30, 41, 59, 0.8) !important;
    }
  }
}


.tz-breadcrumb__content {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Adds depth */
}

@media (max-width: 767px) {
  .tz-breadcrumb__title {
    font-size: 2rem !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  }
}@media (max-width: 767px) {
  .tz-about-mission p {
    margin-bottom: 1rem;
  }

  .tz-about2__desc,
  .tz-text-l {
    margin-bottom: 1.2rem;
  }
}@media (max-width: 767px) {
  .tz-process::before,
  .position-absolute.w-100 {
    display: none; /* Hide central line on mobile */
  }

  .col-lg-6.mb-6 {
    display: flex;
    justify-content: center;
  }

  .tz-step-number {
    margin-right: 12px !important;
  }
}
 
@media (max-width: 767px) {
  .tz-card,
  .tz-about2-content,
  .tz-about2-experience,
  .bg-white.bg-opacity-10 {
    backdrop-filter: blur(8px); /* Reduced from 16px */
    border: 1px solid rgba(59, 130, 246, 0.15); /* Slightly less intense border */
  }

  /* Optional: remove blur entirely on low-end devices */
  @supports not (backdrop-filter: blur(8px)) {
    .tz-card, .tz-about2-content {
      backdrop-filter: none;
      background: rgba(30, 41, 59, 0.8) !important;
    }
  }
}


.tz-breadcrumb__content {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Adds depth */
}

@media (max-width: 767px) {
  .tz-breadcrumb__title {
    font-size: 2rem !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  }
}@media (max-width: 767px) {
  .tz-about-mission p {
    margin-bottom: 1rem;
  }

  .tz-about2__desc,
  .tz-text-l {
    margin-bottom: 1.2rem;
  }
}@media (max-width: 767px) {
  .tz-process::before,
  .position-absolute.w-100 {
    display: none; /* Hide central line on mobile */
  }

  .col-lg-6.mb-6 {
    display: flex;
    justify-content: center;
  }

  .tz-step-number {
    margin-right: 12px !important;
  }
}
 
    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}
.font{
  font-size: calc(2.325rem + 0.9vw) !important;
}


/* ===============================
   INLINE FEATURES
================================ */
.tz-feature-inline {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.tz-feature-inline li {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
}


.tz-pb-10 {
    padding-bottom: 10px !important;
}
.tz-pt-60 {
    padding-top: 60px !important;
}
.tz-bg-neutral3 {
    background-color: #121212;
}
section, footer, .client-strip {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}



.tz-quality-box {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.tz-feature-inline {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.tz-feature-inline li {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.tz-feature-item {
    border: 2px solid #85c815;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

ul, li {
    list-style: none;
    color: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tz-product-card {
    background: linear-gradient(145deg,rgba(255, 255, 255, 0.04)
, rgba(255, 255, 255, 0.04)
    );
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.tz-product-card:hover{
  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);
border:solid 2px #85c815;


}
.tz-product-card i {
    font-size: 34px;
    margin-bottom: 15px;
}
@media (min-width: 1440px) {
    .h5, h5 {
        font-size: 20px;
    }
}
.h5, h5 {
    font-family: "Teko", serif;
    font-weight: 700;
}

body {
    font-family: "Outfit", serif;
    line-height: 1.5;
    font-optical-sizing: auto;
    font-style: normal;
}

.tz-pb-60 {
    padding-bottom: 60px !important;
}
.tz-pt-60 {
    padding-top: 60px !important;
}
.tz-bg-neutral1 {
    background-color: #1d1d1d;
}
section, footer, .client-strip {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}

.tz-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
 
}

   .tz-glass-card:hover {
  border: 2px solid #84cc16;
  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);

  transform: translateY(-5px);
}

.tz-feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--tz-primary);
}

.tz-feature-list {
    list-style: none;
    padding-left: 0;

}
.tz-feature-list li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 10px;
}

.tz-pt-40 {
    padding-top: 40px !important;
}

@media (min-width: 1200px) {
    .tz-display-2 {
        font-size: 58px;
    }
}

.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; } */
    }







