/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9));
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
              background-repeat: no-repeat;
        }

        .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*/

/* ============================================
   1. GLOBAL RESET & BASE
============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  background: #0a0a0c;
  color: #e2e8f0;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus, a:hover {
  outline: none;
}

ul, li {
  list-style: none;
}

/* ============================================
   2. TYPOGRAPHY & FONTS
============================================ */
.tz-display-1,
.tz-display-2,
.tz-display-3,
.tz-display-4,
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Teko", serif;
  font-weight: 700;
  line-height: 1;

}

/* SUBTITLE GRADIENT STYLE */
.tz-subtitle,
.tz-section-title,
/* .tz-display-3, */
.tz-display-2,
/* .h2, h2, */
.h3, h3 {
  background: linear-gradient(
    90deg,
    #85c815,
    #85c815,
    #ffffff,
    #85c815,
    #85c815
  );

  -webkit-background-clip: text;
  background-clip: text;

  /* -webkit-text-fill-color: transparent;
  color: transparent; */

  font-weight: 700;
  letter-spacing: -0.03em;
}

.tz-display-2 {
  font-size: 32px;
}
@media (min-width: 576px) { .tz-display-2 { font-size: 40px; } }
@media (min-width: 768px) { .tz-display-2 { font-size: 48px; } }
@media (min-width: 992px) { .tz-display-2 { font-size: 56px; } }
@media (min-width: 1200px){ .tz-display-2 { font-size: 58px; } }
@media (min-width: 1440px){ .tz-display-2 { font-size: 60px; } }

.tz-display-3 {
  font-size: 24px;
}
@media (min-width: 576px) { .tz-display-3 { font-size: 32px; } }
@media (min-width: 768px) { .tz-display-3 { font-size: 40px; } }
@media (min-width: 992px) { .tz-display-3 { font-size: 48px; } }
@media (min-width: 1200px){ .tz-display-3 { font-size: 56px; } }

.tz-display-4 {
  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; } }

.tz-text-l {
  font-family: "Outfit", serif;
  font-size: 12px;
}
@media (min-width: 992px) { .tz-text-l { font-size: 14px; } }
@media (min-width: 1200px){ .tz-text-l { font-size: 16px; } }
@media (min-width: 1440px){ .tz-text-l { font-size: 18px; } }

.tz-text-m {
  font-family: "Outfit", serif;
  font-size: 12px;
}
@media (min-width: 992px) { .tz-text-m { font-size: 13px; } }
@media (min-width: 1200px){ .tz-text-m { font-size: 14px; } }
@media (min-width: 1440px){ .tz-text-m { font-size: 16px; } }

/* Headings (base) */
.h1, h1 {
  font-size: 18px;
}
@media (min-width: 576px) { .h1, h1 { font-size: 20px; } }
@media (min-width: 768px) { .h1, h1 { font-size: 24px; } }
@media (min-width: 992px) { .h1, h1 { font-size: 28px; } }
@media (min-width: 1200px){ .h1, h1 { font-size: 32px; } }
@media (min-width: 1440px){ .h1, h1 { font-size: 40px; } }

.h2, h2 {
  font-size: 16px;
}
@media (min-width: 576px) { .h2, h2 { font-size: 18px; } }
@media (min-width: 768px) { .h2, h2 { font-size: 20px; } }
@media (min-width: 992px) { .h2, h2 { font-size: 24px; } }
@media (min-width: 1200px){ .h2, h2 { font-size: 28px; } }
@media (min-width: 1440px){ .h2, h2 { font-size: 32px; } }

.h4, h4 {
  font-size: 14px;
}
@media (min-width: 768px) { .h4, h4 { font-size: 16px; } }
@media (min-width: 992px) { .h4, h4 { font-size: 18px; } }
@media (min-width: 1200px){ .h4, h4 { font-size: 20px; } }
@media (min-width: 1440px){ .h4, h4 { font-size: 24px; } }

.h5, h5 {
  font-size: 12px;
}
@media (min-width: 576px) { .h5, h5 { font-size: 14px; } }
@media (min-width: 992px) { .h5, h5 { font-size: 16px; } }
@media (min-width: 1200px){ .h5, h5 { font-size: 18px; } }
@media (min-width: 1440px){ .h5, h5 { font-size: 20px; } }

/* Font weights */
.fw-light { font-weight: 300; }
.fw-normal { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }

.text-uppercase { text-transform: uppercase; }
.lh-1 { line-height: 1; }

/* ============================================
   3. CONTAINER
============================================ */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px){ .container { max-width: 1140px; } }
@media (min-width: 1440px){ .container { max-width: 1320px; } }

/* ============================================
   4. UTILITIES – COLORS
============================================ */
.tz-text-primary { color: #85c815 !important; }
.tz-text-neutral3 { color: #121212 !important; }
.tz-text-neutral5 { color: #ffffff !important; }
.tz-text-neutral6 { color: #94a3b8 !important; }

.tz-bg-neutral1 { background-color: #1d1d1d; }
.tz-bg-neutral3 { background-color: #121212; }

/* Bootstrap color overrides (used in classes) */
.bg-primary { background-color: #85c815 !important; }
.bg-success { background-color: #4ade80 !important; }
.bg-warning { background-color: #facc15 !important; }
.bg-info { background-color: #38bdf8 !important; }
.bg-white { background-color: #fff; }

.bg-opacity-10 { --bs-bg-opacity: 0.1; }
.bg-opacity-25 { --bs-bg-opacity: 0.25; }
.bg-opacity-5 { --bs-bg-opacity: 0.05; }

/* ============================================
   5. UTILITIES – SPACING (only used)
============================================ */
.tz-mb-10 { margin-bottom: 10px !important; }
.tz-mt-3 { margin-top: 1rem !important; }   /* custom */
.tz-mt-4 { margin-top: 1.5rem !important; }
.tz-mt-5 { margin-top: 3rem !important; }

.tz-pt-20 { padding-top: 20px !important; }
.tz-pt-30 { padding-top: 30px !important; }
.tz-pt-60 { padding-top: 40px !important; }
.tz-pb-20 { padding-bottom: 20px !important; }
.tz-pb-40 { padding-bottom: 40px !important; }
.tz-pb-60 { padding-bottom: 60px !important; }

@media (min-width: 992px) {
  .tz-pt-lg-60 { padding-top: 60px !important; }
  .tz-pt-lg-120 { padding-top: 40px !important; }
  .tz-pb-lg-40 { padding-bottom: 40px !important; }
  .tz-pb-lg-120 { padding-bottom: 120px !important; }
}

/* Bootstrap spacing helpers (used) */
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 2.5rem !important; } /* custom */
.mx-auto { margin-left: auto; margin-right: auto; }
.p-4 { padding: 1.5rem !important; }

/* ============================================
   6. UTILITIES – FLEX & ALIGN
============================================ */
.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-start { justify-content: flex-start !important; }
.flex-wrap { flex-wrap: wrap !important; }
.h-100 { height: 100% !important; }
.w-100 { width: 100% !important; }

/* ============================================
   7. UTILITIES – BORDERS & SHADOWS
============================================ */
.rounded-3 { border-radius: 0.5rem !important; }
.rounded-circle { border-radius: 50% !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important; }
.border-primary { border-color: #85c815 !important; }
.border-2 { border-width: 2px !important; }
.border-start { border-left-style: solid; }
.border-dashed { border-style: dashed; }
.opacity-25 { opacity: 0.25; }

/* ============================================
   8. WOW ANIMATION FIX
============================================ */
.wow {
  visibility: visible !important;
  opacity: 1 !important;
}

/* ============================================
   9. CUSTOM BUTTONS
============================================ */
.tz-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tz-button {
  background: transparent;
  color: #85c815;
  border: 2px solid #85c815;
  padding: 12px 36px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.tz-button:hover {
  background: #6aa810;
  transform: translateY(-2px);
  color: #fff;
}

.tz-button-circle {
  background: #85c815;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.4s;
  margin-left: -15px;
  box-shadow: 0 5px 20px #85c815;
}

.tz-button-circle:hover {
  transform: translateY(-5px) rotate(15deg);
 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);

}

/* ============================================
   10. CARD & GLASS COMPONENTS
============================================ */
.tz-card,
.tz-about2-content,
.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 ease;
  overflow: hidden;
}

.tz-card:hover,
.tz-about2-content:hover,
.tz-process .bg-white.bg-opacity-10:hover {
  border-color: #85c815;
  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);

  background: rgba(30, 41, 59, 0.45) !important;
}

.tz-step-number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #85c815;
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.3rem;
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.tz-step-number:hover {
  transform: scale(1.15);
  box-shadow: 0 0 30px currentColor;
}

.tz-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(133,200,21,0.2);
  color: #85c815;
  font-size: 1.5rem;
  flex-shrink: 0;
}


/* ============================================
   12. ABOUT SECTION
============================================ */
.tz-about2 {
  background: #171717;
  padding: 80px 0;
}

.tz-about2-content {
  padding: 32px;
}

.tz-about2__desc,
.tz-text-l {
  margin-bottom: 1.2rem;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  opacity: 0.9;
  font-family: "Outfit", serif;
}

/* force justify on all relevant text blocks */
.tz-about2-content p,
.tz-about2__desc,
.tz-text-neutral6,
.tz-text-l,
.tz-text-m,
.tz-card p,
.tz-process p,
.tz-about-mission p,
p {
  text-align: justify !important;
  text-justify: inter-word;
  margin-bottom: 1.2rem;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  opacity: 0.9;
  font-family: "Outfit", serif;
}

.col-md-5.align-items-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-md-5.align-items-center img {
  max-width: 400px;
  border-radius: 10px;
  padding: 20px;
}

.tz-about2-experience {
  background: linear-gradient(180deg, #0f172a, #020617);
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
  /* height: 50%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tz-about2-experience__counter {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
}

.tz-about2-experience__number {
  font-size: 60px;
  font-weight: 300;
  line-height: 0.8;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .tz-about2-experience__number { font-size: 120px; }
}

.tz-about2-experience__plus {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .tz-about2-experience__plus { font-size: 60px; }
}

.tz-about2-experience__text {
  font-size: 14px;
}
@media (min-width: 992px) {
  .tz-about2-experience__text { font-size: 18px; }
}

/* ============================================
   13. PROCESS SECTION
============================================ */
.tz-process {
  position: relative;
  background: #1d1d1d;
}

/* timeline vertical line (hidden on mobile) */
.tz-process .position-absolute.w-100 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

/* ============================================
   14. VALUES SECTION (cards)
============================================ */
.tz-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  color: #85c815;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.tz-card .ph {
  font-size: 2.25rem;
}

/* ============================================
   15. HEADER (from original – critical parts)
============================================ */
.tz-header1 {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.sticky {
  box-shadow: rgba(17,12,46,0.15) 0 48px 100px -40px;
  background: rgba(23,23,23,0.7);
  backdrop-filter: blur(10px);
}

.tz-nav-links > ul {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0;
  padding-left: 0;
}
.tz-nav-links > ul li a {
  text-transform: uppercase;
  display: inline-flex;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .tz-nav-links > ul li a { font-size: 15px; }
}

.tz-offcanvas-btn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0;
}
.tz-offcanvas-btn:hover {
  color: #85c815;
  border-color: rgba(201,243,29,0.5);
}

/* ============================================
   16. FOOTER (from original – essential)
============================================ */
.tz-footer {
  position: relative;
  background-color: #000;
  padding: 60px 0 40px;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
.tz-footer__wrapper {
  position: relative;
  z-index: 3;
}
.tz-footer__tagline {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.tz-footer__socials {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}
.tz-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: #85c815;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 1px solid #92d904bc;
}
.tz-footer__social-link:hover {
  background: #2dbd9a;
  color: #fff;
  transform: translateY(-3px);
}
.tz-footer__heading {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
  border-bottom: 2px solid #e74c3c;
  display: inline-block;
  padding-bottom: 4px;
}
.tz-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-footer__link {
  display: block;
  color: #bbb;
  font-weight: 300;
  padding: 0.5rem 0;
  transition: all 0.3s;
}
.tz-footer__link:hover {
  color: #85c815;
}
.tz-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #a8d8c8;
  font-size: 0.85rem;
  gap: 10px;
  margin-top: 30px;
  padding-top: 20px;
}
.tz-footer__credit-link {
  color: #2dbd9a;
  font-weight: 500;
}
.tz-footer__credit-link:hover {
  text-decoration: underline;
}

/* ============================================
   17. BACK TO TOP
============================================ */
.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  z-index: 9999;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.back-to-top-btn i {
  color: #000;
  font-size: 18px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}
@media (max-width: 575px) {
  .back-to-top-btn {
    right: 5px;
    height: 25px;
    width: 25px;
    line-height: 31px;
    bottom: 38px;
  }
}

/* ============================================
   18. PRELOADER (hidden by script)
============================================ */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-logo img {
  width: 400px !important;
}

/* ============================================
   19. ANIMATIONS
============================================ */
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.floating {
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645,0.045,0.355,1);
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645,0.045,0.355,1) 0.4s;
  opacity: 0;
}

/* ============================================
   20. RESPONSIVE (MOBILE)
============================================ */
@media (max-width: 767px) {
  .tz-breadcrumb {
    min-height: 313px;
    padding: 119px 0 0;
    /* background-size: contain; */
    background-position: center;
    background-attachment: scroll;
  }
  .tz-breadcrumb__title {
    font-size: 2rem !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.6);
  }
  .tz-header1 {
    top: -14px;
  }
  .tz-about2 {
    padding: 10px 0;
  }
  .tz-about2-content {
    padding: 20px;
  }
  .tz-text-neutral6 {
    color: #cbd5e1 !important;
    opacity: 0.9;
  }
  .tz-section-title.tz-display-2 {
    font-size: 2rem !important;
  }
  .tz-card,
  .tz-about2-content,
  .tz-about2-experience,
  .bg-white.bg-opacity-10 {
    backdrop-filter: blur(8px);
    border: 1px solid rgba(59,130,246,0.15);
  }
  @supports not (backdrop-filter: blur(8px)) {
    .tz-card, .tz-about2-content {
      backdrop-filter: none;
      background: rgba(30,41,59,0.8) !important;
    }
  }
  .tz-process::before,
  .position-absolute.w-100 {
    display: none;
  }
  .col-lg-6.mb-6 {
    display: flex;
    justify-content: center;
  }
  .tz-step-number {
    margin-right: 12px !important;
  }
  .wow.fadeInLeft {
    border-right: none !important;
  }
}

/* ============================================
   21. SCROLLBAR (neon)
============================================ */
::-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);
}

.tz-section-subtitle__line {
    background: linear-gradient(90deg, #85c815, #8b5cf6) !important;
    width: 60px !important;
    height: 3px !important;
}

/* ============================================
   H4 DECORATIVE LINE (GLOBAL)
============================================ */

line,
.line {
  position: relative;
  padding-left: 60px; /* Space for line */
}

/* Line Before H4 */
line::before,
.line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 45px;
  height: 3px;

  background: linear-gradient(
    90deg,
    #85c815,
    #8b5cf6
  );

  border-radius: 2px;
}
/* ============================================
   FIX SUBTITLE LINE SPACING (GLOBAL)
============================================ */

.tz-subtitle,
.tz-section-title,
.section-subtitle,
h4,
.h4 {
  display: inline-flex !important;
  align-items: center;
  gap: 10px; /* 👈 SAME SPACE AS ABOUT US */
}

 .tz-new{
    border-right: 1px solid rgb(36, 243, 46);
    visibility: visible;
    animation-delay: 0.6s;
}


/* ============================================
   VISION / MISSION EXACT STYLE FIX
============================================ */

/* Wrapper */
.d-flex {
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}

/* Vertical Bar */
.d-flex .tz-icon-circle {
  width: 48px;
  min-height: 100%;
  border-radius: 0 !important; /* square edges */
  padding: 0 !important;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 2px;
}

/* Vision (Blue) */
.d-flex:first-of-type .tz-icon-circle {
  background: #1e7bff !important;
}

/* Mission (Green) */
.d-flex:nth-of-type(2) .tz-icon-circle {
  background: #1fa971 !important;
}

/* Icon inside bar */
.d-flex .tz-icon-circle i {
  font-size: 20px;
  color: #000 !important;
}

/* Text Area */
.d-flex > div:last-child {
  padding-top: 2px;
}

/* Heading */
.d-flex h5 {
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Paragraph */
.d-flex p {
  line-height: 1.8;
  margin: 0;
}
/* FINAL POLISH FOR VISION / MISSION */

.d-flex .tz-icon-circle {
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* Slight spacing improvement */
.d-flex {
  padding-left: 5px;
}

/* Make title slightly bolder */
.d-flex h5 {
  font-weight: 800;
  letter-spacing: 0.08em;
}
.d-flex .tz-icon-circle {
width: 48px;
    min-height: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 2px;
    border-radius: 0px !important;
    padding: 0px !important;
}

/* ==============================
   STRATEGIC PARTNER SECTION
============================== */

.strategic-partner {
    padding: 100px 20px;
    background: linear-gradient(135deg, #0f172a, #020617);
    color: #e2e8f0;
    position: relative;
    overflow: hidden;
    /* Justify All Text Content */

.sp-header p,
.sp-card p,
.sp-footer p {
    text-align: justify;
}

}

.strategic-partner::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133,200,21,0.2) 0%, transparent 70%);
    top: -150px;
    right: -150px;
    z-index: 0;
}

.strategic-partner .container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
}

/* Header */

.sp-header {
    text-align: center;
    margin-bottom: 60px;
}

.sp-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #85c815, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sp-header p {
    max-width: 850px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #cbd5e1;
}

/* Grid */

.sp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

/*cards */

/* ===============================
   CARD WRAPPER LAYOUT
================================ */
.sp-card-wrap{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Tablet */
@media (max-width: 991px){
    .sp-card-wrap{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 767px){
    .sp-card-wrap{
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* ===============================
   CARD BASE STYLE
================================ */
.sp-card{
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    text-align: center;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hover */
.sp-card:hover{
    transform: translateY(-12px);
    border-color: #85c815;
    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
================================ */
.sp-card .icon{
    font-size: 42px;
    margin-bottom: 20px;
    color: #38bdf8;
}


/* ===============================
   TITLE
================================ */
.sp-card h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}


/* ===============================
   DESCRIPTION
================================ */
.sp-card p{
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 0;
}


/* ===============================
   BIG BACKGROUND NUMBER
================================ */
.sp-card .card-number{
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 48px;
    font-weight: 700;
    color: rgba(255,255,255,0.06);
    pointer-events: none;
}


/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 767px){

    .sp-card{
        padding: 30px 20px;
        border-radius: 16px;
    }

    .sp-card h3{
        font-size: 20px;
    }

    .sp-card p{
        font-size: 15px;
    }

    .sp-card .icon{
        font-size: 36px;
    }

}


/* Footer */

.sp-footer {
    text-align: center;
}

.sp-footer p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
    color: #94a3b8;
}

/* Responsive */

@media (max-width: 992px) {
    .sp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sp-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .sp-grid {
        grid-template-columns: 1fr;
    }

    .sp-header h2 {
        font-size: 26px;
    }

    .strategic-partner {
        padding: 70px 20px;
    }
}

@media (max-width: 767px){
  .tz-icon-circle{
    display: none !important;
  }
}


