.University_Content {
    padding: 190px 0px;
    /* background: #e9e9e9; */
    /* background-image: url(/assets/edtech_assets/images/university/university_content/bg.jpg); */
    background-image: url(/assets/edtech_assets/images/university/university_content/bg2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.University_Content .hero {}

.University_Content .hero .hero-eyebrow {
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 100px;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.25rem;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
}

.University_Content .hero .hero-eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c84b2f;
}

/* .University_Content .hero .title_text {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
} */

.University_Content .hero .title_text em {
    font-style: italic;
    color: #c84b2f;
}

.University_Content .hero .hero-desc {
    font-size: 16px;
    color: #202020;
    max-width: 480px;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-weight: 500;
}

.University_Content .hero .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.univeristy_orange_btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
}

.univeristy_orange_btn:hover {
    background: #000;
    transform: translateY(-1px);
}

.btn-ghost {
    border: 1.5px solid #666;
    color: #1a1a1a;
    background: transparent;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-ghost:hover {
    border-color: #1a1a1a;
    background: #fff;
}

/* Stats strip */
.University_Content .hero .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.University_Content .hero .stat-cell {
    text-align: center;
    background: #ffecd8;
    padding: 20px;
}

.University_Content .hero .stat-num {
    font-size: 35px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.University_Content .hero .stat-num span {
    color: #c84b2f;
}

.University_Content .hero .stat-label {
    font-size: 0.8rem;
    color: #777;
    font-weight: 500;
}


.University_Content .hero .title_text {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}


.keywords-strip {
    /* background: #E85C1A; */
    background: #000;
    padding: 14px 5%;
    display: flex;
    gap: 3rem;
    overflow: hidden;
    white-space: nowrap;
}

.keywords-strip .kw-track {
    display: flex;
    gap: 3rem;
    animation: scroll 30s linear infinite;
}

.keywords-strip .kw-track .kw-item {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.keywords-strip .kw-track .kw-item::after {
    content: '✦';
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6rem;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


@media (min-width: 0px) and (max-width: 575px) {

    .keywords-strip .kw-track .kw-item {
        font-size: 11px;
    }

    .keywords-strip .kw-track {
        animation: scroll 30s linear infinite;
    }

    .University_Content .hero .title_text {
        font-size: 18px;
    }

    .University_Content .hero .hero-eyebrow {
        font-size: 11px;
    }

    .University_Content .hero .stat-num {
        font-size: 20px;
    }

    .University_Content .hero .hero-stats {
        grid-template-columns: repeat(2, 1fr);

    }

    .University_Content .hero .hero-desc {
        font-size: 14px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .University_Content .hero-text {
        margin-bottom: 30px;
    }

    .University_Content {
        padding: 40px 0px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .University_Content .hero .title_text {
        font-size: 23px;
    }

    .University_Content .hero .stat-num {
        font-size: 28px;
    }

    .University_Content .hero .hero-desc {
        font-size: 15px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .University_Content {
        background-color: #ccd4dd;
        background-image: none;
    }

}




@media (min-width: 1200px) and (max-width: 1399px) {
    .University_Content .hero .title_text {
        font-size: 27px;
    }

    .University_Content .hero .stat-num {
        font-size: 32px;
    }

    .University_Content .hero .hero-desc {
        font-size: 15px;
    }
}