/*--------------------------------------------------------------
# Core Technical Specification
--------------------------------------------------------------*/

.grades-section{
    padding:90px 0;
    background:#ffffff;
}

.grades-title{
    font-size:40px;
    font-weight:800;
    color:#17233c;
    line-height:1.2;
    margin:15px 0 20px;
}

.grades-lead{
    font-size:15px;
    line-height:1.8;
    color:#64748b;
    margin:0;
}

.spec-card{
    height:100%;
    background:#fff;
    border:1px solid #d9e6f2;
    border-top:4px solid #0ba5ec;
    border-radius:20px;
    padding:18px 38px;
    transition:.35s;
    box-shadow:0 4px 18px rgba(0,0,0,.04);
}

.spec-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.spec-label{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#0ba5ec;
    margin-bottom:5px;
}

.spec-value{
    font-size:24px;
    font-weight:800;
    color:#17233c;
    line-height:1.2;
    margin-bottom:5px;
}

.spec-desc{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#5d6778;
}

@media(max-width:991px){

    .grades-section{
        padding:70px 0;
    }

    .grades-title{
        font-size:36px;
    }

    .grades-lead{
        font-size:18px;
    }

    .spec-card{
        padding:30px;
    }

    .spec-value{
        font-size:34px;
    }

}

@media(max-width:767px){

    .grades-title{
        font-size:30px;
    }

    .grades-lead{
        font-size:17px;
    }

    .spec-value{
        font-size:28px;
    }

    .spec-desc{
        font-size:17px;
    }

}


.product-grid{
    --bs-gutter-x:32px;
    --bs-gutter-y:32px;
}

.spec-card{
    height:100%;
}
