* {
    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: #FF8033;
    --black--color: #17171d;
    --secondary--color: #fff;
    --text-color: rgba(17, 17, 17, 1);
    --navy-color: #111111;
    --mustard-color: #FFB966;
    --yellow-color: #FFD25D;
    --light-green-color: #b2f3de;
    --bg: #F9F5F2;
    --green: #025142;
    --title: #111111;
    --text: #515151;
    --border: #EEF1F1;
    --text-font: 'Archivo', sans-serif;
}


body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    font-family: 'Archivo', sans-serif;
}

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-6 {
        flex: 0 0 50%;
        width: 50%;
    }

    .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: 100%;
        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) {


    .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: 25%;
    }

    .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: 70%;
    }



    .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) {
    .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(--black--color);
}

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-color);
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2;
    color: #17171d;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

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

}

h4 a {

    font-size: 24px;
    font-weight: 600;
    line-height: 122%;
    display: inline-block;
}

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

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--navy-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(--black--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(--black--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;
}

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


/* list */
.twm-blog-post-1-outer {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
    margin-bottom: 30px;
    margin-top: 20px;
}

.twm-blog-list-style {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}

.twm-blog-post-1-outer .wt-post-media {

    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgba(56, 152, 226, 0.3);
    margin-bottom: 50px;
}

.twm-blog-list-style .wt-post-media {

    margin-right: 30px;
    max-width: 320px;
}

.twm-blog-post-1-outer .wt-post-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.twm-blog-post-1-outer .wt-post-info {
    position: relative;
    z-index: 1;
}

.twm-blog-list-style .wt-post-info {
    position: static;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
    position: relative;
    margin-bottom: 20px;
}

.twm-blog-list-style .wt-post-info .wt-post-meta {
    position: inherit;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
    list-style: none;
    margin-bottom: 50px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #7a98bf;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 15px 5px 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.twm-blog-list-style .wt-post-info .wt-post-meta ul li.post-date {
    position: absolute;
    left: 20px;
    top: 20px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
    content: "";
    position: absolute;
    left: -29px;
    bottom: -8px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #6881a2;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
    content: "";
    background-color: #7a98bf;
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 0px;
    width: 30px;
    z-index: -1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 15px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
    font-size: 16px;
    margin-bottom: 10px;
}

.site-button-link {
    position: relative;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
}

.post-pages-links {
    display: flex;
    list-style-type: none;
    margin-top: 20px;
    background: #7a98bf;
    border-radius: 7px;
    padding: 10px;
}

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

.post-pages-links>a:not(:last-child) span {
    padding-right: 15px;
}

.post-pages-links a {
    color: var(--secondary--color);
}



/* sidebar */
.side-bar {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
}

.widget {
    margin-bottom: 40px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.side-bar .search-bx .input-group .form-control {
    height: 60px;
    background-color: #fff;
    font-size: 20px;
    border: none;
    padding: 0px 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.side-bar .search-bx .input-group .btn {
    color: #17171d;
    border-radius: 0px;
    height: 60px;
    padding: 0px 15px;
    font-size: 18px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.side-bar .widget:last-child {
    margin-bottom: 0px;
}

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

.widget .section-head-small {
    font-size: 22px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 3px solid #1967d2;
}

.m-b30 {
    margin-bottom: 30px;
}

.all_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.all_services ul li {
    position: relative;
    margin-bottom: 20px;
}

.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.all_services ul li:hover a {
    color: var(--primary--color);
}




/* detail */
.detail-content img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.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; */
    border: 1px solid #fff2ea;
    border-radius: 7px;
    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-width: 1px;
    background: var(--secondary--color);
    color: var(--black--color);
    padding: 10px 12px;
    border: 1px solid #fff2ea;
}

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

/* footer */
.main-footer {
    position: relative;
    background: #222222;
}

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




#back-to-top-btn {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    font-size: 30px;


    right: 100px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 5px;
    background: var(--primary--color);

}

#back-to-top-btn i {
    color: #fff;

    font-size: 18px;
    width: 40px;
    height: 70px;


}


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;
    border-radius: 0;
    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;
}

.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 */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

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

.pagination li a {
    background: var(--primary--color);
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .main-header .outer-box {
        padding-top: 15px;
        padding-bottom: 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: var(--secondary--color);
        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;
    }

    #back-to-top-btn {
        bottom: 92px;
        right: 30px;
    }


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

    .twm-blog-list-style {
        display: block;
    }

    .twm-blog-list-style .wt-post-media {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

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

    /* .detail-image-slider{
        min-height: 500px;
    } */
    .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%;
    }

}



/* start side image */
.detail_side_imgs_content {
    display: flex;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
}

.side_imgs_main {
    width: calc(66.6667% - 3px);
    padding-bottom: 100%;
    position: relative;
}

.side_imgs_main img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.side_imgs_other {
    width: 33.3333%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.side_imgs_other_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side_imgs_other a {
    display: block;
    width: 100%;
    height: calc((100% - 6px) / 3);
    position: relative;
}

.side_imgs_other a::after {
    content: '+';
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 16px;
}

.side_imgs_other a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 768px) {
    .detail_side_imgs_content {
        width: 100%;
        height: auto;
    }
}

/* end side image */

/* Course Card Component - 100%还原图片样式 */
.course-card {
    display: flex;
    background: #fff;
    overflow: hidden;
    position: relative;
    font-family: 'Archivo', sans-serif;
}

.course-card__thumbnail {
    flex: 0 0 33.333%;
    position: relative;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.course-card__thumbnail::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.course-card__thumbnail-text {
    position: relative;
    z-index: 2;
}

.course-card__thumbnail-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}

.course-card__thumbnail-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    opacity: 0.9;
    text-align: left;
    line-height: 1.2;
}

.course-card__thumbnail-arrows {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.course-card__thumbnail-image {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.course-card__thumbnail-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.course-card__content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.course-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.course-card__category {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-card__category-tag {
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.course-card__rating {
    display: flex;
    gap: 2px;
}

.course-card__rating-star {
    color: #ff9800;
    font-size: 14px;
}

.course-card__price {
    background: #1976d2;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
    border-radius: 0 12px 0 8px;
    z-index: 10;
}

.course-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 0;
}

.course-card__description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.course-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.course-card__instructor {
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-card__instructor-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
}

.course-card__instructor-name {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.course-card__meta {
    display: flex;
    gap: 20px;
}

.course-card__meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666;
}

.course-card__meta-icon {
    width: 16px;
    height: 16px;
    background: #f0f0f0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #666;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .course-card {
        flex-direction: column;
        max-width: 100%;
    }

    .course-card__thumbnail {
        flex: none;
        height: 200px;
        padding: 15px;
        border-radius: 12px 12px 0 0;
    }

    .course-card__content {
        padding: 20px;
    }

    .course-card__footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .course-card__meta {
        gap: 15px;
    }

    .course-card__price {
        border-radius: 0 12px 0 8px;
    }
}

@media (max-width: 480px) {
    .course-card__header {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .course-card__price {
        position: static;
        align-self: flex-end;
        border-radius: 8px;
    }

    .course-card__title {
        font-size: 18px;
    }
}

/* 新的课程卡片样式 - 完全还原图片设计 */
.course-card {
    display: flex;
    background: #fff;
    border: 1px solid #fff2ea;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 5px;
    transition: border-color 0.3s ease;
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
}

.course-card:hover {
    border-color: #FF8033;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-left {
    flex: 0 0 280px;
    position: relative;
    overflow: hidden;
}

.gradient-bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 200px;
}

.course-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    border: none;
}



.starburst-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0.6;
    z-index: 2;
}

.card-right {
    flex: 1;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.price-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FF8033;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.category-tag {
    display: inline-block;
    background: #FF80331a;
    color: #FF8033;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 12px;
}

.star-rating {
    display: flex;
    gap: 2px;
    /* margin-bottom: 16px; */
}

.tag-rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.star {
    color: #F59E0B;
    font-size: 16px;
}

.course-title {
    margin-bottom: 12px;
}

.course-title a {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.course-title a:hover {
    color: #FF8033;
}

.course-description {
    margin-bottom: 20px;
    flex: 1;
    position: relative;
}

.course-description p {
    color: #222222;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 15px;
}

.course-description::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff2ea;
}

.course-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
}

.post-date {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .course-card {
        flex-direction: column;
    }

    .card-left {
        flex: none;
        height: 180px;
    }

    .gradient-bg {
        min-height: 180px;
    }

    .course-image img {
        width: 100%;
        height: 100%;
    }

    .course-category {
        font-size: 20px;
    }

    .card-right {
        padding: 20px;
    }

    .price-tag {
        top: 16px;
        right: 16px;
        font-size: 16px;
        padding: 6px 12px;
    }

    .course-title a {
        font-size: 18px;
    }

    .course-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .course-metrics {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .card-left {
        height: 160px;
    }

    .gradient-bg {
        min-height: 160px;
        padding: 16px;
    }

    .course-category {
        font-size: 18px;
    }

    .card-right {
        padding: 16px;
    }

    .course-title a {
        font-size: 16px;
    }

    .course-description p {
        font-size: 13px;
    }
}

/* 侧边栏筛选器样式 - 完全还原图片设计 */
.sidebar-filter {
    /* background: #fff2ea; */
    /* border-radius: 12px; */
    padding: 24px;
    position: sticky;
    top: 20px;
    height: fit-content;
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff2ea;
}

.sidebar-filter:hover {
    border-color: #FF8033;
}

.filter-section {
    margin-bottom: 32px;
}

.filter-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 16px;
    margin-top: 0;
}

.separator {
    height: 1px;
    background: #FF80331a;
    margin-bottom: 16px;
}

/* 搜索区域 */
.search-container {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 1px solid #FF8033;
    font-size: 14px;
    color: #222222;
    background: #fff;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-input:hover {
    border-color: #FF8033;
}

.search-input::placeholder {
    color: #9CA3AF;
}

.search-input:focus {
    border-color: #FF8033;
    box-shadow: 0 0 0 3px rgba(0, 91, 255, 0.1);
}

.search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    color: #FF8033;
    background: rgba(0, 91, 255, 0.1);
}

.search-btn svg {
    width: 16px;
    height: 16px;
}

/* 筛选列表 */
.filter-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-item {
    /* display: flex; */
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 4px 0;
    transition: all 0.3s ease;
}

.filter-item:hover {
    opacity: 0.8;
}

.filter-item input[type="checkbox"] {
    display: none;
}

.filter-text {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    transition: color 0.3s ease;
}

.filter-item.checked .filter-text {
    color: #222222;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .sidebar-filter {
        margin-bottom: 24px;
        position: static;
    }

    .filter-section {
        margin-bottom: 24px;
    }

    .section-title {
        font-size: 16px;
    }

    .search-input {
        padding: 10px 36px 10px 14px;
        font-size: 13px;
    }

    .filter-text {
        font-size: 13px;
    }
}

/* 头部样式 - 完全还原图片设计 */
.main-header {
    background: #fff;
    border-bottom: 1px solid #fff2ea;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    min-height: 70px;
}

/* 左侧 - Logo和分类 */
.header-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 30px;
    height: 30px;
    background: #FF8033;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-letter {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}

.category-dropdown {
    position: relative;
}

.category-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #F3F4F6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn:hover {
    background: #E5E7EB;
}

.category-icon {
    font-size: 16px;
    color: #6B7280;
}

.category-text {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.dropdown-arrow {
    font-size: 10px;
    color: #6B7280;
}

/* 中间 - 主导航 */
.header-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.nav-link:hover {
    color: #FF8033;
}

.nav-icon {
    font-size: 16px;
}

.nav-text {
    font-weight: 500;
}

.nav-arrow {
    font-size: 10px;
    color: #6B7280;
}

/* 右侧 - 搜索和按钮 */
.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.search-icon:hover {
    background: #F3F4F6;
}

.search-icon-svg {
    font-size: 18px;
    color: #222222;
}

.admin-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.admin-btn:hover {
    background: #F9FAFB;
    border-color: #D1D5DB;
}

.admin-icon {
    font-size: 16px;
    color: #6B7280;
}

.admin-text {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

.enroll-btn {
    padding: 10px 20px;
    background: #FF8033;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.enroll-btn:hover {
    background: #F59E0B;
    transform: translateY(-1px);
}

.enroll-text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Banner区域 */
.banner-section {
    background: #FF8033;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-patterns {
    position: relative;
    width: 100%;
    height: 100%;
}

.pattern-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
}

.vertical-lines {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}

.vertical-lines::before,
.vertical-lines::after {
    content: '';
    position: absolute;
    left: 8px;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}

.vertical-lines::after {
    left: 16px;
    height: 40px;
}

.yellow-circle {
    position: absolute;
    left: 60px;
    top: 120px;
    width: 20px;
    height: 20px;
    background: #FFD25D;
    border-radius: 50%;
}

.pattern-center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 300px;
    height: 100%;
}

.dots-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    border-radius: 50%;
}

.pattern-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
}

.concentric-circles {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.concentric-circles::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.concentric-circles::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.yellow-starburst {
    position: absolute;
    right: 80px;
    top: 120px;
    width: 30px;
    height: 30px;
    background: #FFD25D;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.breadcrumb-separator {
    font-size: 16px;
    color: #FFD25D;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #FFD25D;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .nav-list {
        gap: 20px;
    }

    .header-left {
        gap: 16px;
    }

    .banner-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 16px;
        padding: 12px 0;
    }

    .header-left,
    .header-center,
    .header-right {
        width: 100%;
        justify-content: center;
    }

    .nav-list {
        flex-wrap: wrap;
        gap: 12px;
    }

    .banner-section {
        padding: 40px 0;
    }

    .banner-title {
        font-size: 28px;
    }

    .breadcrumbs {
        flex-direction: column;
        gap: 4px;
    }
}

/* 分页样式 - 完全还原图片设计 */
.custom-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 导航箭头样式 */
.nav-arrow {
    margin: 0;
}

.nav-arrow a,
.nav-arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #FF8033;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-arrow a:hover {
    color: #e67329;
    transform: scale(1.1);
}

.nav-arrow.disabled a,
.nav-arrow.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* 页码块样式 - 平行四边形/梯形设计 */
.page-item {
    margin: 0;
}

.page-item a,
.page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    background: #FFF5EF;
    color: #FF8033;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    transform: skew(-15deg);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.page-item a span,
.page-item span span {
    transform: skew(15deg);
    display: block;
}

.page-item a:hover {
    /* background: #FFE6D6; */
    color: #e67329;
}

/* 活跃页面样式 */
.page-item.active a,
.page-item.active span {
    background: #FF8033;
    color: #FFFFFF;
    font-weight: 600;
}

.page-item.active a:hover {
    background: #e67329;
    color: #FFFFFF;
}

/* 分隔符样式 */
.page-separator {
    margin: 0 4px;
}

.page-separator span {
    color: #FF8033;
    font-size: 14px;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .custom-pagination {
        margin: 30px 0;
    }

    .pagination-container {
        gap: 6px;
    }

    .nav-arrow a,
    .nav-arrow span {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .page-item a,
    .page-item span {
        min-width: 36px;
        height: 28px;
        padding: 0 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .pagination-container {
        gap: 4px;
    }

    .nav-arrow a,
    .nav-arrow span {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .page-item a,
    .page-item span {
        min-width: 32px;
        height: 24px;
        padding: 0 8px;
        font-size: 12px;
    }
}

/* 详情页侧边栏样式 */
.detail-sidebar-section {
    margin-top: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #fff2ea;
}

.detail-sidebar-section .filter-section {
    margin-bottom: 0;
}

.detail-sidebar-section .filter-item {
    cursor: pointer;
    padding: 8px 0;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.detail-sidebar-section .filter-item input[type="checkbox"] {
    display: none;
}

.detail-sidebar-section .checkbox-custom {
    display: none;
}

.detail-sidebar-section .filter-text {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-sidebar-section .filter-item:hover .filter-text {
    color: #FF8033;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .detail-sidebar-section {
        margin-top: 30px;
        padding: 20px;
    }

    .detail-sidebar-section .filter-text {
        font-size: 13px;
    }
}


.post-pagination {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

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

.post-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF8033;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: transparent;
    border: none;
    padding: 8px 12px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: color 0.2s;
}

.post-pagination a:hover {
    color: #fff;
    background: #FF8033;
}

.post-pagination a.current {
    color: #fff;
    background: #FF8033;
    border: none;
}

/* 导航按钮样式 */
.post-pagination .prev,
.post-pagination .next {
    color: #ccc !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-pagination .prev:hover,
.post-pagination .next:hover {
    color: #FF8033 !important;
}

/* 禁用状态样式 */
.post-pagination li.disabled span {
    color: #ccc !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: not-allowed;
}

.random-articles-section .group-title {
    margin-bottom: 35px;
    text-align: center;
}

.random-articles-section .group-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.random-articles-section .group-title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #FF8033;
    border-radius: 2px;
}

.random-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.random-article-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    transform: translateY(0);
}

.random-article-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(195, 255, 61, 0.05), rgba(74, 124, 89, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.article-content {
    padding: 25px;
    position: relative;
    z-index: 2;
}

.article-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title:hover a {
    color: #FF8033;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.article-date {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 500;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .random-articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .random-articles-section {
        margin-top: 30px;
        padding: 30px 0;
    }

    .random-articles-section .group-title h2 {
        font-size: 26px;
    }

    .article-content {
        padding: 20px;
    }

    .article-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .random-articles-section .group-title h2 {
        font-size: 22px;
    }

    .article-content {
        padding: 15px;
    }

    .article-title {
        font-size: 16px;
    }
}
