body{
    margin: 0px;
    padding: 0px;

}
/* sadharmik-banner images section-starts */
.main{
    background-image: url("../../../images/backgrouns.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.textmain img{
    height: 80px;
    width:100px;
}
.textmain{
    display: flex;
    float:right;
    gap: 20px;
    margin-top: 90px;
    margin-right: 30px;
}
.textlocal{
    color:white;
    line-height: 25px;
}
.textlocal h1{
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 900;
    margin:5px;
}
.textlocal p{
    font-size: 19px;
    font-weight: 700;
}
/* sadharmik-banner images section-end */

/* filter and poojaa enterprice-section-starts */
.mainenterprice{
    position:relative;
    top:-50px;
}
.filter{
    background-color:white;
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.filter p{
 font-size: 20PX;
}
.statesti{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.list{
    font-size: 20px;
}
input[type="checkbox"]{
    width: 22px; 
    height: 22px; 
    margin-right: 10px;
}
form{
    align-items:center;
}
input,label{ 
    padding: 3px 0px;
}

/* Default styles for desktop */

.filterti p {
    font-size: 24px;
    font-weight: bold;
}

.statesti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#checkbox-list {
    display: block;
}

/* Styles for smaller devices */
@media (max-width:1200px) {
    .mainfilter {
        margin-bottom: 40px;
    }
}
@media (max-width:992px) {
    .mainenterprice{
        position:relative;
        top:0px;
    }
    .textlocal h1{
        font-size: 30px;  
    }
    .textlocal p{
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .filter {
        width: 100%;
    }

    #checkbox-list {
        display: none;
    }
    .textlocal h1{
        font-size:25px;  
    }
    .textlocal p{
        font-size: 13px;
    }
    .textmain img{
        height: 55px;
        width:60px;
    }
}
@media (max-width:576px) {
    .filter {
        width: 100%;
    }
    .textmain img{
        height: 40px;
        width:50px;
    }
    #checkbox-list {
        display: none;
    }
    .textlocal h1{
        font-size:20px;  
    }
    .textlocal p{
        line-height: 16px;
        font-size: 9px;
    }
    .textmain {
       
        margin-right: 0px;
    }
}





.mainenterprise{
    background-color:white;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  
}
.headerenter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.headerenter h2{
    margin: 0px;
    font-size: 40px;
    font-weight: 800;
}
.location {
    display: flex;
    gap:10px;
    align-items: center;
    color: #03335B;
    margin: 0px;
    font-size: 18px;
}
.titlandimg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
}
.headerenter button{
    border: 2px solid #ee1d23;
    background-color: white;
    color: #ee1d23;
    border-radius: 5px;
    padding: 7px 27px;
    font-size: 23px;
    font-weight:900 !important;
}
.headerenter button:hover{
    border: 2px solid #ee1d23;
    background-color: white;
    color:#ee1d23;
    border-radius: 5px;
    padding: 7px 27px;
    font-size: 23px;
    font-weight:900 !important;
}
.story {
    padding: 20px;
    font-size: 14px;
   
}
strong{
    font-size: 20px;
    font-weight: 700;
}
.story p {
    font-size:17px;
    color: black;
}
.pro1{
 border-right: 1px solid #ddd;
}
.products {
    padding-top: 50px;
}
.product {
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.product img {
    width: 100px;
    height: auto;
    object-fit: cover;
}
.product-name {
    font-size: 20px;
    font-weight: 900;
    padding: 13px 0px 0px 0px;
    color:#073255;
    margin: 0px !important;
}
.product-price {
    font-size: 19px;
    color: #ee1d23;
    font-weight: 600;
}
#mainenter2{
    margin-top: 30px;
}
#mainenter3{
    margin-top: 30px;
}
.show button{ 
    background-color: #02335C;
    color: white;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 19px;
    margin-top:40px;
}
.show button:hover {
    color: white;
}

