.elementor-432 .elementor-element.elementor-element-ac88a4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-432 .elementor-element.elementor-element-f955712{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7a792e5 */.product-section{
    padding:100px 20px;
    background:#f4f7fb;
}

.product-container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:36px;
    color:#1c1c1c;
}

.section-title p{
    color:#555;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:35px;
}

.product-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:0.3s;
    display:flex;
    flex-direction:column;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-card img{
    width:100%;
    height:180px;
    object-fit:contain;
    margin-bottom:15px;
}

.product-card h3{
    font-size:18px;
    margin-bottom:15px;
    color:#1e73be;
}

.product-card ul{
    padding-left:18px;
    flex-grow:1;
}

.product-card ul li{
    font-size:14px;
    margin-bottom:6px;
    color:#444;
}

.btn-enquiry{
    display:inline-block;
    margin-top:15px;
    padding:10px 20px;
    background:#1e73be;
    color:#fff;
    text-align:center;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

.btn-enquiry:hover{
    background:#155a94;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c957ed */<style>
.product-section{
    padding:80px 20px;
    background:#f4f7fb;
    font-family:'Segoe UI',sans-serif;
}
.container{
    max-width:1100px;
    margin:auto;
}
.product-box{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    margin-bottom:70px;
}
.product-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}
.product-box img{
    width:100%;
    border-radius:10px;
}
.product-box h2{
    color:#1e73be;
    margin-bottom:15px;
}
.product-box h4{
    margin-top:20px;
}
.product-box p{
    color:#555;
    line-height:1.6;
}
.product-box ul{
    padding-left:18px;
}
.product-box ul li{
    margin-bottom:6px;
}
.table-wrapper{
    margin-top:20px;
    overflow-x:auto;
}
table{
    width:100%;
    border-collapse:collapse;
}
th{
    background:#1e73be;
    color:#fff;
    padding:8px;
}
td{
    border:1px solid #ddd;
    padding:8px;
}
.enquiry-btn{
    display:inline-block;
    margin-top:25px;
    padding:12px 25px;
    background:#1e73be;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
}
.enquiry-btn:hover{
    background:#155a94;
}
@media(max-width:768px){
    .product-grid{
        grid-template-columns:1fr;
    }
}
</style>/* End custom CSS */