/**
* 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-inner{
    padding: 0;
}
.badcustomerservices-content-inner {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    position: relative;
}
.badcustomerservices-content-inner::after{
    position: absolute;
    content: "";
    background-color: #616161;
    width: 1px;
    height: 45px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}
.badcustomerservices-content-inner:last-child::after{
    display: none;
}
.badheader-customerservices-main {
    padding: 15px 0;
}
.badcustomerservices-content-block-2{
    display: flex;
    align-items: center;
}
.badcustomerservices-section {
    padding: 26px 132px;
    background-color: #fff;
    border-radius: 75px;
    box-shadow: 0px 18.49px 38.52px 0px rgba(0,0,0,0.05);
}
.badcustomerservices-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
    row-gap: 20px;
}
.badcustomerservices-content-image-wrapper i {
    display: none;
}
.badcustomerservices-content-box {
    padding-left: 6px;
}
.badcustomerservices-content-title {
    font-size: 13px;
    letter-spacing: 0px;
    color: #616161;
    font-weight: 600;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    margin-bottom: 6px;
}
.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 13px;
    letter-spacing: 0px;
    color: #616161;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
}
.badcustomerservices-content-title:hover, .badcustomerservices-content-sub-title:hover {
    color: var(--theme-custom-color);
}
.badcustomerservices-content-image-wrapper {
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper {
    transform: rotateY(180deg);
}
@media (max-width: 1700px) {
    .badcustomerservices-section{
        padding: 22px 60px;
    }
}
@media(max-width: 1619px){
    .badcustomerservices-inner{
        max-width: 100%;
        width: 1600px !important;
    }
    .badcustomerservices-section{
        padding: 22px 35px;
    }
}
@media (max-width: 1599px) {
    .badcustomerservices-section {
        padding: 26px 132px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    }
}
@media(max-width:1200px){
    .badcustomerservices-section{
        padding: 26px 80px;
    }
}
@media(max-width: 800px) {
    .badcustomerservices-section {
        padding: 22px 50px;
    }
}
@media(max-width: 767px){
    .badcustomerservices-section {
        padding: 20px 40px;
        border-radius: 20px;
    }
    .badcustomerservices-content-inner{
        width: 50%;
    }
    .badcustomerservices-content-inner:nth-child(even)::after{
        display: none;
    }
}
@media(max-width: 445px){
    .badcustomerservices-content-image {
        margin: 0;
    }
    .badcustomerservices-content-inner{
        width: 100%;
    }
    .badcustomerservices-content-inner::after{
        display: none;
    }
}