/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.impact-card{
    width:80%;
    height:330px;
    background:#0d0d0d;
    border-radius:12px;
    padding:40px;
    box-sizing:border-box;
    color:#fff;
    position:relative;
    overflow:hidden;
    float: right;
}

.impact-content{
    height:100%;
    display:flex;
    flex-direction:column;
}

.impact-card h2{
    margin:0;
    font-size:65px;
    line-height:1;
    font-weight:700;
    letter-spacing:-2px;
}

.subtitle{
    margin-top:8px;
    font-size:16px;
    color:#e5e5e5;
    font-weight:400;
}

.explore-link{
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#f5f5f5;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    transition:0.3s ease;
}

.explore-link:hover{
    opacity:0.7;
    transform:translateX(3px);
}

.explore-link span{
    font-size:22px;
    line-height:1;
}
.stats-section{
    width: 75%;
    background: #0d0d0d;
    border-radius: 14px;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    float: right;
}

.stat-box{
    flex:1;
    text-align:center;
    color:#fff;
}

.stat-box h2{
    margin:0 0 15px;
    font-size:65px;
    line-height:1;
    font-weight:700;
    letter-spacing:-3px;
}

.stat-box p{
    margin:0;
    font-size:16px;
    line-height:1.5;
    color:#e5e5e5;
    font-weight:400;
}

.divider{
    width:1px;
    height:160px;
    background:rgba(255,255,255,0.45);
}

.adjust-custom-bg {
    position: relative;
}
.adjust-custom-bg .section-decoration.top {
    background-repeat: no-repeat;
    top: 254px;
    right: 0;
    background-size: contain;
    background-position: left;
    z-index: 1;
}

.benefit-cards{
    display: block;
    gap: 24px;
    width: 100%;
}

/* Main Card */
.benefit-card{
    background: #0b0d12;
    border-radius: 12px;
    padding: 19px 22px;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
}

/* Heading */
.benefit-card h2{
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

/* Paragraph */
.benefit-card p{
    margin-top: 3px;
    color: #d9d9d9;
    font-size: 18px;
    line-height: 1.4;
}

/* Icon Card */
.benefit-icon-card{
    display:flex;
    align-items:center;
    gap:26px;
}

/* Icon Circle */
.benefit-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon Image */
.benefit-icon img{
    width:34px;
    display:block;
}

/* Divider */
.benefit-divider{
    width:2px;
    height:90px;
    background:rgba(255,255,255,0.18);
}

/* Prevent ugly word breaking */
.benefit-content{
    flex:1;
}

.benefit-content h2{
    word-break:normal;
}
.background-setup-cls .section-decoration.bottom {
    height: 274px !important;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: right;
    z-index: 1;
}
.footer-links-box {
    float: right;
}

.footer-small-title{
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom: 8px;
}

.footer-links a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.footer-links a:hover{
    opacity:0.7;
}


@media(max-width:1024px){
    .impact-card h2 {
        margin: 0;
        font-size: 50px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -2px;
    }
    .stats-section {
        width: 75%;
        float: right;
    }
    .stat-box h2 {
        font-size: 50px;
    }
}

@media(max-width:768px){
    .stats-section {
        width: 80%;
        float: right;
    }
    .stat-box h2 {
        font-size: 40px;
    }
    .stat-box p {
        font-size: 12px;
    }
    .benefit-card h2 {
        font-size: 16px;
    }
    .impact-card h2 {
        font-size: 40px;
    }
}

@media(max-width:576px){
    .impact-card {
        width: 100%;
        height: 220px;
    }
    .stats-section {
        width: 100%;
        float: right;
        padding: 30px 7px;
    }
    .stat-box h2 {
        font-size: 30px;
    }
    .stat-box p {
        font-size: 11px;
    }
    .benefit-card {
        width: 100%;
    }
    .footer-links-box {
        float: left;
        padding-top: 20px;
    }
}