#wrapper {
    background-image: url(/wp-content/uploads/2026/07/bg-hitclub.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
#main{
    background-color: transparent;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
    font-weight: bold;
}
.ux-menu-link__link:hover {
    color: #eeba20 !important;
}
.scroll-hint {
    display: inline-block;
    animation: scrollPulse 2.4s ease-in-out infinite;
    cursor: pointer;
    transition: transform .3s ease, filter .3s ease;
    will-change: transform;
}
@keyframes scrollPulse {
    0%, 100% {
        transform: translateY(0);
        filter: brightness(1);
    }
    50% {
        transform: translateY(-8px);
        filter: brightness(1.4);
    }
}
.flickity-button {
    top: 18%;
}
.j-scrollbox {
    scrollbar-width: thin;
    scrollbar-color: #d99a23 rgba(14, 11, 9, .6);
}
.content-home > .col-inner {
    border-radius: 20px;
    border-width: 1px 1px 1px 1px;
    border: solid 1px rgb(182, 147, 0);
    padding: 20px;
}
.j-scrollbox {
    overflow-x: hidden;
    max-height: 1000px;
}
#content {
    padding-bottom: 0;
}
.section-title-center b {
    background: transparent;
}
.breadcrumb>div * {
    margin: 0;
}
.breadcrumb {
    font-size: 13px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.post-item .box {
    background: #1e1e1e;
}
.post-item .box .box-text {
    padding: 15px;
}
#wide-nav {
    position: relative;
    border-top: 1px solid rgb(255 215 0 / 18%);
    border-bottom: 1px solid rgb(255 215 0 / 18%);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .45) inset;
}
.header-button-1 a {
    color: #2b1b05 !important;
    background: linear-gradient(180deg, #ffe38a 0%, #f7c948 58%, #d99a23 100%);
    border: 2px solid rgba(255, 215, 0, .9) !important;
    box-shadow: 0 6px 16px rgba(255, 200, 60, .35), inset 0 2px 6px rgba(255, 255, 255, .28);
}
.header-button a {
    border-radius: 5px !important;
}
.header-button-2 a {
    color: #fff !important;
    background: linear-gradient(145deg, #1d140a 0%, #0f0c08 65%);
    border: 2px solid rgba(255, 215, 0, .35) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .45), inset 0 0 10px rgba(255, 215, 0, .08);
}
.mobile-nav>li>a>i {
    color: #fff;
}