.elementor-26090 .elementor-element.elementor-element-97f4863{--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;}@media(max-width:767px){.elementor-26090 .elementor-element.elementor-element-97f4863{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-281133e */.about-wrap{
    max-width:1200px;
    margin:32px auto;
    padding:0 10px;
    font-family:IRANSans, Tahoma, sans-serif;
    line-height:2;
    color:#2b2b2b;
}

/* تیتر */
.about-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.about-subtitle{
    color:#6b7280;
    font-size:15px;
    margin-bottom:45px;
}

/* سکشن */
.about-section{
    margin-bottom:55px;
}

.about-section h2{
    font-size:20px;
    margin-bottom:18px;
    font-weight:600;
    color:#111827;
}

/* گرید ویژگی‌ها */
.features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:20px;
}

.feature-box{
    background:#ffffff;
    padding:22px;
    border-radius:14px;
    border:1px solid #eee;
    transition:all 0.25s ease;
}

.feature-box:hover{
    box-shadow:0 10px 25px rgba(0,0,0,0.07);
    transform:translateY(-4px);
}

.feature-icon{
    font-size:22px;
    margin-bottom:8px;
}

.feature-box h3{
    font-size:16px;
    margin-bottom:6px;
    color:#111;
}

.feature-box p{
    font-size:14px;
    color:#555;
}

/* آمار */
.stats{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:25px;
}

.stat{
    flex:1;
    min-width:150px;
    background:#f3f4f6;
    padding:20px;
    border-radius:12px;
    text-align:center;
}

.stat h3{
    margin:0;
    font-size:20px;
    color:#2563eb;
}

.stat p{
    margin:5px 0 0;
    font-size:13px;
    color:#555;
}

/* CTA */
.about-cta{
    margin-top:60px;
    padding:40px 25px;
    border-radius:16px;
    background:#0f172a;
    text-align:center;
    color:#fff;
}

.about-cta h3{
    font-size:20px;
    margin-bottom:10px;
    color: white;
}

.about-cta p{
    font-size:14px;
    opacity:0.85;
    margin-bottom:20px;
}

.about-cta a{
    display:inline-block;
    padding:12px 28px;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:14px;
    transition:0.3s;
}

.about-cta a:hover{
    background:#1d4ed8;
}/* End custom CSS */