/**
* 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 {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.badcustomerservices-content-inner {
    width: 33.33%;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
}

.badcustomerservices-content-inner.badcustomerservices-3 {
    border: none;
}

.badcustomerservices-content,
.badcustomerservices-content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.badcustomerservices-content {
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
}

.badcustomerservices-content .badcustomerservices-content-inner:last-child::after {
    display: none;
}


.badcustomerservices-content-image {
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.badcustomerservices-1 .badcustomerservices-content-image {
    background-image: url('../img/icon-1.png');
}

.badcustomerservices-2 .badcustomerservices-content-image {
    background-image: url('../img/icon-2.png');
}

.badcustomerservices-3 .badcustomerservices-content-image {
    background-image: url('../img/icon-3.png');
}

.badcustomerservices-4 .badcustomerservices-content-image {
    background-image: url('../img/icon-4.png');
}

/* .badcustomerservices-1:hover .badcustomerservices-content-image {
    background-position: center -64px;
}
.badcustomerservices-2:hover .badcustomerservices-content-image {
    background-position: center -194px;
}
.badcustomerservices-3:hover .badcustomerservices-content-image {
    background-position: center -320px;
}
.badcustomerservices-4:hover .badcustomerservices-content-image {
    background-position: center -446px;
} */
.badcustomerservices-content-image-wrapper i {
    display: none;
}

.badcustomerservices-content-inner img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.badcustomerservices-content-inner:hover img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.badcustomerservices-content-inner .badcustomerservices-content-image-wrapper {
    position: absolute;
    top: -10%;
    right: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.badcustomerservices-content-inner.badcustomerservices-2 {
    margin-top: 60px;
}

.badcustomerservices-content-inner:hover .badcustomerservices-content-image-wrapper {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.badcustomerservices-content-count {
    font-size: 45px;
    line-height: 50px;
    color: var(--theme-custom-color);
    font-family: var(--badtheme-font-name-2);
    padding-bottom: 10px;
}

.badcustomerservices-content-box {
    z-index: 2;
}

.badcustomerservices-content-title {
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: var(--badtheme-font-name-2);
}

.badcustomerservices-content-image-wrapper img {
    max-width: inherit;
}

.badcustomerservices-content-box .badcustomerservices-content-sub-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

@media(max-width: 1200px) {
    .badcustomerservices-block {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .badcustomerservices-content-image {
        width: 50px;
        height: 50px;
    }

    .badcustomerservices-content-count {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 0;
    }

    .badcustomerservices-content-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .badcustomerservices-content-title {
        font-size: 25px;
        line-height: 30px;
    }

    .badcustomerservices-content-count {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 5px;
    }

    .badcustomerservices-content-inner.badcustomerservices-2 {
        margin-top: 30px;
    }
}

@media(max-width: 991px) {
    .badcustomerservices-content-inner {
        width: 50%;
    }

    .badcustomerservices-block {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .badcustomerservices-content-box {
        padding-left: 10px;
    }

    .badcustomerservices-content-title {
        font-size: 22px;
        line-height: 25px;
    }

    .badcustomerservices-content-box .badcustomerservices-content-sub-title {
        font-size: 13px;
        line-height: 23px;
    }

    .badcustomerservices-content-count {
        font-size: 30px;
        line-height: 35px;
    }

    .badcustomerservices-content {
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .badcustomerservices-content-inner.badcustomerservices-2 {
        margin-top: 0;
    }
    .badcustomerservices-content-inner  {
        margin-bottom: 30px;
    }
    .badcustomerservices-content-image-wrapper img {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .badcustomerservices-content-image {
        width: 40px;
        height: 40px;
    }
    .badcustomerservices-content-title {
        font-size: 18px;
        line-height: 20px;
    }
    .badcustomerservices-content-inner {
        border: none;
    }
    .badcustomerservices-content-image-wrapper img {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
}

@media(max-width: 525px) {
    .badcustomerservices-content-inner {
        width: 80%;
        margin: 15px 0;
    }

    .badcustomerservices-content,
    .badcustomerservices-content-block {
        justify-content: flex-start;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
    }

    .badcustomerservices-content-inner::after {
        display: none;
    }
}
@media (max-width: 375px) {
    .badcustomerservices-content-inner {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}