
.filter-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-group-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-option {
    margin-bottom: 10px;
}

.filter-option input[type="number"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.filter-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.filter-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-dropdown label {
    font-size: 14px;
    margin-bottom: 5px;
}

.filter-dropdown select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 150px;
}

.filter-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-group-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-option {
    margin-bottom: 10px;
}

.filter-option input[type="number"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.filter-option input[type="checkbox"] {
    width: 30px;
    float: left;
    margin-top: 5px;
    margin-left: 30px;
}

.filter-option  span {
 float: left;
 padding-left: 5px;
}


.filters-btn2 {
    margin: auto;
     background-color:pink;
}

.filters-btn2 a {
    color: red !important;
    display: flex;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}


/* ----------------------------------------------------------------------- */



@media only screen and (min-width: 1151px) and (max-width: 1300px) {

.filter-option input[type="checkbox"] {
    width: 15px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.filter-option {
    margin-bottom: 10px;
    display: flex;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1150px) {

    .filter-option input[type="checkbox"] {
        width: 15px;
        float: left;
        margin-top: 5px;
        margin-left: 0px;
    }
    
    .filter-option {
        margin-bottom: 10px;
        display: flex;
    }
    
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    
    .filter-details {
        grid-template-columns: repeat(3, 1fr); 
    }

    .filter-group {
        margin-bottom: 20px; 
    }

    .filter-option input[type="checkbox"] {
        width: 20px; 
    }

    .filter-option span {
        font-size: 14px; 
    }

    .filter-group-title {
        font-size: 16px;
    }

    .filter-section {
        padding: 10px; 
    }

    .filter-bar {
        flex-direction: column; 
        align-items: center; 
    }

    .filter-dropdown select {
        width: 100%; 
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .filter-details {
        grid-template-columns: 1fr; 
    }

    .filter-details {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }


    .filter-option input[type="checkbox"] {
        width: 20px; 
    }

    .filter-option span {
        font-size: 14px; 
    }

    .filter-group-title {
        font-size: 16px; 
    }

    .filter-section {
        padding: 10px; 
    }

    .filter-bar {
        flex-direction: column;
        align-items: center; 
    }

    .filter-dropdown select {
        width: 100%; 
        margin-bottom: 10px; 
    }

    .filters-btn2 a {
        padding: 10px 0; 
    }
}
