/**
* 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;
    row-gap: 30px;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -15px;
}
.tv-advance-block-image {
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 0;
    padding-inline-end: 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;
}
.lang-rtl .tvadvance-block-content {
    direction: rtl;
}
/* .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;
}
.tvcmsadvance-block-content .tvcms-main-title:after {
    margin: 0 15px;
}
.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: 21px;
    color: #222222;
    font-weight: 700;
    margin-left: 20px;
    /*margin-bottom: 10px;*/
}
.lang-rtl .tvadvance-block-content-title {
    margin-right: 20px;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-bolck-btn-link-wrapper {
    margin-top: calc(15px + (82 - 15) * ((100vw - 280px) / (1920 - 280)));
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn {
    /*background-color: transparent;*/
    /*padding: 8px 22px;*/
    /*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: 14px;*/
    font-weight: 700;/
}
.tvadvance-bolck-btn:hover {
    /*background-color: #ffffff;*/
}
.tvadvance-bolck-btn:hover span {
    color: #333;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
    padding: 12px 44px;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn:hover svg path {
    fill: #D0DF56;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
    font-size: 16px;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
    margin-left: 17px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.tvcmsadvance-block-content {
    text-align: start;
    padding-inline-start: 55px;
}
.tvadvance-block {
    z-index: 1;
}
.tvadvance-block .tvcmsmain-title-wrapper {
    margin-bottom: 0;
    text-align: start;
}
.tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
    font-size: 19px;
    line-height: 1.4737;
    margin-bottom: 11px;
    display: inline-block;
    color: #000;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.tvcmsadvance-block {
    position: relative;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title h2:before {
    display: none;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
    margin-bottom: 24px;
    letter-spacing: 0.07em;
    line-height: 1.25863;
    text-shadow: 2px 1px 0px #007AF9;
    font-size: calc(1px + (50 - 11) * ((100vw - 280px) / (1920 - 280)));
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    margin-top: 0;
    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;
}
.tvadvance-block-sub-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #1F262F;
    margin-bottom: 33px;
}
.tvadvance-block .tvadvance-block-content .tvadvance-block-content-img img {
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvadvance-block .tvadvance-block-content:hover .tvadvance-block-content-img img {
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcmsadvance-block-image-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    margin: 25px 0;
}
.tvadvance-block-signeture-image,
.tv-advance-block-info-content {
    padding: 10px 20px;
}
.tvadvance-block-signeture-image {
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px solid #D9D9D9;
}
.lang-rtl .tvadvance-block-signeture-image {
    border-right: none;
    border-left: 1px solid #D9D9D9;
}
.tvadvance-block-desc {
    margin-bottom: 60px;
}
.tv-advance-block-info-content {
    text-align: start;
}
.tvadvance-block-desc,
.tvadvance-block-sub-description {
    color: #5F5F5F;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5264;
    letter-spacing: 0.02em;
}
.tv-advance-block-info-subtitle {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #01996D;
}
.tv-advance-block-info-title {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}
@media (max-width:1440px) {
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        font-size: 16px;
    }
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: calc(14px + (19 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(8px + (11 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
        margin-bottom: calc(9px + (21 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block-sub-description {
        margin-bottom: calc(18px + (33 - 18) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
        padding: 10px 38px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1280px) {
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        font-size: 15px;
    }
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        width: 100%;
    }
    .tvcmsadvance-block-content{
        padding-inline-start: calc(15px + (55 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1024px) {
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: 16px;
        line-height: 17px;
    }
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4:after {
        height: 8px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
        width: 40px;
        height: 12px;
        margin-left: 10px;
    }
}
@media (max-width:991px) {
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
        margin-left: 10px;
    }
    .tvadvance-block-desc {
        margin-bottom: 36px;
    }
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        font-size: 14px;
        line-height: 25px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
        padding: 9px 32px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2{
        text-shadow: 1px 1px 0px #bdff00;
    }
}
@media (max-width:767px) {
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        width: 100%;
    }
    .tvcmsadvance-block-content,
    .tv-advance-block-image{
        padding-inline: 15px;
    }
}
@media (max-width: 575px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
        width: 100%;
    }
}