/**
* 2007-2024 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-2024 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-block {
    margin-bottom: 70px;
    position: relative;
    background-color: transparent;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
}
.badcustomerservices-content,.badcustomerservices-content-block,.badcustomerservices-content-inner {
    display: block;
    align-items: center;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
.badcustomerservices-content-image-wrapper{
    margin-bottom: 15px;
}
.badcustomerservices-content-image-wrapper img{
    transition: all 0.5s;
}
.badcustomerservices-content-inner.badcustomerservices-1,.badcustomerservices-content-inner.badcustomerservices-3{
    margin-bottom: 30px;
}
.badcustomerservices-content-title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.badcustomerservices-content-block:hover .badcustomerservices-content-title{
    color: var(--theme-custom-color);
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 15px;
    line-height: 30px;
    color: #696969;
    font-weight: 400;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badcustomerservices-content-block:hover img {
    transition: all 0.4s ease-in-out;
}
.badcustomerservices-content-block:hover img {
    transform: scale(0.9); 
}
@media(max-width: 1200px) {
    .badcustomerservices-content-title {
        font-size: 18px;
        line-height: 22px;
    }
    .badcustomerservices-block {
        margin-bottom: 45px;
    }
}
@media(max-width: 991px) {
    .badcustomerservices-block {
        margin-bottom: 30px;
    }
    .badcustomerservices-content-inner {
        width: 70%;
        margin: 10px auto 0;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title{
        font-size: 15px;
    }
    .badcustomerservices-content{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .badcustomerservices-content-inner.badcustomerservices-2{
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-title {
        font-size: 16px;
        line-height: 20px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 15px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2 {
        margin: 0 auto 15px;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 80%;
        margin: 0 auto 0;
    }
    .badcustomerservices-block {
        padding: 0;
    }
    .badcustomerservices-content-inner.badcustomerservices-2{
        margin: 0 auto 15px;
    }
    .badcustomerservices-inner{
        padding: 0;
    }
}
@media(max-width: 425px){
    .badcustomerservices-content-inner {
        width: 95%;
    }
}