﻿.feature a {
    align-items: center;
    background: #fff;
    border: 4px solid transparent;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    height: 100%;
    padding: 20px;
    position: relative;
    transition: all .2s ease-in-out
}

.feature:not(.feat-transparent) a:hover {
    border: 4px solid #a9dd78
}

.triangle {
    align-items: center;
    border-bottom-right-radius: 8px;
    bottom: -4px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: -4px
}

.sannisoft-hero .blaze-track > * {
    text-align: center
}
.sannisoft-tabs-02__container {
    padding-top: 50px;
}
.sr-spacer-top-25 {
    padding-bottom:50px;
}

.feature.feat-transparent a {
    background: transparent;
    border-radius: 0;
    display: inline-block;
    letter-spacing: .9px;
    padding: 0 20px 10px;
    position: relative;
    text-align: center
}

    .feature.feat-transparent a:after {
        background-color: #a9dd78;
        bottom: 0;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .feature.feat-transparent a:hover:after {
        background-color: #fff
    }

.features {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr
}

.logos-row {
    margin-top: 60px
}

.sannisoft-hero .blaze-slider {
    --slides-to-show: 4;
    --slide-gap: 20px;
    background: var(--blue-100, #003d46);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 30px 40px
}

.logo-heading {
    display: inline-flex;
    isolation: isolate;
    overflow: hidden;
    padding: 12px 100px 12px 40px;
    position: relative
}

    .logo-heading:after {
        background: #005562;
        background: linear-gradient(45deg, #005562 90%, transparent 0);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1
    }

@media (max-width:992px) {
    .features {
        grid-template-columns: 1fr
    }

    .sannisoft-hero .blaze-slider {
        --slides-to-show: 2
    }
    .logo-heading {
        padding: 12px 10px 12px 10px;
    }
}
