* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

li {
    list-style: none;
}

ul,li,h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

.svg_next {
    transform: rotate(-90deg);
}

.svg_prev {
    transform: rotate(-270deg);
}

#footer_box_cloum ul li > a {
    color: #000000;
    text-decoration: none;
}
@media screen and (min-width: 960px) {
    .mm-subtitle {
        display: none;
    }

    #menu-head a {
        color: #000000;
        white-space: nowrap;
    }

    ul.level1 {
        display: flex;
        margin: 0;
    }

    li.submenu > a {
        line-height: 40px;
        font-weight: bold;
        font-size: 24px;
        text-decoration: none;
    }

    li.submenu > a:hover {
        line-height: 40px;
        font-weight: bold;
        font-size: 24px;
        text-decoration: underline;
    }

    ul.level1>li.submenu:hover ul.level2  {
        display: flex;
        justify-content: center;
        background: #fff;
    }

    .pre-menu-column {
        padding: 0 20px;
    }

    .pre-menu-column a {
        display: block;
        line-height: 30px;
        text-decoration: none;
        text-align: left;
    }

    .pre-menu-column a:hover {
        text-decoration: underline;
    }

    ul.level2 {
        position: absolute;
        z-index: 20;
        border-top: 1px solid #e1e1e1;
        border-radius: 15px;
        text-align: center;
        width: 100%;
        padding: 20px;
        left: 0;
        display: none;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
        box-sizing: content-box;
        top: 60px;
    }

    .header-btn {
        display: none !important;
    }

    #header_box {
        display: flex;
        padding: 0 40px;
        position: relative;
        align-items: center;
    }

    li.submenu {
        height: 80px;
        line-height: 80px;
        position: relative;
        float: left;
        padding: 0 15px;
    }

    #logo img {
        max-height: 40px;
        width: auto;
    }

    #banner {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    #header_content {
        background: url("../images/animated_shape.svg");
        background-position: right top;
    }

    #header_content:before, #css_nuh:before, #footer_box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none; /* 确保叠加层不干扰 div 内部的内容交互 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
    }

    #banner h1 {
        font-size: 60px;
    }

    #banner h3 {
        font-weight: normal;
        color: #424242;
    }

    .btn_start {
        background: #3987ff;
        color: #fff;
        padding: 15px 30px;
        border-radius: 30px;
        margin: 30px auto;
        font-size: 24px;
        display: flex;
        border: none;
        transition: transform 0.3s ease;
    }

    .btn_ai {
        background: #3987ff;
        color: #fff;
        padding: 15px 30px;
        border-radius: 30px;
        margin: 30px 0;
        font-size: 24px;
        display: flex;
        border: none;
        transition: transform 0.3s ease;
    }

    .btn_ai:hover, .btn_start:hover {
        transform: scale(0.9);
    }

    .btn_ai span:first-child {
        width: 28px;
        background: #ffffff;
        border-radius: 14px;
        margin-right: 5px;
    }

    .nuh1_description p {
        line-height: 22px;
    }

    .btn_start span,.btn_ai span {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .btn_start span:first-child {
        padding-right: 5px;
    }

    .btn_start span:last-child {
        background: #0251c9;
        width: 28px;
        border-radius: 14px;
    }

    #animated-text {
        font-family: 'Arial', sans-serif;
        font-size: 80px;
        white-space: nowrap;
        overflow: hidden;
        line-height: 80px;
        height: 80px;
        color: #0266ff;
        font-weight: bold;
        margin: 30px 0;
    }

    @keyframes caret {
        50% {
            border-color: transparent;
        }
    }

    .css_nuh3 {
        background: linear-gradient(to bottom,
        #ffffff,
        #c9c9ff,
        #ffffff);
        width: 100vw;
    }

    #css_nuh {
        padding: 0 30px;
        position: relative;
        margin-bottom: 60px;
    }

    .css_nuh1 {
        background: url("../images/animated_shape.svg");
        background-position: center top;
    }

    .css_nuh2 {
        background: url("../images/animated_shape.svg");
        background-position: right 80%;
    }

    .nub2_box {
        display: flex;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;
        padding-top: 60px;
        position: relative;
    }

    .nub3_box {
        display: flex;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        column-gap: 25px;
        row-gap: 25px;
        padding-top: 60px;
        position: relative;
    }

    .nub4_box {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .nub3_box>div {
        width: calc(33.33% - 17px);
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #ccc;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .nub3_box div div {
        display: flex;
        justify-content: space-between;
    }

    .nub2_box>div {
        width: calc(50% - 15px);
        padding: 30px;
        border-radius: 30px;
        border: 1px solid #ccc;
        background: #fff;
        box-shadow: #000 1px 1px 5px;
        display: flex;
    }

    .nub2_box svg {
        color: #0266ff;
        font-size: 24px;
     }

    .nub2_box div span {
        margin-right: 20px;
    }

    .nub1_box {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    #css_nuh h1 {
        font-size: 50px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        color: #222222;
        position: relative;
    }

    .css_nuh4:before {
        background: none !important;
    }

    .nub1_box div {
        flex: 1;
        padding: 30px;
    }

    .nub1_img {
        border-radius: 8px ;
    }

    .nub1_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
        border: 1px solid #e1e1e1;
    }

    .nuh1_description h4 {
        font-size: 20px;
    }

    .faq-section {
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        font-family: Arial, sans-serif;
    }

    .faq-item {
        border-bottom: 1px solid #ccc;
        padding: 25px 0;
    }

    .faq-question {
        color: #000000;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-answer {
        display: none;
        padding: 20px 0;
        color: #6e6e6e;
    }

    .faq-question svg {
        transition: transform 0.5s ease;
        color: #0266ff;
    }

    .expanded svg {
        transition: transform 0.5s ease;
        transform: rotate(-180deg);
    }

    #footer_box {
        background: url(../images/animated_shape.svg);
        background-position: left 60%;
        position: relative;
        padding: 0 30px;
    }

    #footer_box_cloum {
        position: relative;
    }

    #footer_box ul {
        max-width: 1200px;
        margin: 0 auto;
        color: #000000;
        display: flex;
        padding: 100px 0 30px;
        border-bottom: 1px solid #efefef;
    }

    #footer_box ul h4 {
        font-size: 36px;
    }

    #footer_box ul a:hover {
        text-decoration: underline;
    }

    #footer_box_cloum li {
        margin: 0 30px;
    }


    .link-container-grid-1 {
        display: grid;
        grid-template-columns: 1fr; /* 两列，宽度相等 */
        gap: 10px; /* 可根据需要调整间距 */
        margin-top: 30px;
        padding-left: 5px;
    }

    .link-container {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 两列，宽度相等 */
        gap: 10px; /* 可根据需要调整间距 */
        margin-top: 30px;
    }

    .link-container-grid-1 a {
        flex: 100%;
        text-align: left;
        color: #626262;
        text-decoration: none;
    }

    .link-container a {
        flex: 1 0 45%;
        text-align: left;
        color: #626262;
        text-decoration: none;
        font-size: 14px;
    }

    #footer_bopy {
        position: relative;
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
        align-items: center;
        font-size: 14px;
    }

    #copy_right span {
        height: 25px;
        display: flex;
        align-items: center;
    }

    #copy_left {
        display: flex;
    }

    #copy_left img {
        height: 50px;
        padding: 5px;
        width: auto;
    }

    #copy_left div {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    #copy_right {
        display: flex;
        flex-flow: column;
    }
    
    #copy_right a {
        float: left;
        height: 25px;
        width: 25px;
        margin-right: 12px;
        padding: 5px;
        background: #e5e5e5;
        border-radius: 25px;
    }

    #copy_right a:hover {
        fill: #FFFFFF;
        background: #0266ff;
    }

    #headertitle {
        line-height: 180px;
        text-align: center;
        position: relative;
    }

    .mt-4 {
        max-width: 1200px;
        margin: 80px auto;
        position: relative;
        line-height: 30px;
        padding: 0 20px;
    }

    #no_found {
        position: relative;
        max-width: 1200px;
        padding: 20px;
        display: flex;
        min-height: 500px;
        align-items: center;
        margin: 0 auto;
        flex-flow: column;
        justify-content: center;
    }

    .blog-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 30px;
        margin: 30px 0;
    }

    .blog-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .blog-card:hover {
        transform: translateY(-5px);
    }

    .blog-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-content h2 {
        margin: 0 0 10px;
        font-size: 1.5em;
    }

    .blog-content h2 a {
        color: #333;
        text-decoration: none;
    }

    .blog-meta {
        color: #666;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

    .blog-excerpt {
        color: #666;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .read-more {
        display: inline-block;
        color: #2196F3;
        text-decoration: none;
        font-weight: bold;
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .pagination a {
        width: 42px;
        height: 42px;
        border: 1px solid #ddd;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination a.active {
        background: #2196F3;
        color: white;
        border-color: #2196F3;
    }

    .pagination a:hover:not(.active) {
        background: #f5f5f5;
    }

    .blog-post-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .blog-post {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .post-featured-image {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .post-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .post-header {
        padding: 30px;
        border-bottom: 1px solid #eee;
    }

    .post-header h1 {
        margin: 0 0 15px;
        font-size: 2.5em;
        line-height: 1.2;
    }

    .post-content {
        padding: 30px;
        line-height: 1.8;
        color: #333;
    }

    .post-content p {
        margin-bottom: 1.5em;
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .post-navigation {
        margin-top: 30px;
        text-align: center;
    }

    .back-to-blog {
        display: inline-block;
        padding: 10px 20px;
        background: #2196F3;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .back-to-blog:hover {
        background: #1976D2;
    }

    #menu-head {
        margin-left: 50px;
    }
}
@media screen and (max-width: 959px) {

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 24px;
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0 ,100%);
        -ms-transform: translate(0 ,100%);
        -o-transform: translate(0 ,100%);
        transform: translate(0, 100%);
    }

    a.mm-subclose {
        padding-left: 18px;
    }

    .mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
        content: '';
        border: 1px solid transparent;
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -4px;
        position: absolute;
        bottom: 50%;
    }

    .mm-list a.mm-subclose:before {
        border-right: none;
        border-bottom: none;
        left: 0;
    }

    ul.level1 > .mm-subtitle {
        justify-content: flex-end;
    }

    .mm-list > li > a, .mm-list > li > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        line-height: 45px;
        display: block;
        font-size: 16px;
    }

    .mm-subtitle {
        -webkit-box-align: center;
        align-items: center;
        display: flex;
        height: 48px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 12px 24px;
    }

    .mm-list > li > a, .mm-list > li > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        line-height: 45px;
        display: block;
        font-size: 16px;
    }

    .mm-menu .mm-list > li > a.mm-subopen:after {
        border-color: #3742ff;
    }

    .mm-menu .mm-list > li > a.mm-subclose:before {
        border-color: #FFFFFF;
    }

    .mm-subtitle a svg {
        color: #3742ff;
        background: rgb(255 255 255 / 0.3);
        border-radius: 17px;
        padding: 5px;
        box-sizing: content-box;
    }

    #grid__item {
        display: none;
    }

    #logo img {
        max-height: 26px;
        width: auto;
    }

    #banner {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    #header_content {
        background: url("../images/animated_shape.svg");
        background-position: right top;
    }

    #header_content:before, #css_nuh:before, #footer_box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none; /* 确保叠加层不干扰 div 内部的内容交互 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), white);
    }

    #banner h1 {
        font-size: 26px;
    }

    #banner h3 {
        font-weight: normal;
        color: #424242;
        padding: 0 20px;
    }

    .btn_start {
        background: #3987ff;
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        margin: 30px auto;
        font-size: 24px;
        display: flex;
        border: none;
        transition: transform 0.3s ease;
    }

    .btn_ai {
        background: #3987ff;
        color: #fff;
        padding: 10px 20px;
        border-radius: 30px;
        margin: 0 auto;
        font-size: 24px;
        display: flex;
        border: none;
        transition: transform 0.3s ease;
    }

    .btn_ai:hover, .btn_start:hover {
        transform: scale(0.9);
    }

    .btn_ai span:first-child {
        width: 28px;
        background: #ffffff;
        border-radius: 14px;
        margin-right: 5px;
    }

    .nuh1_description p {
        line-height: 22px;
    }

    .btn_start span,.btn_ai span {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .btn_start span:first-child {
        padding-right: 5px;
    }

    .btn_start span:last-child {
        background: #0251c9;
        width: 28px;
        border-radius: 14px;
    }

    #animated-text {
        font-family: 'Arial', sans-serif;
        font-size: 40px;
        white-space: nowrap;
        overflow: hidden;
        line-height: 40px;
        height: 40px;
        color: #0266ff;
        font-weight: bold;
        margin: 15px 0;
    }

    @keyframes caret {
        50% {
            border-color: transparent;
        }
    }

    .css_nuh3 {
        background: linear-gradient(to bottom,
        #ffffff,
        #c9c9ff,
        #ffffff);
        width: 100vw;
    }

    #css_nuh {
        padding: 0 20px;
        position: relative;
        margin-bottom: 60px;
    }

    #menu {
        background: url("../images/animated_shape.svg");
        background-position: left top;
    }

    .css_nuh1 {
        background: url("../images/animated_shape.svg");
        background-position: right bottom;
    }

    .css_nuh2 {
        background: url("../images/animated_shape.svg");
        background-position: right 80%;
    }

    .nub2_box {
        display: flex;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        row-gap: 30px;
        padding-top: 20px;
        position: relative;
    }

    .nub3_box {
        display: flex;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
        column-gap: 25px;
        row-gap: 25px;
        padding-top: 60px;
        position: relative;
    }

    .nub4_box {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .nub3_box>div {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #ccc;
        background: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .nub3_box div div {
        display: flex;
        justify-content: space-between;
    }

    .nub2_box>div {
        padding: 20px;
        border-radius: 30px;
        border: 1px solid #ccc;
        background: #fff;
        box-shadow: #000 1px 1px 5px;
        display: flex;
        width: 100%;
    }

    .nub2_box svg {
        color: #0266ff;
        font-size: 24px;
    }

    .nub2_box div span {
        margin-right: 20px;
    }

    .nub1_box {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        flex-wrap: wrap;
    }

    #css_nuh h1 {
        font-size: 26px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        color: #222222;
        position: relative;
    }

    .css_nuh4:before {
        background: none !important;
    }

    .nub1_box div {
        padding: 20px 0;
    }

    .nub1_img {
        border-radius: 8px ;
    }

    .nub1_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
        border: 1px solid #e1e1e1;
    }

    .nuh1_description h4 {
        font-size: 16px;
    }

    .faq-section {
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        font-family: Arial, sans-serif;
    }

    .faq-item {
        border-bottom: 1px solid #ccc;
        padding: 25px 0;
    }

    .faq-question {
        color: #000000;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-answer {
        display: none;
        padding: 20px 0;
        color: #6e6e6e;
    }

    .faq-question svg {
        transition: transform 0.5s ease;
        color: #0266ff;
    }

    .expanded svg {
        transition: transform 0.5s ease;
        transform: rotate(-180deg);
    }

    #header_box {
        display: flex;
        padding: 20px;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #header_box svg {
        color: #000000;
    }

    #footer_box {
        background: url(../images/animated_shape.svg);
        background-position: left 60%;
        position: relative;
        padding: 0 10px;
    }

    #footer_box li {
        padding: 30px 10px 0;
    }

    #footer_box_cloum {
        position: relative;
    }

    #footer_box ul {
        max-width: 1200px;
        margin: 0 auto;
        color: #000000;
        padding-bottom: 30px;
        border-bottom: 1px solid #efefef;
        display: grid;
        grid-template-columns: auto auto; /* 两列，宽度相等 */

    }

    #footer_box ul h4 {
        font-size: 18px;
    }

    #footer_box ul a:hover {
        text-decoration: underline;
    }

    .link-container-grid-1 {
        display: grid;
        grid-template-columns: 1fr; /* 两列，宽度相等 */
        gap: 10px; /* 可根据需要调整间距 */
        margin-top: 15px;
    }

    .link-container {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 两列，宽度相等 */
        gap: 10px; /* 可根据需要调整间距 */
        margin-top: 15px;
    }

    .link-container-grid-1 a {
        flex: 100%;
        text-align: left;
        color: #626262;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .link-container a {
        flex: 1 0 45%;
        text-align: left;
        color: #626262;
        text-decoration: none;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #footer_bopy {
        position: relative;
        margin: 0 auto;
        padding: 20px 0;
        align-items: center;
        font-size: 14px;
    }

    #copy_left {
        display: flex;
        margin-bottom: 10px;
    }

    #copy_right span {
        margin: 5px 0;
    }

    #copy_left img {
        height: 50px;
        padding: 5px;
        width: auto;
    }

    #copy_left div {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    #copy_right {
        display: flex;
        flex-flow: column;
    }

    #copy_right a {
        float: left;
        height: 25px;
        width: 25px;
        margin-right: 12px;
        padding: 5px;
        background: #e5e5e5;
        border-radius: 25px;
    }

    #copy_right a:hover {
        fill: #FFFFFF;
        background: #0266ff;
    }

    #headertitle {
        line-height: 120px;
        text-align: center;
        position: relative;
    }

    #headertitle h1 {
        font-size: 26px;
    }

    .mt-4 h2, .blog-content h2 {
        font-size: 20px;
    }

    .mt-4 {
        width: 100%;
        margin: 40px auto;
        position: relative;
        line-height: 26px;
        padding: 0 15px;
    }

    .blog-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 30px;
        margin: 30px 0;
    }

    .blog-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .blog-card:hover {
        transform: translateY(-5px);
    }

    .blog-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .blog-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .blog-content {
        padding: 20px;
    }

   .blog-content h2 a {
        color: #333;
        text-decoration: none;
    }

    .blog-meta {
        color: #666;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

    .blog-excerpt {
        color: #666;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .read-more {
        display: inline-block;
        color: #2196F3;
        text-decoration: none;
        font-weight: bold;
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .pagination a {
        width: 42px;
        height: 42px;
        border: 1px solid #ddd;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination a.active {
        background: #2196F3;
        color: white;
        border-color: #2196F3;
    }

    .pagination a:hover:not(.active) {
        background: #f5f5f5;
    }

    .blog-post-container {
        width: 800px;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .blog-post {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .post-featured-image {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .post-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .post-header {
        padding: 30px;
        border-bottom: 1px solid #eee;
    }

    .post-header h1 {
        margin: 0 0 15px;
        font-size: 2.5em;
        line-height: 1.2;
    }

    .post-content {
        padding: 30px;
        line-height: 1.8;
        color: #333;
    }

    .post-content p {
        margin-bottom: 1.5em;
    }

    .post-content img {
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .post-navigation {
        margin-top: 30px;
        text-align: center;
    }

    .back-to-blog {
        display: inline-block;
        padding: 10px 20px;
        background: #2196F3;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        transition: background 0.3s ease;
    }

    .back-to-blog:hover {
        background: #1976D2;
    }

}