/* Stats Section Custom Styles */
.stats-section {
    background-color: #ffffff;
}

.section-title {
    color: var(--main); /* اللون الأزرق الغامق في الصورة */
    font-size: 4rem;
    margin: auto;
    margin-bottom: calc(24 / 16 * 1rem);
    max-width: 60rem;
}

.section-subtitle {
    max-width: 48.125rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--text);
}

.stat-card {
    background: #ffffff;
    border: 0.0625rem solid #f0f0f0;
    border-radius: 1.5rem;
    transition: transform 0.3s ease;
}

.stat-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #e6f3fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main);
    font-size: 1.5rem;
}

.stat-number {
    color: var(--main);
    font-size: 4.5rem;
    letter-spacing: -0.05rem;
    font-family: "Roses Bolero" !important;
    font-weight: 100;
}

.stat-label {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text);
}

/* الشاشات المتوسطة (التابلت - أقل من 992px) */
@media (max-width: 991px) {
    html:lang(en) .section-title {
        font-size: 3rem; /* تصغير الخط للتابلت */
        max-width: 90%; /* زيادة العرض ليناسب الشاشة */
    }
}


/* الهواتف الصغيرة جداً (أقل من 480px) */
@media (max-width: 479px) {
    html:lang(en) .section-title {
        font-size: 2.5rem; /* أصغر حجم خط ليتناسب مع عرض الموبايل الصغير */
    }
}
