/**
* 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.
*/

/************************professionals****************/
.tvprofessionals {
    position: relative;
    display: flex;
    justify-content: center;
}
.tvcmsprofessionals {
    margin-bottom: 100px;
    /*  padding: 50px 0;*/
    position: relative;
}

.tvprofessionals-wrapper {
    margin-top: -70px;
    background-color: #ffffff;
    padding: 50px 0 0;
}

.tvprofessionals-inner-content-box {
    text-align: center;
}
.tvprofessionals-inner-content-box .tvprofessionals-img-block img {
    margin: auto;
}
.tvcmsprofessionals .tvcms-main-title .tvmain-title,
.tvcmsprofessionals .tvcms-main-title .tvmain-sub-title,
.tvcmsprofessionals .tvcms-main-title .tvmain-desc,
.tvcmsprofessionals .tvprofessionals-designation,
.tvcmsprofessionals .tvprofessionals-dec {
    color: #222222;
}

.tvprofessionals-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;*/
}
.tvprofessionals-title {
    /*margin-right: 10px;*/
}
@media (max-width: 991px) {
    .tvcmsprofessionals {
        margin-bottom: 50px;
    }
}

.tvprofessionals-wrapper-info {
    margin: 0 15px;
}

/****************** left professionals *************/
.tvcms-left-professionals {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.tvprofessionals-slider-inner {
    margin: 0 -15px;
}
.tvcms-left-professionals .tvprofessionals-slider-inner {
    padding: 15px 15px 15px 15px;
}
.tvcms-left-professionals .tvprofessionals-inner-content-box {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .tvcms-left-professionals {
        margin-bottom: 10px;
    }
}
.tvprofessionals-inner-content-box .tvprofessionals-img-block {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
}
.tvprofessionals-info-box {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    padding: 10px 40px 10px 60px;
}

.tvprofessionals-title a {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
}

.tvprofessionals-title .tvprofessionals-designation {
    font-size: 15px;
    margin-top: 8px;
    font-family: 'Rubik';
    font-weight: 400;
    color: #e53f29;
}

.tvprofessionals-wrapper-info:hover .tvprofessionals-info-box {
    background-color: #e53f29;
}

.tvprofessionals-wrapper-info:hover .tvprofessionals-title a,
.tvprofessionals-wrapper-info:hover .tvprofessionals-title .tvprofessionals-designation {
    color: #ffffff;
}