test4-edit
.ai-section {
direction: rtl;
text-align: center;
font-family: 'GE Dinar One', sans-serif;
font-size: 17px;
max-width: 900px;
margin: auto;
}
.ai-section details {
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
transition: all 0.3s ease-in-out;
background-color: #f9f9f9;
}
.ai-section summary {
cursor: pointer;
padding: 12px 20px;
background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
color: #fff;
font-weight: bold;
font-size: 18px;
border-bottom: 1px solid