/**
* 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:
* 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
*/
.badaboutus-block {
    margin-bottom: 80px;
    position: relative;
}
.badaboutus-main-block{
    padding: 0;
}
.badaboutus-img img{
    width: 100%;
    background-color: rgb(0, 131, 62);
    box-shadow: 0px 0px 18.24px 5.76px rgba(0, 0, 0, 0.05);
}
.badaboutus-img1{
    padding-left: 0;
}
.badaboutus-img2 {
    padding-right: 0;
}
.container.badaboutus-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.badaboutus-title h2{
    font-size: 32px;
    text-align: center;
}
.badaboutus-main-content .badaboutus-title {
    font-size: 38px;
    line-height: 40px;
    color: var(--theme-custom-color);
    margin-bottom: 15px;
    padding-left: 20px;
    padding-bottom: 12px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    font-family: var(--badtheme-font-name-2);
    text-align: left;
}
.badaboutus-content-wrapper {
    padding: 0;
}
.badaboutus-content-desc {
    font-size: 17px;
    line-height: 27px;
    font-family: var(--badtheme-font-name-1);
    color: #8f8f8f;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 36px 0 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.badaboutus-description {
    font-size: 17px;
    line-height: 25px;
    color: #8f8f8f;
    font-weight: 400;
    padding: 0 36px 0 20px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badaboutus-content-block .badaboutus-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #187c33;
    bottom: 0;
    left: 20px;
    right: 0;
    margin: 0;
}
.badaboutus-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}
.badaboutus-content-count {
    background-color: #91bc3d;
    height: 74px;
    width: 79px;
    border-radius: 0 100% 100% 100%;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 74px;
    font-weight: 600;
}
.badaboutus-contents {
    padding-left: 15px;
    width: 80%;
}
.badaboutus-block .badaboutus-desc .badaboutus-content-title {
    font-size: 20px;
    color: #121511;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 15px;
}
.badaboutus-content-text-box {
    padding-left: 20px;
}
.badaboutus-block .badaboutus-desc .badaboutus-content-desc {
    font-size: 16px;
    color: #838383;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 70%;
    padding-left: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badaboutus-content-wrapper .badaboutus-main-content{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 12px 34px;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 400;
    cursor: pointer;
}
.badaboutus-block .badaboutus-btn:hover a {
    background-image: linear-gradient(125deg, #3e1151, #94034f);
    color: #ffffff;
}
.badaboutus-main-content {
    padding: 40px 0;
}
@media(max-width: 1529px){
    .container.badaboutus-block{
        padding: 0 15px;
    }
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
        padding: 0;
    }
    .badaboutus-content-desc,
    .badaboutus-description {
        font-size: 16px;
    }
    .badaboutus-content-desc{
        -webkit-line-clamp: 4;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-desc{
        width: 100%;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-btn a{
        padding: 10px 24px;
        font-size: 17px;
    }
}
@media(max-width: 1199px){
    .badaboutus-content-count {
        height: 68px;
        width: 73px;
        font-size: 38px;
        line-height: 68px;
    }
    .badaboutus-contents {
        width: 84%;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-title {
        font-size: 19px;
        line-height: 22px;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-desc {
        font-size: 14px;
        line-height: 26px;
    }
}
@media(max-width: 1100px){
    .badaboutus-main-content {
        padding: 25px 0;
    }
    .badaboutus-content-desc {
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-main-content {
        padding: 20px 0;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 8px 20px;
        font-size: 17px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .badaboutus-description {
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }
    .badaboutus-content-desc {
        -webkit-line-clamp: 3;
        padding: 0 15px 0 20px;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .badaboutus-content-count {
        height: 60px;
        width: 65px;
        font-size: 34px;
        line-height: 60px;
    }
    .badaboutus-contents {
        padding-left: 10px;
        width: 85%;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-desc {
        font-size: 16px;
        line-height: 26px;
    }
}
@media(max-width: 767px){
    .badaboutus-content-block .badaboutus-title::after {
        left: 0;
        margin: auto;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 27px;
        line-height: 30px;
        padding-left: 0;
    }
    .badaboutus-content-desc, .badaboutus-description {
        font-size: 15px;
        padding-left: 0;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 27px;
        line-height: 30px;
        padding-left: 0;
        text-align: center;
    }
    .badaboutus-main-content {
        text-align: center;
        border: 1px solid #eaeaea;
        padding: 20px 15px;
    }
    .badaboutus-main-block {
        padding-bottom: 20px;
    }
}
@media(max-width:575px){
    .badaboutus-block .badaboutus-subtitle{
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        padding: 6px 16px;
    }
    .badaboutus-content {
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .badaboutus-img2{
        padding: 0;
    }
    .badaboutus-img1 {
        padding: 0;
        margin-bottom: 20px;
    }
}
@media(max-width: 480px){
    .badaboutus-block .badaboutus-title {
        font-size: 20px;
        line-height: 30px;
    }
    .badaboutus-content-desc,
    .badaboutus-description{
        padding-right: 10px;
    }
}