/**
* 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;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: 0;
    width: auto;
}
.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvcms-main-title .tvmain-desc,
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    /*color: #222222;*/
}
.tvtestimonial-img-block {
    margin-bottom: 15px;
    margin-right: 20px;
}
.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;
}
.tvtestimonial-main-content-box {
    display: flex;
    align-items: center;
}
@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;
    }
}

.tvcmstestimonial {
    margin-bottom: 30px;
    padding: 0;
}
.tvcmstestimonial .tvcms-main-title .tvmain-title,
.tvcmstestimonial .tvcms-main-title .tvmain-sub-title,
.tvcmstestimonial .tvcms-main-title .tvmain-desc,
.tvcmstestimonial .tvtestimonial-dec {
    /*color: #888888;*/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    /*line-height: 24px;*/
}
.tvtestimonial-img-block {
    /*margin-bottom: 40px;*/
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    margin: auto;
    /*text-align: center;*/
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 30px;
}
.tvcmstestimonial .tvtestimonial-dec {
    /*margin-bottom: 0;*/
}
.tvtestimonial-title-des i {
    /*transform: rotate(180deg);*/
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    color: #ccc;
    font-size: 19px;
}
.tvtestimonial-title-des .tvrattings {
    display: flex;
}
.tvtestimonial-title-des {
    display: block;
    margin-bottom: 15px;
}
.tvtestimonial-title {
    margin: 0;
    padding-bottom: 10px;
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    border-radius: 100%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.tvtestimonial-title-des {
    display: flex;
    align-items: center;
    position: relative;
}
.tvtestimonial-title-des:after {
    position: absolute;
    content: '';
    background-image: url(../img/quote.png);
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 43px;
    height: 31px;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #aeaeae;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 15px;
    margin-top: 6px;
}
.tvcmstestimonial .tvcmstestimonial-main-title-wrapper {
    /*display: none;*/
}
.tvtestimonial-title a {
    font-size: 18px;
    font-family: "Nimbus Sans";
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #313131;
}
.tvtestimonial-title a:hover {
    color: #222222;
}
.tvtestimonial-inner-content-box {
    margin-bottom: 30px;
    padding: 0 15px;
}
.tvtestimonial {
    overflow: hidden;
    padding: 0;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    padding: 0; 
    padding: 20px;
    margin-top: 100px;
    background-color: #ffffff;
}
.tvcmstestimonial .tvtestimonial-inner-border-box {
    border: 1px dashed #aeaeae50;
    padding: 30px;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvcmstestimonial .tvcms-main-title {
    text-align: left;
}
.tvtestimonial-second-bg-image {
    position: relative;
    margin-left: -84px;
}
.tvcmstestimonial .tvtestimonial-slider-inner .tvtestimonial-content-box {
    /*border: 1px solid #e5e5e5;*/
    /*margin-top: 50px;*/
    /*background-color: #ffffff;*/
    /*background-color: #ffffff;*/
    position: absolute;
    top: 0;
    width: 70%;
    right: 0;

}
.tvcmstestimonial .tvtestimonial-img-block {
    /*margin-top: -50px;*/
}

.tvtestimonial-slider-inner {
    padding: 0;
    margin: 0 auto;
    overflow: visible;
    /*width: 34%;*/
}
.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
}
.tvtestimonial-content-box {
    /*text-align: center;*/
}
.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    /*overflow: visible;*/
}
.tvcmstestimonial .tvcmsnext-btn {
    right: 45px;
    top: 77%;
    position: absolute;
}
.tvcmstestimonial .tvcmsprev-btn {
    left: auto;
    right: 45px;
    top: 70%;
    position: absolute;
}
@media (max-width: 1440px) {
    .tvcmstestimonial .tvcmsprev-btn {
        right: 17%;
    }
    .tvcmstestimonial .tvcmsnext-btn{
        top: 70%;
    }
    .tvcmstestimonial .tvtestimonial-inner-border-box {
        padding: 15px;
    }
    .tvcmstestimonial .tvcms-main-title .tvmain-title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1200px) {
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        /*padding: 40px 30px;*/
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 15px;
    }
    .tvtestimonial-img-block {
        margin-bottom: 20px;
    }
    .tvcmstestimonial .tvcmsprev-btn {
        right: 20%;
    }
    .tvtestimonial-title {
        padding: 0;
    }
    .tvcmstestimonial .tvcmsprev-btn,
    .tvcmstestimonial .tvcmsnext-btn {
        top: 80%;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        margin-bottom: 20px;
    }
    .tvcmstestimonial .tvtestimonial-slider-inner .tvtestimonial-content-box {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 30px 20px;
    }
    .tvcmstestimonial .tvtestimonial-slider-inner .tvtestimonial-content-box {
        width: 90%;
    }
    .tvcmstestimonial .tvcmsprev-btn {
        right: 25%;
    }
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 30px;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
    .tvcmstestimonial .tvtestimonial-slider-inner .tvtestimonial-content-box,
    .tvtestimonial-first-bg-image,
    .tvtestimonial-slider-inner {
        width: 100%;
        text-align: center;
    }
    .tvcmstestimonial .tvcmsnext-btn,
    .tvcmstestimonial .tvcmsprev-btn {
        position: unset;
    }
    .tvcms-testimonial-next-pre-btn {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        margin-top: 30%;
    }
    .tvtestimonial-first-bg-image {
        margin-bottom: 20px;
    }
    .tvtestimonial-second-bg-image {
        margin-left: 0;
    }
    .tvtestimonial-main-content-box {
        display: block;
        margin: 0 -15px
    }
}
@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 15px;
    }
    .tvtestimonial {
        padding: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 14px;
    }
    .tvcmstestimonial .tvtestimonial-designation,
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        /*padding-bottom: 15px;*/
    }
    .tvtestimonial-inner-content-box {
        margin: 0;
    }
}
/***** left testimonial *****/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
.tvtestimonial-logo {
    display: flex;
    align-items: center;
}
.owl-item .tvtestimonial-logo img {
    width: auto;
    margin: 0;
    margin-right: 15px;
}

.tvtestimonial-logo span {
    font-size: 16px;
    font-weight: 400;
    color: #A4A3A3;
}

.tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
    box-shadow: 2px 14px 10px 0px rgba(0, 0, 0, 0.14);
    /*box-shadow: 2px 14px 53px rgba(49, 49, 49, 0.141);*/
}

@media (max-width: 768px) {
    .tvtestimonial-slider-inner {
        width: 100%;
    }
}
@media (max-width: 425px) {
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 20px 10px;
    }
    .tvcmstestimonial .tvtestimonial-inner-border-box {
        padding: 10px;
    }
    .tvcmstestimonial .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        margin-top: 15%;
    }
    .tvcmstestimonial .tvcmsmain-title-wrapper {
        margin-bottom: 15px;
    }
    .tvcmstestimonial .tvtestimonial-dec, 
    .tvcms-left-testimonial .tvtestimonial-dec {
        margin-bottom: 10px;
    }

}
.tvtestimonial-logo-text {
    position: relative;
}
.lang-rtl .tvtestimonial-second-bg-image {
    margin-left: 0;
    margin-right: -84px;
}
.lang-rtl .tvcmstestimonial .tvtestimonial-slider-inner .tvtestimonial-content-box {
    right: auto;
    left: 0;
}
.lang-rtl .tvcmstestimonial .tvcmsprev-btn,
.lang-rtl .tvcmstestimonial .tvcmsnext-btn  {
    left: 45px;
    right: auto;
}
.tvtestimonial-logo-text:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #A4A3A3;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}