﻿.about-page {
    font-family: Vazirmatn, sans-serif;
}

.about-card {
    background: #ffffff;
    border-radius: 20px;
    border-top: 4px solid #198754;
    line-height: 2;
}

.counter-box {
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
}

.counter-box:hover {
    transform: translateY(-5px);
}

.counter {
    font-size: 40px;
    font-weight: bold;
}

.feature-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
}

.feature-box:hover {
    background: #e9f7ef;
    transform: translateY(-3px);
}
