/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/carrer/career-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*/

  /* Form Section */
    .form-section {
      padding: 50px 0;
    }

    .form-card {
      background: linear-gradient(145deg, #111, #1a1a1a);
      border: 1px solid #333;
      border-radius: 16px;
      padding: 2.5rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
    }

    .form-card h3 {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: 600;
    }

    .form-card p {
      color: #aaa;
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
    }

    /* Labels & Inputs */
    .form-label {
      color: #ccc;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .form-control,
    textarea,
    select {
      background-color: #1e1e1e;
      border: 1px solid #444;
      color: #fff;
      border-radius: 8px;
      padding: 10px 14px;
      font-family: 'Outfit', sans-serif;
    }

    .form-control::placeholder,
    textarea::placeholder {
      color: #777;
    }

    .form-control:focus,
    textarea:focus,
    select:focus {
      border-color: #91d904;
      box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
      outline: none;
    }

    /* Submit Button */
    .submit-btn {
      background: linear-gradient(45deg, #91d904, #91d904);
      color: white;
      border: none;
      padding: 14px 30px;
      font-weight: 600;
      font-size: 1.05rem;
      border-radius: 8px;
      cursor: pointer;
      width: 100%;
      transition: all 0.3s ease;
      margin-top: 1rem;
    }

    .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
    }

    /* Declaration Checkbox */
    .declaration {
      margin: 1.5rem 0;
    }

    .declaration label {
      color: #ccc;
      font-size: 0.95rem;
    }

    .declaration input[type="checkbox"] {
      transform: scale(1.2);
      margin-right: 10px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.5rem;
      }
      .hero-subtitle {
        font-size: 1rem;
        padding: 0 15px;
      }
      .form-card {
        padding: 1.5rem;
      }
    }
     @media (max-width: 767px) {
    .tz-breadcrumb {
       background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        /* min-height: 400px; */
        /* height: auto; */
        min-height: 313px;
        background-repeat: no-repeat;   }
        .tz-header1 {
    position: fixed;
    top: -14px;
    z-index: 999;
    width: 100%;
    background-color: #fff0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tz-breadcrumb {
    padding: 146px 0;
    padding-top: 119px;
    padding-bottom: 0px;
    
}
    .tz-breadcrumb__title {
        font-size: 1rem !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    }
    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}.form-section{
  padding: 0px;
}
}

/* ================= Careers Strip Cards ================= */
.career-strip-section {
  padding: 50px 0 50px;
  background-color: #0f0f0f;
}

.career-strip-title h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 55px;
  color: #ffffff;
}

.career-strip-title span {
  color: #91d904;
}

/* Wrapper */
.career-strip {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Card */
.career-strip-card {
  position: relative;
  display: flex;
  gap: 25px;
  padding: 32px 36px;
  background: #121212;
  border-radius: 18px;
  border-left: 6px solid #2b2b2b;
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  transition: all 0.35s ease;
}

.career-strip-card:hover {
  transform: translateX(8px);
  border-left-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);

}

/* Index */
.strip-index {
  font-size: 26px;
  font-weight: 800;
  color: rgba(145,217,4,0.7);
  min-width: 50px;
}

/* Text */
.career-strip-card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.9;
  color: #d5d5d5;
}

/* Highlight card */
.career-strip-card.highlight {

  border-left-color: #91d904;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
  .career-strip-title h2 {
    font-size: 30px;
  }

  .career-strip-card {
    padding: 28px 26px;
  }
}

@media (max-width: 575px) {
  .career-strip-section {
    padding: 65px 0 45px;
  }

  .career-strip-card {
    flex-direction: column;
    gap: 12px;
  }

  .strip-index {
    font-size: 22px;
  }

  .career-strip-card p {
    font-size: 15px;
  }
}