.elementor-21 .elementor-element.elementor-element-261beab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2436755 *//*=========================
      PRODUCTS
==========================*/

.semapi-products{
    padding:90px 5%;
    background:#f8fbff;
    font-family:'Poppins',sans-serif;
}

.semapi-products .container{
    max-width:1320px;
    margin:auto;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{

    background:#fff;
    border-radius:16px;
    overflow:hidden;

    border:1px solid #e8edf5;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(11,99,182,.18);

}

.product-image{

    aspect-ratio:16/9;

    overflow:hidden;

    background:#edf4fb;

}

.product-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.5s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-content{

    padding:28px;

}

.product-content h3{

    font-size:24px;

    margin-bottom:15px;

    color:#111;

}

.product-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:22px;

    font-size:15px;

}

.product-content a{

    color:#0B63B6;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.product-content a:hover{

    letter-spacing:.5px;

}

/* Tablet */

@media(max-width:991px){

.products-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* Mobile */

@media(max-width:767px){

.semapi-products{

padding:60px 20px;

}

.products-grid{

grid-template-columns:1fr;

}

.product-content{

padding:22px;

}

.product-content h3{

font-size:21px;

}

}
.products-btn{

    margin-top:60px;
    text-align:center;

}

.view-products-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:16px 34px;

    background:#0B63B6;
    color:#fff;

    text-decoration:none;

    border-radius:8px;

    font-size:16px;
    font-weight:600;

    transition:.35s;

    box-shadow:0 12px 30px rgba(11,99,182,.18);

}

.view-products-btn i{

    transition:.35s;

}

.view-products-btn:hover{

    background:#084d91;

    transform:translateY(-4px);
color: #ffffff!important;
    box-shadow:0 18px 40px rgba(11,99,182,.28);

}

.view-products-btn:hover i{

    transform:translateX(6px);

}

@media(max-width:767px){

.view-products-btn{

    width:100%;
    justify-content:center;

}

}/* End custom CSS */