﻿.home-info-block {
    background: #ffffff;
    padding: 36px;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 3px 16px rgba(0,0,0,.04);
    color: #33475b;
}

    .home-info-block p {
        font-size: 16px;
        line-height: 1.75;
        color: #52677a;
    }

.home-info-intro {
    font-size: 18px !important;
    color: #33475b !important;
    font-weight: 500;
}

.home-info-cards {
    margin-top: 25px;
}

.home-info-card {
    background: #f8fbff;
    border: 1px solid #e5eef9;
    border-radius: 12px;
    padding: 24px;
    min-height: 215px;
    text-align: center;
    margin-bottom: 20px;
}

.home-info-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf4ff 0%, #d8ecff 100%);
    color: #00aeef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 14px;
}

.home-info-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: #33475b;
    margin-bottom: 10px;
}

.home-info-extra {
    margin-top: 20px;
}

    .home-info-extra h3,
    .home-info-cta h3 {
        font-size: 24px;
        font-weight: 700;
        color: #33475b;
        margin-bottom: 12px;
    }

.home-info-cta {
    margin-top: 30px;
    background: #f8fbfd;
    /*background: #f6fbf8;*/
    border: 1px solid #dcebe2;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
}

    .home-info-cta .btn {
        border-radius: 32px;
        padding: 13px 26px;
        font-weight: 700;
        margin: 6px;
    }

    .home-info-cta .btn-success {
        background: #58ab7f;
        border-color: #58ab7f;
    }

        .home-info-cta .btn-success:hover,
        .home-info-cta .btn-success:focus {
            background: #4f9c73;
            border-color: #4f9c73;
        }

.popular-actions-footer {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.collect-important {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .collect-important .section-title {
        margin-bottom: 20px;
    }

        .collect-important .section-title h2 {
            font-size: 30px;
            font-weight: 700;
            line-height: 1;
            margin: 0px;
            margin-bottom: 15px;
        }

        .collect-important .section-title::after {
            height: 0px;
        }

    .collect-important .btn-default {
        margin-top: 24px;
    }

.collect-box {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .collect-box::before {
        content: "";
        position: absolute;
        inset: 0;
        /*background: rgba(0, 0, 0, 0.12);*/
        z-index: 1;
    }

    .collect-box::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 55%;
        background: linear-gradient( to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0) );
        z-index: 2;
    }

    .collect-box > img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        position: relative;
        transition: all .3s;
        filter: saturate(0.82) contrast(0.93) brightness(0.96) hue-rotate(-3deg);
    }

    .collect-box:hover > img {
        transform: scale(1.04);
    }

    .collect-box.fullheight > img {
        height: 464px;
    }

    .collect-box .align {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

        .collect-box .align span {
            position: relative;
            z-index: 4;
            text-shadow: 0 2px 6px rgba(0,0,0,0.45);
        }

        .collect-box .align img {
            margin-bottom: 10px;
            filter: drop-shadow(0 2px 5px rgba(0,0,0,0.35));
        }

        .collect-box .align img {
            margin-bottom: 10px;
        }

.collect-important .main-row,
.collect-important .main-row .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .collect-important .main-row > div,
    .collect-important .main-row .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

@media(max-width:767px) {
    .collect-important .section-title h2 {
        font-size: 25px;
    }

    .home-info-block {
        padding: 24px;
    }

    .home-info-cta .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}