#wide-nav {
    border-top: solid 1px #313131;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.section-title-center:before {
    content: '';
    background: red;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 3px;
    bottom: -12px;
    transform: translateX(-50%);
}
.number * {
    background: linear-gradient(135deg, #cd7f32 0%, #daa520 100%);
    color: #fff;
    border: 2px solid #ff0000;
    font-weight: 800;
    margin-bottom: 0;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number1 *{
    font-size: 20px;
    line-height: 1;
    animation: badge-pulse 2s ease-in-out infinite;
    width: 70px;
    height: 70px;
}
@keyframes badge-pulse{
    0% {
        transform: scale(1);
        box-shadow: 0 0 20px rgb(255 215 0 / .6), inset 0 2px 4px rgb(255 255 255 / .3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgb(255 215 0 / .8), inset 0 2px 4px rgb(255 255 255 / .5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgb(255 215 0 / .6), inset 0 2px 4px rgb(255 255 255 / .3);
    }
}
.colnc  > .col-inner {
    grid-template-columns: 80px 1fr 2fr 1fr;
    gap: 20px;
    align-items: center;
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.boxnc .icon-box-text * {
    color: red;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.boxnc {
    align-items: center;
    padding-left: 20px;
}
.boxnc .icon-box-text {
    padding-left: 30px !important;
}
.boxnc .icon-box-text *:after {
    content: '★★★★★';
    letter-spacing: 0px;
    background: #ffa500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
}
.contentnc * {
    margin: 0;
}
.btnnc {
    margin: 0;
    width: 100%;
    padding: 4px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
    box-shadow: 0 3px 8px rgb(40 167 69 / .3);
}
.number2 * {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgb(102 126 234 / .3);
    border: 0;
}
.number2 * {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 12px rgb(102 126 234 / .3);
    border: 0;
}
.colnc:first-child > .col-inner {
    background: linear-gradient(135deg, #fff9c4 0%, #fff 50%, #fff9c4 100%);
    box-shadow: 0 0 30px rgb(255 215 0 / .5), 0 8px 25px rgb(0 0 0 / .15);
    position: relative;
    animation: champion-glow 3s ease-in-out infinite alternate;
    border: 3px solid gold;
}
@keyframes champion-glow{
    0% {
        box-shadow: 0 0 30px rgb(255 215 0 / .5), 0 8px 25px rgb(0 0 0 / .15);
    }
    100% {
        box-shadow: 0 0 50px rgb(255 215 0 / .8), 0 12px 35px rgb(0 0 0 / .2);
    }
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fee9a3 transparent;
}
.content-home {
    margin-top: 10px;
    margin-bottom: 25px;
    border: 1px solid #fee9a3;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.post-item .box {
    background: #1c2328;
}
.post-item .box .box-text{
    padding: 15px;
}
.boxAuthor .icon-box-img {
    max-width: 300px !important;
}
.boxAuthor {
    border: solid 1px;
    padding: 20px 15px;
    margin-top: 20px;
}
.boxAuthor .icon-box-text *:not(:first-child) {
    font-size: 14px;
}
.boxAuthor .social-icons a {
    color: #fff;
}
.boxAuthor .social-icons {
    width: 100%;
    border-top: solid 1px #fff;
    padding-top: 20px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.section-title-normal span {text-transform: capitalize;font-size: 18px;padding-bottom: 0;}
.section-title-normal:before {
    content: '';
    background: red;
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -12px;
}
.ux-menu-link__link {
    min-height: auto;
    font-weight: bold;
    color: #f8de35;
    text-transform: capitalize;
    font-size: 15px;
}
.ux-menu-link__link:hover {
    color: #fff !important;
}
#comments {
    display: none;
}
.widget .is-divider, .box-blog-post .is-divider {
    background: red;
}
.archive-page-header h1 {
    text-align: center;
}
.breadcrumb {
    font-size: 14px;
    padding: 10px 0;
}
@media (min-width: 992px){
    .colnc > .col-inner .col {
        padding-bottom: 0;
    }
}
@media (max-width: 549px){
    .boxAuthor .icon-box-text {
        padding: 10px 0 !important;
    }
}