.breadcrumb-wrapper {
    position: relative;
    direction: rtl;
    /* text-align: center; */
    padding-bottom: 18px;
}

.custom-breadcrumb {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 700;

}

.custom-breadcrumb a:hover {
    color: #0d6efd;
}

.custom-breadcrumb .active {
    font-weight: 500;
    color: #000;
}

.breadcrumb-curve {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 16px;
}

.breadcrumb-curve path {
    fill: none;
    stroke: #1e90ff;
    stroke-width: 3;
    stroke-linecap: round;
}
