body.lan-ar{
    text-align: right;
    direction: rtl;

}
body.lan-en{
    text-align: left;
    direction: ltr;
}

.ahdafna-container {

    max-width: 1000px;
    margin: right;
    background: rgb(250 243 231);
    padding: 20px;
    border-radius: 10px;
    /* text-align: right; */
}
.ahdafna-title {
    font-size: 28px;
    color: #333;
    /* text-align: right; */
}
.ahdafna-goals {
    margin: right;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    margin-top: 20px;
}
.ahdafna-goal-box {
    background: rgb(250 243 231);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #f3e4c8;
    /* text-align: right; */
    /* width: 1200px; */
   
}

.ahdafna-goal-text {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .ahdafna-goals {
        grid-template-columns: 1fr;
    }
}

.hr-border-t {
    width: 100%;
    border: none;
    border-top: 3px solid transparent; /* زيادة السماكة */
    border-image: linear-gradient(to right, #b700ff, #008cff, #ffb300, #4b5b3a);;
    
    border-image-slice: 1;
    margin: 20px 0;
}