@font-face {
  font-family: 'Canva-Sans-Regular';
  src: url('font/Canva-Sans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Garet Book';
  src: url('font/garet book.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

.stats-banner {
    background-color: #312968; 
}

/* Rigid layout values that completely block mobile flex squishing */
.stat-icon-wrap {
    min-width: 60px !important;
    max-width: 60px !important;
    width: 60px !important;
    height: 60px !important;
}

.stat-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.stat-number {
    color: #8f00ff; 
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'Garet Book', 'Canva-Sans-Regular', sans-serif;
}

.stat-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.hero-img {
    min-height: 400px;
}

.hero-cards-row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180px;
    z-index: 2;
    margin: 0;
    padding: 0 1rem;
}

#heroImageCol {
    margin-bottom: 160px;
}

.hero-mini-card {
    background-color: #f2f0fb;
    border-radius: 16px;
    padding: 24px 16px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hero-mini-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a1fd6;
}

@media (max-width: 991.98px) {
    .hero-cards-row {
        position: static;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }

    .hero-cards-row .col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-bottom: 1rem;
    }

    .hero-mini-card {
        padding: 16px 10px;
    }

    .hero-mini-card h5 {
        font-size: 1rem;
    }

    .hero-mini-card p {
        font-size: 0.8rem;
    }

    #heroImageCol {
        margin-bottom: 0;
    }
        #heroTextInner {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }
}
