@media (max-width: 576px) {
  .tz-header1 .col-4 .tz-header1__logo img {
    max-height: 60px;
    width: auto;
  }

  .tz-header1 .col-4 {
    width: 50%;
  }

  .tz-header1 .col-8 {
    width: 49%;
  }
}

#hero {
  background-image: url("assets/images/breadcrumb/breadcrumb-img.jpg"); /* Update the path */
  background-size: cover; /* Cover the entire container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent image repetition */
  height: 100vh; /* Full viewport height */
}

#hero-content {
  margin-top: 200px;
}

/* logo invert code  */
/* .tz-header1 .tz-header1__logo img {
  filter: brightness(0) invert(1); 
  transition: filter 0.3s ease;
}

.tz-header1.sticky .tz-header1__logo img {
  filter: none; 
} */

bg-white {
  background-color: #fff !important;
}

.text-black {
  color: #000000 !important;
}

.text-gray {
  color: darkslategray;
}
