/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badtestimonials-content .owl-carousel .owl-item{
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -moz-transform:scale(0.9);
    transform:scale(0.9);
}
.badtestimonials-content .owl-item.active{
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}
.badtestimonials-content-info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.badtestimonials-item-info{
    padding-left: 15px;
}
.badtestimonials-wrapper-block {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 6px;
    background-color: #fff;
}
.badtestimonials-main-title {
    padding: 10px;
    background-color: var(--theme-custom-color);
    border-radius: 6px;
}
.badtestimonials-wrapper-block .badmain-title-wrapper .badmain-title {
    padding-bottom: 0;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}
.badtestimonials-item {
    position: relative;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.badtestimonials-item-img-wrapper {
    position: relative;
    z-index: 1111;
}
.badtestimonials-wrapper-block .owl-dots {
    position: static;
    text-align: center;
    padding-top: 20px;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot {
    display: block;
    counter-increment: count;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.badtestimonials-wrapper-block .owl-carousel button.owl-dot.active,.badtestimonials-wrapper-block .owl-carousel button.owl-dot:hover{
    background: transparent;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot:hover span,
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span{
    width: 30px;
    height: 10px;
    background-color: var(--theme-custom-color);
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #AAAAAA;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
}
/*.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #666666;
    text-align: center;
}*/
/*.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active:after {
    background-color: var(--theme-custom-color);
    width: 30px;
    border-radius: 10px;
}*/
.badtestimonials-block .owl-dots::after{
    /* content:''; */
    background:#fff;
    width:80px;
    height:1px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    right:-90px;
    left:auto;
}
.badtestimonials-content-wrapper, .badtestimonials-right {
    padding: 0;
}
.badtestimonials-item-content .badtestimonials-item-title {
    margin: 0
}
.badtestimonials-item-content .badtestimonials-item-sub-title {
    font-size: 12px;
    color: var(--theme-custom-color);
    font-weight: 600;
    display: block;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}
.badtestimonials-item-title{
    text-align: center;
    margin-bottom: 0;
}
.badtestimonials-content-wrapper .badmain-sub-title{
    font-size: 22px;
    font-weight: 400;
    color: var(--theme-custom-color);
    line-height: 28px;
    display: inline-block;
    padding: 0px;
}
.badtestimonials-item-box {
    padding: 15px 0 10px;
    text-align: center;
}
.badtestimonials-item-title a {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
}
.badtestimonials-item-title a span {
    font-size: 14px;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 500;
    margin: 0;
}
.badtestimonials-content-wrapper .badtestimonials-item-sub-title {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.badtestimonials-wrapper-block .bad-all-pagination{
    padding-top: 0;
}
.badtestimonials-item-description {
    font-size: 14px;
    line-height: 28px;
    color: #7d7d7d;
    font-weight: 400;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
    position: static;
    top: 52%;
    left: 19%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
    position: static;
    right: 19%;
    top: 52%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active{
    border: none;
}
.badtestimonials-content-box-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.badtestimonials-content{
    padding: 20px 0;
}
@media(max-width: 1440px){
    .badtestimonials-wrapper-block{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .badtestimonials-wrapper-block {
        margin-top: 0px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        left: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        right: 10%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn{
        top: 68%;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn{
        top: 68%;
    }
    .badtestimonials-item-img-wrapper-2{
        width: 70px;
        height: 70px;
    }
    .badtestimonials-item-img-2{
        width: 40px;
        height: 30px;
    }
}
@media(max-width: 767px){
    .badtestimonials-item::after {
        top: -20%;
        left: -10%;
    }
    .badtestimonials-item::before {
        left: -2%;
        bottom: 23px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-prev-btn {
        left: 16px;
    }
    .bad-all-pagination .badtestimonials-content-pagination .bad-next-btn {
        right: 16px;
    }
    .badtestimonials-wrapper-block .badmain-title-wrapper .badmain-title{
        margin-bottom:6px;
    }
}
@media(min-width: 420px) and (max-width: 580px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        right: 40px;
    }
}
@media (max-width: 575px) {
    .badtestimonials-item::after {
        top: -25%;
        left: -16%;
    }
    .badtestimonials-content-wrapper .badmain-title-wrapper{
        padding-bottom: 0px;
    }

}
@media (max-width: 425px) {
    .badtestimonials-item::after {
        top: -28%;
        left: -23%;
    }
}
@media (max-width: 375px) {
    .badtestimonials-item::after {
        top: -31%;
        left: -31%;
    }
}