/* Force a minimum height on all parallax containers */
.parallax-container {
  min-height: 300px;
  background: url('images/bg-breadcrumbs-1-1920x726.jpg') no-repeat center center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make sure the injected mirror layer doesn't show up broken */
.parallax-mirror,
.material-parallax {
  display: none !important;
}

/* Optional: Clean up breadcrumb text */
.breadcrumbs-custom-title {
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.breadcrumbs-custom-path {
  color: white;
  font-size: 16px;
}
 .hover-effect:hover i {
    transform: scale(1.2);
    transition: all 0.3s ease;
  }
  .hover-effect:hover span {
    color: #FFD700; /* Gold highlight on hover */
  }