@keyframes ripple {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.benefits-soul {
  background-color: #2C3647;
  color: #fff; 
}

.benefits-soul-main h2,
.benefits-soul-main p {
  color: #fff; 
}

.home .neckband-buttons__image-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg,#111219 0,rgba(17,18,25,.298608) 80.56%,rgba(17,18,25,0) 100%);
    transform: rotate(180deg);
}
.soul-santa-ana-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 350px; 
}


.soul-background-wrapper, 
.soul-bg-image, 
.soul-bg-image img, 
.soul-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.soul-bg-image img {
    object-fit: cover;
    object-position: center;
}


.soul-overlay {
    background-color: #000;
    opacity: 0.7;
    mix-blend-mode: multiply;
    z-index: 2;
}


.layer-front {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .soul-santa-ana-section {
        height: 270px; 
    }
}

.text-white { color: #fff !important; }
.soul-santa-ana-section h3 { margin-bottom: 1.5rem; font-weight: 700; }

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFF;
    color: #393737;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-download:hover {
    background: #f2f2f2;
}