body {
    background: url(/wp-content/uploads/2026/01/bg.webp) top center no-repeat fixed;
    background-size: cover;
    background-color: #000;
}
 #wrapper, #main, #main.dark {
    background-color: rgba(10, 10, 10, 0);
}
.header-button a{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(145deg, #0f0f0f, #1c1c1c);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    z-index: 1;
    font-size: 16px;
}
.header-button a::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);
    animation: rotate 4s linear infinite;
    z-index: -2;
}
.header-button a::after{
    content: "";
    position: absolute;
    inset: 2px;
    background: #006fad;
    border-radius: inherit;
    z-index: -1;
}
@keyframes rotate{
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.header-bottom .flex-center > ul > li > a {
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    border-radius: 99px;
}
.header-bottom .flex-center > ul > li.active > a, .header-bottom .flex-center > ul > li > a:hover {
    background: #006fad;
}
.ux-menu-link__link:hover {
    color: #fae05a !important;
}
a.button.primary.btn-view {
    touch-action: manipulation;
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3em;
    text-transform: uppercase;
    padding: 7px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(110, 80, 20, 0.4), inset 0 -2px 5px 1px rgba(139, 66, 8, 1), inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120, 50, 5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    animation: shadow-pulse 1.5s infinite;
	    margin-top: 20px;
}
@keyframes shadow-pulse{
    0% {
    box-shadow: 0 0 0 0px rgba(250, 227, 133, 0.4);
}
100% {
    box-shadow: 0 0 7px 25px rgba(250, 227, 133, 0);
}
}
.content-home {
    max-height: 800px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 2px solid #006fad;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 163, 255, 0.6);
    padding: 20px;
}
.post-item .box {
    background: #00000059;
}
.post-item .box .box-text {
    padding: 15px;
}
.box-blog-post .is-divider {
    display: none;
}
.post-item .box .box-text .post-title a {
    font-size: 18px;
    color: #fae05a;
    margin-bottom: 10px;
}
.banner-scroll {
    position: fixed;
}
.banner-right {
    left: 20px !important;
    width: 50px !important;
    bottom: 20px;
}
.mobile-nav > li> a {
    color: #fff;
}
.entry-category {
    opacity: 1;
}
h1.entry-title {color: #fae05a;}
.entry-header-text-top {
    padding-bottom: 0;
}
.dark .is-divider {
    background-color: #fff;
    height: 2px;
    max-width: 100px;
}
#comments {
    display: none;
}
.archive-page-header h1 {
    text-align: center;
}
span.widget-title {
    color: #fae05a;
    font-size: 18px;
}
.recent-blog-posts a {
    color: #fad231 !important;
    font-size: 16px;
}