.alghzal-box {padding:20px;text-align:center;margin-top:30px;}
.alghzal-title {font-size:20px;margin-bottom:15px;}
.alghzal-cards {display:flex;justify-content:center;gap:20px;margin-bottom:15px;}
.alghzal-btn {background:#f9f9f9;border:1px solid #ccc;padding:10px 15px;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:transform .2s;}
.alghzal-btn:hover {transform:scale(1.05);}
.alghzal-btn img {width:40px;height:40px;}
.alghzal-progress {background:#eee;height:20px;border-radius:10px;overflow:hidden;margin:10px 0;}
.alghzal-progress .fill {height:100%;width:0;transition:width 0.6s ease;}
