/*
Theme Name: FinPath Child
Theme URI: https://finpath.keydesign.xyz/
Description: Finance & Consulting Elementor WordPress theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: finpath
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: finpath-child
*/
    .rb-stats-cards {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 30px 40px;
        border-radius: 8px;
        width: 50%;
        max-width: 900px;
        margin: 0 auto;
    }

    .rb-card {
        text-align: center;
        min-width: 200px;
    }

    .rb-number {
        font-size: 38px;
        font-weight: 800;
        color: #0f172a;
    }

    .rb-label {
        font-size: 15px;
        color: #4b5563;
        margin-top: 6px;
    }
    
    .elementor-element-c5fd7b0{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    @media (max-width: 1024px) and (min-width: 768px) {
        .ekit-wid-con{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }

    /* ---- MOBILE RESPONSIVE ---- */
    @media(max-width: 768px) {
        .rb-stats-cards {
            flex-direction: row;
            gap: 30px;
            padding: 20px;
        }

        .rb-card {
            width: 45%;
            margin-bottom: 15px;
        }

        .rb-number {
            font-size: 30px;
        }

        .rb-label {
            font-size: 14px;
        }
        .elementor-element-fe76410{
            width: 100%;
        }
    }

    @media(max-width: 480px) {
        .rb-stats-cards {
            gap: 0px;
        }

        .rb-card {
            min-width: 120px;
        }
    }
    