.hero-fade-slider-13 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-fade-slider-13 .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}

.hfs-13-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%);
    z-index: 1;
}

.hfs-13-content-wrap {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hfs-13-heading {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.hfs-13-pagination-wrap {
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.hfs-13-pagination {
    display: flex;
    gap: 15px;
    position: static !important;
}

.hfs-13-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: inherit;
}

.hfs-13-pagination .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

@media (max-width: 767px) {
    .hero-fade-slider-13 .swiper-slide {
        padding: 30px;
    }
    
    .hfs-13-heading {
        font-size: 2.5rem;
    }
    
    .hfs-13-pagination-wrap {
        left: 30px;
        bottom: 30px;
    }
}
