.bf-eb-sc-section-pd-box {
  padding: 290px 0 290px !important;
}

/* Testimonial Card Styles */
.bf-testimonial-card {
    background: linear-gradient(180deg, #E5ECFF 0%, #F6F8FF 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 300px;
    border: 1px solid #96B1FF;
}

/* Logo居中 */
.bf-testimonial-logo {
    margin-bottom: 30px;
}

.testimonial-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* 内容区域 */
.bf-testimonial-content {
    margin-bottom: 30px;
    position: relative;
}

.testimonial-text {
    margin-bottom: 25px;
}

.testimonial-quote {
    margin-bottom: 20px;
    position: relative;
}

.testimonial-quote:last-child {
    margin-bottom: 0;
}

/* 作者信息在最右边 */
.testimonial-author {
    text-align: right;
    margin-top: 20px;
}

.author-name {
    margin: 0 0 5px 0;
}

.bf-release-action {
    text-align: center;
}

.bf-release-action .btn {
    background: linear-gradient(135deg, #3F61FF 0%, #5B73FF 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(63, 97, 255, 0.3);
}

.bf-release-action .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(63, 97, 255, 0.4);
}

@media (max-width: 991px) {
  .bf-full-bg.mobile-img-al{
    background-image: url('/images/bytesforce/2025-09-15/home/bf-page-al-sc-home-bg-mobile.avif') !important;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
    .bf-testimonial-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .testimonial-logo {
        height: 40px;
    }
    
    .testimonial-quote {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .testimonial-author {
        text-align: center;
    }
}