* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*::before {}

.blogpage-section .col-xl-3.col-lg-6.col-md-6,
.blogpage-section .col-xl-4.col-lg-4,
.blogpage-section .col-xl-2.col-lg-6.col-md-6,
.blogpage-section .col-lg-4.col-md-6.col-sm-6.col-12,
.blogpage-section .col-xl-6.col-lg-6.col-md-12,
.blogpage-section .blog-box,
.blogpage-section .blog-box .post-item-wrap,
.blogpage-section .blog-box .post-item-wrap .infinite-blog,
.blogpage-section .fourcolumn-blog .post-item-wrap .lower-portion,
.blog-tabs-section .blog-tabs-inner-section .single-blog-outer-con .single-blog-box,
.blog-tabs-section .blog-tabs-inner-section .single-blog-outer-con .single-blog-details,
.blogpage-section .blog-box .lower-portion {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@font-face {
    font-family: 'Archivo';
    src: url(../font/Archivo.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary--color: #8d89f9;
    --title: #0C0C0D;
    --text: #47474a;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #0C0C0D;
    --theme-color2: #0C0C0D;
    --secondary--color: #fff;
    --navy-color: #0C0C0D;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font: 'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}


body {
    letter-spacing: .02rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Archivo', sans-serif;
    background: linear-gradient(135deg, #a9c6ff 0%, #5f5bb9 100%);
}

/* body {
    
    color: #e6e6e6;
    min-height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.6;
} */

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.w-100 {
    width: 100% !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 576px) {

    .container {
        max-width: 540px
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }



    .font-size-20 {
        font-size: 16px;
        line-height: 24px;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


}

@media(min-width: 768px) {

    .container {
        max-width: 720px;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        width: 50%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    #comments .comment-form {
        grid-template-columns: repeat(3, 1fr);
    }

    #comments .comment-form>:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
        grid-column: 1 / -1;
    }

}

@media(min-width: 960px) {
    .inner-box {
        max-width: 64.5%;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

    .single .nv-meta-list {
        --avatarsize: 20px;
    }

    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }

    .single:not(.single-product),
    .page {
        --c-vspace: 0 0 0 0;
    }

    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}

@media(min-width: 992px) {
    .blog-index .inner-box {
        max-width: 64.5%;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

    .container {
        max-width: 960px
    }

    .container {
        max-width: 960px;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }



    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .section-padding {
        padding: 120px 0px;
    }

}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0 15px
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media(min-width: 1300px) {
    .header-container {
        max-width: 1600px;
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container {
        max-width: 1290px;
        padding: 0 15px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}



.large-container {
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto
}

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: var(--title);
}

a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

input,
button,
select,
textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    background: transparent
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

input {
    transition: all 500ms ease
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all 500ms ease
}

p {
    position: relative;
    font-family: var(--text-font);
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    transition: all 500ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--title);
    font-weight: 700;
    line-height: 1.4;
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text,
mc4wp-form-fields p,
.mc4wp-form-fields,
.footer-m-address p,
.footer-m-address,
.footer-widget.address,
.footer-widget.address p,
.mc4wp-form-fields p,
.gogrin-description-area p,
.gogrin-description-area .phone a,
.gogrin-description-area .social-icons a,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .gogrin-description-area p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
    color: #fff;
}

[role=button] {
    cursor: pointer;
}





@media (min-width: 992px) {}

@media (min-width: 1200px) {}


img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: var(--text-font);
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}





h1 {

    font-weight: 600;
    line-height: 80px;

}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.w-100 {
    width: 100% !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.position-relative {
    position: relative !important;
}

.float-left {
    float: left !important;
}

.position-absolute {
    position: absolute !important;
}



.padding-bottom {
    padding-bottom: 120px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}



.main-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    overflow: hidden;
}

.header-style-three {
    position: relative;
    display: block;

}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .outer-box .logo-box a {
    font-size: 28px;
}

.sub-banner-outer-wrapper {

    width: 100%;

}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;

    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--secondary--color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0;
}

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}

.main-menu .navigation {
    margin: 0;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0 19px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding-top: 31px;
    padding-bottom: 31px;
    font-weight: 500;
    font-family: var(--text-font);
    opacity: 1;
    color: var(--secondary--color);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.scroll-to-top .scroll-bar-text,
.main-header .menu-right-content .search-btn button:hover,
.main-header .menu-right-content .link-box a:hover,
.sec-title h2 span,
.sec-title .sub-title,
.list-style-one li:before,
.chooseus-block-one .inner-box h3 a:hover,
.chooseus-block-one .inner-box .link a:hover,
.team-block-one .inner-box .lower-content h3 a:hover,
.main-footer .links-widget .links-list li a:hover,
.footer-bottom .bottom-inner .copyright p a,
.header-top .info li a:hover,
.header-top .social-links li a:hover,
.banner-style-two .content-box h2 span,
.video_block_two .video-content a,
.industries-block-two .inner-box:hover .icon-box,
.content_block_two .content-box .inner-box .single-item h3 a:hover,
.content_block_three .content-box .accordion-box .accordion .acc-btn.active .icon-box,
.content_block_three .content-box .accordion-box .accordion .acc-btn.active h4,
.training-block-one .inner-box .text-box h3 a:hover,
.pricing-block-one .pricing-table h3,
.download-section .content-box h2 span,
.news-block-two .inner-box .lower-content h3 a:hover,
.news-block-two .inner-box .lower-content .post-info li a:hover,
.banner-style-three .content-box h2 span,
.welcome-section .content-box h2 span,
.welcome-section .content-box .inner-box .single-item h3 a:hover,
.image_block_one .image-box .single-item .support-box h4 a:hover,
.dueal-section.alternat-2 .content_block_two .content-box .inner-box .single-item h3 a:hover,
.content_block_four .content-box .download-btn a:hover,
.main-footer.light-footer .links-widget .links-list li a:hover,
.image_block_two .image-inner .support-box h4 a:hover,
.content_block_five .content-box .inner-box .single-item h4 a:hover,
.service-block-one .inner-box .lower-content h3 a:hover,
.testimonial-block-three .inner-box .icon-box,
.testimonial-style-three .testimonial-block .content-box .icon-box,
.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content .post-info li i,
.news-block-three .inner-box .lower-content .post-info li a:hover,
.page-title .bread-crumb li a:hover,
.service-sidebar .download-widget h4 span,
.job-sidebar .info-widget ul li p a:hover,
.portfolio-block-one .inner-box .content-box h3 a:hover,
.blog-details-content blockquote .icon-box,
.blog-details-content .post-share-option .social-links li a:hover,
.blog-details-content .comment-box .form-inner .form-group label span {
    color: var(--primary--color);
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo h1 a {
    color: #fff;
}

.mobile-menu .icon-close {
    font-weight: bold;
    display: block;
    font-size: 24px;
}



.text-center {
    text-align: center;
}

.header-lower {
    width: 100%;


}

.header-lower .logo-box a {
    color: var(--secondary--color);
}




.font-size-20 {
    font-size: 20px;
    line-height: 30px;
}



.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: var(--secondary--color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: none;
}

.fixed-header .sticky-header {
    background-color: var(--secondary--color);
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fixed-header .sticky-header .logo-box a,
.fixed-header .sticky-header .menu-area a {
    color: var(--black--color);
}

.main-header .outer-container {
    position: relative;
    padding: 0 40px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .position */







/* main */
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.post-pages-links {
    display: flex;
    list-style-type: none;
    margin-top: 20px;

    border-radius: 7px;
    padding: 10px;
}

.post-pages-links>span {
    padding-right: 15px;
    color: var(--secondary--color);
}

.post-pages-links a {
    display: inline-block;
    color: var(--secondary--color);
    background: var(--primary--color);
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 6px;
}

.post-pages-links a span {
    padding: 0 !important;
    margin: 0 !important;
}

/* list */
.blog-page-content-box li .service-block {
    background-position: 50% 15%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-radius: clamp(18px, 1.25vw, 48px);
    background-color: #FAFAFA;
    padding: 0 !important;
}

.blog-page-content-box li:nth-child(odd) .service-block {
    background-image: url(../img/service-vector-1.png);
}

.blog-page-content-box li:nth-child(even) .service-block {
    background-image: url(../img/service-vector-2.png);
}

.blog-page-content-box li .service-block:hover {
    transition: all 0.3s ease-in-out;
    background-position: 50% 35% !important;
}

.blog-page-content-box li .story-block-1:hover .img-block img {
    transform: scale(1.1);
}

.story-block-1 .img-block {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: clamp(18px, 1.25vw, 48px);
    padding: 0;
}

.story-block-1 .img-block img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: clamp(18px, 1.25vw, 48px);
}

.story-block-1 .story-content {
    padding: clamp(18px, 1.25vw, 48px) !important;
    transition: all 0.3s ease-in-out;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-12 {
    margin-bottom: 12px;
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 24px);
}

.story-block-1 .story-content .story-label {
    padding: 6px 8px;
    border-radius: 4px;
    background-color: var(--primary--color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.story-block-1 .story-content .story-label p {
    margin-bottom: 0 !important;
}

.black {
    color: var(--title);
}

h5,
.h5 {
    font-size: clamp(18px, 1.458vw, 62px);
    font-weight: 400;
    line-height: 120%;
}

.light-gray {
    color: var(--text);
}

.story-label p {
    color: var(--secondary--color);
    margin: 0;
}

.blog-page-content-box li .story-block-1:hover h5 a {
    color: var(--primary--color);
}


/* detail */
.news-block-one .detail-title {
    font-size: 38px;
    margin: 15px 0;
}

.blog-details-content p {
    margin-bottom: 30px;
    line-height: 1.7;
}

.blog-details-content img {
    display: block;
    margin: 0 auto;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.m-t30 {
    margin-top: 30px;
}

.comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.entry-header {
    margin-bottom: 60px;
}

.entry-header .title {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.nv-meta-list {
    margin-bottom: 20px;
}

.nv-meta-list li,
.nv-meta-list span {
    display: inline-block;
}

.nv-single-post-wrap>div:last-child {
    padding-bottom: 30px;
}

.nv-is-boxed {
    padding: 40px;
    background: #f4f5f7;
    color: #272626;
}

#comments .comment-reply-title {
    margin-bottom: 15px;
}

.comment-form {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}

.comment-form label {
    display: inline-block;
}

.widget select,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
form input:read-write,
form select,
form select option,
form textarea,
form.wp-block-search input.wp-block-search__input {
    border-style: solid;
    border-color: #dddddd;
    border-width: 2px;
    border-radius: 3px;
    background: var(--secondary--color);
    color: var(--black--color);
    padding: 10px 12px;

}

.comment-form>p:not(.comment-notes) {
    margin-bottom: 0;
}

#comments input:not([type=submit]):not([type=checkbox]) {
    width: 100%;
}

#comments textarea {
    max-width: 100%;
    width: 100%;
    display: block;
}

.btn,
.button.button-primary,
.is-style-primary .wp-block-button__link,
.wp-block-search .wp-block-search__button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    box-sizing: border-box;
    background: var(--primary--color);
    color: var(--secondary--color);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;

    border-radius: 3px;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;

}

.comments-area {
    padding-bottom: 30px;
}

.blog-right-content .category_list li+li {
    margin-top: 10px;
}


/* sidebar */
.side-bar {
    background-color: #FAFAFA;
    padding: clamp(18px, 1.25vw, 48px);
    border-radius: clamp(18px, 1.25vw, 48px);
}

.side-bar .form-container {
    position: relative;
    border-radius: clamp(8px, 0.625vw, 24px);
    border: 1px solid #141516;
}

.side-bar .form-container .search-container {
    font-size: clamp(16px, 1.042vw, 40px);
    display: flex;
    align-items: center;
    position: relative;
    gap: clamp(8px, 0.625vw, 24px);
    background-color: transparent;
    padding-left: 16px;
}

.side-bar .form-container .search-container .input-search-icon {
    pointer-events: none;
    position: absolute;
    color: #45474F;
}

.side-bar .form-container .search-container .search-form {
    padding: clamp(14px, 0.938vw, 36px) clamp(12px, 0.833vw, 32px);
    width: 100%;
    padding-left: 40px;
    border: none;
    background-color: transparent;
    color: #45474F;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 1.042vw, 40px);
    font-weight: 400;
    line-height: 120%;
}

h6,
.h6 {
    font-size: clamp(15px, 1.198vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.side-bar .recent-articles .articles-1 {
    gap: clamp(12px, 0.833vw, 32px);
    padding: clamp(4px, 0.417vw, 16px);
    border-radius: clamp(4px, 0.417vw, 16px);
}

.mb-8 {
    margin-bottom: 8px;
}

.hover-content {
    transition: all 0.3s ease-in-out;
}

.side-bar .recent-articles .articles-1 .hover-content:hover {
    color: var(--primary--color);
}

.mb-24 {
    margin-bottom: 24px;
}






/* footer */
.main-footer {
    position: relative;
    background: var(--black--color);
}

.footer-bottom {}

.main-footer p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 52px;
    font-weight: 500;
    margin: 0px;
}

.footer-bottom p a {
    color: var(--primary--color);
}

.main-footer .social-links li a:hover {
    color: var(--secondary--color);
}







nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}


.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;

    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* tab */
.blog-details__image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: none;
    transition: none;
}

.blog-details__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.detail-image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-image-slider .slider-item {
    display: none;
    /* position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.detail-image-slider .slider-item.active {
    opacity: 1;
    z-index: 2;
    display: block;
}

.detail-image-slider img {
    max-width: 100%;
    border-radius: 0px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    max-width: 510px;
}

.blog-details-arrow {
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}

.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.arrowBtn {
    color: var(--primary--color);
    font-size: 16px;
    font-weight: bold;
    margin: 0 4px;
}

.slider-arrow svg {
    width: 80px;
    height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}

.slider-arrow-left {
    left: 16px;
}

.slider-arrow-right {
    right: 16px;
}

.slider-arrow-left-top,
.slider-arrow-right-bottom {
    top: 94%;

}

.slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 20;
}

.slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bfc6d1;
    opacity: 0.5;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
}

.slider-dots span.active {
    background: #163c6b;
    opacity: 1;
}

.total {
    line-height: 80px;
}

.total-top {
    top: -2%;
}

.total-top em,
.total-bottom em {
    font-style: normal;
}

.total-bottom {
    bottom: -2%;
}

/* pagenation */
.post-pagination {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--title);
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    z-index: 1;
    transition: all 500ms ease;
}

.post-pagination li a.current {
    background: var(--primary--color);
    color: var(--secondary--color);
}

.post-pagination li:hover a {
    background: var(--primary--color);
    color: var(--secondary--color);
}
















@media only screen and (max-width: 1200px) {
    .main-header .outer-box {
        padding: 15px;

    }

    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .post-pagination {
        display: block;
    }

    .post-pagination li {
        margin-bottom: 10px;
    }

    .header-lower {

        width: 100%;
        z-index: 111;
        background: linear-gradient(135deg, #a9c6ff 0%, #5f5bb9 100%);
        padding: 0;
    }

    .main-header .outer-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .fixed-header .header-lower {
        position: fixed;
        background-color: var(--secondary--color);
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .header-lower .logo-box a {
        color: var(--black--color);
    }

    .page-title {
        position: relative;
        padding: 20px 0px 20px 0px;
        overflow: visible;
    }

    .pagination {
        margin-bottom: 30px;
    }

    .news-block-six .lower-content,
    .news-block-six {
        margin: 0;
    }

    .sidebar-page-container .sidebar {
        margin-left: 0;
    }

    .section-padding {
        padding: 30px 0px;
    }

    .detail-image-slider img {
        max-height: 100%;
        max-width: 93%;
    }

    .total-top {
        top: 1.3%;
    }

    .total-bottom {
        bottom: 0.3%;
    }

}

@media(max-width: 576px) {


    .padding-bottom {
        padding-bottom: 40px;
    }

    h1 {
        font-size: 24px !important;
        line-height: 38px;
        font-weight: 700;
    }

    .font-size-20 {
        font-size: 16px;
        line-height: 24px;
    }

}

@media only screen and (max-width: 499px) {
    .main-header .logo-box {
        padding: 0 !important;

    }

    .main-header .logo-box a {
        color: #fff;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
    }

    .mobile-menu {
        width: 100%;
    }

}

/* game */
.game-name {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 40px;
    position: relative;
    padding: 0 10px;
}

.logo-game {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.logo-game a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
}

.logo-game a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 25px);
    background: linear-gradient(135deg, rgba(120, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
    border-radius: 16px;
    z-index: -1;
    transition: all 0.3s ease;
}

.logo-game a:hover::before {
    transform: translate(-50%, -50%) scale(1.03);
    background: linear-gradient(135deg, rgba(120, 58, 237, 0.15), rgba(6, 182, 212, 0.15));
}

.logo-game i {
    font-size: 2.5rem;
    color: #7C3AED;
    text-shadow: 0 2px 10px rgba(120, 58, 237, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.logo-game i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 120%;
    height: 120%;
    background: rgba(120, 58, 237, 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.logo-game:hover i {
    transform: rotate(-10deg) scale(1.15);
}

.logo-game:hover i::after {
    transform: translate(-50%, -50%) scale(1);
}

.logo-game a {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #7C3AED, #06B6D4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
    height: 66px;
    line-height: 66px;
}

.logo-game h1 a::first-letter {
    font-size: 3.5rem;
}

/* 游戏区域样式 */
.game-area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

.game-container {
    position: relative;
}

.game-info {
    display: flex;
    align-items: center;
    gap: 0;
    /* 取消间距，用负margin创造叠加感 */
    position: relative;
    margin-bottom: 30px;
}

.info-box {
    flex: 1;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* 左侧分数区 - 主视觉模块 */
.info-box:first-child {
    background: white;
    border-radius: 18px 0 0 18px;
    box-shadow: -5px 5px 15px rgba(120, 58, 237, 0.08);
    /* transform: translateY(5px); */
}

/* 右侧最佳区 - 次要模块 */
.info-box:last-child {
    background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
    border-radius: 0 18px 18px 0;
    box-shadow: 5px 5px 15px rgba(120, 58, 237, 0.15);
    /* transform: translateY(-5px); */
}

.game-info:hover .info-box:first-child {
    /* transform: translateY(3px) scale(1.02); */
    box-shadow: -5px 8px 20px rgba(120, 58, 237, 0.12);
}

.game-info:hover .info-box:last-child {
    /* transform: translateY(-3px) scale(1.02); */
    box-shadow: 5px 8px 20px rgba(120, 58, 237, 0.2);
}

.info-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* 区分两个信息区的标题样式 */
.info-box:first-child .info-title {
    color: #7C3AED;
    text-shadow: 0 1px 2px rgba(120, 58, 237, 0.1);
}

.info-box:last-child .info-title {
    color: rgba(255, 255, 255, 0.8);
}

.info-value {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

/* 数值样式区分 */
.info-box:first-child .info-value {
    color: #1E293B;
}

.info-box:first-child .info-value::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #7C3AED;
    transition: width 0.3s ease;
}

.info-box:first-child:hover .info-value::after {
    width: 100%;
}

.info-box:last-child .info-value {
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* 自定义分隔符 - 替代传统竖线 */
.game-info::before {
    content: 'VS';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 36px;
    height: 36px;
    background: white;
    border: 4px solid #7C3AED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 800;
    color: #7C3AED;
    box-shadow: 0 3px 10px rgba(120, 58, 237, 0.2);
}


.info-box {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.info-title {
    font-size: 22px;
    font-weight: 600;
    color: #ececec;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-value {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.game-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.game-container {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#grid-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* 启用 iOS 平滑滚动 */
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
    aspect-ratio: 1/1;
    background: rgba(22, 33, 62, 0.7);
    border-radius: 10px;
    position: relative;
    padding: 12px;
}

.grid-cell {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.tile {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: appear 0.2s;
}

@keyframes appear {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tile-2 {
    background: linear-gradient(135deg, #6a48d7, #8a2be2);
    color: #ffffff;
    font-size: 32px;
}

.tile-4 {
    background: linear-gradient(135deg, #4169e1, #6a48d7);
    color: #ffffff;
    font-size: 32px;
}

.tile-8 {
    background: linear-gradient(135deg, #2e8b57, #3cb371);
    color: #ffffff;
    font-size: 32px;
}

.tile-16 {
    background: linear-gradient(135deg, #ff7f50, #ff6347);
    color: #ffffff;
    font-size: 28px;
}

.tile-32 {
    background: linear-gradient(135deg, #ff4500, #ff6347);
    color: #ffffff;
    font-size: 28px;
}

.tile-64 {
    background: linear-gradient(135deg, #dc143c, #ff0000);
    color: #ffffff;
    font-size: 28px;
}

.tile-128 {
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #1a1a2e;
    font-size: 24px;
}

.tile-256 {
    background: linear-gradient(135deg, #ff8c00, #ffa500);
    color: #1a1a2e;
    font-size: 24px;
}

.tile-512 {
    background: linear-gradient(135deg, #ff4500, #ff8c00);
    color: #ffffff;
    font-size: 24px;
}

.tile-1024 {
    background: linear-gradient(135deg, #8a2be2, #9932cc);
    color: #ffffff;
    font-size: 20px;
}

.tile-2048 {
    background: linear-gradient(135deg, #ff1493, #ff69b4);
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 0 20px rgba(255, 20, 147, 0.5);
}

.controls {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    background: linear-gradient(135deg, #8a2be2, #4169e1);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.3);
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(138, 43, 226, 0.4);
}

.btn:active {
    transform: translateY(1px);
}

.game-message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 46, 0.9);
    backdrop-filter: blur(5px);
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 16px;
    padding: 20px;
}

.game-message p {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #e22b2b, #e14141);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.game-message .message-desc {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
    max-width: 80%;
}

.game-explanation {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);

}

.game-other-box {
    min-height: 80vh;
}

.game-explanation h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.game-explanation p {
    margin-bottom: 15px;
    color: #f3f3fb;
    line-height: 30px;
}

.rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.rule-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #8a2be2;
}

.game-explanation img {
    display: block;
    margin: 10px auto;
    max-width: 350px;
}

.rule-card h3 {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

.rule-card em {
    color: #3f0ff9;
    cursor: pointer;
    font-style: normal;
}

.key-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(138, 43, 226, 0.2);
    color: #8a2be2;
    border: 1px solid #8a2be2;
    border-radius: 6px;
    padding: 4px 8px;
    margin: 5px;
    font-weight: bold;
    min-width: 30px;
}

footer {
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    letter-spacing: 2px;
}

footer a,
footer p {
    color: #fff;
}

.goTop {
    cursor: pointer;
    border: 9px solid rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.goTop img {
    display: block;
    transform: rotate(270deg);
    width: 16px;
    height: 22px;
}

@media (max-width: 600px) {
    h1 {
        font-size: 36px;
    }

    .game-info {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }

    .info-box {
        min-width: 90px;
        padding: 10px 15px;
    }

    .info-value {
        font-size: 24px;
    }

    .controls {
        gap: 10px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .rules {
        grid-template-columns: 1fr;
    }

    .logo-game h1 a {
        font-size: 2.5rem;
    }

    .logo-game h1 a::first-letter {
        font-size: 3rem;
    }

    .info-box {
        padding: 15px 10px;
    }

    .info-value {
        font-size: 1.8rem;
    }

    .game-info::before {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
        border-width: 3px;
    }

    .game-explanation img {
        width: 100%;
    }

    .game-area,
    .game-container {
        padding: 0;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 30px;
    }

    .info-box {
        min-width: 80px;
        padding: 8px 12px;
    }

    .info-value {
        font-size: 22px;
    }
}


/* tab */
.news-block-thumbnail .blog-details-arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

.news-block-thumbnail .slider-arrow {
    display: flex;
    align-items: center;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)); */
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    /* box-shadow: 0 8px 25px rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 22%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    opacity: 0.3;
}

.news-block-thumbnail .slider-arrow:hover {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.news-block-thumbnail .slider-arrow:hover::before {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow:hover svg {
    color: white;
}

.news-block-thumbnail .arrowBtn {
    display: none;
}

.news-block-thumbnail .slider-arrow svg {
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.news-block-thumbnail .slider-arrow-left {
    left: 20px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.8)); */
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-left::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
}

.news-block-thumbnail .slider-arrow-left:hover {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right {
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 255, 240, 0.8));
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-right::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* background: linear-gradient(135deg, #4ecdc4, #44a08d); */
    color: white;
}

.news-block-thumbnail .slider-arrow-left-top,
.news-block-thumbnail .slider-arrow-right-bottom {
    display: none;
}

/* 脉冲动画效果 */
@keyframes pulse-left {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(255, 107, 107, 0.1),
            0 0 0 0 rgba(255, 107, 107, 0.7);
    }

    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(255, 107, 107, 0.1),
            0 0 0 10px rgba(255, 107, 107, 0);
    }

    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(255, 107, 107, 0.1),
            0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@keyframes pulse-right {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(78, 205, 196, 0.1),
            0 0 0 0 rgba(78, 205, 196, 0.7);
    }

    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(78, 205, 196, 0.1),
            0 0 0 10px rgba(78, 205, 196, 0);
    }

    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(78, 205, 196, 0.1),
            0 0 0 0 rgba(78, 205, 196, 0);
    }
}

.news-block-thumbnail .slider-arrow-left:hover {
    /* animation: pulse-left 1.5s infinite; */
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* animation: pulse-right 1.5s infinite; */
}

/* 图标旋转效果 */
.news-block-thumbnail .slider-arrow-left:active svg {
    transform: scale(0.9) rotate(-5deg);
}

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}

.news-block-thumbnail .slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 20;
}

.news-block-thumbnail .slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bfc6d1;
    opacity: 0.5;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
}

.news-block-thumbnail .slider-dots span.active {
    background: #163c6b;
    opacity: 1;
}

.news-block-thumbnail .total {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}

.news-block-thumbnail .total-bottom {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* 新的页面计数器样式 */
.news-block-thumbnail .image-counter {
    text-align: center;
    margin: 15px 0;
    padding: 8px 16px;
    background: rgba(25, 149, 210, 0.1);
    border-radius: 20px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 149, 210, 0.2);
}

.news-block-thumbnail .image-counter em {
    font-style: normal;
    font-weight: 600;
    color: var(--primary--color);
}

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

.news-block-thumbnail .thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news-block-thumbnail .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
    border-color: var(--primary--color);
}

.news-block-thumbnail .thumbnail-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumbnail-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumbnail-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 */
.news-block-thumbnail .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
        0 8px 15px rgba(0, 0, 0, 0.3);
    border: 4px solid #e11414;
    background: white;
}

.news-block-thumbnail .thumbnail-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumbnail-item.active img {
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .news-block-thumbnail .detail-image-slider {
        border-radius: 0
    }

    .news-block-thumbnail .detail-image-slider img {
        max-width: 100%;
    }

    /* .detail-image-slider{
        min-height: 500px;
    } */
    .news-block-thumbnail .total-bottom {
        bottom: 0.3%;
    }

    /* 移动端轮播图按钮调整 */
    .news-block-thumbnail .blog-details-arrow {
        padding: 0 10px;
    }

    .news-block-thumbnail .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }

    .news-block-thumbnail .slider-arrow-left {
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .news-block-thumbnail .slider-arrow-right {
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    /* 移动端简化动画效果 */
    .news-block-thumbnail .slider-arrow-left:hover,
    .news-block-thumbnail .slider-arrow-right:hover {
        animation: none;
        /* transform: scale(1.05); */
    }

    /* 移动端页面计数器适配 */
    .news-block-thumbnail .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }

    /* 移动端缩略图适配 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }

    .news-block-thumbnail .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }

    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }

    .news-block-thumbnail .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    /* 移动端选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
            0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }

    .news-block-thumbnail .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border 2s infinite;
    }

    @keyframes pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

@media(max-width: 576px) {

    /* 超小屏幕页面计数器优化 */
    .news-block-thumbnail .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }

    /* 超小屏幕缩略图优化 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }

    .news-block-thumbnail .thumbnail-container {
        gap: 8px;
        /* justify-content: flex-start; */
    }

    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
            0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }

    .news-block-thumbnail .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   ==================================== */

/* 缩略图容器 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-gallery {
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 149, 210, 0.3) transparent;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar {
    height: 6px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;

}

.news-block-thumbnail .thumb-item::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; */
}

@keyframes jump {
    0% {

        transform: translateY(-8px);
    }

    50% {

        transform: translateY(-4px);
    }

    100% {

        transform: translateY(-8px);
    }
}

.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
}

.news-block-thumbnail .thumb-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumb-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumb-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
    opacity: 1;
}

.news-block-thumbnail .thumb-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }

    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }

    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }

    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
            0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }

    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border-thumb 2s infinite;
    }

    @keyframes pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    .news-block-thumbnail .detail-image-slider .slider-item.active {
        width: 100%
    }
}

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }

    .news-block-thumbnail .thumb-container {
        gap: 8px;
    }

    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
            0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }

    .news-block-thumbnail .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
    }
}

.pagination-container {
    display: flex;
    gap: 25px;
    margin: 20px 0;
}

.pagination-container li {
    padding: 8px 14px;
    background: var(--primary--color);
    border-radius: 5px;
    color: var(--secondary--color);
}

.pagination-container li a {
    color: var(--secondary--color);
    display: block;
}

.pagination-container li:hover {
    transition: 0.3s;
    transform: translateY(-5px);
}

.news-block-one .detail-title {
    font-size: 38px;
    margin: 15px 0;
}

.detail-content img {
    display: block;
    margin: 10px auto;
}