.dark-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bread-crumbs2 {
    max-width: 440px;
}
.price-title2 .nav-tabs,
.price-title3 .nav-tabs {
    max-width: 308px;
}

.info-box button.active {
    background-color: var(--theme-color);
    color: #fff;
}
.info-box button:hover span {
    background-color: #fff;
}

.info-box button:hover span img {
    filter: invert(0);
}
.search-btn {
    background: transparent;
    border: none;
}
/* Testimonial custom pagination */
.testi .testi-pagination {
    position: static;
    margin-top: 56px;
    padding: 10px 0;
    min-height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    overflow: visible;
}

.testi .testi-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: #120722;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.testi .testi-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border: 1px solid #120722;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.testi .testi-pagination .swiper-pagination-bullet-active {
    background: #120722;
}

.testi .testi-pagination .swiper-pagination-bullet-active::before {
    opacity: 1;
    visibility: visible;
}

.active .testi .testi-pagination .swiper-pagination-bullet {
    background: #fff;
}

.active .testi .testi-pagination .swiper-pagination-bullet::before {
    border-color: #fff;
}

.active .testi .testi-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
