.sp-carousel-wrapper-536915d1 {
    position: relative;
    width: 100%;
}

.sp-swiper-536915d1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

/* Equal Height Styles */
.sp-equal-height-536915d1 .swiper-slide {
    height: auto;
}

.sp-box-536915d1 {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.sp-box-536915d1:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sp-indicator-536915d1 {
    margin-bottom: 20px;
}

.sp-number-536915d1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.sp-icon-536915d1 {
    font-size: 32px;
    color: #333;
}

.sp-title-536915d1 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.sp-subtitle-536915d1 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.sp-desc-536915d1 {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Navigation */
.sp-navigation-536915d1 {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.sp-nav-btn-536915d1 {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}

.sp-nav-btn-536915d1:hover {
    background: #e0e0e0;
}

.sp-nav-btn-536915d1.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
