/*
Theme Name:   Language Of Numbers Child Theme
Theme URI:    #
Description:  Language Of Numbers Child Theme
Author:       Mirage Minds
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/
.progress-container {
            width: 100%;
            background-color: #e0e0e0;
            border-radius: 8px;
            overflow: hidden;
            height: 8px;
            position: relative;
        }

        .progress-bar {
            width: 100%; /* Full progress */
            height: 8px;
            background-color: #e0e0e0;
            position: absolute;
        }

        .progress-bar .active {
            height: 8px;
            background-color: #009368;
            display: block;
        }

        .progress-info {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            font-family: Arial, sans-serif;
        }

        .progress-percentage {
            color: #009368;
            font-weight: bold;
        }

        .progress-label {
            font-weight: bold;
            color: #333;
        }

        .progress-goal {
            color: #777;
        }


/* Main Wrapper */
.donation-progress-wrapper {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

/* Progress Bar Container */
.donation-progress-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 8px;
}

/* Progress Bar */
.donation-progress-bar {
    width: 100%;
    height: 8px;
    position: absolute;
}


.donation-progress-active {
    height: 8px;
    background-color: #ECA30C; 
    display: block;
}


.donation-progress-percentage {
    position: absolute;
    left: 0;
    top: -18px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

/* Donation Info Section */
.donation-progress-info {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 8px;
    font-size: 14px;
}

/* Raised Amount */
.donation-raised {
    color: #009368;
    font-weight: bold;
}

/* Goal Amount */
.donation-goal {
    color: #d9534f; /* Soft red for the goal */
}
