.weildingproduct{
    margin-top: 80px;
    background: #147b99;
    width: 100%;
    /* height: 300px; */
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    font-family: "Kanit", sans-serif;
    text-align: center;
    /* background: url(../assets/banner/slide1.jpg); */
    /* filter: grayscale(100%); */

}

.keyfeature p{
    font-size: 18px;
    text-align: left;
}
.keyfeatures p{
    font-size: 18px;
    text-align: left;
}

.keyfeature{
    padding-bottom: 40px;
}




.weildhome {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    /* background-color: aliceblue; */
    
}
.weilding-eff {
    border: 1px solid #ddd;
    /* border-radius: 8px; */
    padding: 16px;
    /* text-align: center; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    color: black;
    text-align: center;
    /* margin-top: 80px; */
    font-size: 18px;
    font-weight: bold;
    font-family: "Kanit", sans-serif;
}
.weilding-eff:hover {
   background-color: #147b99;
   color: white;
}
.weilding-eff img {
    width: 100%;
    /* border-radius: 8px; */
    height: 300px; 
    margin-bottom: 10px;
}
.weilding-eff-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: black;
}
.weilding-eff-name:hover{
    
    color: white;
}
.weilding-eff-names {
    margin-top: 10px;
    font-size: 15px;
    /* font-weight: bold; */
    text-align: left;
    color: #2E24DE;
    padding-bottom: 10px;
}
.product-home-page{
    display: flex;
    gap: 10px;
}

.product-image-info-home{
    width: 85%;
}

.product-home-list{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 15%;
    /* padding: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.product-home-list h4{
   
    /* margin-bottom: 70px; */
}



@media (max-width: 900px) {
    .weildhome {
        grid-template-columns: 1fr;
    }
    
}

.service-titles h1{
    padding: 30px;
    margin-top: 40px;
}

.weilding-effhome{
    margin-top: 40px;
}




