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