#wrapper {
    background: url(/wp-content/uploads/2026/03/bg.jpg) top center no-repeat;
    background-size: cover;
    background-color: #000;
}
#wrapper, #main, #main.dark {
    background-color: transparent;
}
#wide-nav ul li.menu-item a {
    font-size: 16px;
    color: #f4ba19;
}
.header-button a {
    background: #f4ba19;
    color: #000;
    box-shadow: 5px 8px 0px -4px #ffffff;
}
#wide-nav {
    margin-top: 10px;
}
.section-title-container b {
    background: transparent;
}
.section-title-center .section-title-main {
    text-transform: capitalize;
    color: #000;
    font-size: 24px;
    padding: 5px;
}
.section-title-center {
    background: #f4ba19;
    border-radius: 5px;
}
.des1 {
    box-shadow: 0px 5px 15px 0px rgb(244 186 25 / 84%);
    padding: 20px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 35px;
}
.des1 p {
    margin-bottom: 0;
}
.img-center {
    margin: 0 auto;
    animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse{
   0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
} 
}
.content-home {
    box-shadow: 0px 0px 20px 5px #bebebe;
    border: 2.5px solid #FFFFFF;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.content-home * {
    color: #000;
}
.img-br img{
    border-radius: 16px;
}
.post-item .box {
    border: solid 1px #f4ba19;
}
.copyright-footer {
    color: #fff;
    font-size: 12px;
}
.section-title-normal , .section-title-normal span {
    border-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #f4ba19 !important;
    text-decoration: underline;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 13px;
}
#comments {
    display: none;
}
.blog-single .article-inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.blog-single .article-inner .entry-content {
    color: #000;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
}
@media (max-width: 991px){
    .des1{
        background: #000;
    }
}