/**
* 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
*
* 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;
    position: relative;
}
.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: auto;
    width: auto;
    border-radius: 5px;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
.tvtestimonial-title-des {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;*/
    /*    margin-bottom: 10px;*/
}
@media (max-width: 992px) {
.tvtestimonial-inner-content-box .tvtestimonial-info-box{
   padding-top: calc(18px + (30 - 18) * ((100vw - 280px) / (992 - 280)));
}
}
@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-title a {
        font-size: calc(15px + (18 - 15) * ((100vw - 280px) / (991 - 280)));
    }
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 18px;
    color: #FF9B0040;
    margin: 0 1.5px;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 15px;
}
.tvrattings span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    margin-inline-start: 5px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FF940C;
}
.tvtestimonial-info-box .tvrattings {
    line-height: 14px;
}
/**** testimonial ****/
.tvtestimonial-inner-content-box {
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
}
.tvtestimonial-wrapper-info:hover .tvtestimonial-inner-content-box {
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.10);
    border-color: transparent;
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    overflow: hidden;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 16px;
    width: 80%;
    line-height: 1.5;
    letter-spacing: 0.64px;
    color: #292828;
}
.tvcmstestimonial .tvtestimonial-dec {
    padding-bottom: 35px;
}
.tvtestimonial-title-des i {
    color: #222222;
    font-size: 25px;
}
.tvtestimonial-title-des {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tvtestimonial-title {
    text-align: start;
}
.tvtestimonial-img-block {
    margin-inline-end: 20px;
}
.tvtestimonial-title a {
    position: relative;
    font-weight: 600;
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #000000;
}
.tvtestimonial-info-box svg {
    margin-bottom: 30px;
}
.tvcmstestimonial .tvtestimonial-designation {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #292828;
    margin-top: 10px;
}
.tvtestimonial-title a::before {
    position: absolute;
    /* content: ""; */
    width: 4px;
    height: 4px;
    right: -11px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
}
.tvcms-left-testimonial .tvtestimonial-title a,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 32px 15px;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-wrapper-info {
    padding: 0 15px;
}
.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;
}
.tvtestimonial-content-box {
    text-align: center;
}
/**** testimonial css ****/
.tvcmstestimonial .tvcms-main-title .tvmain-title h2,
.tvcmstestimonial .tvcms-main-title .tvmain-desc {
    /*color: #ffffff;*/
}
/**** 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 ****/
@media (max-width: 1440px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 95%;
    }
}
@media (max-width: 1280px) { 
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
    .tvtestimonial-title a {
        font-size: 18px;
    }
    .tvcmstestimonial .tvtestimonial-designation {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 25px 15px;
    }
    .tvtestimonial-info-box svg {
        margin-bottom: 15px;
    }
    .tvcmstestimonial .tvtestimonial-dec {
        padding-bottom: 20px;
    }
    .tvcmstestimonial .tvtestimonial-dec, 
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        padding-bottom: 15px;
    }
    .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding-top: 22px;
    }
    .tvtestimonial-wrapper-info {
        padding: 0 4px;
    }
    .tvtestimonial-slider-inner {
        margin: 0 -4px;
    }
    .tvcmstestimonial .tvtestimonial-dec, 
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 14px;
    }
    .tvtestimonial-title a {
        font-size: 15px;
    }   
    .tvcmstestimonial .tvtestimonial-designation {
        font-size: 13px;
    }
    .tvtestimonial-img-block {
        margin-inline-end: 13px;
    }
    .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 20px 7.5px;
    }
    .tvtestimonial-info-box svg {
        width: 50px;
        height: 35px;
    }
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #9C607E;
}