.exploremenucard-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.exploremenucard-section-bg{
    background-color: #f5cef4;
}
.exploremenucard-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* row gap */
.exploremenucard-section .row {
  margin-bottom: 50px;  
}

/* Mobile fix */
@media (max-width: 768px) {
  .exploremenucard-section {
    padding: 30px 20px;
  }
  .exploremenucard-box {
    margin-bottom: 15px;
  }
  .exploremenucard-section .row {
  margin-bottom: 30px;  
}
}
