/**
* 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 {
    position: relative;
    margin-bottom: 100px;
}
.badaboutus-block .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badaboutus-img{
    text-align: center;
}
.badaboutus-img {
    position: relative;
}
.badaboutus-block .badaboutus-title {
    font-size: 50px;
    line-height: 56px;
    color: #111d36;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    width: 100%;
    position: relative;
    z-index: 10;
}
.badaboutus-block .badaboutus-title::before {
    position: absolute;
    content: '';
    width: 251px;
    height: 101px;
    background-image: url('../img/Sep.png');
    bottom: 0;
    background-size: cover;
    left: 0;
    right: 0;
    z-index: -1;
}
.badaboutus-block .badaboutus-desc{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 9;
}
.badaboutus-desc-block {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 0px 14.56px 1.44px rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
}

.badaboutus-block .badaboutus-btn:hover {
    border-color: #333333;
}
.badaboutus-block .badaboutus-btn a {
    background-color: var(--theme-custom-color);
    padding: 5px 25px;
    border-radius: 25px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 17px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
}
.badaboutus-block .badaboutus-btn a:hover {
    background: #fff;
    color: var(--theme-custom-color);
    border-color: var(--theme-custom-color);
}
.badaboutus-block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

.badaboutus-content-wrapper .index {
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    border: 2px solid #000;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    padding: 0 10px;
    margin: 30px 0;
}
.badaboutus-content-wrapper .img-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .img-wrapper img{
    height: 98px;
    width: 98px;
}
.badaboutus-content-wrapper .content-wrapper {
    padding-left: 20px;
}
.badaboutus-content-wrapper .content-wrapper .name{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #111111;
    font-weight: 500;
}
.badaboutus-content-wrapper .content-wrapper .price{
    font-size: 18px;
    line-height: 40px;
    color: var(--theme-custom-color);
    text-align: right;
}
.badaboutus-content-wrapper .content-wrapper .attributes {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #777777;
    border: 1px solid #e3e3e3;
    width: 70%;
    padding: 0 15px;
}
.badaboutus-content-wrapper img {
    position: relative;
    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;
}
@media(max-width: 1444px){
    
}
@media(max-width: 1300px){
    
}
@media(max-width: 1199px){
    .badaboutus-block {
        margin-bottom: 50px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 40px;
        line-height: 46px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 15px;
        line-height: 30px;
        padding: 5px 20px;
    }
    .badaboutus-desc-block {
        padding: 30px 20px;
    }
}
@media (max-width: 1024px) {
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 36px;
    }
    .badaboutus-block .badaboutus-title::before {
        width: 201px;
        height: 75px;
    }
}
@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-title::before {
        width: 151px;
        height: 55px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .badaboutus-bottom-block {
        padding: 30px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        line-height: 30px;
        padding: 4px 22px;
    }
    .badaboutus-block .badaboutus-desc {
        -webkit-line-clamp: 5;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row {
        flex-wrap: wrap;
    }
    .badaboutus-block .badaboutus-desc {
        -webkit-line-clamp: 9;
    }
    .badaboutus-block {
        padding: 0;
    }
    .badaboutus-img {
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 16px;
        line-height: 28px;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-title {
        font-size: 28px;
        line-height: 36px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 15px;
        line-height: 28px;
    }
    .badaboutus-mission-title {
        font-size: 17px;
        line-height: 30px;
    }
    .badaboutus-mission-decs {
        font-size: 13px;
        line-height: 22px;
    }
    .badaboutus-block .badaboutus-subtitle::after {
        width: 194px;
        height: 23px;
        background-size: cover;
    }
    .badaboutus-block .badaboutus-subtitle {
        padding-left: 25px;
        line-height: 25px;
    }
    .badaboutus-bottom-title {
        line-height: 30px;
        font-size: 30px;
    }
    .badaboutus-bottom-subtitle {
        font-size: 25px;
        line-height: 35px;
    }
}
@media(max-width: 475px){
    .badabout-other-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .badabout-other-subtitle {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
@media(max-width: 375px){
    .badaboutus-content-wrapper {
        margin-bottom: 10px;
    }
    .badaboutus-mission-title {
        font-size: 16px;
        line-height: 25px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 13px;
        line-height: 27px;
        margin-bottom: 10px;
        width: 100%;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
        width: 100%;
    }
    .badaboutus-desc-block {
        padding: 20px 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 12px;
        line-height: 29px;
        padding: 3px 18px;
    }
}