
    :where([class^="ri-"])::before {
        /* This rule seems to be overriding remixicon content. Let's remove it if it causes issues. */
        /* content: "\f3c2"; */
    }
    html{
        overflow-x: hidden;
    }

    body {
        font-family: 'Inter', sans-serif; /* Or another modern sans-serif font */
    }

    .testimonial-section {
        background-color: #f9fafb;
    }

    .stat-card {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(5px);
    }
