/**
* 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;*/
    /*-webkit-box-align: center;*/
    /*justify-content: center;*/
    margin: 50px 0 0 0;
    direction: ltr;
}
.tv-advance-block-image {
    display: inline-block;
    text-align: center;
    position: relative;
    /*border-right: 2px solid #eee;*/
}
.tv-advance-block-info-content {
    text-align: initial;
}
.tv-advance-block-info-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.tv-advance-block-info-subtitle {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #62774c;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.tvadvance-block-content-img {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}
.tvadvance-block-content-details {
    text-align: center;
}
.tvadvance-block-content-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.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 span {
    color: #333;
}
.tvcmsadvance-block-content {
    text-align: center;
    position: initial;
    /* display: flex; */
    flex-wrap: wrap;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    margin-bottom: 0px;
    /* padding: 100px 0 50px 0; */
    /* border-bottom: 1px solid #eee; */
    background-position: 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,
.tvadvance-block-desc {
    margin: auto;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
}
.tvadvance-block-desc {
    margin-bottom: 20px;
}
.tvadvance-block {
    text-align: center;
}
/* .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title,
.tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-sub-title h4,
.tvcmsadvance-block-wrapper {
    text-align: left;
}
.lang-rtl .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title,
.lang-rtl .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-sub-title h4,
.lang-rtl .tvcmsadvance-block-wrapper {
    text-align: center;
} */
.tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
    line-height: 50px;
}
@media (min-width: 768px) {
    .tvcmsadvance-block-wrapper {
        margin: 0 10% 0 16%;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title {
        /* width: 80%; */
    }
    .lang-rtl .tvcmsadvance-block-wrapper {
        margin: 0 20% 0 10%;
    }
}
@media (min-width: 1200px) {
    .tvcmsadvance-block-wrapper {
        margin: 0 auto 0 35%;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title {
        /* width: 70%; */
    }
    .lang-rtl .tvcmsadvance-block-wrapper {
        margin: 0 20% 0 10%;
    }
}
@media (max-width: 1024px) {
    .tvcmsadvance-block-content {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .tvcmsadvance-block {
        margin-bottom: 50px;
        /* padding: 50px 0; */
    }
    .tvadvance-block-content-title {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title,
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-sub-title h4,
    .tvcmsadvance-block-wrapper {
        text-align: center !important;
    }
    .tvadvance-block-sub-description,
    .tvadvance-block-desc {
        width: auto;
    }
}
@media (max-width: 480px) {
    .tvcmsadvance-block::after {
        display: none;
    }
}
.tvadvance-block-content-img{
     -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tvadvance-block-content:hover .tvadvance-block-content-img{
    /*transform: rotateY(180deg);*/
    animation: 1s .4s shake ease-in-out;
}
/* .tvcmsadvance-block{
    position: relative;
}
.tvcmsadvance-block::after{
    height: 150px;
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    content: '';
    background-repeat: no-repeat;
    bottom: 0;
    background-image: url(../img/about-us-bg.png);
    width: 230px;
} */
.tvcmsadvance-block-content p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.tvcmsadvance-block .tvcms-main-title {
    margin-bottom: 0;
}