/**
==========================================================
Digital Nation Inn
Ecosystem Section
==========================================================
*/

.dni-ecosystem{
    padding:80px 0;
    background:#f8fbff;
}

.dni-ecosystem .section-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#e8f1ff;
    color:#0d6efd;
    font-weight:600;
    font-size:.9rem;
}

.dni-ecosystem h2{
    font-weight:700;
    margin-top:20px;
}

.dni-ecosystem .lead{
    max-width:760px;
    margin:20px auto 0;
    color:#6c757d;
}

.dni-ecosystem .card{
    border:none;
    border-radius:20px;
    transition:all .3s ease;
    overflow:hidden;
}

.dni-ecosystem .card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08)!important;
}

.dni-ecosystem .card-body{
    padding:35px 30px;
}

.dni-ecosystem .display-4{
    margin-bottom:20px;
}

.dni-ecosystem h3{
    font-size:1.5rem;
    font-weight:700;
    margin-bottom:15px;
}

.dni-ecosystem p{
    color:#6c757d;
    line-height:1.7;
    min-height:120px;
}

.dni-ecosystem .btn{
    margin-top:10px;
    border-radius:40px;
    padding:12px 24px;
    font-weight:600;
}

.dni-ecosystem .alert{
    border:none;
    border-radius:20px;
    padding:35px;
}

.dni-ecosystem .alert h4{
    font-weight:700;
    margin-bottom:15px;
}

.dni-ecosystem .alert p{
    margin-bottom:0;
    color:#495057;
}

@media (max-width:991px){

    .dni-ecosystem{
        padding:60px 0;
    }

    .dni-ecosystem p{
        min-height:auto;
    }

}

@media (max-width:576px){

    .dni-ecosystem h2{
        font-size:2rem;
    }

    .dni-ecosystem .card-body{
        padding:25px;
    }

    .dni-ecosystem .btn{
        width:100%;
    }

}