/**
* 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
*/
.tvadvance-block-wrapper {
    /*display: flex;*/
    /*align-items: flex-end;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.5%;
}

.tv-advance-block-image {
    /*background-repeat: no-repeat;
    background-position: center center;
    text-align: center;*/
    /*padding-top: 100px;*/
    /*padding-left: 0px;*/
    margin: auto;
    display: inline-block;
    right: 0;
    text-align: right;
    position: relative;
    margin: 0;
}
.tv-advance-block-image:after{
    content: '';
    position: absolute;
    left: 0;
    max-width: 41%;
    width: 100%;
    height: 100%;
    max-height: 698px;
    display: inline-block;
    background-color: #ffbe00;
    z-index: -1;
    bottom: -14%;
}
.tvadvance-block-content {
    /*display: flex;*/
    /*align-items: center;*/
    text-align: center;
    /*margin-bottom: 40px;*/
}

.tvadvance-block-content:last-child {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.tvadvance-block-content:last-child .tvadvance-block-content-img {
    order: 1;
}

.tvadvance-block-content:last-child .tvadvance-block-content-details {
    order: 0;
}

.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.tvadvance-block-content:last-child .tvadvance-block-content-desc p {
    margin: 0px 0 40px;
}

.tvadvance-block-content-img {
    /*width: 20%;*/
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.tvadvance-block-content-img img {
    /*height: 100px;*/
    /*width: 100px;*/
    /*background-color: #ffffff;*/
    /*border: 1px solid #f0f0f0;*/
    /*border-radius: 100%;*/
    /*box-shadow: 0px 2px 3.76px 0.24px rgba(0, 0, 0, 0.15);*/
}
.tvadvance-block-content-img:before{
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #ffbe00;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.tvadvance-block-content-details {
    /*width: 80%;*/
    /*padding-left: 10px;*/
    text-align: center;
}

.tvadvance-block-content-title {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    /*margin-bottom: 10px;*/
}

.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}

.tvadvance-bolck-btn-link-wrapper {
    /*text-align: center;*/
    display: inline-block;
    margin-top: 50px;
}

@media (max-height: 1440px) {
    .tvadvance-block-content-img {
        /*width: 20%;*/
    }
    .tvadvance-block-content-details {
        /*width: 80%;*/
    }
}

.tvcmsadvance-block-content {
    /*display: flex;*/
    /*align-items: center;*/
    /*margin: 0 -15px;*/
    position: absolute;
    right: 0;
    background-color: #ffffff;
    padding-left: 50px;
    padding-top: 35px;
    bottom: 0;
}

.tvadvance-block {
    z-index: 1;
}

.tvcmsadvance-block {
    position: relative;
}
.tvcmsadvance-block-sub-title{
    position: absolute;
    left: 53%;
    transform: rotate(90deg);
    z-index: 0;
    top: -80px;
    opacity: 0.05;
}
.tvcmsadvance-block-sub-title h1{
    font-size: 240px;
    font-weight: 800;
}

/*advance-block*/
.tvcmsadvance-block-content {
    max-width: 773px;
    padding-right: 0;
}
.tv-advance-block-image img{
    transform: translate(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tv-advance-block-image:hover img{
    transform: translate(-30px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lang-rtl .tv-advance-block-image {
    text-align: left;
}
.lang-rtl .tv-advance-block-image:after {
    left: auto;
    right: 0;
}
.lang-rtl .tvcmsadvance-block-sub-title {
    left: -15%;
}
