p {
    line-height: 1.1;
}

body {
    overflow-x: hidden;
}

.swiper {
    width: 100%;
    height: 80%;
    margin-bottom: 6rem;
    overflow: visible !important;
}

.swiper-slide {
    justify-content: center;
    align-items: center;
    border-radius: var(--big-box-radius);
}

* {
    outline: none !important;
    backface-visibility: hidden;
    border: 0;
    /* will-change: transform; */
    background-clip: padding-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: pixelated;
    box-sizing: border-box !important;
    word-break: keep-all;
}

#sim-img2 {
    width: 4em;
    margin: 0 0 1rem 0;
}

.no-wrap {
    white-space: nowrap;
}

.row {
    position: relative;
}




.serviceBg {
    background: #FF9292;
}

/* ========================================
   SERVICE CONTENT SECTION
   ======================================== */
.service-section+.service-section {
    margin-top: 6em;
}

.service-section .service-header {
    z-index: 1;
    position: relative;
}

.service-section .row.service-header>* {
    padding-left: 0;
    padding-right: 0;
}

.service-title-container {
    /* max-width: 60%; */
}

.service-title {
    background: #fff;
    max-height: 80px;
    border-radius: var(--min-box-radius) var(--min-box-radius) 0 0;
    padding: 20px 10px 0;
    text-align: center;
    position: relative;
}

.service-title h3 {
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.service-title h4 {
    font-size: 1.75em;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
}

.service-title p.service-subtitle {
    font-family: 'RobotoCondensedBlack';
}

.service-title h3,
.service-title p.service-subtitle {
    margin-bottom: 0;
}

.service-header-left {
    position: relative;
    background: #fff;
    width: 101%;
    height: 101%;
    overflow: hidden;
    right: -0.5px;
}

.service-header-border-right {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FF9292;
    border-radius: 0 0 var(--min-box-radius) 0;
    /* 右下角圆角 */
    clip-path: inset(0 0 0 0);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.service-header-right {
    position: relative;
    background: #fff;
    width: 101%;
    height: 101%;
    overflow: hidden;
    left: -0.5px;
}

.service-header-border-left {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FF9292;
    border-radius: 0 0 0 var(--min-box-radius);
    /* 右下角圆角20度 */
    clip-path: inset(0 0 0 0);
    /* 确保裁切为正方形 */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";

}

.service-content {
    background: #fff;
    border-radius: var(--min-box-radius);
}

.service-content-body {
    padding: 50px 20px;
}

.serial-box {
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: #EA4952;
    font-size: 8em;
    line-height: 1;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
}

.services-main-heading {
    letter-spacing: 2;
    padding-bottom: 3rem;
    font-family: 'RobotoCondensedBlack' !important;
    font-weight: 700;
    line-height: 1;
}

.strategy-item-box {
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
}


.service-description {
    font-size: 1.25em;
    min-height: 1em;
    font-family: 'RobotoCondensedLight';
}


.service-features {
    margin-top: 3em;
}

.service-feature-item {
    background: rgba(255, 245, 204, 1);
    border-radius: var(--min-box-radius);
    padding: 2em;
    height: 100%;
}

.service-feature-item .service-feature-title.text-uppercase {
    font-size: 1.25em;
    line-height: 1;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
}

.service-features .col-lg-6 {
    margin-bottom: 2em;
}

.service-feature-content p {
    font-family: 'RobotoCondensedLight';
    font-weight: 300;
}

.back-button {
    margin-top: 1em;
    position: relative;
    background: #FFC0C8;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 1px;
    border-radius: var(--min-box-radius);
    display: inline-block;
    width: auto;
    padding: 10px 60px;
    color: #000;
    text-decoration: none;
}

.back-button span {
    position: absolute;
    left: 1em;
    top: 46%;
    transform: translateY(-50%);
}




/* ========================================
   SERVICES BANNER SECTION
   ======================================== */
.servicesBg {
    background: #f9eb93;
}

.services-subheading {
    font-family: 'RobotoCondensedBlack';
    letter-spacing: 2px;
    font-weight: 700;
}

.ServerTahapTitleBottom {
    font-family: 'RobotoCondensedMedium' !important;
    font-weight: 300;
}

.servicesBg .img-fluid {
    max-width: 76px;
}

.servicesBg .img-fluid-top {
    max-width: 76px;
    position: relative;
}

.services-imgMask {
    border-radius: 0 var(--big-box-radius) 0 0;
    /* width: 77%; */
    /* height: 29%; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 2rem 3rem;
    background: #f9eb93;
    max-width: 80%;
    transition: width 0.3s ease, height 0.3s ease;
}

.services-imgMask-textTitle {
    font-family: 'RobotoCondensedBold';
    color: #000;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* position: absolute;
    top: 15%;
    left: 4%; */
    font-size: 2.25rem;
    line-height: 1;
    white-space: nowrap;
}

.services-imgMask-textTitleBottom {
    font-family: 'RobotoCondensedBlack';
    color: #000;
    text-align: left;
    letter-spacing: 0px;
    /* position: absolute;
    top: 9%;
    left: 4%; */
    /* padding: 2rem 3rem; */
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 400;
}

.services-imgMask-textDesc {
    font-family: 'RobotoCondensedBlack';
    font-size: 2.25rem;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* position: absolute;
    top: 42%;
    left: 4%; */
    line-height: 1;
    white-space: nowrap;
}



.colorColSerers {
    background: #f9eb93 !important;
}

.servicesBg .blockHeight {
    height: 66px;
}

.service-description {}

.block-box-services {
    padding: 3em 0 3em 0;
}

.service-feature-item {
    background: #FCF7D6;
    border-radius: var(--min-box-radius);
    padding: 1em;
    color: var(--nav-link-active-text);
    font-size: 2.25rem;
    font-family: 'RobotoCondensedMedium';
    text-align: center;
}

/* ========================================
   CALL-TO-ACTION BUTTONS
   ======================================== */
.cta-button {
    background: white;
    padding: 1em 2em;
    width: auto;
    display: inline-block;
    border-radius: var(--sbig-box-radius);
    font-family: 'RobotoCondensedBold';
    font-size: 2.25em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta-description {
    padding: 4rem 0;
    width: auto;
    font-size: 1.75rem;
    line-height: 1.1;
    display: inline-block;
    font-family: 'RobotoCondensedLight';
    text-align: center;
}

.swiper-service {
    padding: 2rem 0;
    width: 100%;
    /* 隐藏横向滚动条 */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    overflow-x: hidden;
}


.swiper-service .swiper {
    width: 100%;
    padding: 0;
    overflow: visible;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

/* ========================================
   SERVICE ADVANTAGES SECTION
   ======================================== */
.service-advantages {
    padding: 3rem 0;
}

.advantage-box {
    background: #fff;
    border-radius: 80px;
    padding: 2rem 9rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-number {
    color: var(--nav-link-active-text);
    font-family: 'RobotoCondensedBold';
    font-size: 8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    line-height: 1;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
}

.advantage-content {
    flex: 1;
}

.advantage-title {
    color: var(--nav-link-active-text);
    border-radius: 20px;
    font-family: 'RobotoCondensedMedium';
    display: inline-block;
    line-height: 1;
    font-size: 2.25rem;
}

.advantage-title {
    color: var(--nav-link-active-text);
    border-radius: 20px;
    font-family: 'RobotoCondensedBlack';
    display: inline-block;
    line-height: 1;
}

.advantage-description {
    color: #000;
    font-family: 'RobotoCondensedLight';
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0;
    line-height: 1;
}




.swiper-service .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 自定义导航按钮样式 */
.swiper-button-next,
.swiper-button-prev {
    color: #EA4952;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

/* 自定义分页器样式 */
.swiper-pagination-bullet {
    background: #EA4952;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EA4952;
}

.wrapper2 {
    margin-top: 2rem;
    position: relative;
}

.wrapper2 .carousel2 {
    white-space: nowrap;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: auto;
    height: 780px;
    width: auto;
}

.btn-back {
    margin-top: 1em;
    position: relative;
    background: #f7dc33;
    font-family: 'RobotoCondensedBlack';
    font-weight: 700;
    font-size: 1.25em;
    letter-spacing: 1px;
    border-radius: var(--min-box-radius);
    display: inline-block;
    width: auto;
    padding: 10px 60px;
    color: #000;
    text-decoration: none;
    margin-bottom: 3rem;
}

.btn-back span {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide {
    user-select: none;
    background: #fff;
    border-radius: var(--box-radius);
    padding: 2em 1em;
    font-family: 'RobotoCondensedLight';
    font-size: 1.75rem;
    display: inline-block;
    max-width: 42rem;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
    /* margin-right: 20px; */
}

.swiperSlider {
    height: 100%;
}

.swiperSlider-title {
    font-family: 'RobotoCondensedMedium';
    /* font-size: 2.75rem; */
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-transform: uppercase;
    padding-bottom: 1rem;

    min-height: 6rem;
}

.swiperSlider-desc {
    font-family: 'RobotoCondensedLight';
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 2rem;
}

/* ========================================
   BACK BUTTON SECTION
   ======================================== */
.back-button-container {
    color: #f7dc33;
    text-align: center;
    padding: 0 0 4em 0;
}

.servicesBg .back-button {
    color: #333;
    background: #f7dc33;
}



@media (min-width: 992px) {
    .navbar .nav-item .nav-link::before {
        line-height: 0.9;
    }

    .main-line {
        padding-top: 0;
    }

    .navbar-light {
        box-shadow: inherit;
        border-bottom: inherit;
        min-height: var(--navbar-light-height);
    }

    #navbarNav {
        border-top: inherit;
    }

    .navbar-brand-box {
        display: none;
    }

    .navbar .nav-item .nav-link {
        background-color: #e6e6e6;
        color: var(--nav-link-text);
        border-radius: var(--box-radius);
        padding: 8px 18px;
        margin-right: 20px;
    }

    .navbar .nav-item .nav-link::before {
        opacity: 0;
        color: var(--nav-link-active-text);
    }


    .navbar .nav-item .nav-link:hover::before {
        opacity: 1;
    }

    .navbar .nav-item.nav-right {
        margin-left: auto;
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .service-title {
        padding: 15px 30px 0;
    }

    .service-content-body {
        padding: 40px 30px;
    }

    .services-imgMask-textTitle {
        font-size: 2.8rem;
    }

    .services-imgMask-textDesc {
        font-size: 2.8rem;
    }

    .services-main-heading {
        font-size: 3.75rem;
    }
}

@media (max-width: 1176px) {
    .services-imgMask-textTitleBottom {
        font-size: 1.25rem;
    }
}

@media (max-width: 992px) {
    .services-imgMask-textTitle {
        font-size: 2.20rem;
    }

    .services-imgMask-textDesc {
        font-size: 2.20rem;
    }

    .services-imgMask-textTitleBottom {
        font-size: 0.75rem;
    }

    .swiperSlider {
        width: 74% !important;
    }

    /* 内容区域响应式 */
    .service-title {
        padding: 15px 20px 0;
        max-height: 70px;
    }

    .service-title h3,
    .service-title p.service-subtitle {
        font-size: 1.5rem;
    }

    .service-description {
        font-size: 1.5rem;
    }

    .service-content-body {
        padding: 30px 20px;
    }

    .service-description {}

    /* 图片遮罩响应式 */
    .services-imgMask {
        /* width: 85% !important;
        height: 35% !important; */
    }

    .services-imgMask-textTitle {
        font-size: 2.2rem;
        top: 15%;
        left: 8%;
    }

    .services-imgMask-textDesc {
        font-size: 2.2rem;
        top: 45%;
        left: 8%;
    }

    .services-imgMask-textTitleBottom {
        font-size: 1.25rem;
        top: 15%;
        left: 8%;
    }

    /* 特殊项目响应式 */
    .service-feature-item {
        padding: 1.5em;
        /* margin-bottom: 1em; */
    }

    .service-feature-item .service-feature-title.text-uppercase {
        font-size: 1.1em;
    }

    /* 按钮响应式 */
    .back-button {
        padding: 8px 40px;
        font-size: 1.1em;
    }

    .cta-button {
        padding: 1.5rem 3rem;
        font-size: 3rem;
    }

    .cta-description {
        padding: 1.5rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-imgMask-textTitle {
        font-size: 1.40rem;
    }

    .services-imgMask-textDesc {
        font-size: 1.40rem;
    }

    .services-imgMask-textTitleBottom {
        font-size: 0.75rem;
        left: 5%;
    }

    .servicesBg .blockHeight {
        height: 45px !important;
    }

    .services-main-heading {
        font-size: 2.75rem;
    }

    /* 移动端优先布局 */
    .service-section+.service-section {
        margin-top: 3em;
    }

    .service-title-container {
        max-width: 76%;
    }

    .service-title {
        padding: 15px 15px 0;
        max-height: 60px;
    }

    .service-title h3,
    .service-title p.service-subtitle {
        font-size: 1.25rem;
    }

    .service-feature-item {
        font-size: 1.75em;
    }

    .service-content-body {
        padding: 25px 15px;
    }

    .service-description {
        font-size: 1.25rem;
        text-align: center;
    }

    /* 图片遮罩移动端优化 */
    .services-imgMask {
        /* width: 90% !important;
        height: 40% !important; */
        border-radius: 0 30px 0 0;
    }

    .services-imgMask-textTitle {
        font-size: 1.8rem;
        top: 10%;
        left: 5%;
    }

    .services-imgMask-textDesc {
        font-size: 1.8rem;
        top: 40%;
        left: 5%;
    }

    .services-imgMask-textTitleBottom {
        font-size: 1rem;
        top: 10%;
        left: 5%;
    }

    /* 策略项目移动端优化 */
    .strategy-item-box {
        padding: 15px 0;
    }

    .strategy-item-body-box strong {
        font-size: 1.5em;
        display: block;
        margin-bottom: 0.5em;
    }

    .strategy-item-body-box ul li {
        font-size: 0.9em;
        margin-bottom: 0.5em;
    }

    /* 图片项目移动端优化 */
    .figure-item-box {
        margin-bottom: 2em;
    }

    .figure-img-box {
        padding: 0.8em;
        margin-bottom: 1em;
    }

    .figure-item-body-box h3 {
        font-size: 1.75em;
        margin-bottom: 0.5em;
    }

    .figure-item-body-box p.figure-item-sub-title {
        font-size: 1.1em;
        margin-bottom: 0.5em;
    }

    .figure-item-body-box p {
        font-size: 1rem;
    }

    /* 特殊项目移动端优化 */
    .service-feature-item {
        padding: 1em;
        border-radius: 50px;
    }

    .service-feature-item .service-feature-title.text-uppercase {
        font-size: 1rem;
    }


    .cta-button {
        width: 100%;
        padding: 1.5rem 2rem;
        font-size: 1.75rem;
        text-align: center;
    }

    .cta-description {
        padding: 1rem;
        font-size: 1.25rem;
        text-align: center;
    }

    /* Swiper移动端优化 */
    .swiper-service {
        padding: 1rem 0;
    }

    .swiperSlider {
        border-radius: 50px;
    }

    .swiperSlider-title {
        font-size: 2rem;
    }

    .swiperSlider-desc {
        font-size: 1rem;
    }

    /* 优势项目移动端优化 */
    .advantage-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 2rem 1rem;
        border-radius: 50px;
    }

    .advantage-number {
        font-size: 4rem;
        min-width: 50px;
    }

    .advantage-title {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
    }

    .advantage-description {
        font-size: 0.9rem;
        text-align: center;
    }

    /* 导航按钮移动端优化 */
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px;
    }

    .advantage-box {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding-bottom: 1rem;
    }

    .advantage-number {
        align-self: center;
    }

    .advantage-title {
        text-align: center;
        width: 100%;
    }

    .services-imgMask,
    .servicesBg .services-imgMask,
    .services-banner .services-imgMask {
        /* width: 76% !important;
        height: 27% !important; */
        padding: 1rem 2rem;
        border-radius: 0 30px 0 0 !important;
    }

    .swiperSlider {
        width: 100% !important;
    }

    .wrapper2 .carousel2 {
        height: 550px;
    }

    .services-imgMask-textTitle {
        font-size: 1.75rem !important;
        top: 10%;
        left: 15%;
    }

    .services-imgMask-textDesc {
        font-size: 1.75rem !important;
        top: 40%;
        left: 15%;
    }

    #sim-img2 {
        width: 4rem;
    }

    .services-main-heading,
    .services-subheading {
        font-size: 2.25rem;
    }
}

@media (max-width: 576px) {
    body {
        overflow-x: hidden !important;
    }

    .container-lg {
        overflow-x: hidden !important;
    }

    .services-imgMask,
    .servicesBg .services-imgMask,
    .services-banner .services-imgMask {
        /* width: 76% !important;
        height: 28% !important; */
        border-radius: 0 20px 0 0 !important;
    }

    /* 超小屏幕优化 */
    .service-title {
        padding: 10px 10px 0;
        max-height: 60px;
    }

    .service-title h3,
    .service-title p.service-subtitle {
        /* max-width: 86%; */
        text-align: center;
    }

    .service-content-body {
        padding: 20px 10px;
    }

    .service-description {
        font-size: 1.25rem;
    }

    /* 图片遮罩超小屏幕优化 */

    .services-imgMask-textTitle {
        font-size: 0.75rem !important;
        top: 10%;
        left: 15%;
    }

    .services-imgMask-textDesc {
        font-size: 0.75rem !important;
        top: 40%;
        left: 15%;
    }

    .services-imgMask-textTitleBottom {
        font-size: 0.75rem;
        top: 8%;
        left: 8%;
    }

    /* 策略项目超小屏幕优化 */
    .strategy-item-body-box strong {
        font-size: 1.3em;
    }

    .strategy-item-body-box ul li {
        font-size: 0.85em;
    }

    /* 图片项目超小屏幕优化 */
    .figure-img-box {
        padding: 0.6em;
    }

    .figure-item-body-box h3 {
        font-size: 1.5em;
    }

    .figure-item-body-box p.figure-item-sub-title {
        font-size: 1rem;
    }

    .figure-item-body-box p {
        font-size: 0.9rem;
    }

    /* 特殊项目超小屏幕优化 */
    .service-feature-item {
        padding: 0.8em;
        border-radius: 30px;
    }

    .service-feature-item .service-feature-title.text-uppercase {
        font-size: 0.9rem;
    }

    /* 按钮超小屏幕优化 */
    .back-button {
        padding: 10px 40px;
        font-size: 0.9rem;
    }

    .cta-button {
        padding: 1.2rem 1.5rem;
        font-size: 2rem;
    }

    .cta-description {
        padding: 0.8rem;
        font-size: 1.1rem;
    }

    /* Swiper超小屏幕优化 */
    .swiperSlider {
        padding: 3.2rem;
        border-radius: 40px;
    }

    .swiperSlider-title {
        font-size: 1.25rem;
    }

    .swiperSlider-desc {
        font-size: 0.9rem;
    }

    /* 优势项目超小屏幕优化 */
    .advantage-box {
        padding: 0.8rem;
        border-radius: 40px;
    }

    .advantage-number {
        font-size: 3.5rem;
        min-width: 45px;
    }

    .advantage-title {
        font-size: 1.3rem;
    }

    .advantage-description {
        font-size: 0.85rem;
    }

    /* 导航按钮超小屏幕优化 */
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }

    .wrapper2 .carousel2 {
        height: 550px !important;
    }

    .swiperSlider {
        border-radius: 30px !important;
        padding: 3rem 1.55rem !important;
    }

    .services-imgMask-textTitle {
        font-size: 1.25rem !important;
        top: 10%;
        left: 15%;
    }

    .services-imgMask-textDesc {
        font-size: 1.25rem !important;
        top: 40%;
        left: 15%;
    }

    .services-imgMask-textTitleBottom {
        font-size: 0.75rem !important;
        top: 8%;
        left: 8%;
    }

    .service-content {
        border-radius: 10px 10px var(--min-box-radius) var(--min-box-radius);
    }

    .ServerTahapTitleBottom,
    .ServerTahapTitle {
        font-size: 1.55rem;
    }

    .services-imgMask-textTitle {
        font-size: 1.40rem;
    }

    .services-imgMask-textDesc {
        font-size: 1.40rem;
    }

    .services-imgMask-textTitleBottom {
        font-size: 0.75rem;
        left: 5%;
    }

    .servicesBg .blockHeight {
        height: 45px !important;
    }

    .services-main-heading {
        font-size: 1.55rem;
        letter-spacing: 0;
        padding-bottom: 0rem;
    }

    #sim-img2 {
        width: 4rem;
    }

    .swiperSlider-title {
        min-height: 4rem;
    }

    .swiperSlider-desc {
        padding-top: 1rem;
    }

    .swiper-slide {
        padding: 0;
    }
}