<div class=”test-page”>
<div class=”test-info”>
<div class=”test-header”>
<h1>تست نیازهای اساسی گلاسر (BNQ)</h1>
<p>تست نیازهای گلاسر یکی از آزمونهای کاربردی بر اساس نظریه انتخاب است که به شما امکان میدهد تا نیازهای اساسی خود را شناسایی کنید.</p>
</div>
<div class=”test-details”>
<div class=”test-card”>
<span class=”free-tag”>رایگان</span>
<a href=”#” class=”start-btn”>شروع آزمون</a>
<a href=”#” class=”sample-interpretation”>مشاهده نمونه تفسیر آزمون</a>
</div>
<div class=”test-stats”>
<div class=”stat-item”>
<span>امتیاز</span>
<p>4.8 / 5</p>
</div>
<div class=”stat-item”>
<span>تعداد نظرات</span>
<p>136</p>
</div>
<div class=”stat-item”>
<span>زمان تقریبی</span>
<p>15 دقیقه</p>
</div>
<div class=”stat-item”>
<span>رده سنی</span>
<p>بزرگسالان – نوجوانان</p>
</div>
<div class=”stat-item”>
<span>تعداد سوالات</span>
<p>35 سوال</p>
</div>
<div class=”stat-item”>
<span>تعداد انجام</span>
<p>62,153</p>
</div>
</div>
</div>
</div>
</div>
<style>
.test-page {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: ‘Arial’, sans-serif;
}
.test-header {
text-align: center;
margin-bottom: 20px;
}
.test-header h1 {
font-size: 24px;
margin-bottom: 10px;
}
.test-header p {
font-size: 16px;
color: #666;
}
.test-details {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.test-card {
width: 25%;
background: #f9f9f9;
padding: 20px;
text-align: center;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.free-tag {
background-color: #00c853;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
}
.start-btn {
display: block;
background-color: #00c853;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
margin: 20px 0;
font-size: 18px;
}
.sample-interpretation {
color: #00c853;
text-decoration: underline;
font-size: 14px;
display: inline-block;
margin-top: 10px;
}
.test-stats {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 70%;
}
.stat-item {
background: #f9f9f9;
padding: 10px 20px;
text-align: center;
border-radius: 8px;
width: 30%;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.stat-item span {
display: block;
font-size: 14px;
color: #666;
}
.stat-item p {
font-size: 18px;
font-weight: bold;
margin-top: 5px;
}
</style>