.process-section .section-title h2 {
    color: #fff;
}

.process-section .section-title p {
    color: #fff;
}

/**.process-section .section-title p span{background: #97b4d5;
    color:var(--white-color);
    padding: 0 0.3125rem;
    margin: 0 0.5rem;
    border-radius: 0.375rem;
	font-size:1.125rem;
}**/
.process-section h2::after {
    background-color: #fff;
}

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

.hover-effect:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}


.banner-section {
    width: 100%;
    height: 40.625rem;
    position: relative;
}

.main-banner-slider {
    width: 100%;
    height: 100%;
}

.main-banner-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
}


.swiper-slide:nth-child(1) .banner-content-container {
    justify-content: flex-start;
}

.swiper-slide:nth-child(2) .banner-content-container {
    justify-content: flex-end;
}

.banner-content-wrapper {
    width: 31.25rem;
    padding: 2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.75rem);
    -webkit-backdrop-filter: blur(0.75rem);
    border-radius: 1rem;
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
}

.banner-content-wrapper .logo-image {
    max-width: 13.75rem;
    margin: 0 auto 0.625rem;
}

.banner-content-wrapper .banner-content-text {
    font-size: 2.25rem;
    font-size: 1.15em;
    white: pre-line;
    width: fit-content;
    background: linear-gradient(90deg, rgba(35, 173, 60, 1) 0%, rgba(96, 193, 189, 1) 100%);
    color: var(--white-color);
    padding: 0.75rem 1.25rem;
    border-radius: 3.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.25rem auto;
}

.banner-content-wrapper p {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0.625rem;
}

.banner-content-wrapper .banner-contact {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content-wrapper .banner-contact .icon-jiedai-tel {
    font-size: 1.625rem;
    color: rgb(100, 87, 163);
    padding-right: 0.375rem;
}

.banner-actions {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.banner-btn {
    display: grid;
    grid-template-columns: 1.875rem auto;
    gap: 0.125rem;
    align-items: center;
    padding: 0.625rem 0.9375rem !important;
    border-radius: 3.125rem;
    color: var(--white-color);
    transition: 0.5s;
    background: linear-gradient(180deg, rgba(94, 217, 17, 1) 0%, rgba(60, 191, 28, 1) 100%);
    text-decoration: none;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
    font-size: 1.5rem;
}


.main-banner-slider .swiper-button-next,
.main-banner-slider .swiper-button-prev {
    color: var(--white-color);
    text-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.3);
}

.main-banner-slider .swiper-pagination-bullet {
    background-color: rgb(100 87 163 / 50%);
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
}

.main-banner-slider .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    transform: scale(1.2);
}


@media (max-width: 992px) {
    .banner-section {
        height: 31.25rem;
    }

    .main-banner-slider .swiper-slide {
        display: relative;
    }

    .banner-background {
        position: absolute;
        height: 100%;
    }

    .banner-content-wrapper .banner-content-text {
        font-size: 1.125rem;
        white: pre-line;
        width: fit-content;
        background: linear-gradient(90deg, rgba(35, 173, 60, 1) 0%, rgba(96, 193, 189, 1) 100%);
        color: var(--white-color);
        padding: 0.375rem 0.625rem;
        border-radius: 3.125rem;
        line-height: 1.2;
        font-weight: 600;
        margin: 0.625rem auto;
    }

    .banner-content-container {
        height: 100%;
        padding: 1.25rem;
        justify-content: center !important;
        background-color: transparent;
    }

    .banner-content-wrapper {
        width: 100%;
        max-width: 25rem;
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(0.75rem);
        box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
        padding: 0.9375rem 0.625rem;
        min-height: 22.5rem;
    }

    .banner-content-wrapper .logo-image {
        max-width: 6.25rem;
        margin: 0 auto;
    }

    .banner-content-wrapper .banner-contact {
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
        line-height: 1.4;
    }

    .banner-content-wrapper p {
        color: #555;
    }

    .banner-btn {
        grid-template-columns: 0.3125rem auto;
        gap: 0.9375rem;
        padding: 0.375rem 0.9375rem;
    }
}

.advantages-section {
    background-color: var(--white-color);
}

.advantages-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.advantage-card {
    background-color: var(--white-color);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.advantage-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 0.75rem 1.5625rem rgba(100, 87, 163, 0.15);
}

.advantage-image {
    position: relative;
    height: 12.5rem;
}

.advantage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.advantage-card:hover .advantage-image img {
    transform: scale(1.1);
}

.advantage-icon {
    position: absolute;
    bottom: -1.5625rem;
    right: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1875rem solid var(--white-color);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.advantage-icon .iconfont {
    font-size: 1.5rem;
}

.advantage-card:hover .advantage-icon {
    transform: translateY(-0.9375rem) rotate(15deg);
}

.advantage-content {
    padding: 2.1875rem 1.5625rem 1.5625rem;
    text-align: left;
    flex-grow: 1;
}

.advantage-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    color: var(--text-color);
}

.advantage-content p {
    font-size: 0.9375rem;
    color: var(--light-text-color);
    line-height: 1.7;
}


.process-section {
    background-image: url('../images/bg4z-z1725451055097-619.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding: 5.625rem 0 7.5rem;
    color: var(--white-color);
    background-color: var(--white-color);
}

.process-section .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7.75rem, 1fr));
    gap: 0.9375rem;
    align-items: start;
}

.process-section .process-step {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.process-section .process-step .step-icon {
    width: 7.5rem;
    height: 7.5rem;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.9375rem;
    box-shadow: 0 0.25rem 0.9375rem rgba(100, 87, 163, 0.1);
    border: 0.1875rem solid var(--primary-color);
}

.process-section .process-step:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.625rem 1.25rem rgb(0 0 0 / 10%);
}

.process-section .process-step .step-icon .iconfont {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.process-section .process-step .process-step-item {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    padding: 0.625rem 0;
}

.process-section .process-step .process-step-item span {
    font-size: 0.875rem;
    font-weight: 400
}

.process-section .process-step p {
    font-size: 0.875rem;
    color: var(--white-color);
    text-align: left;
}

.process-section .process-step:not(:last-child)::after {
    content: '\e6a3';
    font-family: "iconfont" !important;
    position: absolute;
    top: 2.5rem;
    right: -1.25rem;
    font-size: 1.25rem;
    color: var(--primary-color);
    transform: translateY(-50%);
}

.cases-section {
    padding-bottom: 5rem;
    background-image: url('../images/5z-z1178704271115-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f3faff;
}

.cases-slider {
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.cases-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 20rem;
    height: 26.25rem;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
}

.cases-slider .swiper-slide-active {
    transform: scale(1.1);
    z-index: 2;
}

.cases-slider .swiper-slide .case-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem 1.25rem 1.25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: var(--white-color);
}

.cases-slider .swiper-slide .case-info .case-title {
    font-size: 1.125rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.cases-slider .swiper-slide:hover .case-info .case-title {
    transform: translateY(-0.5rem);
}

.cases-slider .swiper-slide .case-info p {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-top: 0.3125rem;
}

.team-section {
    background-color: var(--white-color);
}

.team-slider .swiper-slide {
    background: var(--white-color);
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
    border: 0.0625rem solid var(--border-color);
}

.team-member img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    object-position: top;
}

.team-info {
    padding: 1.15rem;
}

.team-info .team-name {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: 700;
}

.team-info .title {
    font-size: 0.875rem;
    color: var(--light-text-color);
    margin-bottom: 0.625rem;
}

.team-info .desc {
    font-size: 0.875rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-slider .swiper-button-next,
.team-slider .swiper-button-prev {
    color: var(--primary-color);
}

.team-slider .swiper-button-next:after,
.team-slider .swiper-button-prev:after {
    font-size: 1.5rem;
}

.team-section .swiper-slide.team-tj {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

.team-section .swiper-slide.team-tj::before {
    content: "特别推荐";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #e63946, #ff6b6b);
    color: var(--white-color);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 1.25rem;
    border-radius: 0 0 0 0.75rem;
    z-index: 2;
    box-shadow: 0 0.125rem 0.5rem rgba(230, 57, 70, 0.3);
}

.offices-section {
    background-image: url('../images/bg2z-z614660135315-2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.offices-section .image-caption-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}

.offices-section .image-caption-item {
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.offices-section .image-caption-item img {
    opacity: 0.8;
    transition: all 0.5s ease;
    height: 21.875rem;
    width: 100%;
    object-fit: cover;
}

.offices-section .image-caption-item .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    color: var(--white-color);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    
}

.offices-section .image-caption-item .caption p {
    font-size: 1.225rem;
    line-height: 1.875rem
}

.offices-section .image-caption-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.offices-slider {
    display: none;
}


.about-tabs {
    background-image: url('../images/bg2z-z614660135315-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 6.25rem
}

.tab-section {
    background-color: var(--white-color);
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid var(--border-color);
}

.tab-link {
    padding: 0.9375rem 1.875rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    color: var(--light-text-color);
}

.tab-link.active {
    color: var(--primary-color);
}

.tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: var(--primary-color);
}

.tab-link i {
    color: #555;
    padding: 0rem 1.25rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.about-us-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.about-video video {
    width: 100%;
    height: auto;
    max-height: 23.75rem;
    border-radius: 0.75rem;
    display: block;
    background: #000;
    box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 12%);
    object-fit: cover;
}

.about-text h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
}

.about-text p {
    color: var(--light-text-color);
    margin-bottom: 0.9375rem;
}

.about-text .btn-primary {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 0.3125rem 1.5625rem;
    border-radius: 3.125rem;
    font-weight: 500;
    transition: all 0.3s;
    border: 0.125rem solid transparent;
    margin-top: 0.375rem;
}

.about-text .btn-primary:hover {
    background-color: var(--hover-color);
    transform: translateY(-0.125rem);
}


@media (max-width: 992px) {
    .about-us-layout {
        grid-template-columns: 1fr;
        gap: 1.875rem;
    }

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

    .about-text h2 {
        font-size: 1.5rem;
    }
}

.wiki-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}

.wiki-featured-post {
    border-radius: 0.5rem;
    overflow: hidden;
}

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

.wiki-featured-post .post-content {
    padding: 1.25rem 0.625rem;
}

.wiki-featured-post .wiki-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.wiki-featured-post .wiki-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wiki-featured-post p {
    font-size: 0.9375rem;
    color: var(--light-text-color);
}

.news-list .news-item {
    display: flex;
    align-items: end;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem dashed var(--border-color);
}

.news-list .news-item:last-child {
    border-bottom: none;
}

.news-date {
    flex-shrink: 0;
    width: 4.375rem;
    height: 4.375rem;
    background-color: var(--secondary-color);
    text-align: center;
    border-radius: 0.5rem;
    margin-right: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--primary-color);
}

.news-date .day {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
}

.news-date .month-year {
    font-size: 0.75rem;
    padding-top: 0.25rem
}

.news-info .wiki-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-info .wiki-description {
    font-size: 0.875rem;
    color: var(--light-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.about-grid .image-caption-item {
    width: 25rem;
    height: 18.75rem;
}

.about-grid .image-caption-item img {
    height: 100%;
    object-fit: cover;
}

.about-tabs .image-caption-item .caption p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    text-align: center;
    margin-top: 0.625rem
}

.about-tabs .image-caption-item img {
    height: 18.125rem;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 0.5rem;
}

.about-slider {
    padding-bottom: 2.5rem;
}

.about-slider .swiper-slide {}

.about-slider .image-caption-item {
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.about-slider .image-caption-item img {
    width: 100%;
    height: 15.625rem;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about-slider .image-caption-item:hover img {
    transform: scale(1.1);
}

.about-slider .image-caption-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    color: var(--white-color);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.about-slider .image-caption-item .caption h3 {
    font-size: 1.125rem;
}

.about-slider .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}


.btn-gradient {
    display: inline-block;
    background: var(--gradient-primary);
    color: var(--white-color);
    padding: 0.875rem 2.1875rem;
    border-radius: 3.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    box-shadow: 0 0.625rem 1.25rem rgba(100, 87, 163, 0.2);
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-0.1875rem);
    box-shadow: 0 0.9375rem 1.5625rem rgba(100, 87, 163, 0.3);
    color: var(--white-color);
}
.page-banner {
    padding: 5rem 0;
    background: url('../images/aVlOEFowuAPgoPyLU2HDUK5pFW.png') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-lrcivf {
    background: url('../images/k3jjguMEQCIRkh1Qdxh2FN4N5Z.jpg') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-lrc {
    background: url('../images/nchV5YD8llK6EJj0AKZbbD7cwQ.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    background-position-y: -15rem;
}

.page-join {
    background: url('../images/6161a33439bf4bf7c84cf7139daac229.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}


.page-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white-color);
}

.page-lrcivf h1,
.page-banner .page-column {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white-color);
}

.page-banner p,
.page-banner .page-description {
    font-size: 1.125rem;
    color: var(--white-color);
}

.page-lrcivf-process {
    background: url('../images/LHuPtka8RdK7w1YOnaO5igo1PS.png') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-lrcivf-technology {}

.page-news {
    background: url('../images/HP5wucSM2Ao2xuk4y6U0IxuaSL.jpg') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-official {
    background: url('../images/753c9cc7aq1b8ea43c6a564c403eb5ef.jpg') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-lrcteam {
    background: url('../images/kGq0G6DjWbNZ8I0ukM1L7IJcCC.png') no-repeat center center;
    background-size: cover;
    text-align: left;
}

.page-info {
    padding: 0;
    max-width: 100%;
    max-height: 40.625rem;
    margin: 0 auto;
    height: auto
}

.sub-nav-section {
    padding: 2.5rem 0;
}

.sub-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.sub-nav-card {
    background: var(--white-color);
    padding: 0.3125rem;
    text-align: center;
    border-radius: 0.25rem;
    box-shadow: 0 0.9375rem 2.5rem rgba(100, 87, 163, 0.08);
    transition: all 0.3s ease;
    position: relative
}

.sub-nav-card:first-child {
    background: url('../images/7614263bc39ac362.jpg') no-repeat center center;
    background-size: cover;
}

.sub-nav-card:last-child {
    background: url('../images/AC6wk6fkeZudSP1ejmf5Q4O22M.jpg') no-repeat center center;
    background-size: cover;
}

.sub-nav-card:nth-child(2) {
    background: url('../images/AxiXIhAoa0zmfQxuSmBj423pcE.jpg') no-repeat center center;
    background-size: cover;
}

.sub-nav-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 1.25rem 2.8125rem rgba(100, 87, 163, 0.15);
}

.sub-nav-card .iconfont {
    font-size: 2rem;
    color: var(--white-color);
    display: inline-block;
}

.sub-nav-card h3 {
    font-size: 21.856px;
    margin-bottom: 0.9375rem;
    color: #fff;
    line-height: 1.375rem
}

.sub-nav-card p {
    font-size: 15px;
    color: var(--light-text-color);
    line-height: 1.6;
}

.indications-section {
    padding: 5rem 0;
    background-color: var(--white-color);
}

.indications-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    align-items: center;
}

.indications-image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.1);
}

.indications-image img {
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
}

.indications-list h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.indication-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.indication-item .iconfont {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 0.9375rem;
    margin-top: 0.3125rem;
}

.indication-item div h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.3125rem;
}

.indication-item div p {
    color: var(--light-text-color);
}


.process-flow-section {
    background: url('../images/T44GMypDMKyCC81B7pyyPkBYbi.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.process-flow-section .section-title h2,
.milestone-section .section-title h2,
.process-flow-section .section-title p,
.milestone-section .section-title p {
    color: var(--white-color);
}

.process-flow-section .section-title h2::after,
.milestone-section .section-title h2::after {
    background: var(--white-color);
}

.timeline-metro-wrapper {
    position: relative;
    padding: 1.25rem 0;
}

.timeline-metro-wrapper::-webkit-scrollbar {
    height: 0.5rem;
}

.timeline-metro-wrapper::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
}

.timeline-metro-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.25rem;
}

.timeline-metro-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}

.timeline-metro {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 1.875rem 2.125rem;
    min-width: 100%;
    justify-content: space-between;
}


.timeline-metro::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.3125rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-metro-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12rem;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-metro-station {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 0.3125rem solid #ababdf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--primary-color);
    z-index: 3;
    box-shadow: 0 0 0 0.5rem rgba(171, 171, 223, 0.2);
}

.timeline-metro-content {
    position: relative;
    background-color: var(--white-color);
    border-radius: 0.625rem;
    padding: 1.05rem;
    text-align: center;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-metro-item:hover .timeline-metro-content {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.15);
}

.timeline-metro-content h3 {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.timeline-metro-content .iconfont {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.timeline-metro-content p {
    font-size: 0.875rem;
    color: var(--light-text-color);
    line-height: 1.6;
}


.timeline-metro-content::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.1875rem;
    background-color: #e0dcf2;
    z-index: -1;
}


.timeline-metro-item.item-top {
    flex-direction: column-reverse;
}

.item-top .timeline-metro-content {
    margin-bottom: 2.5rem;
}

.item-top .timeline-metro-content::before {
    bottom: -2.5rem;
    height: 2.5rem;
}

.item-bottom .timeline-metro-content {
    margin-top: 2.5rem;
}

.item-bottom .timeline-metro-content::before {
    top: -2.5rem;
    height: 2.5rem;
}


.right-sidebar .sidebar-widget {
    margin-bottom: 1.875rem;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    border-bottom: 0.125rem solid var(--primary-color);
    margin-bottom: 1.25rem;
}

.sub-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-bottom: 2.5rem;
    background-color: var(--secondary-color);
    padding: 0.625rem;
    border-radius: 0.5rem;
    justify-content: flex-start;
}

.sub-category-nav a {
    text-align: center;
    padding: 0.625rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sub-category-nav a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.sub-category-nav a.active {
    background: var(--gradient-primary);
    color: var(--white-color);
}

.article-list .article-item {
    display: flex;
    gap: 1.5625rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem dashed var(--border-color);
}

.article-list .article-item:last-child {
    border-bottom: none;
}
.doctor-list .article-item-image img {
    object-fit: contain;
}

.article-item-image {
    width: 15rem;
    height: 10rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    overflow: hidden;
}

.article-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.article-item:hover .article-item-image img {
    transform: scale(1.1);
}

.article-item-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.article-item-content .article-item-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    line-height: 2rem;
}

.article-item-content .article-item-description {
    color: var(--light-text-color);
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-item-content .meta {
    font-size: 0.8125rem;
    color: #999;
}

.article-item-content .meta .iconfont {
    margin-right: 0.3125rem;
    font-size: 1rem;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
}

.pagination a,
.pagination span,
.pagination strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.625rem;
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.25rem;
    background-color: var(--white-color);
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.pagination .current,
.pagination strong {
    background: var(--gradient-primary);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.pagination .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.search-widget form {
    display: flex;
}

.search-widget input {
    flex-grow: 1;
    border: 0.0625rem solid var(--border-color);
    padding: 0.75rem;
    border-radius: 0.25rem 0 0 0.25rem;
    outline: none;
    color: var(--border-color);
}
.search-widget input:hover{
    color: var(--primary-color);
}

.search-widget button {
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 0 0.9375rem;
    cursor: pointer;
    border-radius: 0 0.25rem 0.25rem 0;
}

.search-widget button:hover {
    background: var(--hover-color);
}

.post-list-widget .post-item a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.post-list-widget .post-item {
    margin-bottom: 0.9375rem;
}

.post-list-widget .post-item:last-child {
    margin-bottom: 0;
}

.post-list-widget .post-rank {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #ccc;
    color: var(--white-color);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
}

.post-list-widget .post-item:nth-child(1) .post-rank {
    background-color: #FF5722;
}

.post-list-widget .post-item:nth-child(2) .post-rank {
    background-color: #FF9800;
}

.post-list-widget .post-item:nth-child(3) .post-rank {
    background-color: #FFC107;
}

.post-list-widget .post-title {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.post-list-widget .post-item:hover .post-title {
    color: var(--primary-color);
}

.appointment-widget .form-group {
    margin-bottom: 0.9375rem;
}

.appointment-widget input,
.appointment-widget select,
.appointment-widget textarea {
    width: 100%;
    padding: 0.75rem;
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.appointment-widget textarea {
    resize: vertical;
    min-height: 5rem;
}

.appointment-widget .btn-gradient {
    width: 100%;
    padding: 0.75rem;
}

.package-section {
    background-color: var(--white-color);
}

.package-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3.125rem;
    background-color: var(--white-color);
    padding: 0.625rem;
    border-radius: 3.125rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.package-tab-link {
    padding: 0.625rem 1.3625rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1.875rem;
    margin: 0 0.3125rem;
    transition: all 0.3s ease;
}

.package-tab-link.active {
    background: var(--gradient-primary);
    color: var(--white-color);
    box-shadow: 0 0.3125rem 0.9375rem rgba(100, 87, 163, 0.2);
}

.package-tab-content {
    display: none;
}

.package-tab-content.active {
    display: block;
}

.pricing-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5rem;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 1rem;
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

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

.pricing-content {
    padding: 2.5rem;
}

.pricing-content h3 {
    font-size: 1.75rem;
}

.pricing-content .price {
    font-size: 3.25rem;
    font-weight: bold;
    margin: 1.25rem 0;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-content .price em {
    font-size: 1.25rem;
}

.pricing-content .price span {
    font-size: 1.5rem;
}

.pricing-content ul {
    margin: 1.875rem 0;
}

.pricing-content ul li {
    margin-bottom: 0.75rem;
    padding-left: 1.5625rem;
    position: relative;
}

.pricing-content ul li::before {
    content: '\e73e';
    font-family: "iconfont" !important;
    color: var(--primary-color);
    position: absolute;
    left: 0;
}

.pricing-content .btn-gradient {
    margin-right: 0.625rem;
}

.pricing-content .btn-gradient:hover {
    color: var(--white-color);
}

.environment-section {
    background-color: var(--secondary-color);
    background: url('../images/HLowKI5V9zQMP3bKmqiWanDiK4.jpg') no-repeat center center;
    background-size: cover;
}

.environment-wrapper {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    gap: 2.5rem;
}

.env-nav {
    background-color: var(--white-color);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
}

.env-nav-item {
    padding: 0.9375rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.env-nav-item .iconfont {
    margin-right: 0.9375rem;
}

.env-nav-item.active,
.env-nav-item:hover {
    background: var(--gradient-primary);
    color: var(--white-color);
}

.env-display {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 3.125rem rgba(0, 0, 0, 0.1);
}

.env-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.env-image.active {
    opacity: 1;
    display: block;
}

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

.faq-section {}

.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3.75rem;
    align-items: center;
}

.faq-intro h2 {
    font-size: 2rem;
    line-height: 1.2;
}

.faq-intro p {
    font-size: 1.125rem;
    color: var(--light-text-color);
    margin: 1.25rem 0;
}

.faq-item {
    margin-bottom: 0.9375rem;
    border-radius: 0.5rem;
    background-color: var(--white-color);
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.faq-question a{
    font-size: 1rem;
}

.faq-question .icon-down {
    position: absolute;
    right: 1.25rem;
    transition: transform 0.3s ease;
    font-size: 1rem;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item.active .faq-question {
    color: var(--primary-color);
}

.faq-item.active .faq-question .icon-down {
    transform: rotate(180deg);
}

.faq-answer {
    padding-bottom: 1.25rem;
    display: none;
    color: var(--light-text-color);
    border-top: 0.0625rem solid var(--border-color);
    margin: 0 1.25rem;
}

.faq-answer p {
    padding-top: 0.9375rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.8);
}

.compact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.9375rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.compact-form input,
.compact-form select {
    padding: 0.9375rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    min-width: 13.75rem;
}

.compact-form .btn-gradient {
    padding: 0.9375rem 2.1875rem;
    border-radius: 0.5rem;
}

.compact-form .btn-primary {
    padding: 0.9375rem 2.1875rem;
    border-radius: 0.5rem;
    background: var(--white-color);
    color: var(--text-color);
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.process-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem;
    gap: 2.5rem;
}

.process-content {
    flex: 3;
    background-color: var(--white-color);
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.process-content .process-content-item {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    background-color: var(--white-color);
}

.process-image {
    flex: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
}

.page-header {
    background: linear-gradient(to right, #6457a3, #7a6eb8);
    color: var(--white-color);
    padding: 0.9375rem 1.25rem;
    border-radius: 0.5rem;
}

.page-header:nth-child(n+2) {
    margin-top: 2.5rem;
}

.page-header .page-header-title {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 0.3125rem;
}

.page-header p {
    font-size: 0.875rem;
    opacity: 0.9;
}

.content-body {
    padding: 0 1.25rem 1.25rem;
}

.phase {
    margin-top: 1.5625rem;
    border-bottom: 0.0625rem solid #e8e8e8;
    padding-bottom: 1.25rem;
}

.phase:last-child {
    border-bottom: none;
}

.phase-title {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0.9375rem;
    padding-left: 0.625rem;
    border-left: 0.25rem solid var(--primary-color);
}

.step {
    margin-bottom: 1.125rem;
}

.step-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5625rem;
    align-items: center;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 0.625rem;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.step-number .icon-tp {
    color: #ffcf03;
}

.step-text {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.step-details {
    color: #555;
    font-size: 1rem;
}

.step-details ul {
    margin-left: 1.875rem;
    margin-top: 0.3125rem;
    font-size: 0.9375rem;
    list-style: disc;
}

.step-details li {
    margin-bottom: 0.3125rem;
}

.check-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    font-size: 0.8125rem;
}

.check-table th {
    background-color: #f5f3ff;
    border: 0.0625rem solid #f5f3ff;
    padding: 0.5rem 0.625rem;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    color: var(--primary-color);
}

.check-table td {
    border: 0.0625rem solid #f5f3ff;
    padding: 0.75rem 0.875rem;
    vertical-align: top;
    font-size: 1rem;
}

.check-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.highlight-box {
    background-color: #f5f3ff;
    border-left: 0.25rem solid var(--primary-color);
    padding: 0.75rem 0.9375rem;
    margin-top: 0.9375rem;
    border-radius: 0 0.25rem 0.25rem 0;
    font-size: 1rem;
}

.highlight-box ol {
    margin-left: 1.875rem;
    margin-top: 0.3125rem;
}

.highlight-box ol li {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    color: #8f8f8f;
}

.page-process-line {
    height: 2.5rem;
    width: 100%;
    background: #f9f9f9;
}

.note-box {
    background-color: #fff8e1;
    border: 0.0625rem solid #ffd54f;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.9375rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.image-placeholder {
    width: 100%;
    height: 50rem;
    background-color: #e8f0f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    text-align: center;
    padding: 1.25rem;
}

.image-content {
    background-color: var(--white-color);
    width: 90%;
    height: 95%;
    border: 0.0625rem solid #d0d0d0;
    border-radius: 0.25rem;
    padding: 0.9375rem;
    overflow: hidden;
    position: relative;
}

.image-title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #e0e0e0;
}

.flow-diagram {
    display: flex;
    flex-direction: column;
    height: calc(100% - 2.5rem);
}

.flow-column {
    display: flex;
    flex: 1;
    margin-bottom: 0.625rem;
}

.flow-title {
    width: 7.5rem;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 0.25rem 0 0 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-steps {
    flex: 1;
    background-color: #f5f9ff;
    padding: 0.625rem;
    border-radius: 0 0.25rem 0.25rem 0;
    border: 0.0625rem solid #d0e0f0;
    border-left: none;
}

.flow-step {
    margin-bottom: 0.5rem;
    padding-left: 0.9375rem;
    position: relative;
    font-size: 0.8125rem;
}

.flow-step:before {
    content: "\e609";
    position: absolute;
    left: 0.3125rem;
    color: var(--primary-color);
    font-weight: bold;
}

.footer-note {
    margin-top: 1.25rem;
    padding: 0.9375rem;
    border-top: 0.0625rem dashed #ccc;
    font-size: 0.75rem;
    color: #cdcdcd;
    text-align: center;
}

.sub-phase-title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0.9375rem 0 0.625rem;
    padding-bottom: 0.3125rem;
    border-bottom: 0.0625rem dashed #d0d0d0;
}

.special-phase {
    border-radius: 0.375rem;
    padding: 1.875rem 0.9375rem;
}

.special-phase .phase-title {
    background-color: #e6f2ff;
    padding: 0.625rem;
    border-radius: 0.25rem;
    margin: -0.9375rem -0.9375rem 0.9375rem -0.9375rem;
    border-left: none;
}

.special-step {
    display: flex;
    margin-bottom: 0.75rem;
    align-items: baseline;
}

.special-step-number {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #ffcf03;
    color: var(--white-color);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.special-step-content {
    flex: 1;
    font-size: 1rem;
    line-height: 1.875rem;
}

.special-step-content strong {
    color: var(--primary-color);
}

.left-column {
    min-width: 0;
}

.article-header .article-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}

.article-header .article-title .icon-videos{
    font-size: 2rem;
    color: var(--primary-color);
    padding-right: 4px;
    
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem 1.25rem;
    color: var(--light-text-color);
    font-size: 14px;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid var(--border-color);
}

.article-meta .meta-item {
    display: flex;
    align-items: center;
}

.article-meta .iconfont {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.article-tags a {
    display: inline-block;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 0.1875rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    margin-left: 0.3125rem;
}

.article-tags a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.article-content {
    font-size: 1rem;
    line-height: 1.8;
}

.article-content p {
    margin-bottom: 1.25rem;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.article-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 1.25rem 0;
    overflow: hidden;
    padding-left: 1rem;
    position: relative;
    word-break: break-all;
    color: var(--primary-color);
}

.article-content h2:after {
    background: var(--primary-color);
    border-radius: 0.1875rem;
    content: "";
    height: 1.375rem;
    left: 0;
    margin-right: 0.625rem;
    position: absolute;
    top: 0.1875rem;
    width: 0.375rem;
}

.article-content h3 {
    font-size: 1.125rem;
}

.article-content h4 {
    font-size: 1rem;
}

.article-content h5 {
    background: var(--secondary-color);
    border-left: 0.125rem solid var(--primary-color);
    color: #7f7f7f;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6875rem;
    margin: 1.25rem 0;
    padding: 1.25rem 1.25rem 1.25rem 1.125rem;
    word-break: break-all;
}

.article-content h6 {
    background: var(--secondary-color);
    border-radius: 0.25rem;
    color: #333;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6875rem;
    margin: 1.25rem 0;
    padding: 3.125rem 1.25rem 1.25rem;
    position: relative;
}

.article-content h6:after {
    color: var(--primary-color);
    content: "Tips：";
    font-size: 1.125rem;
    font-weight: 700;
    left: 1.25rem;
    position: absolute;
    top: 0.9375rem;
}

.article-content strong {
    font-weight: 600;
}

.article-content ul,
.article-content ol {
    margin: 0 0 1.25rem 1.25rem;
}

.article-content ul li {
    list-style-type: disc;
    margin-bottom: 0.625rem;
    margin-left: 1.25rem;
}

.article-content ol li {
    list-style-type: decimal;
    margin-bottom: 0.625rem;
    margin-left: 1.25rem;
}

.article-content blockquote {
    border-left: 0.25rem solid var(--primary-color);
    background-color: var(--secondary-color);
    padding: 1.25rem;
    margin: 1.25rem 0;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.7;
}

.article-content img {
    border-radius: 0.5rem;
    margin: 1.25rem auto;
    box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1);
    max-width: 37.5rem;
}

.article-content figure {
    margin: 1.25rem 0;
}

.article-content figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: var(--light-text-color);
    margin-top: 0.625rem;
}

.article-content video {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1.25rem 0;
    max-height: 30rem;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
}

.article-content th,
.article-content td {
    border: 0.0625rem solid var(--border-color);
    padding: 0.75rem;
    text-align: left;
}

.article-content th {
    background-color: var(--secondary-color);
    font-weight: 600;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid var(--border-color);
}

.post-nav-item {
    display: block;
    width: 48%;
}

.post-nav-item:hover {
    color: var(--primary-color);
}

.post-nav-item span {
    display: block;
    font-size: 0.875rem;
    color: var(--light-text-color);
}

.post-nav-item p {
    margin: 0.3125rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-nav-item:nth-child(2) {
    text-align: right;
}

.related-posts {
    margin-top: 3.75rem;
}

.related-posts .related-like-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.9375rem;
    border-bottom: 0.125rem solid var(--primary-color);
    margin-bottom: 1.25rem;
}

.related-grid-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}

.related-card .card-image {
    height: 12.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.related-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-card:hover .card-image img {
    transform: scale(1.1);
}

.related-card .related-title {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
    font-weight: 700;
}

.related-list-simple {
    margin-top: 1.875rem;
    border-top: 0.0625rem dashed var(--border-color);
    padding-top: 1.875rem;
}

.related-list-simple ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1.25rem;
    width: 100%;
}

.related-list-simple ul li {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.related-list-simple ul li a {
    display: flex;
    align-items: baseline;
    color: var(--light-text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 0;
}

.related-list-simple ul li a::before {
    content: '\e609';
    font-family: "iconfont" !important;
    color: var(--primary-color);
    margin-right: 0.25rem;
    font-size: 1rem;
    flex-shrink: 0;
}

.related-list-simple ul li a:hover {
    color: var(--primary-color);
}

.related-list-simple ul li a .text-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.cover-banner {
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color);
}

.cover-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cover-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 30, 80, 0.5);
    z-index: 1;
}

.cover-banner-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-top: 0.9375rem;
}

.about-hospital-section {
    background-color: var(--white-color);
}

.about-hospital-wrapper {
    text-align: center;
}

.about-hospital-text {
    max-width: 50rem;
    margin: 0 auto 2.5rem;
}

.about-hospital-text h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

.about-hospital-text p {
    margin-bottom: 0.9375rem;
    color: var(--light-text-color);
}

.about-hospital-image {
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3.125rem rgba(100, 87, 163, 0.15);
    overflow: hidden;
    max-width: 62.5rem;
    margin: 0 auto;
}

.about-hospital-image img {
    transition: transform 0.5s ease;
}

.about-hospital-image:hover img {
    transform: scale(1.05);
}

.special-notice-section {
    padding: 3.75rem 0;
    background: url('../images/LpqBCyqFrJDUti1JVR2d1V8j1r.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.special-notice-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 240, 249, 0.8);
}

.notice-card {
    position: relative;
    z-index: 2;
    background: var(--white-color);
    padding: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    border-left: 0.3125rem solid var(--primary-color);
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
}

.notice-card .iconfont {
    font-size: 3rem;
    color: var(--primary-color);
}

.notice-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
}

.notice-card p {
    color: var(--light-text-color);
}

.hospital-advantages-section {
    background-color: var(--white-color);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hospital-advantages-section .advantages-container {
    display: flex;
    flex-direction: column;
}

.hospital-advantages-section .advantage-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.hospital-advantages-section .advantage-item:nth-child(even) .advantage-image {
    grid-column: 2;
    grid-row: 1;
}

.hospital-advantages-section .advantage-item:nth-child(even) .advantage-content {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    padding-right: 3.75rem;
    padding-left: 0;
}

.hospital-advantages-section .advantage-image {
    overflow: hidden;
}

.hospital-advantages-section .advantage-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hospital-advantages-section .advantage-item:hover .advantage-image img {
    transform: scale(1.05);
}

.hospital-advantages-section .advantage-content {
    padding-left: 3.75rem;
    position: relative;
}

.hospital-advantages-section .advantage-content .advantage-number {
    font-size: 5rem;
    font-weight: 700;
    color: var(--secondary-color);
    position: absolute;
    top: -1.875rem;
    left: 3.75rem;
    z-index: 1;
}

.hospital-advantages-section .advantage-item:nth-child(even) .advantage-content .advantage-number {
    left: auto;
    right: 3.75rem;
}

.hospital-advantages-section .advantage-content h3 {
    margin-bottom: 0.9375rem;
    color: var(--primary-color);
    position: relative;
    z-index: 2;
}

.hospital-advantages-section .advantage-content p {
    color: var(--light-text-color);
    position: relative;
    z-index: 2;
}

.core-tech-section {
    background: url('../images/bg2z-z614660135315.jpg') no-repeat center center;
    background-attachment: fixed;
}

.tech-orbit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 37.5rem;
}

.tech-orbit-container {
    position: relative;
    width: 28.125rem;
    height: 28.125rem;
}

.tech-center-image {
    width: 13.75rem;
    height: 13.75rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0.625rem rgba(255, 255, 255, 0.5), 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

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

.tech-point {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.125rem;
    height: 8.125rem;
    margin: -4.0625rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.tech-point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(120, 120, 120, 0.8);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.tech-point:hover {
    transform: scale(1.1);
    z-index: 2;
}

.tech-point:hover::before {
    opacity: 0.5;
}

.tech-point-content {
    position: relative;
    z-index: 2;
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.tech-point .tech-point-icon {
    display: flex;
    align-items: center;
}

.tech-point .step-number {
    width: 1.75rem;
    height: 1.75rem;
    background: rgba(255, 212, 0, 0.8);
    color: var(--white-color);
    border-radius: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    border: 0.125rem solid white;
    padding: 0;
    margin: 0;
}

.tech-point .iconfont {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.tech-point span {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0 0.3125rem;
}

.exclusive-intro-section {
    padding: 1.25rem 0;
    background-image: url('../images/bnu5lLAU1IgqWyoa9G9KRpCc9T.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: var(--white-color);
    text-align: center;
    position: relative;
}

.exclusive-intro-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(40, 30, 80, 0.7);
}

.exclusive-content {
    max-width: 50rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.exclusive-content h2 {
    font-size: 2.25rem;
    color: var(--white-color);
}

.exclusive-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 1.25rem;
}

.cover-banner {
    position: relative;
    color: var(--white-color);
    background: url('../images/2ijbfflNFmajEUy71Iu4W9zPrv.jpg') no-repeat center center;
    background-size: cover;
}

.zhuanjia-banner {
    background: url('../images/kGq0G6DjWbNZ8I0ukM1L7IJcCC.png') no-repeat center center;
    background-size: cover;
}

.case-banner {
    background: url('../images/ylpuykSEzlkzMxJlbAIcF3skBb.jpg') no-repeat center center;
    background-size: cover;
}

.about-banner {
    background: url('../images/os4Z1JbRLqXv8v492VZjjPESyn.jpg') no-repeat center center;
    background-size: cover;
}

.contact-banner {
    background: url('../images/OpejkmCmLn5JaIBQonrXcOFlTO.jpg') no-repeat center center;
    background-size: cover;
}

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

.cover-banner-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
}

.cover-banner-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-top: 0.9375rem;
}

.main-content-area {
    padding: 3.75rem 0;
}

.pgt-intro-module {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    align-items: baseline;
    padding: 1.25rem;
    background-color: var(--white-color);
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.05);
    margin-bottom: 3.75rem;
}

.pgt-intro-image img {
    border-radius: 0.5rem;
}

.pgt-intro-text h2 {
    font-size: 1.5rem;
    margin-bottom: 0.825rem;
}

.pgt-intro-text p {
    color: var(--light-text-color);
    margin-top: 0.625rem;
    font-size: 0.825rem;
}

.content-module {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.875rem;
    margin-bottom: 3.75rem;
    border-bottom: 0.0625rem solid var(--border-color);
    padding-bottom: 3.75rem;
}

.content-module:nth-child(odd) {
    grid-template-columns: 1fr 2fr;
}

.content-module:last-of-type {
    margin-bottom: 0;
}

.content-module:nth-child(even) .module-image {
    grid-column: 2;
    grid-row: 1;
    height: fit-content;
}

.content-module:nth-child(even) .module-text {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.content-module:nth-child(odd) .module-image {
    grid-column: 1;
    grid-row: 1;
    height: fit-content;
}

.content-module:nth-child(odd) .module-text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.content-module .module-image {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.1);
}

.content-module .module-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.content-module:hover .module-image img {
    transform: scale(1.05);
}

.content-module .module-text h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1.25rem;
}

.content-module .module-article-list .article-preview {
    margin-bottom: 0.625rem;
}

.content-module .module-article-list .article-preview a {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.content-module .module-article-list .article-preview a::before {
    content: '\e609';
    font-family: "iconfont" !important;
    font-size: 1rem;
    color: var(--primary-color);
}

.content-module .module-text .btn-more {
    margin-top: 1.25rem;
    display: inline-block;
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 0.25rem 1.5625rem;
    border-radius: 3.125rem;
    transition: all 0.3s;
    border: 0.125rem solid transparent;
}

.team-section {
    background-color: var(--secondary-color);
}

.team-tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 3.125rem;
    border-bottom: 0.125rem solid var(--border-color);
}

.team-tab-link {
    padding: 0.9375rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--light-text-color);
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

.team-tab-link::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    width: 0;
    height: 0.25rem;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
}

.team-tab-link.active,
.team-tab-link:hover {
    color: var(--primary-color);
}

.team-tab-link.active::after {
    width: 100%;
}

.team-tab-content {
    display: none;
}

.team-tab-content.active {
    display: block;
}

.doctor-list-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.doctor-card {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 2.5rem;
    align-items: flex-start;
    background: var(--white-color);
    padding: 1.875rem;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.9375rem 2.8125rem rgba(100, 87, 163, 0.12);
}

.doctor-avatar {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.3125rem solid var(--white-color);
    box-shadow: 0 0 0 0.1875rem var(--primary-color), 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.doctor-card:hover .doctor-avatar {
    box-shadow: 0 0 0 0.3125rem var(--hover-color), 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.15);
}

.doctor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-info-header {
    display: flex;
    align-items: baseline;
    gap: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.doctor-info-header .name {
    font-size: 24px;
    font-weight: 700;
}

.doctor-info-header .title {
    font-size: 1rem;
    color: var(--light-text-color);
}

.doctor-info-header .hospital-tag {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 0.1875rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

.doctor-info-body .info-item {
    margin-bottom: 0.9375rem;
}

.doctor-info-body .info-item strong {
    color: var(--text-color);
    min-width: 3.75rem;
    display: inline-block;
}

.doctor-info-body .info-item span {
    color: var(--light-text-color);
}

.doctor-actions {
    margin-top: 1.5625rem;
    display: flex;
    gap: 0.9375rem;
}

.doctor-card .btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: var(--primary-color);
    padding: 0.625rem 1.5625rem;
    border-radius: 3.125rem;
    font-weight: 500;
    transition: all 0.3s;
    border: 0.125rem solid var(--primary-color);
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.case-card {
    background-color: var(--white-color);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.9375rem 2.5rem rgba(100, 87, 163, 0.15);
}

.case-card-image {
    position: relative;
    height: 13.75rem;
    overflow: hidden;
}

.case-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.case-card:hover .case-card-image img {
    transform: scale(1.1);
}

.case-card-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 87, 163, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.case-card:hover .case-card-image .overlay {
    opacity: 1;
    background: rgba(100, 87, 163, 0.7);
}

.overlay .iconfont {
    font-size: 3rem;
    color: var(--white-color);
}

.case-card-content {
    padding: 0.9375rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.case-card-content .case-card-title {
    font-size: 1.15rem;
    margin-bottom: 0.625rem;
    font-weight: 700;
}

.case-card-content .case-card-title .iconfont{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    padding-right: 4px;
}

.case-card-content .description {
    color: var(--light-text-color);
    flex-grow: 1;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.0625rem solid var(--border-color);
    padding-top: 0.9375rem;
    font-size: 0.875rem;
    color: #999;
}

.case-card-meta .meta-item {
    display: flex;
    align-items: center;
}

.case-card-meta .iconfont {
    margin-right: 0.375rem;
}

.case-card-meta .read-more {
    font-weight: 500;
    color: var(--primary-color);
}

.case-card-meta .read-more:hover {
    text-decoration: underline;
}

.about-us-section {
    background-color: var(--white-color);
}

.about-us-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    align-items: center;
}

.about-us-text h2 {
    font-size: 29.92px;
    margin-bottom: 1.25rem;
    text-align: left;
}

.about-us-text p {
    color: var(--light-text-color);
    margin-bottom: 0.9375rem;
}

.about-us-image img {
    border-radius: 0.75rem;
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.about-us-image img:hover {
    transform: scale(1.1);
    opacity: 1;
}

.milestone-section {
    background: url(../images/T44GMypDMKyCC81B7pyyPkBYbi.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.milestone-timeline {
    position: relative;
}

.milestone-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2.5rem;
}

.milestone-nav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: var(--border-color);
    transform: translateY(-50%);
}

.milestone-year {
    padding: 2.5rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--white-color);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.milestone-year::before {
    content: '';
    position: absolute;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-color: var(--border-color);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.milestone-year.active::before,
.milestone-year:hover::before {
    background-color: var(--white-color);
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 0 0.375rem rgba(255, 255, 255, 0.2);
}

.milestone-year.active,
.milestone-year:hover {
    color: var(--white-color);
}

.milestone-content {
    display: none;
    text-align: center;
}

.milestone-content p {
    color: var(--white-color);
    font-size: 1.25rem;
}

.milestone-content .milestone-img {
    margin: 1.25rem auto;
    max-width: 37.5rem;
}

.milestone-content .milestone-img img {
    border-radius: 0.75rem;
}

.milestone-content.active {
    display: block;
}

.milestone-timeline-mobile {
    display: none;
}

.services-section {
    background-color: var(--white-color);
}

.services-accordion {
    display: flex;
    width: 100%;
    height: 31.25rem;
    gap: 0.625rem;
}

.service-panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.25rem;
    color: var(--white-color);
    cursor: pointer;
    flex: 1;
    position: relative;
    transition: flex 0.7s ease-in-out;
    display: block;
}

.service-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    border-radius: 1.25rem;
    transition: background 0.5s ease;
}

.service-panel:hover::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.service-panel-content {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem;
    z-index: 2;
}

.service-panel h3 {
    font-size: 1.375rem;
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    margin: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.service-panel .description,
.service-panel .panel-title-expanded {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: all 0.4s ease 0.2s;
}

.services-accordion:hover .service-panel {
    flex: 1;
}

.services-accordion .service-panel:hover {
    flex: 3;
}

.services-accordion .service-panel:hover h3 {
    opacity: 0;
}

.services-accordion .service-panel:hover .description,
.services-accordion .service-panel:hover .panel-title-expanded {
    opacity: 1;
    transform: translateY(0);
}

.panel-title-expanded {
    font-size: 24px;
    font-weight: bold;
}

.description {
    margin-top: 0.625rem;
    font-size: 14px;
}

.services-grid-mobile {
    display: none;
}

.package-section {
    background-color: var(--secondary-color);
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
}

.pricing-card-simple {
    background: var(--white-color);
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.pricing-card-simple:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.9375rem 2.1875rem rgba(100, 87, 163, 0.15);
}

.pricing-card-simple .card-image {
    height: 12.5rem;
}

.pricing-card-simple .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-card-simple .card-content {
    padding: 1.875rem;
}

.pricing-card-simple h3 {
    font-size: 1.375rem;
}

.pricing-card-simple .price {
    font-size: 36px;
    font-weight: bold;
    margin: 0.9375rem 0;
    color: var(--primary-color);
}

.pricing-card-simple ul {
    margin: 1.25rem 0;
    min-height: 5rem;
}

.pricing-card-simple li {
    margin-bottom: 0.625rem;
    color: var(--light-text-color);
}

.lab-section {
    padding: 7.5rem 0;
    background: url(../images/kl5mMnv1U2yv4qwfnt8A1bwEVF.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: var(--white-color);
    position: relative;
}

.lab-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(40, 30, 80, 0.7);
}

.lab-content {
    position: relative;
    z-index: 2;
    max-width: 50rem;
    margin: 0 auto;
}

.lab-content h2 {
    color: var(--white-color);
}

.lab-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
}

.environment-imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 0 0.625rem;
    max-width: 1200px;
    margin: 0 auto;
}

.environment-imgs .environment-imgs-item {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.environment-imgs .environment-imgs-item img {
    transition: all 0.5s ease;
}

.environment-imgs .environment-imgs-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.article-vertical {
    margin-top: 1.875rem;
    display: flex;
}

.article-vertical .vertical-title {
    text-align: center;
    padding: 1.875rem 0.625rem;
    width: 2.5rem;
    background: var(--primary-color);
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white-color);
    margin-bottom: 0;
}

.vertical-list {
    padding-left: 1.875rem;
}

.vertical-list .vertical-list-tips {
    font-size: 1.25rem;
    font-weight: 700;
}

.vertical-list ul {
    margin: 0.625rem 0;
}

.vertical-list ul li {
    counter-increment: li;
    margin-top: 0.625rem;
    margin-left: 0;
    list-style-type: unset;
}

.vertical-list ul li::before {
    content: counter(li)"、";
}

.vertical-list ul li a {
    display: inline-block;
    color: var(--primary-color);
}

.main-content-area .qr-code-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.main-content-area .qr-code-item img {
    width: 37.5rem;
    height: auto;
}

.main-content-area .qr-code-item p {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 1.25rem;
}

.contact-info-section {
    background-color: var(--white-color);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 1.5625rem;
    background-color: var(--secondary-color);
    padding: 1.875rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.9375rem 1.875rem rgba(100, 87, 163, 0.1);
}

.contact-card .iconfont {
    font-size: 2.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.contact-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
}

.contact-card p,
.contact-card a {
    color: var(--light-text-color);
    font-size: 1rem;
}

.contact-card a:hover {
    text-decoration: underline;
}

.qr-codes-inline {
    display: flex;
    gap: 1.25rem;
    margin-top: 0.625rem;
}

.qr-codes-inline img {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.5rem;
}

.map-section {
    background-color: var(--white-color);
}

.map-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.map-container {
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.1);
}

.map-container img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
}

.address-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

.address-info p {
    color: var(--light-text-color);
    margin-bottom: 0.625rem;
}

.address-info p a {
    color: var(--primary-color);
    font-weight: 700;
}

.address-info .iconfont {
    color: var(--primary-color);
    margin-right: 0.625rem;
}


.services-wrapper {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem;
}

.left-sidebar {
    position: sticky;
    top: 6.25rem;
    /* 5rem header + 1.25rem margin */
    align-self: start;
}

.service-nav-list {
    background-color: var(--white-color);
    border-radius: 0.75rem;
    padding: 0.9375rem;
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.05);
}

.service-nav-item {
    list-style: none;
}

.service-nav-item a {
    display: block;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.service-nav-item a.active,
.service-nav-item a:hover {
    background: var(--gradient-primary);
    color: var(--white-color);
}

.service-nav-item .iconfont {
    margin-right: 0.25rem;
}

.right-content {
    min-width: 0;
}

.service-content-block {
    background-color: var(--white-color);
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.07);
    margin-bottom: 2.5rem;
    padding: 2.5rem;
}

.service-content-block:last-child {
    margin-bottom: 0;
}

.service-image {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.service-image img {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
}

.service-text h2 {
    font-size: 24.8px;
    margin-bottom: 0.9375rem;
}

.service-text p {
    color: var(--light-text-color);
    margin-bottom: 1.5625rem;
}

.related-articles .related-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}

.related-articles ul li {
    margin-bottom: 0.625rem;
}

.related-articles ul li a {
    display: flex;
    align-items: center;
}

.related-articles ul li a::before {
    content: '●';
    font-size: 0.625rem;
    color: var(--primary-color);
    margin-right: 0.625rem;
}

.service-actions {
    margin-top: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.0625rem solid var(--border-color);
    padding-top: 1.25rem;
}

.service-actions .btn-more {
    font-weight: 500;
    color: var(--primary-color);
}



.note-page-container {
    max-width: 1200px;
    margin: 2.5rem auto;
}

.note-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 36.25rem;
    background-color: var(--white-color);
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    overflow: hidden;
    height: 34rem;
}

.note-image-slider {
    grid-column: 1 / 2;
    position: relative;
    min-height: 31.25rem;
    min-width: 0;
}

.note-content-area {
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    border-left: 0.0625rem solid var(--border-color);
    overflow: hidden;
    position: relative;
}

.note-image-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.note-image-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.note-image-slider .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.9375rem;
    right: 0.9375rem;
    left: auto;
    width: auto;
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--white-color);
    padding: 0.3125rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
}

.note-image-slider .swiper-slide {
    width: auto;
    max-width: 100% !important;
}

.note-header-and-content {
    flex-grow: 1;
    padding: 1.25rem;
}

.note-author-header {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid var(--border-color);
}

.author-avatar img {
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    flex-grow: 1;
}

.author-info .name {
    font-weight: 600;
}

.author-info .time {
    font-size: 0.8125rem;
    color: var(--light-text-color);
}

.follow-btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 0.375rem 0.9375rem;
    border-radius: 3.125rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.follow-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.note-content-body {
    padding-top: 1.25rem;
    overflow-y: scroll;
    max-height: 27.5rem;
}

.note-content-body .title {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.note-content-body .content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.note-tags {
    margin-top: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.note-tags a {
    color: var(--primary-color);
    font-weight: 500;
}

.note-tags a:hover {
    text-decoration: underline;
}

.note-footer-actions {
    display: flex;
    justify-content: space-around;
    border-top: 0.0625rem solid var(--border-color);
    padding: 0.9375rem 0;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
}

.share-popup {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0; 
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    padding: 10px 0;
    width: 160px;
    z-index: 9999;
}
.share-popup::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 25px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.05);
}
.share-popup.show {
    display: block;
    animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.share-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: all 0.2s ease;
}
.share-item:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}
.share-item .iconfont {
    font-size: 18px;
}
.action-item.share-btn {
    transition: all 0.2s ease;
    position: relative;
}
.action-item.share-btn:hover {
    transform: scale(1.05);
    color: var(--primary-color);
}
.action-item.share-btn.active {
    color: var(--primary-color);
}

.action-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--light-text-color);
    font-size: 0.9375rem;
    cursor: pointer;
}

.action-item:hover,
.action-item.active {
    color: var(--primary-color);
}

.action-item.active .iconfont {
    color: #ff5252;
}

.action-item .iconfont {
    font-size: 1.375rem;
}

.article-content .note-image-slider{
    max-width: 40rem;
    margin: 1.25rem auto;
    min-height: auto;
}

.article-content .note-image-slider .swiper-slide{
    width: max-content;
}

.article-content .note-image-slider .swiper-slide img{
    height: 25rem;
}


@media (max-width: 1200px) {
    .container {
        width: 95%;
    }

    .process-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 992px) {

    .banner-container {
        flex-direction: column;
        height: auto;
    }

    .banner-contact {
        width: 100%;
        text-align: center;
    }

    .banner-slider {
        height: 18.75rem;
    }

    .advantages-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-banner {
        padding: 2.5rem 0;
    }

    .page-lrcivf {
        background: url('../images/k3jjguMEQCIRkh1Qdxh2FN4N5Z.jpg') no-repeat center right;
        background-size: cover;
        text-align: center;
    }

    .process-grid {
        grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
    }

    .process-section {
        background-image: url(../images/bgwhyz-z1620465518363.png);
    }

    .cases-section {
        background-image: url(../images/bgformz-z446652693403.png);
    }

    .process-flow-section {
        background: url('../images/bgwhyz-z1620465518363.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .offices-section {
        background-image: url('../images/bgaboutus2z-z1606031014025.png');
        background-position: inherit;
    }

    .process-step .step-icon {
        width: 5rem;
        height: 5rem;
    }

    .process-step .step-icon .iconfont {
        font-size: 30px;
    }

    .wiki-layout {
        grid-template-columns: 1fr;
    }

    .wiki-featured-post .post-content {
        padding: 1.25rem 0;
    }

    .wiki-featured-post img {
        height: 13.75rem;
    }

    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-category-nav {
        gap: 0.625rem;
        flex-wrap: wrap;
    }

    .sub-category-nav a {
        flex: inherit;
        padding:0.525rem 0.225rem;
    }

    .page-banner h1 {
        font-size: 2.5rem;
    }

    .cover-banner-content h1 {
        font-size: 2.5rem;
    }

    .cover-banner-content p {
        font-size: 1.125rem;
        padding: 0.9375rem;
        margin: 0;
    }

    .sub-nav-grid {
        grid-template-columns: 1fr;
    }

    .indications-wrapper {
        grid-template-columns: 1fr;
    }

    .timeline-metro-wrapper {
        overflow-x: auto;
        padding: 1.25rem 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
        scrollbar-width: thin;
    }

    .pricing-card {
        grid-template-columns: 1fr;
    }

    .pricing-image img {
        height: 15.625rem;
    }

    .environment-wrapper {
        grid-template-columns: 1fr;
    }

    .env-display {
        height: 18.75rem;
        margin-top: 1.25rem;
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
    }

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

    .compact-form {
        flex-direction: column;
        width: 100%;
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .compact-form input,
    .compact-form select,
    .compact-form button {
        width: 100%;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .right-sidebar {
        margin-top: 3.75rem;
    }

    .process-container {
        flex-direction: column;
    }

    .process-image {
        order: -1;
        height: 31.25rem;
    }

    .image-placeholder {
        height: 28.125rem;
    }

    .check-table {
        font-size: 0.75rem;
    }

    .check-table th,
    .check-table td {
        padding: 0.375rem 0.5rem;
    }

    .tech-point {
        position: static;
        margin: 0;
    }

    .about-us-content {
        grid-template-columns: 1fr;
    }

    .services-accordion {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.9375rem;
        height: 18.75rem;
    }

    .service-card {
        padding: 1.25rem;
        text-align: center;
        border: 0.0625rem solid var(--border-color);
        border-radius: 0.75rem;
    }

    .service-card .iconfont {
        font-size: 2.25rem;
        margin-bottom: 0.625rem;
        color: var(--primary-color);
    }

    .service-card h3 {
        font-size: 0.875rem;
    }

    .service-panel {
        border-radius: 0.3125rem;
    }

    .service-panel-content {
        display: none;
    }

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

    .services-accordion .service-panel:hover h3 {
        opacity: 1;
    }

    .service-panel h3 {
        font-size: 1.25rem;
        writing-mode: rl-tb;
        position: relative;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .service-panel::before {
        border-radius: 0.3125rem;
    }

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

    .map-wrapper {
        grid-template-columns: 1fr;
    }

    .address-info {
        margin-top: 1.875rem;
    }

    .service-nav-list {
        display: flex;
        overflow-x: auto;
        padding: 0.625rem;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .service-nav-item a {
        flex-shrink: 0;
    }

    .services-wrapper {
        grid-template-columns: 1fr;
    }

    .left-sidebar {
        display: block;
        position: sticky;
        top: 5rem;
        background-color: var(--white-color);
        padding: 0.625rem 0;
        box-shadow: 0 0.25rem 0.625rem rgb(0 0 0 / 5%);
        z-index: 998;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .service-nav-item a {
        padding: 0.375rem 0.625rem;
    }
    .note-page-wrapper {
        display: block;
        border-radius: 0;
        box-shadow: none;
        height: auto;
    }
    .note-image-slider {
        height: 100vw;
        min-width: 0;
        width: 100%;
        min-height: 100%;
    }
    .note-content-area {
        grid-row: 2;
        border-left: none;
        max-height: none;
        overflow-y: visible;
    }
    .note-image-slider .swiper-slide img {
        
    }
    .note-header-and-content {
        padding: 1.25rem 0.9375rem;
    }
    .note-content-body{
        max-height: fit-content;
    }
    .note-content-body .title {
        font-size: 1.25rem;
    }
    .note-content-body .content p {
        font-size: 0.9375rem;
    }
    .note-image-slider .swiper-slide {
        width: 100% !important;
    }
    .note-image-slider .swiper-slide img {
        height: 100vw;
    }

}

@media (max-width: 768px) {

    .advantages-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.9375rem;
    }

    .advantage-content {
        padding: 1.875rem 0.9375rem 0.9375rem;
    }

    .advantage-content h3 {
        font-size: 1.3rem;
    }

    .advantage-content p {
        font-size: 1rem;
    }

    .advantage-image {
        height: 8.75rem;
    }

    .cases-slider .swiper-slide {
        width: 17.5rem;
        height: 23.75rem;
    }

    .cases-slider .swiper-slide-active {
        transform: scale(1.05);
    }

    .offices-section .image-caption-grid {
        display: none;
    }

    .offices-slider {
        display: block;
    }

    .offices-slider .swiper-slide {
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .offices-slider .swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }

    .tabs-nav {
        flex-wrap: wrap;
    }

    .tab-link {
        padding: 0.625rem;
        font-size: 1rem;
    }

    .news-item {
        align-items: center;
        justify-content: space-between;
    }

    .news-date {
        margin-right: 0.625rem;
    }

    .news-info {
        width: 100%;
    }

    .about-grid {
        display: none;
    }

    .about-slider {
        display: block;
    }

    .about-slider .swiper-slide {
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .about-slider .swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }

    .indications-image img {
        height: auto;
    }
    
    .pgt-intro-text p{
        font-size: 1rem;
    }

    .package-tabs-nav {
        flex-wrap: wrap;
        border-radius: 1rem;
        margin-bottom: 1.125rem;
    }

    .package-tab-content .pricing-content {
        padding: 1.25rem;
    }

    .package-tab-content .pricing-content h3 {
        font-size: 1.5rem;
    }

    .package-tab-content .pricing-content .price {
        line-height: 2.5rem;
    }

    .package-tab-content .pricing-image {
        display: none;
    }

    .pricing-content .btn-gradient {
        padding: 0.25rem 0.625rem;
    }

    .page-banner h1 {
        font-size: 1.875rem;
        color: var(--white-color);
    }

    .page-banner p {
        font-size: 1rem;
        line-height: 1.625rem;
        color: var(--white-color);
    }

    .cover-banner-content h1 {
        font-size: 1.875rem;
    }

    .cover-banner-content p {
        font-size: 1rem;
        padding: 0.625rem;
        margin: 0;
    }

    .about-hospital-text h2 {
        font-size: 1.5rem;
    }

    .timeline-metro {
        padding: 1.25rem;
    }

    .timeline-metro-item {
        width: 7.5rem;
        margin-right: 0.625rem;
    }

    .timeline-metro-station {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1rem;
        border-width: 0.25rem;
        box-shadow: 0 0 0 0.375rem rgba(100, 87, 163, 0.6);
    }

    .sub-nav-card h3 {
        font-size: 1.125rem;
    }

    .timeline-metro-content h3 {
        font-size: 1rem;
    }

    .timeline-metro-content p {
        font-size: 0.8125rem;
    }

    .article-list .article-item {
        flex-direction: column;
    }

    .article-item-image {
        width: 100%;
        height: 12.5rem;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .process-container {
        padding: 0.625rem;
    }

    .content-body {
        padding: 0 0.9375rem 0.9375rem;
    }

    .phase-title {
        font-size: 1rem;
    }

    .step-text {
        font-size: 0.875rem;
    }

    .step-details {
        font-size: 0.8125rem;
    }

    .image-placeholder {
        height: 400px;
    }

    .check-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .env-nav{
        background-color: var(--secondary-color);
    }

    .main-content-area {
        padding: 1.25rem 0;
    }

    .page-info {
        background: url('../images/8RhxuF4tkgZ4vQSBXe0YxQR4GJ.jpg') no-repeat center center;
        background-size: cover;
        text-align: left;
        padding: 5rem 0;
        background-position-x: -3.125rem;
    }

    .article-header .article-title {
        font-size: 1.5rem;
    }
    
    .article-header .article-title .icon-videos{
        font-size: 1.5rem;
    }

    .article-content h2 {
        font-size: 1.125rem;
    }

    .page-info img {
        display: none;
    }

    .article-content img {
        max-width: 100% !important;
    }

    .related-list-simple ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .cta-section {
        padding: 1.25rem 0 !important;
    }

    .cta-section .section-title {
        margin-bottom: 0.625rem;
    }


    .cta-section .compact-form {
        margin-top: 1.25rem;
    }

    .compact-form .btn-primary {
        padding: 0.375rem;
    }

    .notice-card {
        padding: 0.625rem;
        gap: 0.625rem;
    }

    .exclusive-content {
        padding: 0.625rem;
        max-width: 100%;
    }

    .exclusive-content p {
        font-size: 1.125rem;
    }

    .hospital-advantages-section .advantage-item:nth-child(odd) {
        grid-template-columns: 1fr 2fr !important;
    }

    .hospital-advantages-section .advantage-item:nth-child(even) {
        grid-template-columns: 2fr 1fr !important;
    }

    .hospital-advantages-section .advantage-item:nth-child(odd) .advantage-content {
        padding-left: 0.9375rem !important;
        padding-right: 0;
    }

    .hospital-advantages-section .advantage-item:nth-child(even) .advantage-content {
        padding-right: 0.9375rem;
    }

    .notice-card {
        flex-direction: column;
        text-align: center;
    }

    .tech-orbit-wrapper {
        min-height: auto;
    }

    .tech-orbit-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        height: auto;
        place-items: center;
    }

    .exclusive-intro-section {
        background-attachment: scroll;
    }

    .tech-center-image {
        display: none;
    }

    .tech-point::before {
        background: none;
    }

    .cover-banner {
        height: auto;
        padding: 3.75rem 0;
    }

    .pgt-intro-module {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .right-sidebar {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .content-module {
        grid-template-columns: 1fr !important;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .content-module .module-image {
        order: -1;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .content-module .module-text {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .doctor-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0.625rem;
    }

    .doctor-avatar {
        margin: 0 auto 1.25rem;
    }

    .doctor-info-header {
        flex-direction: column;
        gap: 0.3125rem;
    }

    .doctor-info-body .info-item {
        text-align: left;
    }

    .doctor-actions {
        justify-content: center;
    }

    .doctor-avatar {
        width: 7.5rem;
        height: 7.5rem;
    }

    .doctor-info-body .info-item strong {
        min-width: auto;
    }

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

    .about-us-content {
        gap: 0.625rem;
        overflow: hidden;
    }

    .section-title {
        margin-bottom: 0.625rem;
    }

    .services-grid-mobile {
        grid-template-columns: repeat(3, 1fr);
    }

    .lab-section {
        background-attachment: initial;
        padding: 2.5rem 0 !important;
    }

    .environment-imgs {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        gap: 0.625rem;
    }

    .contact-card .iconfont {
        font-size: 2.5rem;
    }

    .contact-card:hover {}

    .services-wrapper {
        gap: 1.25rem;
    }

    .service-content-block {
        padding: 1.25rem 0.625rem;
    }

    .service-image img {
        height: auto;
        max-height: 15rem;
    }
    
    .post-navigation{
        flex-wrap: wrap;
    }
    
    .post-nav-item{
        width: 100%;
    }
    
    .post-nav-item:nth-child(2){
        text-align: left;
    }


}