.solutions-showcase{
    position:relative;
    padding:100px 0 110px;
    /* overflow:hidden; */
}
.solutions-showcase::before,
.solutions-showcase::after{
    content:"";
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    filter:blur(2px);
    opacity:.65;
}
.solutions-showcase::before{
    width:260px;
    height:260px;
    right:-120px;
    top:30px;
    background:radial-gradient(circle, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 68%);
}
.solutions-showcase::after{
    width:320px;
    height:320px;
    left:-150px;
    bottom:-140px;
    background:radial-gradient(circle, rgba(255,194,92,.12) 0%, rgba(255,194,92,0) 70%);
}
.solutions-showcase .section-title{
    /* font-size:clamp(44px, 5vw, 72px);
    line-height:1;
    margin-bottom:20px;
    letter-spacing:-.04em;
    background:linear-gradient(90deg, #ff2f74 0%, #5c6bff 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent; */
}
.solutions-showcase__intro{
    max-width:760px;
    color:rgba(255,255,255,.78);
    font-size:18px;
    line-height:1.7;
    margin:0;
}
.solutions-showcase__content{
    max-width:1540px;
    margin:0 auto;
    padding:0 18px;
}
.solutions-showcase .blog-topbar{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    flex-wrap:wrap;
}
.solutions-showcase .blog-heading{
    max-width:820px;
}
.solutions-showcase .blog-cta{
    margin-top:0;
    flex:0 0 auto;
}
.solutions-showcase .blog-cta .butn{
    min-width:240px;
    justify-content:center;
}
.solutions-showcase__header{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
}
.solutions-showcase__copy{
    max-width:820px;
}
.solutions-showcase__actions{
    flex:0 0 auto;
}
.solutions-showcase__slider{
    width:100%;
    margin-top:48px;
}
.solution-slider__swiper{
    overflow:hidden;
    padding:0 0 22px;
    width:100%;
}
.solution-slider__swiper .swiper-wrapper{
    align-items:stretch;
}
.solution-slider__swiper .swiper-slide{
    width:clamp(300px, 32vw, 480px);
    height:auto;
}
.solution-card{
    display:block;
    height:100%;
    background:#12141c;
    border:1px solid rgba(255,255,255,.07);
    border-radius:26px;
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease;
    color:inherit;
    text-decoration:none;
    cursor:pointer;
}
.solution-card:hover{
    transform:translateY(-6px);
}
.solution-card__media{
    position:relative;
    min-height:390px;
    background:#1a1d27;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:0;
    border-top-left-radius:26px;
    border-top-right-radius:26px;
}
.solution-card__media img{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    filter:drop-shadow(0 24px 30px rgba(0,0,0,.38));
}
.solution-card__body{
    padding:18px 22px 22px;
    min-height:auto;
    position:relative;
}
.solution-card__eyebrow{
    display:inline-block;
    margin-bottom:10px;
    color:rgba(255,255,255,.55);
    font-size:12px;
    line-height:1;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.solution-card__body h3{
    position:relative;
    z-index:1;
    margin:0 0 10px;
    color:#f8fafc;
    font-size:30px;
    line-height:1.15;
    font-weight:800;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.solution-card__body p{
    position:relative;
    z-index:1;
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:17px;
    line-height:1.6;
}
.home-blog-dark{
    background:#0f1115;
    color:#fff;
    padding-top:0;
}
.home-blog-dark .section-title,
.home-blog-dark p{
    color:#fff;
}
.home-blog-dark .blog-heading{
    padding:36px 0 24px;
}
.home-blog-dark .blog-heading .section-title{
    margin-bottom:14px;
}
.home-blog-dark .blog-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}
.home-blog-dark .blog-topbar .blog-cta{
    margin-top:0;
}
.home-blog-dark .blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}
.home-blog-dark .blog-card{
    background:#161a22;
    color:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(0,0,0,.28);
    border:1px solid rgba(255,255,255,.08);
    height:100%;
}
.home-blog-dark .blog-media{
    min-height:260px;
    padding:24px 24px 0;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-blog-dark .blog-media img{
    width:100%;
    max-width:320px;
    height:220px;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 20px 30px rgba(0,0,0,.22));
}
.home-blog-dark .card-body{
    padding:22px;
}
.home-blog-dark .card-body h3{
    margin:0 0 12px;
    font-size:24px;
    line-height:1.25;
}
.home-blog-dark .card-body h3 a{
    color:#fff;
}
.home-blog-dark .card-body p{
    color:rgba(255,255,255,.72);
    font-size:16px;
    line-height:1.7;
    margin:0;
}
.home-blog-dark .card-body footer{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    font-size:14px;
    color:rgba(255,255,255,.65);
    margin-top:16px;
}
.home-blog-dark .line-link{
    color:#ffe147;
}
.home-blog-dark .blog-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:24px;
}
.home-blog-dark .blog-actions .butn{
    min-width:170px;
    justify-content:center;
}
.home-blog-dark .blog-read-more{
    margin-top:12px;
}
.home-blog-dark .blog-load-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
}
.testimonial-area-v1{
    color:#fff;
    background:#101010;
}
.testimonial-area-v1 .section-title,
.testimonial-area-v1 .testimonial-content h3,
.testimonial-area-v1 .testimonial-content h5,
.testimonial-area-v1 .testimonial-content p,
.testimonial-area-v1 .reviews__badge-reviewed,
.testimonial-area-v1 .reviews__badge-views{
    color:#fff;
}
.testimonial-area-v1 .testimonial-content .title span.position{
    color:#ffe147;
}
.testimonial-area-v1 .watch-now-btn{
    color:#fff !important;
    background:#171717;
    border:1px solid rgba(255,255,255,.12);
}
.testimonial-area-v1 .watch-now-btn:hover{
    color:#ffe147 !important;
}
.testimonial-area-v1 .watch-now-btn i{
    color:#ffe147;
    border-color:#ffe147;
}
.testimonial-area-v1 .watch-now-btn:hover i{
    background:#ffe147;
    color:#111;
}
.testimonial-area-v1 .reviews__badges-item{
    color:#fff;
}
.testimonial-area-v1 .reviews__badge-bot,
.testimonial-area-v1 .reviews__badge-top{
    color:#fff;
}
@media (max-width: 991px){
    .solutions-showcase{
        padding:74px 0 84px;
    }
    .solutions-showcase .blog-topbar{
        align-items:flex-start;
    }
    .solutions-showcase__header{
        align-items:flex-start;
    }
    .solutions-showcase__slider{
        margin-top:34px;
    }
    .solution-slider__swiper .swiper-slide{
        width:84vw;
    }
    .solution-card__media{
        min-height:320px;
    }
    .solution-card__media img{
        max-height:100%;
    }
    .home-blog-dark .blog-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 575px){
    .solutions-showcase{
        padding:62px 0 74px;
        overflow:hidden;
    }
    .solutions-showcase__content{
        padding:0 14px;
    }
    .solutions-showcase__intro{
        font-size:16px;
    }
    .solutions-showcase__actions{
        width:100%;
    }
    .solutions-showcase .blog-heading{
        max-width:100%;
    }
    .solutions-showcase .blog-cta{
        width:100%;
    }
    .solutions-showcase .blog-cta .butn{
        width:100%;
        min-width:0;
    }
    .solutions-showcase__actions .butn{
        width:100%;
    }
    .solutions-showcase__slider{
        margin-top:28px;
        overflow:hidden;
    }
    .solution-slider__swiper{
        padding-bottom:12px;
        overflow:hidden;
        max-width:100%;
    }
    .solution-slider__swiper .swiper-wrapper{
        display:flex;
        gap:0;
    }
    .solution-slider__swiper .swiper-slide{
        width:86vw;
        border-radius:22px;
    }
    .solution-card__media{
        min-height:280px;
        padding:0;
    }
    .solution-card__media img{
        max-height:100%;
    }
    .solution-card__body{
        padding:16px 18px 18px;
        min-height:auto;
    }
    .solution-card__body h3{
        font-size:24px;
    }
    .solution-card__body p{
        font-size:15px;
    }
    .home-blog-dark .blog-grid{
        grid-template-columns:1fr;
    }
    .testimonial-area-v1 .testimonial-item .testimonial-content h3{
        line-height:1.5;
    }
}
