.breadcrumb-1 {
    padding: 3px 19px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    text-align: right;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e7ecf0;
    border-radius: 50px;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 7%);
}

.breadcrumb-1 a {
    padding: 0 25px;
    line-height: 50px;
    position: relative;
}

.breadcrumb-1 .current-crumb {
    padding: 0 25px;
    line-height: 50px;
    position: relative;
}

.breadcrumb-1 a::after, 
.breadcrumb-1 a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2em;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-right: 1.1em solid;
    left: -1em;
}

.breadcrumb-1 a::before {
    border-right-color: #e7ecf0;
    left: -1.1em;
    z-index: 1;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .elementor .elementor-element .elementor-widget-container .breadcrumb-1 a::after {
    border-right-color: var(--ahura-c-bg-primary);
}

html:is(.ahura-dark-theme, .ahura-black-theme) .elementor .elementor-element .elementor-widget-container .breadcrumb-1 a::before {
    border-right-color: var(--ahura-c-bg-secondary);
}

.breadcrumb-1 a::after {
    z-index: 1;
    border-right-color: #fff;
}

.breadcrumb-1 a:hover {
    color: #5222d0;
}

.breadcrumb-1 a,
.breadcrumb-1 span {
    font-size: 15px;
    font-weight: 400;
}