.stream-space-themes{
    background-image: url(https://cdn.kryoni.com/kryoni/images/version-1/stream-space/welcome-features-top-display.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.stream-space-themes .section-three {
    background-image: url(https://cdn.kryoni.com/kryoni/images/version-1/stream-space/hosting-tab-backside.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.25); /* White overlay with 25% opacity */
    background-blend-mode: overlay; /* Or try multiply/soft-light depending on effect */
}
.stream-space-themes .section-one div.headingExplore h4,
.stream-space-themes .section-three .ourthemes{
    font-weight: 900;
    background: linear-gradient(90deg, rgba(50, 170, 124, 1) 35%, rgba(17, 116, 78, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.stream-space-themes .section-one div.headingExplore h4 span{
    color: var(--black);
}
.stream-space-themes .section-one .explorepara p,
.stream-space-themes .section-three .custom-card p{
    color: var(--black-4);
}

.stream-space-themes .section-one .explorebtns{
    width: 100%;
}

.stream-space-themes .section-one .section-two{
    background-color: var(--white);
}

.stream-space-themes .section-one .section-two .explorebtns .btn-bg-green{
    border: none;
    color: var(--white);
}

.stream-space-themes .section-one .section-two .usd{
    color: rgba(30, 147, 103, 1);
}

.stream-space-themes .section-one .section-two .custom-card{
    min-height: 410px;
}

.stream-space-themes .section-three .custom-card.explore-img img {
    width: 50px;
    height: auto;
}

.stream-space-themes .section-three .custom-card {
    background-color: var(--white);
    min-height: 263px;
}

@media (min-width:768px) and (max-width:793.98px) {
    .stream-space-themes .section-three .custom-card {       
        min-height: 290px;
    }
}
@media (min-width:992px) and (max-width:1300.98px) {
    .stream-space-themes .section-three .custom-card {       
        min-height: 370px;
    }
}
@media (min-width:1300px) and (max-width:1440.98px) {
    .stream-space-themes .section-three .custom-card {       
        min-height: 320px;
    }
}