/**
* 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 mailto: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 <mailto: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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/************************testimonial****************/
.tvtestimonial {
    position: relative;
}
.tvcmstestimonial {
    margin-bottom: 100px;
    padding-block: 100px;
    position: relative;
    background-size: cover;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 10px;
}
.tvtestimonial-content-box.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 7px;
    background: #DADADA;
    border-radius: 2px;
}
.tvtestimonial {
    position: relative;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: 0;
    width: auto;
    border-radius: 100%;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
    }
}
/***************** left testimonial ************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}
.tvtestimonial-wrapper-info .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-wrapper-info .star,
.tvtestimonial-wrapper-info .star i {
    font-size: 22px;
    color: #E29E3199;
}
.tvtestimonial-wrapper-info .star.star_on,
.tvtestimonial-wrapper-info .star.star_on i {
    color: #E29E31;
}
.tvtestimonial-wrapper-info .tvrattings {
    padding-top: 5px;
    display: inline-flex;
    gap: 6px;
}
/**** testimonial ****/
.tvtestimonial-slider-inner .tvtestimonial-content-box .owl-item.active.center {
    z-index: 1;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: hidden;
    padding-top: 20px;
    color: #C4BBE3;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    opacity: .8;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding-bottom: 25px;
}
.tvcmstestimonial-main-title-wrapper {
    position: relative;
}
.tvtestimonial-title-des i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    color: #222222;
    font-size: 25px;
}
.tvtestimonial-title-des {
    position: relative;
}
.tvtestimonial-info-box {
    display: flex;
    align-items: center;
    gap: 14px;
}
.tvtestimonial-title {
    margin: 0;
    padding-bottom: 3px;
}
.tvtestimonial-title a {
    position: relative;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.tvcmstestimonial .tvtestimonial-designation {
    display: inline-block;
    text-transform: capitalize;
    color: #C4BBE3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-wrapper-info {
    padding: 40px 28px;
    margin: 0 15px;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}
.tvtestimonial-wrapper-info:hover {
    border-color: #5ADEEB;
}
.tvtestimonial-slider-inner {
    position: relative;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
    padding: 0;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
    padding: 0 15px;
}
.tvcms-left-testimonia .tvtestimonial-title-des {
    margin-bottom: 10px;
}
/**** left testimonial ****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
/**** end testimonial ****/
.tvtestimonial-inner-content-box .tvquote {
    position: absolute;
    right: 30px;
    bottom: 35px;
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #B47aea;
}