/**
* 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;
    background-attachment: fixed;
    /*background-repeat: no-repeat;*/
    background-position: bottom;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 7px;
    background: #DADADA;
    border-radius: 2px;
}
.tvtestimonial {
    position: relative;
    /* padding: 100px 0 ; */
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
    border-radius: 100px;
}
.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;
}
.tvtestimonial-title {
    margin-right: 10px;
}
.tvcmstestimonial .tvmain-title-separator:before,
.tvcmstestimonial .tvmain-title-separator:after {
    background-color: #f0f0f0;
}
@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-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 19px;
    color: #FF9B0066;
    margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #FF6464;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 0;
}
.tvcms-testimonial-next-pre-btn .tvcmsprev-btn:hover,
.tvcms-testimonial-next-pre-btn .tvcmsnext-btn:hover {
    /* border-color: #fff; */
}
/***** testimonial *****/
.tvcmstestimonial .tvtestimonial-dec {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.tvcmstestimonial .tvtestimonial-dec {
    width: 65%;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    margin: auto;
    text-align: start;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
}
.tvcmstestimonial .tvtestimonial-dec {
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #818181;
}
.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 {
    display: block;
    align-items: center;
    margin-bottom: 9px;
}
.tvtestimonial-title {
    margin: 0;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.71;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #7e7e7e;
}
.tvtestimonial-title a {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.52;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000000;
}
.tvtestimonial-title a:hover {
    color: #000;
}
.tvtestimonial-inner-content-box {
    margin-top: 29px;
    position: relative;
    display: flex;
    align-items: center;
}
.tvtestimonial-inner-content-box .tvquote {
    right: 36px;
    bottom: 10px;
    opacity: 80%;
}
.tvtestimonial-inner-content-box .tvquote path {
    fill: #D40000;
}
.tvtestimonial {
    overflow: visible;
    align-items: center;
}
.tvtestimonial-wrapper-info {
    padding: 32px 30px;
    margin: 0 15px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}
.lang-rtl .tvtestimonial-wrapper-info {
    direction: rtl;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    position: relative;
    /* display: flex; */
    margin-inline-start: 25px;
    text-align: start;
    align-items: flex-start;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
    text-align: start;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-slider-inner {
    position: relative;
    margin: 0 -15px;
}
.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;
}
.tvtestimonial-wrapper-info .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-wrapper-info .star i {
    font-size: 18px;
    color: #ffc70070;
    margin: 0 1px;
}
.tvtestimonial-wrapper-info .star.star_on i {
    color: #ffc700;
}
/***** testimonial css *****/
/***** 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) {
    .tvtestimonial-title a {
        font-size: calc(18px + (20 - 18) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media (max-width: 1080px) {
    .tvtestimonial-wrapper-info {
        padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
        display: block;
    }
    .tvtestimonial-wrapper-info {
        padding: 25px 15px;
    }
}

.tvcms-left-testimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-title a {
    color: #000;
}
.tvtestimonial-wrapper-info .tvrattings {
    display: block;
    vertical-align: middle;
    line-height: 1;
    text-align: start;
    margin-bottom: 8px;
}
.tvtestimonial-icon {
    position: absolute;
    bottom: auto;
    right: 30px;
    top: -20px;
    opacity: .3;
}
.lang-rtl .tvtestimonial-icon {
    left: 30px;
    right: auto;
}
.tvrattings .star.star_on i {
    color: #D0021B30;
    font-size: 21px;
}
@media (max-width: 575px) {
    .tvtestimonial-wrapper-info {
        padding: 13px 15px;
    }
}