#main-search-banner {
  height: unset;
  padding: 50px 20px;
  background: linear-gradient(347deg, #555 0%, #1bd741 85%) !important;
}
#main-search-banner h2 {
  font-weight: 600;
  color: #fff;
}
.mobile-home-banner {
  display: none;
}
ul.top-menu a {

  padding: 8px 10px;
}

/* Uber Eats Style Restaurant Cards */

.swiper-wrapper {
  padding-bottom: 8px;
}

.swiperSlide {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #f0f0f0;
}

.swiperSlide:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Image container */
.swiperSlide .position-relative {
  position: relative;
  height: 140px;
  overflow: hidden;
}

.swiperSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.swiperSlide:hover img {
  transform: scale(1.05);
}

/* Grey overlay for closed restaurants */
.layer-grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* Content area */
.swiperSlide .p-2 {
  padding: 16px !important;
}

/* Restaurant name */
.swiperSlide .font-weight-bold {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1.3;
  margin-bottom: 4px !important;
}

/* Description/cuisine type */
.swiperSlide .font-weight-light {
  font-size: 14px;
  color: #737373;
  line-height: 1.3;
  margin-bottom: 8px !important;
}

/* Opening hours */
.make-grey h6 {
  font-size: 12px;
  color: #737373;
  font-weight: 500;
  background: #f6f6f6;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px !important;
}

/* When restaurant is open */
.restaurant-open .make-grey h6 {
  color: #06c167;
  background: #e8f5e8;
}

/* Rating section */
.swiperSlide .row.align-items-center {
  margin-bottom: 0;
}

.swiperSlide .d-flex {
  align-items: center;
  font-size: 14px;
  color: #1d1d1d;
}

.gold-color {
  color: #ffc107 !important;
  font-size: 14px;
}

.swiperSlide .mr-2 {
  margin-right: 6px !important;
}

/* Delivery info (if you want to add it) */
.delivery-info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #737373;
  margin-top: 4px;
}

.delivery-time {
  margin-right: 8px;
}

.delivery-fee {
  margin-right: 8px;
}

/* Truncate text properly */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .swiperSlide {
    border-radius: 12px;
  }
  
  .swiperSlide .position-relative {
    height: 120px;
  }
  
  .swiperSlide .p-2 {
    padding: 12px !important;
  }
  
  .swiperSlide .font-weight-bold {
    font-size: 15px;
  }
}

/* Additional utility classes for enhanced styling */
.restaurant-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #06c167;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  z-index: 10;
}

.promo-badge {
  background: #ff6b35;
}

/* Loading state */
.swiperSlide.loading {
  background: #f8f8f8;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

/* Focus states for accessibility */
.swiperSlide:focus {
  outline: 2px solid #06c167;
  outline-offset: 2px;
}
.warm-pink {
  color: #1bd741 !important;
}
.swiperOutsideContainer h3 {
  text-transform: capitalize !important;
}
.swiperOutsideContainer .el-link__inner {   padding-top: 10px; }
.sub-footer {
  background: #000;
  color: #fff;
}
.sub-footer a {
  color: #fff;
}
footer, .change-address-wrap, .grey-section {
  background: #111112;
  margin-top: 0px;
  color: #fff;
}
footer a{
    color: #1bd741;
}
.el-button--success {
  background: #1bd741;
  border-color: #1bd741;
}

#vue-address-needed a.font-weight-bold, #vue-schedule-order a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  background: #1bd741;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 168, 107, 0.18);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}
#vue-address-needed a.font-weight-bold:hover, #vue-schedule-order a:hover{
    color: #fff !important;
}
#vue-address-needed .w-100.text-center,
#vue-schedule-order .d-flex.justify-content-center{
  background: #0000000a;
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow-sm);
  margin: 18px 0;
}
#vue-cart .inner-wrapper-sticky {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
}
.btn.btn-grey.xget-item-details, .btn.btn-grey.quantity-add-cart {
  background: #1bd741;
  padding: 5px 10px;
  font-size: 10pt;
}
#vue-merchant-details .el-image.w-100 {
  display: none;
}
.btn-white{
  color: #1bd741;
}