/**
* 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-block .row{
    display: flex;
    align-items: center;
}
.badaboutus-block .badaboutus-img{
    text-align: right;
}
.badaboutus-title h2{
    font-size: 32px;
    text-align: center;
}
.badaboutus-block .badaboutus-title {
    font-size: 32px;
    line-height: 54px;
    color: #0b221a;
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    position: relative;
    text-align: center;
}
.badaboutus-content-btn{
    padding: 13px 20px;
    background-color: #fda700;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}
.badaboutus-content-btn:hover{
    background-color: var(--theme-custom-color);
}
.badaboutus-content-btn a{
    color: #fff;
}
.badaboutus-content-btn:hover a{
    color: #fff;
}
.badaboutus-block .badaboutus-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #93051c;
    height: 4px;
    width: 50px;
    margin: auto;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 15px;
    line-height: 28px;
    color: #646464;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}
.badaboutus-content {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}
.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;
}
.main-title {
    font-size: 45px;
    color: #252525;
    line-height: 55px;
    padding-bottom: 15px;
    font-weight: 600;
}
.main-description {
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}
 .main-description::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--theme-custom-color);
} 
.badaboutus-contents {
    padding-left: 15px;
    width: 80%;
}
.badaboutus-block .badaboutus-desc .badaboutus-content-title {
    font-size: 22px;
    color: #252525;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 15px;
}
.badaboutus-content-img2 {
    background-image: url(../img/Icon-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 72px;
}
.badaboutus-content-img {
    background-image: url(../img/Icon-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 73px;
}
.badaboutus-content-img1 {
    background-image: url(../img/Icon-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 78px;
    height: 84px;
}
.badaboutus-content-text-box {
    padding-left: 20px;
}
.badaboutus-block .badaboutus-desc .badaboutus-content-desc {
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 10px 15px;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}
.badaboutus-block .badaboutus-btn:hover a {
    background: #ffa60a;
    color: #ffffff;
}
@media(max-width: 1400px){
    .main-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 10px;
    }   
}
@media(max-width: 1200px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
    .main-title {
        font-size: 36px;
        line-height: 46px;
    }
}
@media(max-width: 1199px){
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 46px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 15px;
        line-height: 25px;
    }
    .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: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .main-title {
        font-size: 32px;
        line-height: 42px;
    }
    .badaboutus-block .badaboutus-title{
        font-size: 25px;
        line-height: 38px;
        padding-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: 28px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row{
        flex-wrap: wrap;
    }
    .badaboutus-content-wrapper {
        width: 100%;
        padding-top: 20px;
    }
    .badaboutus-block .badaboutus-img{
        text-align: center;
    }
    .main-title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media(max-width:575px){
    .badaboutus-block .badaboutus-subtitle{
        margin-bottom: 15px;
    }
    .badaboutus-content {
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 20px;
        line-height: 28px;
    }
    .main-title {
        font-size: 25px;
        line-height: 30px;
    }
}
@media(max-width: 425px){
    .badaboutus-content-count {
        height: 54px;
        width: 59px;
        font-size: 30px;
        line-height: 54px;
    }
    .badaboutus-contents {
        width: 86%;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-title {
        font-size: 17px;
    }
    .badaboutus-block .badaboutus-desc .badaboutus-content-desc {
        font-size: 15px;
        line-height: 21px;
    }
    .badaboutus-content-text-box{
        padding-left: 10px;
    }
    .badaboutus-content-btn{
        padding: 11px 15px;
    }
    .main-title {
        font-size: 22px;
        line-height: 25px;
    }
}