color{
    color: #C1A991;
    color: #388045;
    color: #8A1913;
    color: #54322A;
}





.enquire-banner{
  margin-top: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/banner/banner1.jpg");
    height: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 200px;

}

.enquire-banner h2{
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.categories{
    /* margin-top: 100px; */
}

.categories-title{
    width: 100%;
    text-align: center;
    /* text-decoration: underline; */
}

.grocery{
    padding-bottom: 30px;
}

.grocery-title{
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.gallery{
    display: flex;
    gap: 30px;
}

.grocery-container{
    width: 40%;
    height: 400px;
}

.grocery-desc{
    background-color: #f5f5f5;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
}

.grocery img{
    width: 100%;
    border-radius: 10px;
    height: 300px;
}

.grocery-button{
    width: 100%;
    text-align: center !important;
    padding-top: 20px;
}

.grocery-button button{
    border: none;
    padding: 10px;
    background-color: #17703E;
    color: white;
    border-radius: 10px;
}

.grocery-button button:hover{
    background-color: #EF8011;
}


@media(max-width:800px){
    .gallery{
        display: inline;
    }
    .grocery-container{
        width: 100%;
    }
}





.enquire {
  background-color: white;
  padding: 20px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.enquire-title {
  width: 100%;
  text-align: center;
}

/* .enquire-title h1 {
  font-size: 2em;
  color: #333;
  margin-bottom: 10px;
}

hr {
  border: 1px solid #ccc;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.gallery-container {
  width: 30%;
  margin: 10px 0;
  box-sizing: border-box;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%; 
  height: auto; 
  border-bottom: 1px solid #ccc;
}

.img-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
}

.img-container p {
  margin: 0;
  font-weight: bold;
  color: #333;
}


@media(max-width:800px){
    .gallery-container {
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
      }
}  */