.sfs-content-image-wrapper {
    display: flex;
    gap: 60px;
    position: relative;
}

.sfs-text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sfs-feature-text {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.sfs-image-container {
    position: sticky;
    top: 0;
    flex: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.sfs-sticky-image {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.sfs-sticky-image.active {
    opacity: 1;
}

.sfs-text-size-body {
    max-width: 550px;
}

.sfs-title-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: -20vh;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.sfs-heading-style-h2 {
    text-align: center;
    margin-bottom: 10px;
}

.sfs-heading-style-h3 {
    text-align: left;
}
.sfs-sub-description {
    text-align: center;
    max-width: 800px;
    margin: 0px auto 40px auto;
}
.sfs-feature-block-mobile {
    display: none;
}

.sfs-feature-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.sfs-feature-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 20px;
}
.sfs-section-sticky-scroll {
    margin-bottom: -20vh;
}

.sfs-text-size-body ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    line-height: 130%;
}

.sfs-text-size-body ul li:before {
    content: '\2713';
    font-family: system-ui;
    color: #fff;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #059669;
    margin-top: 4px;
}
.sfs-text-size-body ul li {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: start;
    gap: 10px;
    line-height: normal;
}


.sfs-dark h2,
.sfs-dark h3,
.sfs-dark div,
.sfs-dark ul,
.sfs-dark li{
    color: #ffffff;
}



@media (max-width: 768px) {
    
    
.sfs-feature-image {
    padding: 0px !important;
    margin-top: 20px !important;
}


    .sfs-content-image-wrapper {
        display: none;
    }
    .sfs-feature-block-mobile {
        display: block;
    }
    
.sfs-section-sticky-scroll {
    margin-bottom: 0;
}
.sfs-title-wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 0px;
}
.sfs-feature-block {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 70px;
}

/* Mobile-specific styles for scroll animation */
.sfs-mobile-scroll-item {
    margin-bottom: 40px;
    position: -webkit-sticky;
    position: sticky;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.sfs-dark .sfs-mobile-scroll-item {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    background: #212121;
    border: 16px solid #0d0d0d;
}

.sfs-mobile-scroll-item {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #aaaaaaa3;
}

.sfs-heading-style-h3 {
    margin-bottom: 10px;
}

.sfs-mobile-scroll-item {
    margin-bottom: 40px;
    position: -webkit-sticky;
    position: sticky;
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform, opacity;
}

}