/**
* 2007-2024 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-2024 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-box-inner {
    padding: 15px 15px 20px;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin: 60px 15px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.owl-item.active:last-child .badtestimonials-content-box-inner::after{
    display: none;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper {
    margin-top: -16%;
    position: relative;
}
.owl-carousel .owl-item .badtestimonials-item-img-wrapper::after{
    position: absolute;
    content: "";
    background-image: url(../img/quotes.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 58px;
    height: 48px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badtestimonials-item-review {
    text-align: left;
}
.badtestimonials-item-img-wrapper img {
    border: 2px solid #fec312;
    border-radius: 100%;
}
.badtestimonials-content-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
}
.badtestimonials-block .badmain-title-wrapper .badmain-title{
    color: #fff;
}  
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot span{
    height: 7px;
    width: 7px;
    display: block;     
    opacity: .6;
    border-radius: 25px;
    background: none;
}
.badtestimonials-block .owl-dots {
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -50px;
}
.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-item-content .badtestimonials-item-title {
    margin: 0;
    text-align: left;
}
.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 a {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-family:var(--badtheme-font-name-2);
    font-weight:700;
}
.badtestimonials-item-description {
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    font-weight: 500;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 15px 0 10px;
    text-align: left;
    position: relative;
}
.badtestimonials-content{
    padding: 0;
}
.badtestimonials-item-content span {
    color: #000000;
    font-size: 18px;
    margin: 0 10px;
    display: none;
}
.badtestimonials-block .owl-carousel .owl-item img {
    width: 115px;
    margin: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 5px;
    height: 20px;
    background-color: #d6d6d6;
    border-radius: 20px;
    margin: 10px 0;
}
.badtestimonials-wrapper-block .owl-carousel .owl-dots .owl-dot.active span{
    background: none;
}
@media(max-width:1400px){
    .badtestimonials-content-box-inner {
        margin:60px 15px 20px;
    }
    .badtestimonials-content-box-inner{
        padding: 35px 15px 20px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -15%;
    }
    .badtestimonials-content-wrapper {
        padding-top: 40px;
    }
}
@media(max-width: 1200px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper{
        margin-top: -17%;
    }
    .badtestimonials-item-description{
        font-size: 15px;
        line-height: 25px;
    }
    .badtestimonials-content-wrapper .badmain-sub-title {
        font-size: 26px;
        line-height: 30px;
        margin: 15px 0 10px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after{
        right: 0;
    }
}
@media(max-width: 991px){
    .badtestimonials-block .owl-carousel .owl-item img{
        width: 90px;
    }
    .badtestimonials-content-box-inner .badtestimonials-item {
        padding: 0 15px;
    }
    .badtestimonials-item-description {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
    .badtestimonials-block .badmain-title-wrapper .badmain-title{
        margin-bottom: 15px;
    } 
    .badtestimonials-content-box-inner {
        margin: 60px 15px 15px;
    }
    .badtestimonials-item-title a {
        font-size: 18px;
        line-height: 22px;
    }
    .badtestimonials-content-wrapper .badtestimonials-item-sub-title {
        font-size: 12px;
        line-height: 24px;
    } 
    .owl-carousel .owl-item .badtestimonials-item-description::after {
        width: 45px;
        height: 40px;
        background-size: contain;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper{
        margin-top: -23%;
    }
}
@media(max-width: 767px){
    .badtestimonials-content-box-inner::after {
        display: none;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -12%;
    }
    .badtestimonials-content-box-inner {
        margin: 50px 15px 5px;
    }
}
@media(max-width:665px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -14%;
    }
}
@media(max-width: 575px) {
    .badtestimonials-content-wrapper {
        width: 100%;
    }
    .badtestimonials-right{
        width: 100%;
    }
    .badtestimonials-content-wrapper {
         padding: 0; 
    }
    .badtestimonials-content-box-inner .badtestimonials-item {
        padding: 0;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -13%;
    }
    .badtestimonials-item-title a{
        font-size: 16px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper{
        margin-top: -15%;
    }
}
@media(max-width:440px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -22%;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper::after {
        width: 48px;
        height: 38px;
    }
}
@media(max-width:420px){
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -22%;
    }
}
@media(max-width: 350px){
    .badtestimonials-block .owl-carousel .owl-item img {
        width: 90px;
    }
    .badtestimonials-item-description{
        font-size: 14px;
        margin: 10px 0 5px;
    }
    .owl-carousel .owl-item .badtestimonials-item-img-wrapper {
        margin-top: -30%;
    }
}