/**
* 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: 36px;
    line-height: 48px;
    color: #2d2d2d;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    width: 100%;
    position: relative;
    z-index: 10;
}
.badaboutus-block .badaboutus-subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #003778;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
} 
.badaboutus-block .badaboutus-subtitle::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 2px;
    background-color: var(--theme-custom-color);
    bottom: 0;
    left: 0;
}
.badaboutus-block .badaboutus-desc{
    font-size: 16px;
    color: #747474;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
.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: #003778;
    padding: 9px 28px;
    border-radius: 25px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
}
.badaboutus-block .badaboutus-btn a:hover {
    color: #fff;
    background-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-title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 16px;
        line-height: 25px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 15px;
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 14px;
        line-height: 30px;
        padding: 8px 20px;
    }
    
}

@media(max-width: 991px){
    .badaboutus-block {
        margin-bottom: 30px;
    }
    .badaboutus-block .badaboutus-title {
        font-size: 25px;
        line-height: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 0;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-btn a {
        font-size: 12px;
        line-height: 26px;
        padding: 7px 15px;
    }
}
@media(max-width: 767px){
    .badaboutus-block .row {
        flex-wrap: wrap;
    }
    .badaboutus-block {
        padding: 0;
    }
    .badaboutus-img {
        margin-bottom: 15px;
    }
    .badaboutus-block .badaboutus-desc {
        font-size: 16px;
        line-height: 28px;
    }
    .badaboutus-img  img {
        width: 100%;
    }
}
@media(max-width: 575px){
    .badaboutus-block .badaboutus-title {
        font-size: 22px;
        line-height: 30px;
    }
    .badaboutus-block .badaboutus-subtitle {
        font-size: 13px;
        line-height: 22px;
    }
    .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-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;
    }
}