.marketing-title {
    font-size: 64.31px;
    font-weight: bold;
}

.text-color {
    color: #149CFE;
}

.nav-color{
    color:#000000;
    font-weight: bold;
}

.custom-margin {
    margin-top: 19%;
}

.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.chart-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}

.piechart{
    font-size: 17px;
    font-weight: bold;
}

.container2 {
    max-width: 1200px;
}

/* Sidebar List */
.content{
    margin-left: 5px;
}
.content ul {
    margin-top: 10px;
    padding-left: 0;
}

.title-section {
    font-size: 23px;
}

.list-unstyled li {
    margin-bottom: 3px;
    font-size: 15px;
}

/* Chart Boxes */
.chart-box2, .chart-box3 {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

/* Chart Heights */
.chart-box2 {
    height: 280px;
}

.chart-box3 {
    height: 250px;
}

/* Borders */
.border-gray {
    border: 1px solid #8A8A8A !important;
    border-radius: 10px;
}

/* Main Number */
.count-size {
    font-weight: 600;
    font-size: 135.19px;
    line-height: 1;
    letter-spacing: -2%;
    color: #149CFE;
    /* display: inline-block; */
}

/* "Million" Text */
.million {
    font-weight: 500;
    font-size: 44.42px;
    color: #000000;
    margin-left: -10px;
    
}

/* Audience Size */
.audience {
    font-weight: 400;
    font-size: 25px;
    color: #000000;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .count-size {
        font-size: 90px;
    }
    .million {
        font-size: 32px;
        margin-left: -5px;
    }
    .audience {
        font-size: 20px;
    }
}