.ai-infographic-wrapper{
direction: rtl;
font-family: "Vazirmatn", Tahoma, sans-serif;
margin: 50px 0;
padding: 40px 20px;
border-radius: 30px;
position: relative;
overflow: hidden;
background: linear-gradient(135deg,#2e8b57,#4fc3f7);
color: #fff;
text-align: center;
}
/* نور پسزمینه */
.ai-infographic-wrapper::before{
content:"";
position:absolute;
width:300px;
height:300px;
background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 70%);
top