/* style for hero banner start */
.hero-banner .home-banner-wrapper{
    min-height: calc(100vh - 80px); 
}
.hero-banner .home-banner-wrapper .home-banner-row{
    align-items: center;
    min-height: calc(100vh - 69px);
}
.banner-title{
    font-size: 3.125rem;
    line-height: 1.3;
    color: var(--mb-white);
    margin-bottom: 15px;
}
@media (min-resolution: 1.25dppx) {
    .banner-title{
        font-size: 2.7rem;
    }
}
.banner-sub-title{
    font-size: 1.5rem;
    line-height: 1.2;
    color: var(--mb-white);
    max-width: 70%;
    margin-bottom: 40px;
}
.banner-content{
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--mb-white);
    margin-bottom: 40px;
}
.home-banner-carousel.owl-theme .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.home-banner-carousel.owl-theme .owl-dots .owl-dot span{
    width: 30px;
    height: 10px;
    background: rgba(237, 237, 237, 0.5);
}
.home-banner-carousel.owl-theme .owl-dots .owl-dot.active span{
    width: 82px;
}
.home-banner-carousel.owl-theme .owl-dots .owl-dot.active span, .home-banner-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--mb-white);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-banner-content{
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .banner-sub-title{
        max-width: 100%;
    }
    .banner-title{
        font-size: 1.8rem;
    }
    .banner-content{
        margin-bottom: 30px;
    }
    .home-banner-carousel.owl-theme .owl-dots .owl-dot.active span{
        width: 45px;
    }
}
.who-we-are-accordion p.ps-4{
    padding-left: 25px!important;
}
.sec-biomanufactur{
    background-image: url(../img/biomanufactur-shapesbg.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 75px 0px;
}
.biomf-image-box .biomf-image-content{
    border-radius: 137px 137px 137px 0px;
    overflow: hidden;
    height: 100%;
}
.biomf-image-box .biomf-image-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.biomf-content{
    padding-left: 25px;
    padding-top: 15px;
    position: relative;
}
.biomf-content-wrapper  ul.ul-listing {
    padding-left: 0px;
}
.biomf-content-wrapper  ul.ul-listing li {
    list-style-type: none;
    background: url(../img/checkmark.svg) left 5px no-repeat;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
    line-height: 1.3;
}
.biomf-assets{
    max-width: 160px;
    position: absolute;
    bottom: 175px;
    left: -50px;
}
.sec-keyfeatures{
    background: linear-gradient(to bottom, #F2F5FB 60%, transparent 40%);
    padding-top: 60px;
    position: relative;
}
.keyfeatures-bg{
    position: relative;
    background-image: url(../img/keyfeatures-bg.jpg);
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 48px;
    padding: 50px 100px;
}
.keyfeatures-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    backdrop-filter: blur(2px); 
    -webkit-backdrop-filter: blur(2px);
    z-index: 1;
    border-radius: 48px;
}
.keyfeatures-bg > * {
    position: relative;
    z-index: 2;
}
.keyfeatures-wrapper-box {
    border-radius: 36px;
    padding: 36px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    opacity: 1;
    position: relative;
    transition: background 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
.keyfeatures-wrapper-box:hover {
    background: var(--mb-white);
}
.keyfeatures-wrapper-box.active {
    background: var(--mb-white);
}
.keyfeatures-wrapper-box .white-bar {
    width: 50%;
    height: 13px;
    background-color: var(--mb-white);
    border-radius: 7px;
    margin: 0 auto;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    transition: background-color 0.3s ease;
}
.keyfeatures-wrapper-box.active .white-bar,
.keyfeatures-wrapper-box:hover .white-bar {
    background-color: var(--mb-green);
}
.keyfeatures-wrapper-box .keyfeatures-content .icon {
    width: 70px;
    height: 70px;
    border-radius: 11px;
    background: var(--mb-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.keyfeatures-wrapper-box .keyfeatures-content .icon svg path{
   fill: var(--mb-blue); 
}
.keyfeatures-wrapper-box.active .keyfeatures-content .icon,
.keyfeatures-wrapper-box:hover .keyfeatures-content .icon {
    background: var(--mb-blue);
}
.keyfeatures-wrapper-box.active .keyfeatures-content .icon ,
.keyfeatures-wrapper-box:hover .keyfeatures-content .icon svg path{
    fill: var(--mb-white);
}
.keyfeatures-wrapper-box .keyfeatures-content .icon img {
    width: 45px;
    max-width: 50px;
}
.keyfeatures-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 16px 0;
    color: var(--mb-white);
}
.keyfeatures-description {
    font-size: 1rem;
    color: var(--mb-white);
    line-height: 1.5;
}
.keyfeatures-wrapper-box.active .keyfeatures-title,
.keyfeatures-wrapper-box.active .keyfeatures-description,
.keyfeatures-wrapper-box:hover .keyfeatures-title,
.keyfeatures-wrapper-box:hover .keyfeatures-description {
    color: var(--mb-black);
}
.sec-ourpartners{
    margin: 100px 0px;
    position: relative;
}
.sec-ourpartners .ourpartners-wrapper .logo{
    width: 200px;
    height: 100px;
    border: 2px solid var(--mb-gray01);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}
.sec-ourpartners .ourpartners-wrapper .logo img {
    width: 100%;
}
.ourpartners-assets-right {
    max-width: 160px;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .sec-headline {
        font-size: 1.8rem;
    }
    .sec-headline br{
        display: none;
    }
    .keyfeatures-title {
        font-size: 1.4rem;
    }
    .sec-ourpartners .ourpartners-wrapper .logo {
        margin-top: 15px;
        margin: 0 auto;
    }
    .sec-biomanufactur {
        padding: 50px 0px;
    }
    .biomf-content {
        padding-left: 0px;
        padding-top: 15px;
    }
    .biomf-content-wrapper {
        margin-top: 20px;
    }
    .biomf-image-box .biomf-image-content {
        width: 325px;
        margin: 0 auto;
    }
    .sec-biomanufactur .ul-listing{
        margin-bottom: 0px;
    }
    .keyfeatures-bg {
        padding: 20px 15px;
        margin: 0px 15px 0px 0px;
    }
    .keyfeatures-col{
        margin-top: 20px;
    }
    .ourpartners-assets-right {
        max-width: 120px;
        right: 0;
        top: 85px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .keyfeatures-col {
        margin-top: 20px;
    }
}
.mars-dropdown-wrapper{
    position: relative;
}
.mars-dropdown-wrapper .dropdown-title{
    background: #FFFFFF;
    border-radius: 11px;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 30px rgba(115, 139, 160, 0.2);
}
.mars-dropdown-wrapper .dropdown-title::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000000"><path d="M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z"/></svg>');
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.mars-dropdown-wrapper .mars-dropdown{
    display: flex;
    list-style: none;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 11px;
    padding: 15px 20px;
    box-shadow: 0px 0px 30px rgba(115, 139, 160, 0.2);
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 60px;
    left: 0px;
    display: none;
}
.mars-dropdown-wrapper .mars-dropdown.active{
    display: flex;
}
.mars-dropdown .mars-dropdown-item{
    cursor: pointer;
}
.mars-dropdown .mars-dropdown-item:hover, .mars-dropdown .mars-dropdown-item.active{
    color: var(--mb-green);
}