.elementor-58 .elementor-element.elementor-element-b947ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b239dc1 */.sp-about-section{
    padding:100px 0;
    background:#f8fafc;
    position:relative;
    overflow:hidden;
}

.sp-container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.sp-about-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.sp-subtitle{
    display:inline-block;
    color:#e11d48;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.sp-about-header h2{
    font-size:48px;
    line-height:1.2;
    color:#111827;
    margin-bottom:25px;
    font-weight:800;
}

.sp-about-header p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

.sp-about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.sp-feature-card,
.sp-partnership-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    margin-bottom:30px;
    transition:all .3s ease;
}

.sp-feature-card:hover,
.sp-partnership-card:hover{
    transform:translateY(-5px);
}

.sp-feature-card h3,
.sp-partnership-card h3{
    font-size:28px;
    color:#111827;
    margin-bottom:18px;
}

.sp-feature-card p,
.sp-partnership-card p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:20px;
}

.sp-feature-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.sp-feature-card ul li{
    padding:12px 0;
    border-bottom:1px solid #e5e7eb;
    font-weight:600;
    color:#1f2937;
}

.sp-feature-card ul li:last-child{
    border-bottom:none;
}

.sp-stats-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.sp-stat{
    background:linear-gradient(135deg,#111827,#1f2937);
    color:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
}

.sp-stat h4{
    font-size:36px;
    margin:0 0 10px;
    font-weight:800;
}

.sp-stat p{
    margin:0;
    opacity:.85;
}

.sp-brand-box{
    display:grid;
    gap:20px;
    margin-top:20px;
}

.sp-brand{
    padding:20px;
    border-radius:15px;
    background:#f8fafc;
    border-left:5px solid #e11d48;
}

.sp-brand h4{
    margin:0 0 10px;
    font-size:22px;
    color:#111827;
}

.sp-brand p{
    margin:0;
    color:#64748b;
}

@media(max-width:991px){

    .sp-about-grid{
        grid-template-columns:1fr;
    }

    .sp-about-header h2{
        font-size:36px;
    }

}

@media(max-width:767px){

    .sp-about-section{
        padding:70px 0;
    }

    .sp-about-header h2{
        font-size:30px;
    }

    .sp-about-header p{
        font-size:16px;
    }

    .sp-stats-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */