.card.gallery_bg {
    background-color: none;
}
.filter_box {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.single-district {
    background: #daeddc;
    color: #fff;
    border:2px solid #009966;
    display: block;
    text-align: center;
}
.single-district h3 {
    font-weight: 700;

}

.single-district p {
    font-size: 15px;
    margin: 8px;

}

.single-district a {
    color: #000;
    display: block;
    padding: 15px;
}

.single-district a:hover {
    color: red;
    text-decoration: none;
}
.product-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.product-card img {
    max-width: 100%;
    border-radius: 8px;
}

.product-title {
    font-size: 1.5rem;
    margin: 10px 0;
}

.product-description {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.product-price {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

.buy-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.buy-button:hover {
    background-color: #0056b3;
}
