/**
* 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 no-repeat center center:
* 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
*/
.badinfoservices-content-inner:hover .badinfoservices-content-title{
    color: var(--theme-custom-color);
}
.container.badinfoservices-inner{
    padding: 0;
}
.badinfoservices-content-title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 20px;
    color: var(--theme-text-color);
    font-weight: 700;
    padding-bottom: 15px;
}
.badinfoservices-main-title .badmain-title-wrapper{
    text-align: left;
    padding-left: 15px;
}
.badinfoservices-content-box .badinfoservices-content-sub-title {
    letter-spacing: 0px;
    line-height: 24px;
    color: var(--theme-text-color);
    font-weight: 400;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
}
.badinfoservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.badinfoservices-content-image-wrapper img{
    min-height: 50px;
}
.badinfoservices-box-subtitle i{
    font-size: 23px;
    color: var(--theme-custom-color);
}
.badinfoservices-block{
    padding: 80px 0;
    background-color: #1A1917;
    margin-bottom: 80px;
}
.badinfoservices-content-inner{
    width: 50%;
}
.badinfoservices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.badinfoservices-content-block {
    margin:15px;
    background-color: #2D2C29;
    padding: 30px 20px;
    border: 1px solid #6B6B6A;
    border-radius: 10px;
    min-height: 220px;
}
.badinfoservices-content-box {
    text-align: center;
    padding-top: 22px;
}
.badinfoservices-block .container,.badinfoservices-inner{
    padding: 0;
}
@media(max-width: 1400px){
    .badinfoservices-content-block {
        padding: 25px 10px;
        min-height: 210px;
    }
}
@media(max-width: 1200px){
    .badinfoservices-content-title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .badinfoservices-content-box .badinfoservices-content-sub-title {
        font-size: 14px;
        line-height: 22px;
    }
    .badinfoservices-content-block {
        padding: 30px 15px;
    }
    .badinfoservices-block{
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .badinfoservices-content-inner{
        width: 33%;
    }
    .badinfoservices-inner{
        padding: 0;
    }
    .badinfoservices-main-title .badmain-title-wrapper{
        text-align: center;
        padding-left: 0;
    }
}
@media(max-width: 991px){
    .badinfoservices-block{
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .badinfoservices-content-inner {
        width: 50%;
    }
    .badinfoservices-content-image-wrapper img {
        min-height: 45px;
    }
}
@media(max-width: 574px){
    .badinfoservices-content-inner {
        width: 90%;
    }
    .badinfoservices-main-title .badmain-title-wrapper{
        margin-bottom: 15px;
    }
    .badinfoservices-content-block{
        padding: 20px 15px;
        min-height: 180px;
    }
    .badinfoservices-content-box{
        padding-top: 15px;
    }
}
@media(max-width: 445px){
    .badinfoservices-content-image {
        margin: 0;
    }
}
@media(max-width: 440px){
    .badinfoservices-content-inner {
        width: 100%;
    }
}