.carousel-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
}

.carousel-navigation .prev-slide,
.carousel-navigation .next-slide {
    user-select: none;
    /* Prevent text selection */
    transition: color 0.3s;
    position: absolute;
    bottom: 10px;
}

.sorting-dropdown {
    display: flex;
    align-content: space-around;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0px;
    margin-bottom: 20px;
}

#sort-options {
    margin-left: 10px;
    padding: 5px;
    font-size: 16px;
    width: 200px;
}

#loader {
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 10;
}

#loader svg {
    position: fixed;
    top: 50%;
    left: 50%;
}

.carousel-navigation .prev-slide {
    left: 10px;
}

.carousel-navigation .next-slide {
    right: 10px;
}

.carousel-navigation .prev-slide:hover,
.carousel-navigation .next-slide:hover {
    color: #0056b3;
}

.taxonomy-category-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    margin-bottom: 40px;
}

.taxonomy-term-info {
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-top: 1px solid #2222225C;
    border-right: 1px solid #2222225C;
    border-left: 1px solid #2222225C;
}

.taxonomy-carousel {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.featured-image img {
    min-height: 500px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.taxonomy-carousel-wrapper .owl-item:not(.active) {
    margin-right: 4px !important;
    border: none;
}

.taxonomy-carousel-wrapper .owl-item {
    border-top: 1px solid #2222225C;
    border-right: 1px solid #2222225C;
    margin: 0px !important;
	margin-left: 0.6px !important;
    padding: 20px;
}

.taxonomy-carousel-wrapper .owl-item img {

    margin-bottom: 25px;
}

.taxonomy-carousel-wrapper {
    display: flex;
}

.taxonomy-term-info {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.owl-theme {
    width: 78%;
}

.header-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-header h2 {
    display: block !important;
    font-family: "Parabole Display", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
}

/* .elementor-widget-container h2 {
    display: none;
} */

.num_portfolio {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.elementor-widget-container h3 {
    font-size: 20px;
    font-weight: 400;
}

.top-info-items {
    display: flex;
    justify-content: space-between;
}

.unit-details {
    display: flex;
    align-items: baseline;
}

.top-info-items span svg {
    font-size: 8px;
    margin: 0px 5px;
}

.elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr;
}

.elementor-divider-separator::before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    border-top: 1px solid;
    margin: 15px;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

.num_portfolio span {
    padding: 5px 5px 0px;
    cursor: pointer;
    color: #000;
}

.num_portfolio span.selected {
   /* color: rgb(58, 58, 241);*/
    /*     background-color: #000; */
	color: #000;
    border-radius: 3px;
    cursor: text;
}
.active:nth-of-type(1) {
    /* Your custom styles here */
    background-color: #f0f0f0; /* Example */
}

.taxonomy-term-info .num_portfolio span.selected{
	color: #000;
}
@media screen and (max-width: 650px) {
    .taxonomy-term-info {
        width: 100%;
    }

    .taxonomy-carousel-wrapper {
        display: block;
    }

    .owl-theme {
        width: 100%;
        margin-bottom: 50px;
    }

    .num_portfolio {
        display: none;
    }

    .carousel-navigation .next-slide {
        bottom: auto;
    }

    .carousel-navigation .prev-slide {
        right: 50px;
        left: auto;
        bottom: auto;
    }

    .taxonomy-term-info h3 {
        margin-bottom: 0px;
    }

    .sorting-dropdown {
        margin: 10px 0px;
    }

    .taxonomy-carousel-wrapper .owl-item:not(.active) {
        margin-right: 10px !important;
    }

    .header-part {
        display: block;
    }

}

/*  */