﻿/* 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 var(--line);
    border-radius: 1.5rem;
    transition: transform 0.3s ease;
}

.stat-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--main-soft);
    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; /* Ø£ØµØºØ± Ø­Ø¬Ù… Ø®Ø· Ù„ÙŠØªÙ†Ø§Ø³Ø¨ Ù…Ø¹ Ø¹Ø±Ø¶ Ø§Ù„Ù…ÙˆØ¨Ø§ÙŠÙ„ Ø§Ù„ØµØºÙŠØ± */
    }
}

