/**
* 2007-2023 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-2023 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: #f7f7f7;
    padding: 100px 0;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
}
.badcustomerservices-content,.badcustomerservices-content-block,.badcustomerservices-content-inner {
    display: flex;
}
.badcustomerservices-content{
    align-items: center;
}
.badcustomerservices-4,.badcustomerservices-3{
    display: flex;
    justify-content: end;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
.badcustomerservices-content-image-wrapper {
    text-align: center;
    padding: 0;
}
.badcustomerservices-content-image-wrapper img{
    transition: all 0.5s;
}
.badcustomerservices-content-inner.badcustomerservices-1,.badcustomerservices-content-inner.badcustomerservices-3{
    margin-bottom: 80px;
}
.badcustomerservices-content-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    -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: 14px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -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-block {
        padding: 45px 0;
        margin-bottom: 45px;
    }
}
@media(max-width: 991px) {
    .badcustomerservices-block {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .badcustomerservices-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .badcustomerservices-content-inner.badcustomerservices-2{
        margin-bottom: 15px;
    }
    .badcustomerservices-content-inner.badcustomerservices-1, .badcustomerservices-content-inner.badcustomerservices-3 {
        margin-bottom: 25px;
    }
    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 767px){
    .badcustomerservices-content-title {
        font-size: 16px;
        line-height: 20px;
    }
    .badcustomerservices-content-inner.badcustomerservices-2 {
        margin: 0 auto 15px;
    }
    .badcustomerservices-content{
        margin-top: 30px;
    }
    .badcustomerservices-content-inner {
        width: 100%;
        margin: 0 auto 0;
        justify-content: center;
    }
    .customeservices-box-1, .customeservices-box-2, .customeservices-box-3 {
        padding: 0;
    }
    .badcustomerservices-content-box{
        padding: 0 15px 0 0;
    }
    .customeservices-box-3 {
        margin-top: 15px;
    }
}
@media(max-width: 575px){
    .badcustomerservices-content-inner {
        width: 100%;
        margin: 0 auto 0;
        justify-content: center;
    }
    .badcustomerservices-content-inner.badcustomerservices-2{
        margin: 0 auto 15px;
    }
}
@media(max-width: 425px){
    .badcustomerservices-content-inner {
        width: 95%;
    }
}
@media(max-width: 480px){
    .badcustomerservices-content-box{
        padding: 0 0 0 15px;
    }
}