* {
    box-sizing: border-box;
}

body {
    position: relative;
    padding-bottom: 368px;
    min-height: 100vh;
}

.fa-regular,
.fa-solid {
    color: var(--primary-color);
    font-size: var(--fs-12);
}


/* breadcrumb */

.top-breadcrumb .breadcrumb {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
    background-color: transparent;
}

.top-breadcrumb .breadcrumb a {
    color: #444444;
    transition: 0.3s;
    width: 100%;
    text-decoration: none;
}

.top-breadcrumb .breadcrumb a:hover {
    color: #444444;
    text-decoration: underline;
}

.top-breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #444444;
}

.top-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.top-breadcrumb .breadcrumb a.active {
    color: var(--primary-color);
    font-weight: 550;
    text-decoration: none;
}


/* filter-button-container css starts */

.filter-panel--heading {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-top: 5px;
}

.filter-button-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.8rem;
    margin: 0 -0.4rem;
}

.filter-button-container>* {
    margin: 0 0.4rem;
    height: 30px;
    line-height: 1.2;
}

.filter-button-container .form-group {
    min-width: 40%;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    span.filter-panel--item-count {
        display: none;
    }
}

span.filter-panel--item-count {
    align-self: center;
    text-align: right;
    margin-right: 15px;
    margin-top: -10px;
    color: #6a6f73;
}

.filter-button-container button.btn {
    position: relative;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #727272;
    height: 30px;
    padding: 0px 15px;
    border: 1px solid #dadada;
    justify-content: center;
    font-weight: 450;
}

.select-container select.custom-select {
    position: relative;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #727272;
    height: 30px;
    padding: 0px 10px;
    border: 1px solid #dadada;
    background-color: transparent;
    justify-content: center;
    outline: 0;
    box-shadow: none;
    font-weight: 450;
}

i.fa.fa-bars {
    color: #727272;
}

i.fa-angle-down {
    line-height: 1rem;
    color: var(--primary-color);
    margin-left: 10rem;
}

.text-md {
    font-weight: 400;
    line-height: 1.4rem;
    font-size: 1rem;
}

select {
    color: #3c3b37;
}

.sidebar-filter {
    cursor: pointer;
}

.filter-toggle-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 12px 0;
    font-weight: 500;
    text-align: left;
}

.filter-toggle-btn:focus {
    box-shadow: none;
}

.toggle-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}


/* Rotate icon when open */

.filter-toggle-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}


/* filter-button-container ends */


/* Main filters and card starts */

#headFilters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.accordion-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.accordion-title {
    font-size: 16px;
    font-weight: 500;
}

.toggle-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.accordion-panel-title {
    font-size: 11.5px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.toggle-icon {
    font-size: 11px;
    color: var(--primary-color);
    flex-shrink: 0;
    pointer-events: none;
    transition: transform 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}


/* ── Divider ── */

.bottomline {
    margin: 10px 0;
    border-color: #ebebeb;
}


/* ── Collapse Content Padding ── */

.collapse.show,
.collapsing {
    padding-bottom: 4px;
}


/* common side filter starts */


/* filter-rating */


/* ── Star Rating ── */

.filter-starrating {
    border: none;
    padding: 2px 0;
    margin: 0;
}

.ratings-star {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 4px;
    padding: 3px 2px;
    border-radius: 6px;
    transition: background 0.15s;
}

.ratings-star:hover {
    background: #f0f6ff;
}

.ratings-star ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1px;
}

.ratings-star ul i {
    font-size: 11px;
    color: var(--primary-color);
}

.ratings-star input[type="radio"] {
    accent-color: var(--primary-color);
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.label-text {
    font-size: 0.82em;
    color: #73726c;
    padding-left: 3px;
}


/* ── Checkboxes ── */

.form-check {
    padding-left: 1.6rem;
    margin-bottom: 4px;
}

.form-check-input {
    accent-color: var(--primary-color);
}

.form-check-label.label-text {
    font-size: 0.85em;
    color: #555;
}


/* common side filter ends */

.img-circle-50 {
    width: 75px !important;
    height: 75px !important;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 7%) 0px 0px 0px 1px;
}

.img-circle-50.ml-15-mb-15 {
    margin-left: 75px;
    margin-bottom: 15px;
}

.form-select-custom {
    width: 100%;
    margin-top: -5px;
    height: 32px;
}

.dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
}

.dropdown-divider {
    margin: 0;
}

.dropdown-menu {
    padding: 0;
}


/* our nav tabs starts */

.mynav-tabs .nav-tabs .nav-link {
    background: 0 0;
    display: block;
    min-height: 40px;
    padding: 9px 5px 5px;
    margin: 0 20px 0px 0px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    color: #727272;
    overflow-y: hidden;
    overflow-x: auto;
    border: none;
    border-radius: 0;
    z-index: 2;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.mynav-tabs .nav-tabs .nav-link.active,
.mynav-tabs .nav-tabs .nav-link.active:hover,
.mynav-tabs .nav-tabs .nav-link.active:active {
    color: var(--primary-color);
    font-weight: 550;
    border: 0;
    background-color: transparent;
    text-decoration: none;
}

.mynav-tabs .nav-tabs .nav-link.active {
    box-shadow: inset 0 -2px 0 var(--primary-color);
}


/* our nav tabs ends */

.offcanvas-backdrop {
    height: -webkit-fill-available;
}


/* LAYOUT */

.top-content-wrapper {
    display: flex;
    width: 100%;
    position: relative;
}


/* ── DESKTOP SIDEBAR */

#filterSidebar {
    flex: 0 0 250px;
    max-width: 250px;
    transition: 400ms cubic-bezier(.2, 0, .38, .9);
    position: relative;
    left: 0;
    padding: 10px;
    margin-top: 10px;
    background-color: #fff;
}


/* Collapse sidebar */

#filterSidebar.active {
    margin-left: -260px;
}

#filterSidebar,
.right-card-wrapper {
    will-change: margin;
}


/* Content */

.right-card-wrapper {
    flex: 1;
    transition: 400ms cubic-bezier(.2, 0, .38, .9);
    padding: 0 10px;
}

#dismiss {
    display: none;
}


/* ── CONTENT AREA */

.right-card-wrapper {
    flex: 1;
    transition: all 0.3s ease;
    padding-left: 15px;
}

.right-card-wrapper.expand {
    padding-left: 0;
}


/* ── MOBILE */

@media (max-width: 992px) {
    #filterSidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 260px;
        background: #fff;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        margin-top: 0;
        padding: 20px;
    }
    #filterSidebar.active {
        transform: translateX(0);
        margin-left: 0;
    }
    .right-card-wrapper {
        padding-left: 0;
    }
    .overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1040;
        display: none;
    }
    .overlay.active {
        display: block;
    }
    #dismiss {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
}


/* owl-carousel */

.owl-carousel .owl-item img.cardImg {
    display: block;
    width: 75px;
    height: 75px;
}

.owl-carousel .owl-item img.owlcardImg {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}