.hj-features-section {
max-width: 1200px;
margin: 32px auto 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
direction: rtl;
font-family: 'Tajawal', 'Cairo', Tahoma, Arial, sans-serif;
}
.hj-feature-card {
background: #ffffff;
border-radius: 14px;
border: 1px solid #ececea;
padding: 40px 24px 32px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.hj-feature-icon {
width: 64px;
height: 64px;
border-radius: 10px;
background: #708665;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.hj-feature-icon svg {
width: 30px;
height: 30px;
stroke: #ffffff;
fill: none;
stroke-width: 1.7;
}
.hj-feature-title {
font-size: 18px;
font-weight: 500;
color: #1c1c1a;
line-height: 1.6;
margin: 0;
}
.hj-feature-title span {
display: block;
font-size: 14px;
font-weight: 400;
color: #8a8a86;
margin-top: 6px;
}
@media (max-width: 820px) {
.hj-features-section { gap: 12px; margin-top: 20px; }
.hj-feature-card { padding: 24px 10px 20px; gap: 12px; border-radius: 10px; }
.hj-feature-icon { width: 44px; height: 44px; border-radius: 8px; }
.hj-feature-icon svg { width: 22px; height: 22px; }
.hj-feature-title { font-size: 13px; line-height: 1.5; }
.hj-feature-title span { font-size: 11px; margin-top: 4px; }
}
@media (max-width: 480px) {
.hj-feature-card { padding: 18px 6px 16px; }
.hj-feature-icon { width: 38px; height: 38px; }
.hj-feature-icon svg { width: 18px; height: 18px; }
.hj-feature-title { font-size: 11.5px; }
.hj-feature-title span { font-size: 10px; }
}