.sbf-charity-photo-slider-section {
    position: relative;
    padding: 78px 0 74px;
    background: #f7f1dc;
    overflow: hidden;
}

.sbf-charity-photo-slider-header {
    margin-bottom: 28px;
    position: relative;
    z-index: 3;
}

.sbf-charity-photo-slider-title {
    margin: 0;
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    color: #111111;
    letter-spacing: -0.03em;
}

.sbf-charity-photo-slider-viewport {
    position: relative;
    overflow: hidden;
    width: calc(100% - 180px);
    z-index: 3;
}

.sbf-charity-photo-slider-track {
    display: flex;
    align-items: center;
    gap: 28px;
    will-change: transform;
}

.sbf-charity-photo-slide {
    flex: 0 0 auto;
    width: 230px;
}

.sbf-charity-photo-card {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.sbf-charity-photo-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.sbf-charity-photo-side-shapes {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 310px;
    transform: translateY(-34%);
    z-index: 2;
    pointer-events: none;
}

.sbf-charity-photo-side-shapes .sbf-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.sbf-charity-photo-side-shapes .sbf-shape-top {
    top: 18px;
    width: 0;
    height: 0;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-bottom: 56px solid #f39a63;
}

.sbf-charity-photo-side-shapes .sbf-shape-middle {
    top: 100px;
    width: 0;
    height: 0;
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 78px solid #f39a63;
}

.sbf-charity-photo-side-shapes .sbf-shape-bottom {
    top: 186px;
    width: 88px;
    height: 88px;
    background: #efc66b;
    transform: translateX(-50%) rotate(45deg);
}

.sbf-charity-photo-bg-shape {
    position: absolute;
    pointer-events: none;
    opacity: 0.18;
    z-index: 1;
}

.sbf-charity-photo-bg-shape-one {
    left: -20px;
    bottom: -30px;
    width: 360px;
    height: 220px;
    border: 2px solid #eaa56d;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(12deg);
}

.sbf-charity-photo-bg-shape-two {
    left: 70px;
    top: 92px;
    width: 320px;
    height: 180px;
    background:
        linear-gradient(45deg, transparent 46%, #f4cf93 47%, #f4cf93 53%, transparent 54%),
        linear-gradient(-45deg, transparent 46%, #f4cf93 47%, #f4cf93 53%, transparent 54%);
    background-size: 34px 34px;
    opacity: 0.08;
}

@media (max-width: 1399px) {
    .sbf-charity-photo-slider-title {
        font-size: 48px;
    }

    .sbf-charity-photo-slider-viewport {
        width: calc(100% - 155px);
    }

    .sbf-charity-photo-slide {
        width: 210px;
    }

    .sbf-charity-photo-card img {
        height: 210px;
    }

    .sbf-charity-photo-side-shapes {
        width: 145px;
    }
}

@media (max-width: 991px) {
    .sbf-charity-photo-slider-section {
        padding: 62px 0;
    }

    .sbf-charity-photo-slider-title {
        font-size: 38px;
    }

    .sbf-charity-photo-slider-viewport {
        width: 100%;
    }

    .sbf-charity-photo-slide {
        width: 180px;
    }

    .sbf-charity-photo-card img {
        height: 180px;
    }

    .sbf-charity-photo-side-shapes {
        display: none;
    }
}

@media (max-width: 767px) {
    .sbf-charity-photo-slider-section {
        padding: 52px 0;
    }

    .sbf-charity-photo-slider-title {
        font-size: 30px;
    }

    .sbf-charity-photo-slider-header {
        margin-bottom: 22px;
    }

    .sbf-charity-photo-slider-track {
        gap: 16px;
    }

    .sbf-charity-photo-slide {
        width: 150px;
    }

    .sbf-charity-photo-card img {
        height: 150px;
    }

    .sbf-charity-photo-bg-shape-one,
    .sbf-charity-photo-bg-shape-two {
        display: none;
    }
}