.quiz-bottom-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99999;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #FEC007; /* fallback, overridden inline */
}

.quiz-bottom-nav a {
    color: #000;
    text-align: center;
    text-decoration: none;
    flex: 1;
    font-size: 12px;
    position: relative;
}

.quiz-bottom-nav a:hover {
    color: #fff;
}

.quiz-bottom-nav a span,
.quiz-bottom-nav a img {
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 24px;
}

.quiz-bottom-nav .center-home {
    background: white;
    color: #FEC007FF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: -40px;
    transform: translateY(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #FEC007FF;
    z-index: 2;
}

.quiz-bottom-nav .center-home span,
.quiz-bottom-nav .center-home img {
    height: 28px;
    width: 28px;
}

.quiz-bottom-nav a p {
    margin: 0;
    font-size: 10px;
}

.svg-icon {
    width: 24px;
    height: 24px;
}

.quiz-badge {
    position: absolute;
    top: -5px;
    right: 10px;
    background: red;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: bold;
}
