/**
* 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 {
   
    text-align: left;
    position: relative;
    z-index: 1;
    margin: auto -15% auto 0;
}
.tvadvance-block
{
    background: #FFFFFF;
box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.tv-advance-block-image {
    margin-inline-start: -53%;
}
.lang-rtl .tvadvance-block-wrapper {
    margin: auto 0 auto -15%;
}
.lang-rtl .tvadvance-block
{
    margin: auto auto auto 100px;
}
.tvadvance-block-desc p {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 40px;

}
.tv-advance-block-image img {
    /*border-radius: 100%;*/
    /*box-shadow: 0px 0px 15.2px 0.8px rgb(0 0 0 / 20%);*/
}
.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;*/
}
.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-details {
    /*width: 80%;*/
    /*padding-left: 10px;*/
}
.tvadvance-block-content-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    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;*/
}
.tvadvance-main-block-content-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}
.tvcmsadvance-block-content {
    display: flex;
    /*align-items: center;*/
    margin: 0 -15px;
}
.tvadvance-block {
    z-index: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto 100px auto auto;
    float: none;
}
.tvcmsadvance-block {
    position: relative;
    /*padding-bottom: 70px;*/
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title:after {
    /*display: none;*/
}
.tvcmsadvance-block .tvcmsmain-title-wrapper {
    margin-bottom: 30px;
    text-align: left;
}
.tv-advance-block-image:after {
    /*content: '';*/
    position: absolute;
    bottom: -80px;
    right: -150px;
    background-image: url(../img/ring_img.png);
    width: 314px;
    height: 290px;
    display: block;
}
.lang-rtl .tv-advance-block-image:after {
    right: auto;
    left: -150px;
}
.lang-rtl .tvcmsadvance-block .tvcmsmain-title-wrapper {
    /*text-align: right;*/
}

@media (max-width: 1280px) {
    .tvadvance-block {
        margin: auto 50px auto auto;
    }
    .tvadvance-block-wrapper
    {
        margin: auto -5% auto 0;
    }
    .tv-advance-block-image {
        width: 70%;
    }
    .tvcmsadvance-block .tvcmsmain-title-wrapper {
        margin-bottom: 6px;
    }
    .tvadvance-block-desc p
    {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
}
@media (max-width: 1140px) {
    .tv-advance-block-image:after {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: -70px;
    }
    .lang-rtl .tv-advance-block-image:after {
        left: -70px;
    }
}
@media (max-width: 1024px) {
    
    .tvadvance-block {
        margin: auto 0px auto auto;
        width: 64%;
    }
    .tvadvance-block-wrapper 
    {
        width: 80%;
        padding: 50px 0;
}
    .tv-advance-block-image {
        width: 70%;
        margin-inline-start: -75%;
    }
}
@media (max-width: 767px) {
    .tvcmsadvance-block-content {
        /*padding: 30px 15px 0 15px;*/
    }
    .tvadvance-block {
width: 100%;

    }
    .tvadvance-block-wrapper {
        width: 100%;
        padding: 50px;
        margin: 0;
    }
    .tv-advance-block-image
    {
        display: none;
    }
}

@media (max-width: 480px) {
    .tvadvance-block-wrapper
    {
        padding: 30px 15px;
    }
    .tvadvance-block:after
    {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
}
.tvadvance-block:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #89A948;
    display: block;
    border-radius: 10px;
    z-index: -1;
}

.tvadvance-block img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvadvance-block:hover img {
    transform: scale(0.95);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}