.header-button .button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(10deg, #ffb621 0%, #ffec83 100%);
    color: #111;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px solid #FFD700;
    text-shadow: 1px 1px 0px #fafad2;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.3s, transform 0.2s;
    letter-spacing: 0;
    min-width: 140px;
    box-sizing: border-box;
    z-index: 1;
    line-height: 1;
    padding: 8px 16px;
}
.header-button .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine-move 2.2s linear infinite;
    pointer-events: none;
    z-index: 2;
}
@keyframes shine-move{
    0% {
        left: -60%;
    }
    100% {
        left: 120%;
    }
}
#wide-nav ul.nav>li>a {
    color: #000000;
    font-size: 15px;
    line-height: 24px
}
.colhome1 >.col-inner {
    border: solid 2px;
    padding: 20px;
    border-radius: 10px;
}
.colhome1 >.col-inner .col {
    padding-bottom: 0;
}
.colhome1  .button {
    width: 100%;
    border-radius: 6px;
    padding: 5px;
    background: linear-gradient(10deg, #ffb621 0%, #ffec83 100%);
    color: #000;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    font-size: 28px;
    text-transform: capitalize;
}
.content-home {
    background: #313131;
    padding: 20px;
    border: 2px solid #e09738;
    box-shadow: 0 0 8px 2px #f4ca22;
    border-radius: 10px;
}
.post-item .box .box-text {
    padding: 12px;
    text-align: left;
}
.box-blog-post .is-divider {
    display: none;
}
.post-item .box .box-text a {
    font-size: 18px;
    color: #f4ca22;
    margin-bottom: 10px;
}
.ux-menu-link__link:hover {
    color: #fab44b !important;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer {
    padding-top: 30px;
    background: #313131;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.breadcrumb * {
    margin-bottom: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header {
    text-align: center;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.boxi1 {
    border: solid 1px #eaeaea;
    padding: 20px;
    box-shadow: 0px 0px 15px -10px #00000091;
    border-radius: 10px;
    height: 100%;
}
.row1 > .col > .col-inner{
    height: 100%;
}
.boxi1 .icon-inner {background: #0b4f5c1c;border-radius: 8px;padding: 10px;}
footer .social-icons a {
    font-size: 28px !important;
}