/* ==============================
   BREADCRUMB SECTION
============================== */

.tz-breadcrumb {
    padding: 180px 0 120px;
    background: 
        linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)),
        url('../images/blog-details/blog-details-inner-banner.webp');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}

/* Content */
.tz-breadcrumb__content {
    position: relative;
    z-index: 2;
}

/* Title */
.tz-breadcrumb__title {
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Breadcrumb List */
.tz-breadcrumb__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Breadcrumb Item */
.tz-breadcrumb__item {
    color: #fff;
    list-style: none;
}

.tz-breadcrumb__item a {
    text-decoration: none;
    color: #fff;
}

.tz-breadcrumb__item.active {
    color: #85c815;
}

/* Overlay */
.tz-breadcrumb__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    z-index: 1;
}

/* Responsive Title Size */
.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:1680px){ .tz-display-4 { font-size: 56px; } }


/* ==============================
   GLOBAL SECTIONS
============================== */

.section-white {
    background: #ffffff;
    color: #111;
    padding: 100px 0;
}

.section-dark {
    background: #0f172a;
    color: #e0e0e0;
    padding: 100px 0;
}


/* ==============================
   HERO SECTION
============================== */
/* Hero Image Fix */
.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.tz-services-hero {
    background: #ffffff;
    overflow: visible;
    padding: 50px 0;
    position: relative;
    color: #111;
}

.tz-services-hero h1 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tz-services-hero h1 span {
    color: #91d904;
    position: relative;
}

.tz-services-hero h1 span::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(59, 130, 246, 0.2);
    border-radius: 4px;
    z-index: -1;
}

.tz-services-hero p {
    font-size: 1.2rem;
    color: #555;
    max-width: 650px;
}


/* Badge */

.badge-custom {
    background: #91d904;
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 15px rgba(59,130,246,0.4);
    margin-bottom: 20px;
}


/* ==============================
   SECTION TITLES
============================== */

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Dark Title */
.section-title.dark h2 {
    color: #fff;
    background: linear-gradient(45deg,#fff,#999);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h2, h2 {
    font-family: "Teko", serif;
}
.h3, h3 {
    font-family: "Teko", serif;
}
.h4, h4 {
    font-family: "Teko", serif;
    font-weight: 700;
}
/* Light Title */
.section-title.light h2 {
    color: #111;
}

.section-title p {
    max-width: 800px;
    margin: 10px auto 0;
    font-size: 1.1rem;
}

.section-title.dark p { color: #aaa; }
.section-title.light p { color: #555; }


/* ==============================
   SERVICE CARDS
============================== */

.service-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Card */
.service-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px;
    min-height: 440px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Hover */
.service-card:hover {
    transform: translateY(-10px);
    border-color: #91d904;
    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);

}

/* Icon */
.service-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #91d904;
}

/* Title */
.service-card h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List */
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card ul li {
    color: #aaa;
    font-size: 0.95rem;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.service-card ul li::before {
    content: "•";
    color: #91d904;
    font-weight: bold;
    position: absolute;
    left: 0;
}


/* ==============================
   FEATURE CARDS
============================== */

.feature-card-modern {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    height: 100%;

    transition: all 0.4s ease;
}

.feature-card-modern:hover {
    transform: translateY(-10px);
    border-color: #91d904;
    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);

}

.feature-card-modern i {
    font-size: 2.2rem;
    color: #91d904;
    margin-bottom: 15px;
}

.feature-card-modern h4 {
    color: #111;
    margin-bottom: 12px;
}

.feature-card-modern p {
    color: #555;
    font-size: 0.95rem;
}


/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 992px) {

    .tz-services-hero h1 {
        font-size: 2.8rem;
    }

    .section-title h2 {
        font-size: 2.4rem;
    }

    .service-card,
    .feature-card-modern {
        padding: 25px;
        min-height: auto;
    }
}

/* Tablet Fix */
@media (min-width: 992px) and (max-width: 1024px) {

    .service-card {
        min-height: 540px;
        padding: 30px;
    }

}
/* ==============================
   GLOBAL TEXT JUSTIFY
============================== */

/* Paragraphs */
p {
    text-align: justify;
    text-justify: inter-word;
}

/* Service & Feature Lists */
.service-card ul li,
.feature-card-modern p {
    text-align: justify;
    text-justify: inter-word;
}

/* Section Descriptions */
.section-title p {
    text-align: justify;
    text-justify: inter-word;
}

/* Hero Text */
.tz-services-hero p {
    text-align: justify;
    text-justify: inter-word;
}

/* General Content (Optional Global) */
.container p,
.container li {
    text-align: justify;
    text-justify: inter-word;
}
@media (max-width: 576px) {
    p,
    .service-card ul li,
    .feature-card-modern p,
    .section-title p {
        text-align: left;
    }
}
/* ==============================
   SERVICE CARD FIX
============================== */

.service-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Service Card */
.service-card {
    min-height: 437.71px; /* previously ~407.99px */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-5px);
     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);

}

/* Tablet / Small Desktop Fix */
@media (min-width: 992px) and (max-width: 1024px) {

    .service-card {
        min-height: 538.51px;
        padding: 30px;
    }

}

.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; } */
    }



