.breadcrumb-container {
    background-color: #d6f0e5; /* Light green background */
    border-radius: 15px;
    position: relative;
}

/* Optional: Background pattern */
.breadcrumb-container::before {
    content: "";
    /* background: url('your-pattern-image.png'); Replace with an actual pattern */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 15px;
    z-index: 0;
}

/* Ensure text appears above background */
.breadcrumb-container nav {
    position: relative;
    z-index: 1;
}

.itemsfound {
    background-color: lightblue;
    padding: 10px;
    border-radius: 0px 12px 0px 12px;
}