img.image-taxonomy {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-stage-outer {
    padding: 0px; 
    margin: 0px;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #000000;
    background: #fff;
    box-shadow: 0px 10px 25px 0px #365F681A;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}


.owl-carousel .owl-dots {
    margin-top: 20px;
}

.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    background: var(--theme-primary-color);
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}


.tf-taxonomy-wrap .tf-booking-type-wrap.tf-taxonomy-inner.has-carousel .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.tf-booking-type-wrap.tf-taxonomy-inner.has-carousel .owl-carousel {
    padding: 0 5px;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-6 .item {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-5 .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-4 .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-3 .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-2 .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner.column-1 .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-taxonomy-wrap .tf-taxonomy-inner {
    margin: -20px 0;
}

.tf-taxonomy-wrap .tf-taxonomy-inner .item {
    padding: 20px;
}

.tf-taxonomy-wrap .item .taxonomy-post:hover {
    cursor: pointer;
}

.tf-booking-type-wrap .owl-carousel .owl-dots {
    text-align: left;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 999px;
    margin: 0 4px;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot::after {
    display: none;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 999px;
}

.tf-booking-type-wrap .owl-carousel .owl-dots .owl-dot.active {
    width: 32px;
    background: var(--theme-primary-color);
}

.taxonomy-post .name a {
    color: inherit;
}

.taxonomy-post .name:hover {
    color: var(--theme-primary-color);
}

.taxonomy-post .feature-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* style1 */
.style1 .taxonomy-post {
    border-radius: 16px;
    overflow: hidden;
}

.style1 .taxonomy-post .content {
    padding: 48px 32px 32px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #EDEDED;
    border-radius: 0 0 16px 16px;
}

.style1 .booking-type-post .feature-image {
    position: relative;
}

.style1 .booking-type-post .feature-image .number-tour {
    position: absolute;
    bottom: 0;
    left: 32px;
    transform: translateY(50%);
    color: #fff;
    background: var(--theme-primary-color);
    padding: 8px 26px; 
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style1 .booking-type-post .feature-image .number-tour:hover {
    background: #24272C;
}

/* style2 */
.style2 .taxonomy-post {
    padding:  29px 24px 24px;
    border-radius: 16px;
    border: 1px solid #ECECEC;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.style2 .taxonomy-post::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--theme-primary-color);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.style2 .taxonomy-post:hover::after {
    height: 100%;
}

.style2 .booking-type-post .feature-image img,
.style2 .booking-type-post .feature-image svg {
    color: var(--theme-primary-color);
    width: 80px;
}

.style2 .taxonomy-post:hover .feature-image svg {
    color: #fff;   
}

.style2 .taxonomy-post .feature-image {
    
    margin-bottom: 23px;
}

.style2 .taxonomy-post .feature-image,
.style2 .taxonomy-post .content {
    position: relative;
    z-index: 5;
}

.style2 .booking-type-post .content .name {
    color: #24272C;
    margin-bottom: 2px;
}

.style2 .booking-type-post .number-tour {
    color: #5F615E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.style2 .booking-type-post .feature-image svg,
.style2 .booking-type-post .content .name ,
.style2 .booking-type-post .number-tour {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style2 .taxonomy-post:hover .number-tour, 
.style2 .taxonomy-post:hover .content .name, 
.style2 .taxonomy-post:hover svg {
    color: #fff;
}

/* style3 */
.style3 .taxonomy-post {
    text-align: center;
}

.style3 .booking-type-post .feature-image img,
.style3 .booking-type-post .feature-image svg {
    color: var(--theme-primary-color);
    width: 64px;
}

.style3 .taxonomy-post:hover .feature-image svg {
    color: #fff;   
}

.style3 .taxonomy-post .feature-image {
    margin: 0 auto;
    margin-bottom: 24px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDF8F1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style3 .taxonomy-post:hover .feature-image {
    background: var(--theme-primary-color);
}

.style3 .booking-type-post .content .name {
    color: #24272C;
    margin-bottom: 2px;
}

.style3 .booking-type-post .content .name:hover {
    color: var(--theme-primary-color);
}

.style3 .booking-type-post .number-tour {
    color: #5F615E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.style3 .booking-type-post .feature-image svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style3 .taxonomy-post:hover svg {
    color: #fff;
}

/* Style 4 */

.style4 .taxonomy-post {
    text-align: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.style4 .taxonomy-post .feature-image::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.34%, rgba(0, 0, 0, 0.8) 100%);
}

.style5 .taxonomy-post .feature-image img,
.style1 .taxonomy-post .feature-image img,
.style4 .taxonomy-post .feature-image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style1 .taxonomy-post .feature-image a {
    overflow: hidden;
    display: block;
}

.style5 .taxonomy-post:hover .feature-image img,
.style1 .taxonomy-post:hover .feature-image img,
.style4 .taxonomy-post:hover .feature-image img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.style4 .booking-type-post .content {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 5;
}

.style4 .booking-type-post .content .name {
    color: #fff;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style4 .booking-type-post .content .name:hover {
    color: var(--theme-primary-color);
}

.style4 .booking-type-post .number-tour {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}


/* Style 5 */

.style5 .taxonomy-post {
    text-align: center;
}

.style5 .taxonomy-post .feature-image  img {
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 23px;
    max-width: 120px;    
}


.style5 .booking-type-post .content .name {
    color: #24272C;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style5 .booking-type-post .content .name:hover {
    color: var(--theme-primary-color);
}

.style5 .booking-type-post .number-tour {
    color: #5F615E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

/* Style 6 */

.style6 .tf-booking-type-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.style6 .tf-booking-type-wrap .item {
    all: unset !important;
    padding: 0;
}

.style6 .booking-type-post .box-card-inner a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #fff;
}

.style6 .booking-type-post .box-card-inner a img,
.style6 .booking-type-post .box-card-inner a svg {
    width: 20px;
    height: 20px;
    color: #fff;
}


.style6 .booking-type-post .box-card-inner a:hover {
    background: var(--theme-primary-color);
}


@media only screen and (max-width:1500px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}

@media only screen and (max-width:1200px) {
    .owl-carousel .owl-nav button.owl-prev ,
    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
 
    .tf-taxonomy-wrap.column-tablet-1 .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-taxonomy-wrap.column-tablet-2:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-taxonomy-wrap.column-tablet-3:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .tf-taxonomy-wrap.column-tablet-4:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }


}

@media only screen and (max-width: 767px) {
    .tf-taxonomy-wrap.column-mobile-2:not(.has-carousel) .tf-taxonomy-inner .item {
        margin-bottom: 0px;
    }

    .tf-taxonomy-wrap .tf-taxonomy-inner .item {
        padding: 0px 5px;
    }

    .tf-taxonomy-wrap .tf-taxonomy-inner {
        margin: 0 -5px;
    }

    .tf-taxonomy-wrap .tf-taxonomy-inner {
        row-gap: 12px;
    }

    

    .tf-taxonomy-wrap.column-mobile-1:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-taxonomy-wrap.column-mobile-2:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-taxonomy-wrap.column-mobile-3:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .tf-taxonomy-wrap.column-mobile-4:not(.has-carousel) .tf-taxonomy-inner .item {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tf-taxonomy-inner.column-2 .item::after {
        display: none;
    }
}