/**
* 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;*/
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8%;
    margin: 0 -15px;
    -webkit-box-align: center;
}
.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: 20px;
}
.tvadvance-block-content .tvadvance-block-content-img img {
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
.tvadvance-block-content:hover .tvadvance-block-content-img img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.18s ease-in-out;
    -moz-transition: all 0.18s ease-in-out;
    -ms-transition: all 0.18s ease-in-out;
    -o-transition: all 0.18s ease-in-out;
    transition: all 0.18s ease-in-out;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.tvadvance-block-content-wrapper {
    margin-bottom: 20px;
}
.tvadvance-block-content-img {
    /*width: 20%;*/
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    /*margin-bottom: 10px;*/
    margin-right: 10px;
    min-width: 45px;
}
.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;*/
    text-align: initial;
}
.tvadvance-block-content-title {
    font-size: 16px;
    color: #222222;
    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;*/
    /*display: inline-block;*/
    /*margin-top: 40px;*/
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn {
    /*background-color: transparent;*/
    padding: 13px 30px;
    /*border-radius: 50px;*/
    /*border: 1px solid #222;*/
    /*cursor: pointer;*/
    /*margin-top: 40px;*/
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn:hover {
    /*border-color: #af8453;*/
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn:hover span {
    /*color: #af8453;*/
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn span {
    /*color: #222;*/
    font-size: 18px;
}
.tvadvance-bolck-btn:hover {
    /*background-color: #ffffff;*/
}
.tvadvance-bolck-btn:hover span {
    color: #333;
}
.tvcmsadvance-block-content {
    /*display: flex;*/
    /*align-items: center;*/
    /*margin: 0 -15px;*/
    text-align: initial;
    position: initial;
}
.tvadvance-block {
    z-index: 1;
}
.tvadvance-block .tvcmsmain-title-wrapper {
    text-align: initial;
    margin-bottom: 16px;
}
.tvadvance-block .tvcms-main-title .tvmain-sub-title h4 {
    margin-bottom: 0;
    color: #3a6351;
}
.tvadvance-block-sub-description {
    font-size: 16px;
    color: #111;
    line-height: 28px;
    margin-bottom: 30px;
}
.tvcmsadvance-block {
    position: relative;
    padding: 200px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    .tvcmsadvance-block {
        background-position: center;
    }
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title:after {
    /*display: none;*/
}
.tvcmsadvance-block .tvcms-main-title {
    /*padding: 0;*/
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title {
    /*margin-bottom: 80px;*/
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
    line-height: 55px;
    font-size: 48px;
    color: #000;
    opacity: .8;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    margin-top: 0;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    font-size: 36px;
    color: #1f1b18;
    /*line-height: 40px;*/
    /*padding: 0 40px;*/
    font-weight: 600;
    text-align: center;
}
.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 {
    /*width: 38%;*/
}
.tv-advance-block-image {
    /*width: 62%;*/
}
.tv-advance-block-image img {
    position: relative;
    z-index: 1;
    -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:after {
    content: '';
    background-image: url(../img/about-us-2.png);
    width: 239px;
    height: 440px;
    position: absolute;
    display: block;
    right: -110px;
    bottom: 30px;
}
.tv-advance-block-image:hover img {
    /*-webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    -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%;
}
.lang-rtl .tvadvance-block-content-img{
    margin: 0 0 0 10px;
}
@media (max-width: 1280px) {
    .tvadvance-block-wrapper {
        padding: 0 3%;
    }
    .tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn {
        padding: 10px 25px;
    }
}
@media (min-width: 1199px) {
    .tvcmsadvanceblock-slider-main-title-wrapper {
        width: 88%;
    }
    .tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn span {
        font-size: 16px;
    }
}
@media (max-width: 1440px) {
    .tvadvance-block-content-img {
        /*width: 20%;*/
    }
    .tvadvance-block-content-details {
        /*width: 80%;*/
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 27px;
    }
}
@media (max-width: 1150px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .tvcmsadvance-block {
        padding: 150px 0 50px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 30px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 20px;
    }
    .tvcmsadvance-block-content{
        width: auto;
    }
}
@media (max-width: 767px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 22px;
    }
    .tv-advance-block-image {
        text-align: center;
        margin-bottom: 20px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
        line-height: 46px;
        font-size: 40px;
    }
}
@media (max-width: 650px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 18px;
        padding: 0;
    }
}
@media (max-width: 575px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
        line-height: 34px;
        font-size: 30px;
    }
    .tvcmsadvance-block-content {
        padding: 0;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 14px;
        line-height: normal;
    }
}
@media (max-width: 375px) {
    .tvadvance-block-sub-description {
        font-size: 14px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 12px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn {
        padding: 6px 20px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn span {
        font-size: 14px;
    }
}