
.bf-hero-swiper.swiper-fade .swiper-slide-active {
    min-height: 100% !important;
    height: auto !important;
}

/* 底部居中：左右撑满，用 flex 居中，避免容器偏移导致错误 */
.bf-hero-pagination.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.125rem; /* 50px */
    z-index: 5;
}

.bf-hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 !important;
    border-radius: 50%;
    position: relative;
}


.bf-hero-pagination .swiper-pagination-bullet-active {
    background: #3F61FF;
}

.bf-hero-pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid #3F61FF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.pd-86-tb {
    padding: 86px 0;
}

.bf-hero-title {
    font-family: 'Poppins';
    color: #3F61FF;
}

.bf-gero-white-color {
    color: #ffffff;
}

.bf-h2-text {
    margin-top: 3.25rem; /* 52px */
    margin-bottom: 2rem; /* 32px */
}

.bf-hero-hr-line {
    height: 3px; 
    background: linear-gradient(90deg, #000000 0%, #c4c4c4 100%); 
    margin: 2.625rem auto 2.625rem; /* 42px auto 42px */
    border-radius: 2px;
    border: none;
}

.bf-hero-p-text {
    font-family: 'Poppins';
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    line-height: 1.75rem; /* 28px */
    color: #000000;
}

.bf-p-text {
    font-family: 'Poppins';
    color: #ffffff;
}

.bf-hero-container-bg {
    background: #F3F6FF;
}

li.bf-home-tab-list-li {
    font-family: 'Poppins';
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    line-height: 1.75rem; /* 28px */
    color: #000000;
}

li.bf-gero-white-color {
    color: #ffffff;
}

.copy-logo-auto {
  position: absolute;
  top: -5px;
  font-size: 20px;
}

.copy-logo-auto-text {
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 12px;
}

.bf-home-text-card {
    font-family: 'Poppins';
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    line-height: 1.5rem; /* 24px */
    color: #555555;
}

.list-dot li.bf-home-tab-list-li-1::before {
    top: 22px;
    left: -15px;
}

.bf-hero-title-s5-new::after {
    content: '';
    position: inherit;
}

.bf-hero-title-s5-new span:first-child {
    color: #ffffff;
    display: block;
    font-family: 'Poppins';
    font-size: 28px;
    margin-bottom: .6875rem; /* 11px */
    min-height: 2.3em; /* 固定2行高度，假设line-height为1.2 */
    line-height: 1.15;
}

.bf-mb-100 {
    margin-bottom: 6.25rem; /* 100px */
}

.bf-mb-88 {
    margin-bottom: 5.5rem; /* 88px */
}

.bf-hero-text-normal {
    font-weight: 400;
    color: #ffffff;
}

.bf-home-mt-32 {
    margin-top: 2rem; /* 32px */
}

.bf-home-mb-32 {
    margin-bottom: 2rem; /* 32px */
}

.bf-mb-16 {
    margin-bottom: 1rem; /* 16px */
}

.list .bf-home-li-pd-10 {
    padding: .625rem 0; /* 10px 0 */
}

.bf-home-icon-skew {
    line-height: 0;
}

.bf-home-card-bg-1 {
    background-color: rgba(63, 97, 255, 0.05);
    border: 2px solid transparent; /* 消除页面抖动 */
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-1:hover {
    border: 2px solid rgba(63, 97, 255, 1);
    box-shadow: 0px 12px 18px 0px rgba(63, 97, 255, 0.16);
}

.bf-home-card-bg-2 {
    background-color: rgba(243, 20, 107, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-2:hover {
    border: 2px solid rgba(243, 20, 107, 1);
    box-shadow: 0px 12px 18px 0px rgba(243, 20, 107, 0.16);
}
.bf-home-card-bg-3 {
    background-color: rgba(191, 160, 0, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-3:hover {
    border: 2px solid rgba(191, 160, 0, 1);
    box-shadow: 0px 12px 18px 0px rgba(191, 160, 0, 0.16);
}
.bf-home-card-bg-4 {
    background-color: rgba(64, 223, 109, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-4:hover {
    border: 2px solid rgba(64, 223, 109, 1);
    box-shadow: 0px 12px 18px 0px rgba(64, 223, 109, 0.16);
}
.bf-home-card-bg-5 {
    background-color: rgba(220, 4, 248, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-5:hover {
    border: 2px solid rgba(220, 4, 248, 1);
    box-shadow: 0px 12px 18px 0px rgba(220, 4, 248, 0.16);
}
.bf-home-card-bg-6 {
    background-color: rgba(243, 109, 20, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-6:hover {
    border: 2px solid rgba(243, 109, 20, 1);
    box-shadow: 0px 12px 18px 0px rgba(243, 109, 20, 0.16);
}
.bf-home-card-bg-7 {
    background-color: rgba(63, 162, 255, 0.05);
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.bf-home-card-bg-7:hover {
    border: 2px solid rgba(63, 162, 255, 1);
    box-shadow: 0px 12px 18px 0px rgba(63, 162, 255, 0.16);
}

.bf-no-mb {
    margin-bottom: 0;
}

.bf-home-no-ml-15 {
    margin-left: -15px;
}

.bf-do-info-pt-16 {
    padding-top: 1rem; /* 16px */
}

.bf-do-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.bf-do-info-content {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    word-break: break-word;
}

.bf-info-footer {
    margin-top: auto;
    padding-top: 1rem;
}

.bf-lm-blue-color {
    color: #3F61FF;
}

.bf-gero-color {
    color: #000000;
}

@media (min-width: 576px) {
    .bf-do-info-row-sm {
        gap: 1rem;
        max-width: 540px;
    }
    .bf-do-info-sm {
        min-height: 340px;
        padding: 1rem;
    }
    .bf-do-info-content-sm {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
}

@media (min-width: 768px) {
    .bf-do-info .hr {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        border-top-color: #bcbcbc;
    }
    .list-dot li.bf-home-tab-list-li-2::before {
        top: 20px;
        left: 2px;
        background: #ffffff;
    }

    .list-dot li.bf-home-tab-list-li-3::before {
        top: 22px;
        left: 19px;
        background: #ffffff;
    }

    .bf-crad-gp-1-md {
        width: 48%;
        max-width: 48%;
    }
    .bf-do-info-row-md {
        gap: 1rem;
        max-width: 720px;
    }
    .bf-do-info-md {
        min-height: 360px;
        padding: 1.25rem;
    }
    .bf-do-info-content-md {
        font-size: 0.95rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 992px) {
    .bf-do-info .hr {
        margin-left: -35px;
        margin-right: -35px;
        width: calc(100% + 70px);
        border-top-color: #bcbcbc;
    }
    /* .list-dot li.bf-home-tab-list-li-2::before {
        top: 20px;
        left: 14px;
        background: #ffffff;
    } */
    .list-dot li.bf-home-tab-list-li-2::before,
    .list-dot li.bf-home-tab-list-li-3::before {
        display: none;
    }

    .list-dot li.bf-home-tab-list-li-3::before {
        top: 22px;
        left: 8px;
        background: #ffffff;
    }

    .bf-pt-80-md {
        padding-top: 5rem;
    }

    .bf-hero-home-section.section {
        padding-top: 250px;
        padding-bottom: 250px;
    }

    .bf-home-mt-32-lg {
        margin-top: 0;
    }

    .bf-crad-gp-1-lg {
        width: 220px;
        max-width: 220px;
    }
    .bf-do-info-row-lg {
        gap: 1.25rem;
        max-width: 960px;
    }
    .bf-do-info-lg {
        min-height: 380px;
        padding: 1.5rem;
    }

    .bf-do-info-content-lg {
        line-clamp: 4;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
        line-height: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .list-dot li.bf-home-tab-list-li-2::before {
        top: 20px;
        left: -2px;
        background: #ffffff;
    }

    .list-dot li.bf-home-tab-list-li-3::before {
        top: 22px;
        left: -8px;
        background: #ffffff;
    }

    .bf-crad-gp-1-xl {
        width: 272px;
        max-width: 272px;
    }

    .bf-do-info-row-xl {
        gap: 1.5rem;
        max-width: 1200px;
    }

    .bf-do-info-xl {
        min-height: 400px;
        padding: 1.75rem;
    }
    .bf-do-info-content-xl {
        line-clamp: 6;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.125rem;
        line-height: 1.4rem;
    }
}

@media (min-width: 1600px) {

    .list-dot li.bf-home-tab-list-li-2::before {
        top: 20px;
        left: 12px;
        background: #ffffff;
    }

    .list-dot li.bf-home-tab-list-li-3::before {
        top: 22px;
        left: 30px;
        background: #ffffff;
    }

    .bf-do-info-row-xxl {
        gap: 2.5rem;
        margin: 0 auto;
        max-width: 1400px;
    }
    
    .bf-crad-gp-1-xxl {
        width: 320px;
        max-width: 320px;
    }
    
    .bf-do-info-xxl {
        min-height: 450px;
        padding: 2.5rem;
    }
    
    .bf-do-info-content-xxl {
        line-clamp: 6;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.5rem; /* 24px */
        line-height: 1.75rem; /* 28px */
    }
}

/* max Screen limit */
@media (max-width: 991px) {
    .bf-home-mt-16-nlg {
        margin: 1rem 0;
    }
    li.bf-home-tab-list-li {
        font-family: 'Poppins';
        font-size: 1.25rem; /* 20px */
        font-weight: 400;
        line-height: 1.5rem; /* 24px */
    }

    .list-dot li.bf-home-tab-list-li-2::before,
    .list-dot li.bf-home-tab-list-li-3::before {
        display: none;
    }

    .bf-full-bg.home-swiper-banner-bg-mobile-one{
      background-image: url('/images/bytesforce/2025-09-15/home/home-banner-1-mobile.avif') !important;
    }
    .bf-full-bg.home-swiper-banner-bg-mobile-two{
      background-image: url('/images/bytesforce/2025-09-15/home/home-banner-2-mobile.avif') !important;
    }
    .bf-full-bg.home-swiper-banner-bg-mobile-three{
      background-image: url('/images/bytesforce/2025-09-15/home/home-banner-3-mobile.avif') !important;
    }
}

@media (max-width: 767px) {
    .list-dot li.bf-home-tab-list-li-2 {
        text-align: left;
    }
    .list-dot li.bf-home-tab-list-li-2::before {
        display: none;
    }
    .list-dot li.bf-home-tab-list-li-3 {
        text-align: left;
    }
    .list-dot li.bf-home-tab-list-li-3::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .bf-do-info-row-xs {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .copy-logo-auto-text {
        top: -2px;
        right: -6px;
        font-size: 8px;
    }
    
    .bf-do-info {
        min-height: 320px;
    }
    
    .bf-do-info-content {
        line-clamp: 3;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    
    .title-bold.bf-text-28 {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}