* {
    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: #5c4d91;
    --medium-pink: #db89ca;
    --title: #19063D;
    --text: #757086;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #19063D;
    --theme-color2: #19063D;
    --secondary--color: #fff;
    --navy-color: #19063D;
    --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, #10d699 0%, #2575fc 100%);
}

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: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 27px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 21px
}

.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;
}

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;
}

.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;
}

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

.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-index {
    /* background: #f4f4f7; */
}

.blog1 .item {
    position: relative;
    border-radius: 20px;
    transition: all .4s ease;
    background: var(--secondary--color);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
}

.blog1 .item * {
    transition: all .45s ease-out;
}

.blog1 .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.blog1 .item .cont {
    padding: 40px 40px 40px 40px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}

.blog1 .item .cont h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--text);
}

.blog1 .item .cont h4 a {
    text-decoration: none;
    color: var(--title);
}

.blog1 .item .cont p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.blog1 .item .cont .author {
    position: absolute;
    display: contents;
}

.blog1 .item .cont .author>div {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.blog1 .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--title);
}

.blog1 .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}

.text-decoration-line-bottom {
    border-bottom: 1px solid var(--medium-pink);
    line-height: 1.5em;
}

.blog1 .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid var(--medium-pink);
}

.blog1 .item .cont .author h5 a.text-decoration-line-bottom i {
    margin-right: 5px;
}

.blog1 .item:hover {
    transform: translateY(-10px);
}

.blog1 .item:hover .cont .author h5:first-of-type,
.blog1 .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}

.blog1 .item:hover .cont .author h5:nth-of-type(2),
.blog1 .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}




/* 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;
    padding: 10px 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 */
.blog-sidebar .widget {
    background: var(--secondary--color);
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: 0;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 14px 20px;
    border: 0;
    background: #f4f4f7;
    margin-bottom: 0;
    border: 0;
    color: #757086;
}

.blog-sidebar .search form button {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 0;
    background: var(--primary--color);
    font-size: 15px;
    font-weight: 400;
    color: var(--secondary--color);
    outline: 0;
    padding: 0 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: 0;
}

.blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e2f3;
    font-size: 21px;
    margin-bottom: 15px;
    color: var(--title);
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li a {
    color: var(--text);
}

.blog-sidebar .widget .recent a {
    display: block;
    /* margin-left: 115px; */
}

.blog-sidebar .widget ul li a:hover {
    color: var(--medium-pink);
}




/* 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-top: 15px;
        padding-bottom: 15px;
        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) {
    .header-lower {

        width: 100%;
        z-index: 111;
        background: linear-gradient(135deg, #10d699 0%, #2575fc 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(--secondary--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;
    }

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

    .mobile-menu {
        width: 100%;
    }

}

/* game */
.game-box {
    background: linear-gradient(180deg, #EDF1FF 0%, #FFFFFF 100%);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.game-container {
    display: flex;
    background: linear-gradient(180deg, #EDF1FF 0%, #FFFFFF 100%);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin-top: 20px;
}

.info-container {
    background: linear-gradient(180deg, #EDF1FF 0%, #FFFFFF 100%);
    border: 1px dashed #D1E3FB;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
}

.info-container h1 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.info-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px dashed #D1E3FB;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.info-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.info-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}

.info-div {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
}

.info-span {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.info-img,
.info-container img {
    display: block;
    margin: 10px auto;
    max-width: 400px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.left-panel {
    padding: 30px;
    flex: 1;
}

.game-title {
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #10d699, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
}

.difficulty-selector {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.difficulty-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    background: #f0f0f0;
    color: #555;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.difficulty-btn.active {
    background: #4a7bff;
    color: white;
    box-shadow: 0 4px 8px rgba(74, 123, 255, 0.4);
}

.difficulty-btn:hover:not(.active) {
    background: #e0e0e0;
}

.sudoku-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 1px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    border: 2px solid #333;
    border-right: none;
    background: #333;
}

.cell {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.cell.fixed {
    background: #f5f5f5;
    color: #333;
    cursor: default;
}

.cell.selected {
    background: #c0f164 !important;
}

.cell.error {
    background: #6d2424;
    color: #d32f2f !important;
    font-size: 24px;
    font-weight: bold;
}

.cell.highlighted {
    background: #e3f2fd;
}

/* 数字颜色设置 */
.cell[data-number="1"] {
    background-color: #ffadad;
    color: #333;
}

.cell[data-number="2"] {
    background-color: #ffd6a5;
    color: #333;
}

.cell[data-number="3"] {
    background-color: #fdffb6;
    color: #333;
}

.cell[data-number="4"] {
    background-color: #caffbf;
    color: #333;
}

.cell[data-number="5"] {
    background-color: #9bf6ff;
    color: #333;
}

.cell[data-number="6"] {
    background-color: #a0c4ff;
    color: #333;
}

.cell[data-number="7"] {
    background-color: #bdb2ff;
    color: #333;
}

.cell[data-number="8"] {
    background-color: #ffc6ff;
    color: #333;
}

.cell[data-number="9"] {
    background-color: #fffffc;
    color: #333;
}

/* 固定数字颜色 - 使用更柔和的色调 */
.cell.fixed[data-number="1"] {
    background-color: #ffcccc;
}

.cell.fixed[data-number="2"] {
    background-color: #ffe0b3;
}

.cell.fixed[data-number="3"] {
    background-color: #fff9c4;
}

.cell.fixed[data-number="4"] {
    background-color: #c8e6c9;
}

.cell.fixed[data-number="5"] {
    background-color: #b3e5fc;
}

.cell.fixed[data-number="6"] {
    background-color: #bbdefb;
}

.cell.fixed[data-number="7"] {
    background-color: #d1c4e9;
}

.cell.fixed[data-number="8"] {
    background-color: #f8bbd0;
}

.cell.fixed[data-number="9"] {
    background-color: #f5f5f5;
}

/* 数字键盘颜色设置 */
.number-btn[data-number="1"] {
    background-color: #ffadad;
}

.number-btn[data-number="2"] {
    background-color: #ffd6a5;
}

.number-btn[data-number="3"] {
    background-color: #fdffb6;
}

.number-btn[data-number="4"] {
    background-color: #caffbf;
}

.number-btn[data-number="5"] {
    background-color: #9bf6ff;
}

.number-btn[data-number="6"] {
    background-color: #a0c4ff;
}

.number-btn[data-number="7"] {
    background-color: #bdb2ff;
}

.number-btn[data-number="8"] {
    background-color: #ffc6ff;
}

.number-btn[data-number="9"] {
    background-color: #fffffc;
}

/* 添加3x3宫格的粗边框 */
.cell:nth-child(3n) {
    border-right: 2px solid #333;
}

.cell:nth-child(n+19):nth-child(-n+27),
.cell:nth-child(n+46):nth-child(-n+54) {
    border-bottom: 2px solid #333;
}

.right-panel {
    width: 310px;
    background: #f8f9fa;
    padding: 0px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #e0e0e0;
}

.number-pad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
}

.number-btn {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
}

.number-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.number-btn:active {
    transform: translateY(0);
}

.clear-btn {
    width: 100%;
    padding: 12px;
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(255, 107, 107, 0.4);
}

.reset-btn {
    width: 100%;
    padding: 12px;
    background: #3F82F6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(107, 117, 255, 0.4);
}

.clear-btn:hover {
    background: #ff5252;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 107, 0.5);
}

.clear-btn:active {
    transform: translateY(0);
}

.reset-btn:hover {
    background: #5289ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(107, 117, 255, 0.4);
}

.reset-btn:active {
    transform: translateY(0);
}

.action-btn {
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 10px;
    width: 100%;
}

.hint-btn {
    background: #4caf50;
    color: white;
    box-shadow: 0 2px 4px rgba(76, 175, 80, 0.4);
}

.undo-btn {
    background: #ff9800;
    color: white;
    box-shadow: 0 2px 4px rgba(255, 152, 0, 0.4);
}

.hint-btn:disabled,
.undo-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    box-shadow: none;
}

.game-status {
    margin-top: 20px;
    padding: 15px;
    background: white;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.status-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.timer {
    font-size: 18px;
    font-weight: 700;
    color: #4a7bff;
}

.hint-count {
    font-size: 16px;
    color: #4caf50;
    font-weight: 600;
    margin-top: 5px;
}

.undo-count {
    font-size: 16px;
    color: #ff9800;
    font-weight: 600;
    margin-top: 5px;
}

.win-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.win-message.active {
    opacity: 1;
    visibility: visible;
}

.win-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.win-title {
    font-size: 32px;
    color: #4caf50;
    margin-bottom: 20px;
}

.win-time {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.new-game-btn {
    padding: 12px 30px;
    background: #4a7bff;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.new-game-btn:hover {
    background: #3a6bef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 123, 255, 0.4);
}

.footer {
    padding: 20px 0;
    /* background: #fff; */
    margin-top: 20px;
}

.footer__bottom {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__copir,
.footer__links {
    font-weight: 400;
    font-size: 16px;
}

.footer__copir {
    color: #fff;
    line-height: 12px;
}

.footer__links {
    color: #fff;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer__links li {
    border-left: 1px solid #fff;
    line-height: 18px;
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__links a {
    color: #fff;
}

.goTop {
    cursor: pointer;
    border: 9px solid rgba(255, 255, 255, 0.2);
    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: 768px) {
    .game-container {
        flex-direction: column;
    }

    .right-panel {
        width: 100%;
        border-left: none;
        border-top: 1px solid #e0e0e0;
        padding: 20px;
    }

    .sudoku-grid {
        max-width: 100%;
    }

    .number-btn {
        width: 40px;
    }

    .number-pad {
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 15px;
    }

    .info-img,
    .info-container img {
        width: 100%;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .left-panel {
        padding: 30px 0 0;
    }

    .footer__links {
        display: block;
    }

    .footer__links li {
        display: block;
        text-align: center;
        float: left;
        width: 50%;
        margin: 10px 0 0;
        border: none;
    }

}

/* 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) {
    .post-pagination {
        display: block;
    }

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

    .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;
    border-radius: 10px;
    width: 70px;
    height: 90px;
}

.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 {
    animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
    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;
}