/*
 * AVARTHANA TECHNOLOGIES
 * SOLUTIONS — OVERVIEW
 * Release : 2.3.11
 */

.solutions-overview{
    padding:120px 0;
    background:#f9fbfe;
}

.solutions-overview .section-heading{
    max-width:820px;
    margin:0 auto 80px;
    text-align:center;
}

.solutions-overview .section-tag{
    display:inline-block;
    margin-bottom:18px;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.22em;
    text-transform:uppercase;
    color:#1683ff;
}

.solutions-overview h2{
    margin:0 0 28px;
    font-size:clamp(2.4rem,3vw,3.2rem);
    line-height:1.15;
    font-weight:800;
    color:#10223d;
}

.solutions-overview .section-heading p{
    margin:0;
    font-size:1.05rem;
    line-height:1.9;
    color:#5d6f86;
}

.solutions-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
}

.solution-card{
    display:flex;
    flex-direction:column;
    min-height:250px;
    padding:38px;
    background:#fbfdff;
    border:1px solid #d9e6f5;
    border-radius:18px;
    box-shadow:0 12px 34px rgba(8,32,56,.06);
}

.solution-icon{
    width:54px;
    height:54px;
    flex:0 0 54px;
    border-radius:50%;
    margin-bottom:26px;
    background:#12243d;
    position:relative;
    color:transparent;
}

.solution-icon::after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#1ea0ff;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.solution-card h3{
    margin:0 0 16px;
    font-size:1.35rem;
    line-height:1.25;
    font-weight:700;
    color:#0d213d;
}

.solution-card p{
    margin:0;
    font-size:.95rem;
    line-height:1.75;
    color:#5f7186;
}
