.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #f8de4b !important;
}
footer .section {
    padding-bottom: 0 !important;
}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
#main, #wrapper {
    background: transparent;
}
html {
    background-image: url(/wp-content/uploads/2026/05/Bg_landingpage_H.jpg);
}
.header-button a {
    background: linear-gradient(90deg, #ffffff, #3333ff, #00ccff, #ffcc00, #ff00cc);
    background-size: 400% 400%;
    animation: hologram 4s linear infinite;
    border: none;
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
@keyframes hologram{
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
.ig-banner img {
    border: solid 2px #f8de30;
}
.section-title-center {
    color: #fff;
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title-center b {
    background: transparent;
}
.content-1 {
    background: #494949;
    padding: 15px;
    border-radius: 5px;
    font-style: italic;
}
.content-1 * {
    margin-bottom: 0;
    font-size: 17px;
}
.img-center {
    margin: 0 auto;
    animation: zoom-in-zoom-out-1 .8s ease infinite;
}
@keyframes zoom-in-zoom-out-1{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.content-home {
    border: 1px solid #fabc5f;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    background-color: #1E0F08;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #fabc5f transparent;
}
.nopad{
    padding-bottom: 0 !important;
}
.post-item .box {
    background: #211911;
    border: solid 2px #f8de4b;
}
.post-item .box .box-text {
    padding: 15px;
}
.box-blog-post .is-divider {
    display: none;
}
.post-item .box .box-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
header.archive-page-header {
    text-align: center;
}
#comments {
    display: none;
}
.breadcrumb {
    background: #000;
    padding: 7px 0;
}
.breadcrumb * {
    margin-bottom: 0;
    font-size: 14px;
}
.entry-divider {
    max-width: 100%;
    height: 1px;
}
.entry-header-text-top {
    padding-bottom: 0;
}