.swiper {
  display: block;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}

.category-owlcarousel { margin-bottom: 0 !important; }


.swiper-wrapper::-webkit-scrollbar {
  height: 0;
}

.swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
}

.swiperResto .swiperSlide {
  background: #fff;
  overflow: hidden;
}

.swiperResto .swiperSlide img {
  display: block;

}

.home-restaurant-meta {
  display: grid;
  gap: 4px;
  margin: 8px 0 10px;
}

.home-restaurant-line {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 0.84rem;
  gap: 7px;
  line-height: 1.35;
  min-width: 0;
}

.home-restaurant-line i {
  color: var(--fd-primary-color, #31b72f);
  flex: 0 0 15px;
  font-size: 1rem;
}

.home-restaurant-line span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-restaurant-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 8px;
}

.home-restaurant-stat {
  align-items: center;
  color: #111827;
  display: inline-flex;
  font-size: 0.88rem;
  gap: 6px;
  min-width: 0;
}

.home-restaurant-stat span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiperCuisine .swiper-wrapper,
.swiperBanner .swiper-wrapper {
  align-items: stretch;
}

.swiperCuisine .el-links {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.swiperCuisine .cuisine-image-frame {
  align-items: center;
  background-color: #eefbf5;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.26) 42%, rgba(62, 207, 142, 0.18) 100%),
    color-mix(in srgb, var(--fd-primary-color, #3ecf8e) 12%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--fd-primary-color, #3ecf8e) 20%, #e7edf2);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(18, 28, 45, 0.08);
  display: flex;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  width: 86px;
}

.swiperCuisine .el-links:hover .cuisine-image-frame {
  box-shadow: 0 16px 34px rgba(18, 28, 45, 0.12);
  transform: translateY(-2px);
}

.swiperCuisine .cuisine-image-frame img,
.swiperCuisine .swiperSlide img.cuisine-image {
  border-radius: 0 !important;
  display: block;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: auto !important;
}

.swiperCuisine .truncate {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.25;
  max-width: 118px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 10;
}

.swiper-button-next {
  right: -12px;
}

.swiper-button-prev {
  left: -12px;
}

.swiper-button-next .el-button,
.swiper-button-prev .el-button {
  align-items: center;
  background: #fff;
  border: 1px solid #dcdfe6;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.swiper-button-next i,
.swiper-button-prev i {
  line-height: 1;
}

#main-search-banner,
.mobile-home-banner {
  background-image: linear-gradient(90deg, rgba(4, 10, 18, 0.72), rgba(4, 10, 18, 0.38), rgba(4, 10, 18, 0.12)), url("../images/food-portal-hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0;
}

#main-search-banner {
  min-height: 520px;
}

#main-search-banner::after {
  background: rgba(255, 255, 255, 0.08);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

#main-search-banner .banner-center {
  color: #fff;
  margin-left: 7vw;
  margin-right: auto;
  max-width: 680px;
  position: relative;
  text-align: left;
  width: min(680px, 92vw);
  z-index: 2;
}

#main-search-banner .banner-center h2 {
  color: #fff;
  font-size: 3.25rem;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 1.5rem !important;
  max-width: 640px;
  text-align: left !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

#main-search-banner .home-search-wrap {
  margin: 0;
  max-width: 650px;
  width: 100%;
}

#main-search-banner .home-search-wrap .form-control,
#main-search-banner .home-search-wrap .el-input__wrapper {
  border: 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

@media (max-width: 991.98px) {
  #main-search-banner {
    background-image: linear-gradient(90deg, rgba(4, 10, 18, 0.74), rgba(4, 10, 18, 0.34)), url("../images/food-portal-hero.jpg") !important;
    min-height: 430px;
  }

  #main-search-banner .banner-center {
    margin-left: 0;
    width: 100%;
  }

  #main-search-banner .banner-center h2 {
    font-size: 2.25rem;
    max-width: 560px;
  }

  .mobile-home-banner {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .front-page .nearby-grid-section .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  #main-search-banner {
    min-height: 390px;
    padding: 28px 20px !important;
  }

  #main-search-banner .banner-center h2 {
    font-size: 1.9rem;
  }
}

#main-search-banner {
  align-items: center;
  background: linear-gradient(135deg, #fff8ef 0%, #fff 48%, #e9f8f2 100%) !important;
  display: flex !important;
  gap: clamp(28px, 5vw, 80px);
  justify-content: space-between !important;
  min-height: 360px;
  overflow: hidden;
  padding: 34px clamp(36px, 7vw, 140px);
}

body.front-page #vm_home_search,
body.front-page #main-search-banner {
  margin-top: 0 !important;
}

body.front-page #main-search-banner {
  padding-top: 0;
}

.hero-cuisine-container {
  margin-bottom: 8px;
  margin-top: 22px;
}

.hero-cuisine-container .swiperOutsideContainer {
  margin-bottom: 0;
}

.hero-cuisine-container .swiperCuisine .truncate {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.18;
  margin: 8px auto 0;
  max-width: 128px;
  min-height: 31px;
  overflow: hidden;
  text-align: center;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#main-search-banner::after {
  background: radial-gradient(circle at 18% 24%, rgba(62, 207, 142, 0.16), transparent 28%), radial-gradient(circle at 92% 18%, rgba(255, 128, 72, 0.16), transparent 24%);
}

#main-search-banner .banner-center {
  flex: 0 1 660px;
  margin: 0;
  max-width: 660px;
}

#main-search-banner .banner-center h2 {
  color: #111827;
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.16;
  max-width: 720px;
  text-shadow: none;
}

#main-search-banner .home-search-wrap {
  max-width: 620px;
}

.hero-service-toggle {
  align-items: center;
  background: rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  margin-bottom: 18px;
  padding: 6px;
}

.hero-service-toggle label {
  align-items: center;
  border-radius: 999px;
  color: #26303f;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  min-width: 118px;
  padding: 13px 24px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.hero-service-toggle label.active {
  background: #111827;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.2);
  color: #fff;
}

.hero-service-toggle input {
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

#main-search-banner .home-search-wrap .form-control,
#main-search-banner .home-search-wrap .el-input__wrapper {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
}

#main-search-banner .home-search-wrap .form-control:focus {
  border-color: rgba(62, 207, 142, 0.72);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12), 0 0 0 4px rgba(62, 207, 142, 0.16);
}

.hero-app-download {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
}

.hero-app-download > span {
  color: #344054;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-app-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-app-badges a {
  align-items: center;
  background: #111827;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
  display: inline-flex;
  height: 38px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hero-app-badges a:hover {
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
  transform: translateY(-1px);
}

.hero-app-badges img {
  display: block;
  height: 38px;
  width: auto;
}

.hero-food-slider {
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.18);
  flex: 0 0 min(38vw, 520px);
  height: 280px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-food-slider::after {
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.36));
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-food-slide {
  animation: heroFoodFade 12s infinite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.04);
}

.hero-food-slide-1 {
  animation-delay: 0s;
  background-image: url("../images/food-portal-hero.jpg");
}

.hero-food-slide-2 {
  animation-delay: 4s;
  background-image: url("../images/food-slider-1.jpg");
}

.hero-food-slide-3 {
  animation-delay: 8s;
  background-image: url("../images/food-slider-2.jpg");
}

@keyframes heroFoodFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  8%,
  30% {
    opacity: 1;
    transform: scale(1);
  }
  38%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@media (max-width: 991.98px) {
  #main-search-banner {
    min-height: 330px;
    padding: 30px !important;
  }

  .hero-service-toggle label {
    min-width: 104px;
    padding: 12px 20px;
  }

  .hero-food-slider {
    display: none;
  }
}

@media (max-width: 575.98px) {
  #main-search-banner {
    min-height: 300px;
  }

  .hero-service-toggle {
    width: 100%;
  }

  .hero-service-toggle label {
    flex: 1;
    min-width: 0;
  }
}

.special-food-section {
  margin: 30px 0 18px;
}

.special-food-heading {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.special-food-eyebrow {
  color: var(--fd-primary-color, #3ecf8e);
  display: block;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.special-food-heading h3 {
  color: var(--fd-base-color, #111827);
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
}

.special-food-heading p {
  color: #526173;
  font-size: 1rem;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 680px;
}

.special-food-link {
  align-items: center;
  background: var(--fd-button-color, #3ecf8e);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
}

.special-food-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.special-food-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
  color: var(--fd-base-color, #111827);
  display: block;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.special-food-card:hover {
  border-color: rgba(62, 207, 142, 0.42);
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.12);
  color: var(--fd-base-color, #111827);
  transform: translateY(-2px);
}

.special-food-image {
  aspect-ratio: 16 / 9;
  background: #f3f5f7;
  position: relative;
}

.special-food-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.special-food-image-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 26px;
}

.special-food-image-placeholder img {
  height: auto;
  max-height: 78%;
  max-width: 78%;
  object-fit: contain;
  width: auto;
}

.special-food-badge {
  background: var(--fd-button-color, #3ecf8e);
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  left: 14px;
  line-height: 1;
  padding: 9px 13px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
}

.special-food-content {
  padding: 18px;
}

.special-food-merchant {
  color: var(--fd-primary-color, #3ecf8e);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.special-food-content h4 {
  color: var(--fd-base-color, #111827);
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.special-food-content p {
  color: #526173;
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 10px 0 16px;
  min-height: 40px;
  overflow: hidden;
}

.special-food-bottom {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.special-food-old-price {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-right: 8px;
  text-decoration: line-through;
}

.special-food-price {
  color: var(--fd-base-color, #111827);
  font-size: 1.08rem;
  font-weight: 800;
}

.special-food-action {
  background: rgba(62, 207, 142, 0.12);
  border-radius: 999px;
  color: var(--fd-primary-color, #3ecf8e);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 8px 14px;
}

.join-showcase {
  background: #fff;
  border-radius: 22px;
  margin: 34px 0 28px;
  padding: 18px 18px 28px;
}

.join-sections {
  align-items: stretch;
}

.join-sections .swiperSlide {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.join-sections .join-deals-slide {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ed 100%);
  border-color: rgba(255, 193, 7, 0.36);
  box-shadow: 0 22px 54px rgba(255, 107, 53, 0.14);
}

.join-heading {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 248, 237, 0.96), rgba(235, 252, 245, 0.96));
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 20px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 30px 34px;
}

.join-eyebrow {
  color: #35a931;
  display: block;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.join-heading h3 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.16;
  margin: 0 0 10px;
}

.join-heading h3 span {
  color: #ef8f8f;
  font-weight: 700;
}

.join-heading p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
  max-width: 720px;
}

.join-heading-btn {
  align-items: center;
  background: #35a931;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(53, 169, 49, 0.22);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
}

.join-heading-btn:hover {
  color: #fff;
  text-decoration: none;
}

.join-sections .swiperSlide img {
  display: block;
  height: 176px;
  object-fit: cover;
  width: 100%;
}

.join-deals-media {
  background: linear-gradient(135deg, #fff3cf, #ffe6e1);
  min-height: 176px;
  overflow: hidden;
  position: relative;
}

.join-sections .join-deals-media img {
  height: 176px;
  object-fit: contain;
  padding: 18px 18px 6px;
}

.join-deals-chip {
  background: #111827;
  border-radius: 999px;
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0;
  padding: 8px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
}

.join-sections .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 28px 28px;
}

.join-sections .content h5 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.28;
  margin-bottom: 12px;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}

.join-sections .content p {
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.55;
  margin-bottom: 24px;
  min-height: 48px;
}

.join-sections .el-button {
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  margin-top: auto;
}

.join-sections .join-card-btn.el-button {
  background: #35a931;
  border-color: #35a931;
  box-shadow: 0 14px 24px rgba(53, 169, 49, 0.16);
  color: #fff;
}

.join-sections .join-card-btn.el-button:hover,
.join-sections .join-card-btn.el-button:focus {
  background: #2f982c;
  border-color: #2f982c;
  color: #fff;
  text-decoration: none;
}

body.front-page #vue-home-widgets > .home-widgets-container {
  max-width: 1240px;
  width: calc(100% - 48px);
}

.nearby-grid-section .swiper-container,
.nearby-grid-section .swiper,
.nearby-grid-section .swiperResto {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
}

.nearby-grid-section > .mb-4 {
  text-align: center;
}

.nearby-grid-section > .mb-4 h3 {
  margin-left: auto;
  margin-right: auto;
}

.nearby-grid-section .swiper-wrapper {
  align-items: stretch;
  display: grid !important;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
  position: relative;
  transform: none !important;
}

.nearby-grid-section .swiper-slide {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  margin-right: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
  position: relative !important;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  width: auto !important;
}

.nearby-grid-section .swiper-slide > .p-2 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.nearby-grid-section .swiper-slide:hover {
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.nearby-grid-section .swiper-slide img {
  aspect-ratio: 1.6 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.nearby-grid-section .swiper-button-next,
.nearby-grid-section .swiper-button-prev {
  display: none !important;
}

.nearby-grid-action {
  display: flex;
  justify-content: center;
  margin: 30px 0 46px;
  position: relative;
  z-index: 1;
}

.nearby-grid-action .btn {
  border-radius: 999px;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  padding: 13px 26px;
}

.home-merchant-cta {
  align-items: center;
  background: #122033;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(18, 32, 51, 0.16);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 14px 0 52px;
  overflow: hidden;
  padding: 34px 38px;
  position: relative;
}

.home-merchant-cta::before {
  background: linear-gradient(135deg, rgba(62, 207, 142, 0.22), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-merchant-cta-copy,
.home-merchant-cta-button {
  position: relative;
  z-index: 1;
}

.home-merchant-eyebrow {
  color: #74efb5;
  display: block;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-merchant-cta h2 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 12px;
}

.home-merchant-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.58;
  margin: 0;
  max-width: 680px;
}

.home-merchant-cta p a {
  color: #74efb5 !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-merchant-cta p a:hover,
.home-merchant-cta p a:focus {
  color: #fff !important;
}

.home-merchant-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.home-merchant-benefits span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 13px;
}

.home-merchant-cta-button {
  align-items: center;
  background: #3ecf8e;
  border-radius: 999px;
  color: #081421;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.home-merchant-cta-button:hover {
  background: #63e5aa;
  color: #081421;
  text-decoration: none;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .front-page .nearby-grid-section .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.front-page .join-showcase {
  background: transparent;
  border-radius: 0;
  margin: 38px auto 34px;
  padding: 0;
}

body.front-page .join-showcase > .text-center {
  margin-bottom: 24px !important;
}

body.front-page .join-showcase > .text-center h3 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

body.front-page .join-showcase .swiper-container {
  overflow: visible;
}

body.front-page .join-showcase .swiperRestox {
  overflow: hidden;
  padding: 0 1px 2px;
}

body.front-page .join-showcase .join-sections {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: none !important;
}

body.front-page .join-showcase .join-sections .swiperSlide {
  border-color: rgba(17, 24, 39, 0.09);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
  height: auto;
  margin-right: 0 !important;
  min-height: 520px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: auto !important;
}

body.front-page .join-showcase .join-sections .swiperSlide:hover {
  border-color: rgba(53, 169, 49, 0.25);
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

body.front-page .join-showcase .join-sections .swiperSlide img {
  border-radius: 22px 22px 0 0;
  height: 254px;
  max-height: none;
}

body.front-page .join-showcase .join-sections .content {
  border: 0;
  border-radius: 0;
  min-height: 266px;
  padding: 34px 42px 42px;
}

body.front-page .join-showcase .join-sections .content h5 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 auto 20px;
  max-width: 430px;
}

body.front-page .join-showcase .join-sections .content p {
  font-size: 1.05rem;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
  min-height: 52px;
}

body.front-page .join-showcase .join-sections .el-button {
  font-size: 1.05rem;
  height: 58px;
  max-width: 440px;
  width: 100%;
}

body.front-page .join-showcase .swiper-button-next,
body.front-page .join-showcase .swiper-button-prev {
  display: none;
}

.how-order-section {
  background-image: linear-gradient(rgba(17, 24, 39, 0.58), rgba(17, 24, 39, 0.62)), url("../images/food-slider-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 26px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.how-order-inner {
  color: #fff;
  margin: 0 auto;
  max-width: 1140px;
  padding: 56px 36px 58px;
  position: relative;
  z-index: 1;
}

.how-order-inner h2 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 46px;
  text-align: center;
}

.how-order-steps {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.how-order-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.how-order-badge {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  color: #222;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 13px 24px;
  text-transform: uppercase;
}

.how-order-icon {
  align-items: center;
  background: #ffc107;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 4.2rem;
  height: 160px;
  justify-content: center;
  margin-bottom: 26px;
  width: 160px;
}

.how-order-step h3 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-order-step p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
  max-width: 280px;
}

@media (max-width: 991.98px) {
  .special-food-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .special-food-link {
    width: 100%;
  }

  .special-food-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .join-heading-btn {
    width: 100%;
  }

  .how-order-steps {
    grid-template-columns: 1fr;
  }

  .how-order-icon {
    height: 132px;
    width: 132px;
    font-size: 3.25rem;
  }
}

@media (max-width: 575.98px) {
  .special-food-section {
    margin: 24px 0 12px;
  }

  .special-food-grid {
    grid-template-columns: 1fr;
  }

  .special-food-content p {
    min-height: 0;
  }

  .join-showcase {
    border-radius: 16px;
    margin: 24px 0;
    padding: 12px 12px 20px;
  }

  .join-heading {
    border-radius: 16px;
    padding: 24px 20px;
  }

  .join-heading h3 {
    font-size: 2rem;
  }

  .join-sections .swiperSlide img {
    height: 170px;
  }

  body.front-page #vue-home-widgets > .home-widgets-container {
    width: calc(100% - 24px);
  }

  .home-merchant-cta {
    align-items: flex-start;
    border-radius: 14px;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 36px;
    padding: 28px 22px;
  }

  .home-merchant-cta h2 {
    font-size: 1.58rem;
  }

  .home-merchant-cta-button {
    width: 100%;
  }

  body.front-page .join-showcase {
    margin: 28px auto 26px;
  }

  body.front-page .join-showcase .join-sections {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  body.front-page .join-showcase .join-sections .swiperSlide {
    min-height: 0;
  }

  body.front-page .join-showcase .join-sections .swiperSlide img {
    height: 190px;
  }

  body.front-page .join-showcase .join-sections .content {
    min-height: 0;
    padding: 24px 20px 26px;
  }

  body.front-page .join-showcase .join-sections .content h5 {
    font-size: 1.45rem;
  }

  body.front-page .join-showcase .join-sections .content p {
    font-size: 0.98rem;
    min-height: 0;
  }

  .join-sections .join-deals-media,
  .join-sections .join-deals-media img {
    height: 170px;
    min-height: 170px;
  }

  .how-order-inner {
    padding: 42px 20px 46px;
  }
}

/* Backoffice brand color controls */
body {
  color: var(--fd-base-color, #111827);
}

a:hover,
.sub-footer-nav a:hover,
.font20,
.chevron-section i,
.big-new-button p,
.section-title h3,
.text-green {
  color: var(--fd-primary-color, #3ecf8e) !important;
}

.custom-range::-moz-range-thumb,
.badge.badge-green,
.custom-control-input:checked ~ .custom-control-label::before,
.btn-green,
.btn-grey:hover,
.btn-green-line:hover,
.frm_search button,
#vue-esubscription .el-button--success,
.theme-brand-button {
  background: var(--fd-button-color, #3ecf8e) !important;
  border-color: var(--fd-button-color, #3ecf8e) !important;
  color: #fff !important;
}

.btn-green:hover,
.btn-green:focus,
#vue-esubscription .el-button--success:hover,
#vue-esubscription .el-button--success:focus {
  background: var(--fd-button-color, #3ecf8e) !important;
  border-color: var(--fd-button-color, #3ecf8e) !important;
  color: #fff !important;
  filter: brightness(0.95);
}

.btn-white,
.btn-green-line,
.border-green,
.form-control:focus,
#main-search-banner .home-search-wrap .form-control:focus {
  border-color: var(--fd-primary-color, #3ecf8e) !important;
}

.btn-white,
.btn-green-line {
  color: var(--fd-primary-color, #3ecf8e) !important;
}

.hero-service-toggle label.active {
  background: var(--fd-base-color, #111827) !important;
}

.sub-footer,
footer {
  background: var(--fd-footer-color, #0f172a) !important;
}

.footer-cta.section-join-us {
  background: #102033 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.24);
  color: #fff;
  height: auto !important;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.footer-cta.section-join-us::after {
  display: none;
}

.footer-cta .footer-cta-inner {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 0;
  padding: 58px 66px 64px;
  position: relative;
  z-index: 1;
}

.footer-cta .footer-cta-head {
  align-items: flex-start;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.footer-cta .footer-cta-copy {
  max-width: 900px;
}

.footer-cta .footer-cta-copy h1 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(2.7rem, 4.2vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 38px;
  text-shadow: none;
}

.footer-cta .footer-cta-copy p {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
  max-width: 790px;
}

.footer-cta .footer-cta-copy p a {
  color: #74efb5 !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-cta .footer-cta-copy p a:hover,
.footer-cta .footer-cta-copy p a:focus {
  color: #fff !important;
}

.footer-cta-button {
  align-items: center;
  background: var(--fd-primary-color, #3ecf8e);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(62, 207, 142, 0.22);
  color: #07111f !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
  min-height: 56px;
  min-width: 250px;
  padding: 15px 28px;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.footer-cta-button:hover {
  background: #67e7ae;
  box-shadow: 0 20px 38px rgba(62, 207, 142, 0.28);
  color: #07111f !important;
  transform: translateY(-1px);
}

.footer-cta-button i {
  font-size: 1.25rem;
  line-height: 1;
}

.footer-cta-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-cta-card {
  background: #27364d;
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 22px 22px 0 0;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  overflow: hidden;
  text-decoration: none !important;
  transition: background 160ms ease, transform 160ms ease;
}

.footer-cta-card:hover {
  background: #30415c;
  color: #fff !important;
  transform: translateY(-2px);
}

.footer-cta-card-top {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  display: flex;
  gap: 12px;
  min-height: 68px;
  padding: 0 24px;
}

.footer-cta-card-top strong {
  color: #fff;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.footer-cta-card-top > i {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.footer-cta-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 28px 24px 30px;
}

.footer-cta-card-icon {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--fd-primary-color, #3ecf8e);
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.footer-cta-card-icon i {
  color: var(--fd-primary-color, #3ecf8e);
  font-size: 1.16rem;
  line-height: 1;
}

.footer-cta-card-title {
  color: #fff;
  display: block;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.13;
  margin-bottom: 18px;
}

.footer-cta-card-text {
  color: #fff;
  display: block;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer-cta-feature-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 18px;
}

.footer-cta-feature-list span {
  align-items: flex-start;
  color: rgba(255,255,255,0.88);
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 8px;
  line-height: 1.25;
}

.footer-cta-feature-list span::before {
  background: var(--fd-primary-color, #3ecf8e);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 6px;
  margin-top: 6px;
  width: 6px;
}

.footer-cta.section-join-us .d-flex {
  height: auto;
}

@media (max-width: 1199.98px) {
  .footer-cta-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-cta-card {
    min-height: 330px;
  }
}

@media (max-width: 767.98px) {
  .footer-cta.section-join-us {
    min-height: 0;
  }

  .footer-cta .footer-cta-inner {
    align-items: flex-start;
    gap: 42px;
    min-height: 0;
    padding: 42px 18px 0;
    text-align: left;
  }

  .footer-cta .footer-cta-head {
    flex-direction: column;
    gap: 24px;
  }

  .footer-cta .footer-cta-copy h1 {
    font-size: 2.45rem;
    margin-bottom: 22px;
  }

  .footer-cta .footer-cta-copy p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .footer-cta-button {
    margin-top: 0;
    min-width: 0;
    width: 100%;
  }

  .footer-cta-cards {
    gap: 18px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-cta-card {
    border-radius: 20px 20px 0 0;
    min-height: 290px;
  }

  .footer-cta-card-body {
    padding: 26px 24px 26px;
  }

  .footer-cta-card-title {
    font-size: 1.2rem;
  }
}

/* Mobile footer: keep download badges and footer links inside the viewport */
footer,
.sub-footer {
  overflow-x: hidden;
}

footer .app-store-img,
footer .app-store-wrap img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 575.98px) {
  footer .d-block.d-lg-none > .d-flex {
    flex-wrap: wrap;
    gap: 8px !important;
    padding: 0 8px;
  }

  footer .d-block.d-lg-none > .d-flex a {
    flex: 0 1 calc(50% - 4px);
    max-width: 160px;
  }

  footer .app-store-img {
    display: block;
    width: 100%;
  }

  .sub-footer-nav .row {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer-nav .row > [class*="col"] {
    margin-bottom: 16px;
    min-width: 0;
    text-align: center;
  }
}

/* Restaurant detail page */
#merchant-search-banner {
  align-items: center;
  background: linear-gradient(135deg, #fff8ef 0%, #fff 48%, #e9f8f2 100%);
  display: flex;
  gap: clamp(28px, 5vw, 80px);
  justify-content: space-between;
  min-height: 320px;
  overflow: hidden;
  padding: 34px clamp(36px, 7vw, 140px);
  position: relative;
}

#merchant-search-banner::after {
  background: radial-gradient(circle at 18% 24%, rgba(62, 207, 142, 0.16), transparent 28%), radial-gradient(circle at 92% 18%, rgba(255, 128, 72, 0.16), transparent 24%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

#merchant-search-banner .banner-center {
  flex: 0 1 660px;
  margin: 0;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

#merchant-search-banner .restaurant-hero-title {
  color: #111827;
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.16;
  max-width: 720px;
  margin: 0;
}

#merchant-search-banner .restaurant-logo-wrap {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  padding: 4px;
  width: 48px;
}

#merchant-search-banner .restaurant-logo-img,
#merchant-search-banner .restaurant-logo-img img {
  border: 0 !important;
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  width: auto !important;
}

#merchant-search-banner .restaurant-brand-line {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
  min-width: 0;
}

#merchant-search-banner .restaurant-meta-list {
  align-items: center;
  color: #526173;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
  margin-bottom: 14px !important;
}

#merchant-search-banner .restaurant-meta-list li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#merchant-search-banner .restaurant-meta-list i {
  font-size: 1.1rem;
}

#merchant-search-banner .hero-service-toggle {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #merchant-search-banner {
    min-height: 280px;
    padding: 30px !important;
  }

  #merchant-search-banner .hero-food-slider {
    display: none;
  }
}

.merchant-top-header {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9)),
    radial-gradient(circle at 18% 18%, rgba(28, 126, 202, 0.13), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(195, 63, 19, 0.1), transparent 34%),
    #f6f9fc;
  border-bottom: 1px solid #edf1f5;
  overflow: hidden;
  padding: 8px 0 12px;
  position: relative;
}

.merchant-top-header::before {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 17, 31, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.merchant-top-header > .container {
  position: relative;
  z-index: 1;
}

.merchant-top-header .el-breadcrumb {
  font-size: 0.92rem;
}

.restaurant-hero-card {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  min-height: 310px;
  overflow: visible;
  padding: 0;
}

.restaurant-hero-info {
  align-items: flex-start;
  display: flex;
  padding: 14px 34px;
}

.restaurant-brand-line {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  min-width: 0;
}

.restaurant-logo-wrap {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(18, 28, 45, 0.08);
  display: flex;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  padding: 4px;
  width: 48px;
}

.restaurant-logo-img,
.restaurant-logo-img img {
  border: 0 !important;
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
  width: auto !important;
}

.restaurant-hero-copy {
  max-width: 760px;
  min-width: 0 !important;
  width: 100%;
}

.restaurant-quick-location-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.1);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  margin-top: 16px;
  max-width: 720px;
  overflow: hidden;
}

.restaurant-quick-map {
  background: #edf2f7;
  display: block;
  min-height: 154px;
  overflow: hidden;
  position: relative;
}

.restaurant-quick-map img {
  display: block;
  height: 100%;
  min-height: 154px;
  object-fit: cover;
  transform: scale(1.02);
  width: 100%;
}

.restaurant-quick-map span {
  align-items: center;
  background: rgba(7, 17, 31, 0.82);
  border-radius: 999px;
  bottom: 12px;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 6px;
  left: 12px;
  padding: 7px 11px;
  position: absolute;
}

.restaurant-quick-location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.restaurant-quick-location-kicker {
  color: #35a931;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.restaurant-quick-location-copy p {
  color: #263241;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 0 14px;
}

.restaurant-quick-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.restaurant-quick-action {
  align-items: center;
  background: #f2f5f7;
  border-radius: 999px;
  color: #07111f !important;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none !important;
}

.restaurant-quick-action:hover,
.restaurant-quick-action:focus {
  background: #e7edf2;
  color: #07111f !important;
}

.restaurant-quick-action-primary {
  align-items: center;
  background: #35a931;
  color: #fff !important;
  gap: 10px;
  line-height: 1.28;
  min-height: 54px;
  padding: 10px 22px;
}

.restaurant-quick-action-primary i {
  flex: 0 0 auto;
  font-size: 1.05rem;
}

.restaurant-quick-action-primary span {
  display: block;
}

.restaurant-quick-action-primary:hover,
.restaurant-quick-action-primary:focus {
  background: #278e25;
  color: #fff !important;
}

.restaurant-intro-location-section {
  margin: 26px 0 28px;
}

.restaurant-intro-location-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
}

.restaurant-intro-panel {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(18, 28, 45, 0.08);
  padding: 26px 28px;
}

.restaurant-intro-kicker {
  color: #35a931;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.restaurant-intro-panel h2 {
  color: #07111f;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 13px;
}

.restaurant-intro-panel p,
.restaurant-intro-copy {
  color: #263241;
  font-size: 1rem;
  line-height: 1.68;
  margin: 0 0 12px;
}

.restaurant-intro-copy p:last-child {
  margin-bottom: 0;
}

.restaurant-intro-location-card {
  margin-top: 0;
  max-width: none;
  min-height: 100%;
 }

.restaurant-cuisine-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.restaurant-cuisine-list li {
  background: #f4f7f9;
  border-radius: 999px;
  color: #5f6670;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  line-height: 1;
  padding: 8px 11px;
}

.restaurant-cuisine-list .info-items-dot-separator {
  display: none;
}

.restaurant-hero-title {
  color: #07111f;
  font-size: clamp(1.75rem, 2.45vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 620px;
  overflow-wrap: anywhere;
}

.restaurant-meta-list {
  align-items: center;
  color: #263241;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px !important;
}

.restaurant-meta-list li {
  font-size: 0.98rem !important;
}

.restaurant-meta-list a {
  color: inherit;
}

.restaurant-hero-details {
  color: #1f2a3a;
  display: grid;
  gap: 7px;
  margin: 6px 0 12px;
  max-width: 620px;
}

.restaurant-hero-detail-item {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  gap: 11px;
  line-height: 1.35;
  min-width: 0;
}

.restaurant-hero-detail-item i {
  align-items: center;
  background: rgba(7, 17, 31, 0.06);
  border-radius: 50%;
  color: #07111f;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 0.96rem;
  height: 24px;
  justify-content: center;
  line-height: 1.35;
  text-align: center;
  width: 24px;
}

.restaurant-hero-detail-item a,
.restaurant-hero-detail-button {
  color: inherit;
}

.restaurant-hero-detail-address span {
  overflow-wrap: anywhere;
}

.restaurant-hero-detail-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.restaurant-hero-detail-button:hover {
  color: var(--fd-primary-color, #31b72f);
}

.restaurant-service-shell {
  margin-top: 6px;
  max-width: 100%;
  min-width: 0;
}

.restaurant-actions-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 6px;
  max-width: 100%;
}

.restaurant-actions-row .restaurant-service-shell {
  width: 100%;
  min-width: 0;
}

.restaurant-section-tabs-inline {
  width: 100%;
}

.restaurant-section-tabs-inline .restaurant-section-tabs-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 0;
  width: 100%;
  overflow-x: auto;
}
 
.restaurant-actions-row .restaurant-section-tabs-inline {
  width: 100%;
}

.restaurant-service-shell .el-radio-group,
.restaurant-service-shell .el-segmented {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
}

.restaurant-service-shell .el-radio-group,
.restaurant-service-shell .el-segmented {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.restaurant-service-shell .el-radio-button,
.restaurant-service-shell .el-segmented .el-radio-button {
  flex: 0 0 auto !important;
}

.restaurant-service-shell .el-radio-button__inner,
.top-merchant-details + .container .el-radio-button__inner {
  white-space: nowrap;
  padding: 8px 14px !important;
  min-width: 90px;
}

.restaurant-service-shell .el-radio-group,
.restaurant-service-shell .el-segmented,
.restaurant-service-shell .btn-group-rounded,
.top-merchant-details + .container .el-radio-group,
.top-merchant-details + .container .el-segmented {
  background: #f0f3f6 !important;
  border-radius: 999px !important;
  padding: 7px !important;
}

.restaurant-service-shell .el-radio-button__inner,
.restaurant-service-shell .btn-group-rounded .btn,
.top-merchant-details + .container .el-radio-button__inner {
  border: 0 !important;
  border-radius: 999px !important;
  color: #07111f !important;
  font-weight: 800;
  min-width: auto !important;
  padding: 11px 22px !important;
}

.restaurant-service-shell .is-active .el-radio-button__inner,
.restaurant-service-shell .btn-group-rounded .btn.active,
.restaurant-service-shell .btn-group-rounded .btn:has(input:checked),
.top-merchant-details + .container .is-active .el-radio-button__inner {
  background: #07111f !important;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.18) !important;
  color: #fff !important;
}

.restaurant-service-shell .el-radio-button:nth-child(n+3),
.top-merchant-details + .container .el-radio-button:nth-child(n+3) {
  display: inline-flex !important;
}

.restaurant-hero-media {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(18, 28, 45, 0.18), 0 8px 20px rgba(18, 28, 45, 0.1);
  height: 340px;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.restaurant-hero-media::after {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.restaurant-hero-media-grid {
  height: 100%;
  position: relative;
  width: 100%;
}

.restaurant-header-img,
.restaurant-header-img .el-image__inner {
  display: block;
  height: 340px !important;
  max-height: none;
  min-height: 0;
  object-fit: cover !important;
  object-position: center center;
  width: 100% !important;
}

.restaurant-hero-media-grid.has-slider .restaurant-header-img,
.restaurant-mobile-media-slider.has-slider .restaurant-header-img {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  z-index: 0;
}

.restaurant-hero-media-grid.has-slider .restaurant-header-img.is-active,
.restaurant-mobile-media-slider.has-slider .restaurant-header-img.is-active {
  opacity: 1;
  z-index: 1;
}

.restaurant-header-img .el-image__inner {
  border-radius: 0;
  transform: scale(1.01);
}

.restaurant-hero-slide-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 239, 0.92);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(18, 28, 45, 0.18);
  color: #07111f;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 3;
}

.restaurant-hero-slide-btn:hover {
  background: #fff;
}

.restaurant-hero-slide-btn.is-prev {
  left: 16px;
}

.restaurant-hero-slide-btn.is-next {
  right: 16px;
}

.restaurant-header-img-fallback {
  background: #fff;
  padding: 46px;
}

.restaurant-logo-img {
  object-fit: contain;
}

.merchant-top-header .fav-wrap {
  right: 18px;
  top: 18px;
}

.merchant-top-header .fav-wrap button,
.merchant-top-header .fav-wrap .el-button {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #e2e8ef !important;
  box-shadow: 0 12px 28px rgba(18, 28, 45, 0.2);
  position: relative;
  z-index: 2;
}

.restaurant-about-preview-shell {
  margin-top: 14px;
}

.restaurant-about-preview {
  align-items: start;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e4ebf2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(18, 28, 45, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  padding: 20px 22px;
}

.restaurant-about-preview-copy {
  min-width: 0;
}

.restaurant-about-preview-text {
  color: #263241;
  display: block;
  font-size: 1rem;
  line-height: 1.62;
  margin: 0 0 10px;
  max-height: none;
  overflow: visible;
}

.restaurant-about-inline-more {
  background: transparent;
  border: 0;
  color: #278e25;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.restaurant-about-inline-more:hover,
.restaurant-about-inline-more:focus {
  color: #07111f;
}

.restaurant-about-order-btn {
  align-items: center;
  align-self: center;
  background: #35a931;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.restaurant-about-order-btn:hover,
.restaurant-about-order-btn:focus {
  background: #278e25;
  color: #fff !important;
}

.restaurant-about-more-btn {
  align-items: center;
  background: #07111f;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 42px;
}

.restaurant-about-more-btn:hover {
  background: #1f2937;
}

.restaurant-about-more-btn i {
  line-height: 1;
}

.restaurant-section-tabs {
  background: #fff;
  border-bottom: 1px solid #edf1f5;
  border-top: 1px solid #edf1f5;
  position: relative;
  top: auto;
  z-index: 40;
}

.restaurant-section-tabs-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}
.restaurant-section-tabs a {
  white-space: nowrap;
}

.restaurant-section-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.restaurant-section-tabs a {
  background: #f4f7f9;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #263241;
  flex: 0 0 auto;
  font-weight: 800;
  line-height: 1;
  padding: 12px 18px;
}

.restaurant-section-tabs a:hover {
  background: #eefbf5;
  border-color: #d8eee4;
  color: var(--fd-primary-color, #31b72f);
}

.restaurant-section-tabs a.active {
  background: var(--fd-primary-color, #31b72f);
  border-color: var(--fd-primary-color, #31b72f);
  color: #fff;
}

.restaurant-section-tabs-inline {
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  min-width: 0;
  position: static;
  top: auto;
  z-index: auto;
}

.restaurant-section-tabs-inline {
  width: 100%;
}

.restaurant-section-tabs-inline .restaurant-section-tabs-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 0;
  overflow-x: auto;
  width: 100%;
}

.restaurant-section-tabs-inline a {
  flex: 0 0 auto;
  font-size: 0.92rem;
  padding: 12px 16px;
}

.restaurant-actions-row .restaurant-section-tabs-inline {
  width: 100%;
}

.restaurant-actions-row::-webkit-scrollbar,
.restaurant-section-tabs-scroll::-webkit-scrollbar {
  display: none;
}

.restaurant-top-category-sticky {
  background: #fff;
  border-bottom: 1px solid #edf1f5;
  box-shadow: 0 10px 24px rgba(18, 28, 45, 0.04);
  margin: 0 calc(50% - 50vw) 18px;
  padding: 12px 24px 10px;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 32;
}

.restaurant-top-category-sticky > div,
.restaurant-top-category-sticky .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.restaurant-top-category-sticky .col,
.restaurant-top-category-sticky [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.restaurant-top-category-sticky .el-input__wrapper,
.restaurant-top-category-sticky input,
.restaurant-top-category-sticky .el-input__inner {
  background: #fff !important;
}

.restaurant-top-category-sticky .el-input {
  max-width: 320px;
}

.restaurant-top-category-sticky .el-input__wrapper {
  min-height: 42px !important;
  padding-left: 14px !important;
}

.restaurant-top-category-sticky .el-input__inner {
  height: 40px !important;
  line-height: 40px !important;
}

.restaurant-top-category-sticky .el-input__prefix,
.restaurant-top-category-sticky .el-input__prefix-inner {
  align-items: center;
  display: flex;
}

.restaurant-top-category-sticky a,
.restaurant-top-category-sticky button,
.restaurant-top-category-sticky .el-button,
.restaurant-top-category-sticky .nav-link {
  font-weight: 800 !important;
}

.restaurant-category-arrow {
  align-items: center;
  background: #fff;
  border: 1px solid #dce4ec;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(18, 28, 45, 0.12);
  color: #263241;
  display: none;
  font-size: 24px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  z-index: 3;
}

.restaurant-category-arrow-left {
  left: 10px;
}

.restaurant-category-arrow-right {
  right: 10px;
}

.restaurant-top-category-sticky.has-overflow {
  padding-left: 58px;
  padding-right: 58px;
}

.restaurant-top-category-sticky.has-overflow .restaurant-category-arrow {
  display: flex;
}

@media (min-width: 992px) {
  .restaurant-top-category-sticky {
    padding-left: 58px;
    padding-right: 58px;
  }

  .restaurant-top-category-sticky .restaurant-category-arrow {
    display: flex !important;
  }
}

.restaurant-category-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.restaurant-top-category-sticky .restaurant-category-scroll {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.restaurant-top-category-sticky .restaurant-category-scroll::-webkit-scrollbar {
  display: none;
}

/* Use native scrolling for the desktop category bar; Owl transforms fight
   external previous/next controls and can reset their position. */
.restaurant-top-category-sticky .owl-stage-outer {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.restaurant-top-category-sticky .owl-stage-outer::-webkit-scrollbar {
  display: none;
}

.restaurant-top-category-sticky .owl-stage {
  transform: none !important;
}

.restaurant-top-menu-shell #vue-merchant-menu section {
  scroll-margin-top: 98px;
}

.restaurant-top-menu-shell #vue-merchant-menu section > h5 {
  padding-top: 4px;
}

.restaurant-menu-shell {
  background: #f7f9fb;
  padding: 16px 0 34px;
  scroll-margin-top: 76px;
}

.restaurant-menu-shell.is-hidden {
  display: none;
}

#vue-booking-reservation {
  display: none;
}

.schedule-order-notice {
  background: #fff8e1;
  border: 1px solid #ffe2a8;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(118, 79, 0, 0.08);
  padding: 22px;
}

.schedule-order-notice h4 {
  color: #07111f;
  font-weight: 800;
}

.schedule-order-notice a {
  color: var(--fd-primary-color, #31b72f);
}

.restaurant-menu-shell .container > .row {
  align-items: flex-start;
}

.restaurant-menu-shell .menu-left,
.restaurant-menu-shell .menu-center,
.restaurant-menu-shell .menu-right {
  align-self: flex-start;
  padding-top: 0;
}

.restaurant-menu-shell .menu-left {
  position: sticky;
  top: 96px;
  z-index: 12;
}

.restaurant-menu-shell .menu-right {
  position: sticky;
  top: 96px;
  z-index: 10;
}

/* Wider cart on right side */
.restaurant-menu-shell .menu-right .sticky-cart {
  min-width: 0;
  width: 100%;
}

.restaurant-menu-shell .menu-right .sticky-cart .cart-items-list {
  max-height: 50vh;
  overflow-y: auto;
}

.restaurant-menu-shell .sticky-sidebar,
.restaurant-menu-shell .menu-center,
.restaurant-menu-shell .sticky-cart {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(18, 28, 45, 0.06);
}

.restaurant-menu-shell .sticky-cart {
  background: #f7f9fb;
  border-color: transparent;
  box-shadow: none;
}

.restaurant-menu-shell .sticky-sidebar {
  max-height: none;
  overflow: visible;
  padding: 22px 26px;
}

.restaurant-menu-shell .sticky-sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}

.restaurant-menu-shell .sticky-sidebar::-webkit-scrollbar-thumb {
  background: transparent;
}

.restaurant-menu-shell .menu-center {
  padding: 20px 22px;
}

.restaurant-menu-shell .sticky-cart {
  padding: 20px;
}

.restaurant-menu-shell .item-image-preview {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(18, 28, 45, 0.06);
  display: flex;
  min-height: 130px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
 
}

.restaurant-menu-shell .item-image-preview .el-image {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100% !important;
  justify-content: center;
  width: 100% !important;
}

.restaurant-menu-shell .item-image-preview .el-image__inner,
.restaurant-menu-shell .item-image-preview img {
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: auto !important;
}

.restaurant-menu-shell .menu-item-no-photo .fixed-height {
  min-height: auto;
}

.restaurant-menu-shell .menu-item-no-photo .center {
  width: 100%;
}

.restaurant-menu-shell .menu-item-right-action-only {
  align-items: center;
  display: flex;
  min-height: 54px;
  min-width: 54px;
  justify-content: center;
}

.restaurant-menu-shell .menu-item-right-action-only .button-fixed-buttom {
  bottom: auto;
  position: static !important;
  right: auto;
}

/* Cart item images */
.cart-image-preview {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(18, 28, 45, 0.06);
  display: flex;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 50px;
}

.cart-image-preview .el-image {
  align-items: center;
  background: transparent;
  display: flex;
  height: 100% !important;
  justify-content: center;
  width: 100% !important;
}

.cart-image-preview .el-image__inner,
.cart-image-preview img {
  height: auto !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: auto !important;
}

.cart-heading {
  font-size: 16px;
  line-height: 1.2;
}

.restaurant-menu-shell h5 {
  font-size: 1.15rem;
  font-weight: 800;
}

.restaurant-menu-shell .menu-category a {
  border-radius: 12px;
  color: #5f6670;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 8px;
  padding: 12px 16px;
  white-space: normal;
  word-break: normal;
}

.restaurant-menu-shell .menu-category a:hover,
.restaurant-menu-shell .menu-category a.active {
  background: #eefbf5;
}

.restaurant-menu-shell .menu-category a,
.restaurant-menu-shell .category-carousel .nav-link,
.restaurant-menu-shell .restaurant-top-category-sticky a,
.restaurant-menu-shell .restaurant-top-category-sticky .nav-link,
.restaurant-menu-shell section > h5 {
  text-transform: capitalize;
}

/* Menu category sections: show only first by default, switch via :target */
#vue-merchant-menu > section {
  display: none;
}
#vue-merchant-menu > section:first-of-type,
#vue-merchant-menu > section:target {
  display: block;
}

#vue-merchant-menu > section.fd-category-hidden {
  display: none !important;
}

#vue-merchant-menu > section.fd-category-active {
  display: block !important;
}

#vue-merchant-menu:has(> section:target) > section:first-of-type:not(:target) {
  display: none;
}

.restaurant-menu-shell input,
.restaurant-menu-shell .el-input__inner {
  border-radius: 12px !important;
}

.restaurant-details-wrap,
.restaurant-review-section {
  scroll-margin-top: 86px;
}

.restaurant-tab-panel {
  display: none;
}

.restaurant-tab-panel.is-active {
  display: block;
}

.restaurant-contact-section.mode-contact .restaurant-hours-card,
.restaurant-contact-section.mode-hours .restaurant-contact-card {
  display: none !important;
}

.restaurant-contact-section.mode-map .restaurant-contact-card,
.restaurant-contact-section.mode-map .restaurant-hours-card {
  display: none !important;
}

.restaurant-contact-section.mode-map .restaurant-map-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.restaurant-top-menu-shell .menu-right {
  padding-top: 0 !important;
  top: 72px;
}

.restaurant-top-menu-shell .sticky-cart {
  background: #fff;
  isolation: isolate;
  margin-top: 0;
  padding-top: 8px;
}

.restaurant-top-menu-shell .sticky-cart .section-cart {
  background: #fff;
  position: relative;
  z-index: 1;
}

.restaurant-info-section,
.restaurant-review-section {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.055);
  padding: 26px !important;
}

.restaurant-info-section h5,
.restaurant-review-section h5 {
  color: #07111f;
  font-size: 1.25rem;
  font-weight: 800;
}

.restaurant-info-section .description {
  color: #445064;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 780px;
}

.restaurant-gallery-grid {
  width: 100% !important;
}

.restaurant-gallery-grid img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.restaurant-detail-card {
  background: #f8fafc;
  border: 1px solid #edf1f5;
  border-radius: 18px;
  margin-bottom: 16px;
  padding: 18px;
}

.restaurant-info-card {
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border-color: #e5edf4;
  box-shadow: 0 14px 30px rgba(18, 28, 45, 0.06);
  display: flex;
  gap: 14px;
  overflow: hidden;
  position: relative;
}

.restaurant-info-card::before {
  background: var(--fd-primary-color, #3ecf8e);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 4px;
}

.restaurant-info-icon {
  align-items: center;
  background: rgba(62, 207, 142, 0.12);
  border-radius: 14px;
  color: var(--fd-primary-color, #31b72f);
  display: flex;
  flex: 0 0 44px;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  margin-left: 2px;
  width: 44px;
}

.restaurant-info-body {
  min-width: 0;
  width: 100%;
}

.restaurant-info-kicker {
  color: var(--fd-primary-color, #31b72f);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.restaurant-info-card h5 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.restaurant-info-main {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.restaurant-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.restaurant-info-chip,
.restaurant-hours-open-btn {
  align-items: center;
  background: #eef3f7;
  border: 1px solid #e1e8ef;
  border-radius: 999px;
  color: #263241 !important;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
}

.restaurant-info-chip:hover,
.restaurant-hours-open-btn:hover {
  background: #e8f8f1;
  border-color: rgba(62, 207, 142, 0.35);
  color: #0f7f50 !important;
  text-decoration: none;
}

.restaurant-info-chip-primary {
  background: var(--fd-primary-color, #3ecf8e);
  border-color: var(--fd-primary-color, #3ecf8e);
  color: #fff !important;
}

.restaurant-info-chip-primary:hover {
  color: #fff !important;
  filter: brightness(0.96);
}

.restaurant-info-note {
  color: #64748b;
  font-size: 0.84rem;
  margin: 10px 0 0;
}

.restaurant-hours-preview-card {
  cursor: pointer;
}

.restaurant-hours-preview-card:focus-visible {
  outline: 3px solid rgba(62, 207, 142, 0.35);
  outline-offset: 3px;
}

.restaurant-hours-preview-list {
  display: grid;
  gap: 7px;
  margin: 10px 0 14px;
}

.restaurant-hours-preview-row {
  align-items: flex-start;
  border-bottom: 1px solid #edf2f6;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 7px;
}

.restaurant-hours-preview-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.restaurant-hours-preview-row span {
  color: #64748b;
  font-size: 0.9rem;
  min-width: 84px;
}

.restaurant-hours-preview-row strong {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
}

.restaurant-hours-preview-row.is-today span {
  color: var(--fd-primary-color, #31b72f);
  font-weight: 800;
}

.restaurant-hours-open-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.restaurant-detail-card table td {
  color: #445064;
  font-size: 0.94rem;
}

.restaurant-detail-card table td.bold {
  color: #07111f;
  text-align: right;
}

.restaurant-contact-meta {
  color: #263241;
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.restaurant-contact-meta i {
  color: #07111f;
  margin-right: 6px;
  width: 14px;
}

.restaurant-list-card-meta {
  display: grid;
  gap: 3px;
  margin: 6px 0 9px;
}

.restaurant-list-card-line {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 0.76rem;
  gap: 6px;
  line-height: 1.25;
  min-width: 0;
}

.restaurant-list-card-line i {
  color: var(--fd-primary-color, #31b72f);
  flex: 0 0 15px;
  font-size: 1rem;
  text-align: center;
}

.restaurant-list-card-line span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.restaurant-list-hours-trigger {
  border-bottom: 1px dotted rgba(49, 183, 47, 0.65);
  color: #263241;
  cursor: pointer;
  font-weight: 700;
}

.restaurant-list-hours-trigger:hover,
.restaurant-list-hours-trigger:focus-visible {
  color: var(--fd-primary-color, #31b72f);
  outline: none;
}

.restaurant-list-hours-modal {
  align-items: center;
  background: rgba(15, 23, 42, 0.48);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 9999;
}

.restaurant-list-hours-modal.is-active {
  display: flex;
}

.restaurant-list-hours-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18, 28, 45, 0.24);
  max-width: 560px;
  padding: 28px 22px 24px;
  position: relative;
  width: min(94vw, 560px);
}

.restaurant-list-hours-close {
  background: #f4f7f9;
  border: 0;
  border-radius: 50%;
  color: #5f6670;
  cursor: pointer;
  font-size: 1.4rem;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 14px;
  width: 34px;
}

.restaurant-list-hours-close:hover {
  background: #e8eef3;
}

.restaurant-list-hours-box h5 {
  color: #07111f;
  font-weight: 800;
  margin: 0 38px 4px 0;
}

.restaurant-list-hours-restaurant {
  color: #64748b;
  font-size: 0.92rem;
  margin: 0 0 16px;
}

.restaurant-list-hours-details {
  display: grid;
  gap: 9px;
}

.restaurant-list-hours-row {
  align-items: center;
  border-bottom: 1px solid #edf2f6;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 9px;
}

.restaurant-list-hours-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.restaurant-list-hours-row span {
  color: #64748b;
  font-size: 0.86rem;
  min-width: 88px;
}

.restaurant-list-hours-row strong {
  color: #111827;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  text-align: right;
}

.restaurant-map-col {
  min-height: 360px;
}

.restaurant-map-img {
  border: 1px solid #e8eef3;
  box-shadow: 0 12px 30px rgba(18, 28, 45, 0.06);
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.restaurant-review-heading {
  align-items: center;
}

.restaurant-review-card {
  background: #f8fafc;
  border: 1px solid #edf1f5;
  border-radius: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px;
}

.items-review img.img-60 {
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(18, 28, 45, 0.12);
}

@media (max-width: 991px) {
  .restaurant-hero-card,
  .restaurant-hero-info {
    height: auto !important;
    max-height: none;
  }

  .restaurant-hero-card {
    padding: 14px;
  }

  .restaurant-hero-info {
    padding: 18px;
  }

  .restaurant-hero-media,
  .restaurant-header-img,
  .restaurant-header-img .el-image__inner {
    height: 230px !important;
    max-height: 230px;
  }

  .merchant-top-header > .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-merchant-details.mobile-merchant-details {
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.12), rgba(7, 17, 31, 0.38)),
      #f4f7f9;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    min-height: 180px;
  }

  #vue-merchant-details > .d-block.d-lg-none > .container {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(18, 28, 45, 0.08);
    margin-top: -42px;
    padding: 22px !important;
    position: relative;
    z-index: 2;
  }

  #vue-merchant-details > .d-block.d-lg-none h5 {
    font-size: 1.5rem;
    font-weight: 800;
  }

  .restaurant-menu-shell {
    padding-top: 18px;
  }

  .restaurant-mobile-media-slider {
    background: #d9dee4;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
  }

  .restaurant-mobile-media-slider::after {
    background: linear-gradient(180deg, rgba(7, 17, 31, 0.02), rgba(7, 17, 31, 0.2));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }

  .restaurant-mobile-media-slider .restaurant-header-img {
    display: block;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    width: 100% !important;
  }

  .restaurant-mobile-media-slider .restaurant-header-img-fallback {
    background: #fff;
    object-fit: contain;
    padding: 34px;
  }

  .restaurant-mobile-media-slider .restaurant-hero-slide-btn {
    height: 38px;
    top: 50%;
    width: 38px;
    z-index: 4;
  }

  .restaurant-mobile-media-slider .restaurant-hero-slide-btn.is-prev {
    left: 12px;
  }

  .restaurant-mobile-media-slider .restaurant-hero-slide-btn.is-next {
    right: 12px;
  }

  .top-merchant-details.mobile-merchant-details .sub {
    z-index: 5;
  }

  #vue-merchant-details > .d-block.d-lg-none .restaurant-mobile-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
    min-width: 0;
  }

  #vue-merchant-details > .d-block.d-lg-none .restaurant-mobile-brand .restaurant-logo-wrap {
    border-radius: 10px;
    flex: 0 0 46px;
    height: 46px;
    min-width: 46px;
    width: 46px;
  }

  #vue-merchant-details > .d-block.d-lg-none .restaurant-mobile-brand .restaurant-logo-img {
    display: block;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    width: auto !important;
  }

  #vue-merchant-details > .d-block.d-lg-none .restaurant-mobile-brand h5 {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .top-merchant-details + .container .el-radio-group,
  .top-merchant-details + .container .el-segmented,
  .top-merchant-details + .container .btn-group-rounded,
  #vue-merchant-details > .d-block.d-lg-none .el-radio-group,
  #vue-merchant-details > .d-block.d-lg-none .el-segmented,
  #vue-merchant-details > .d-block.d-lg-none .btn-group-rounded {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 2px !important;
    width: 100% !important;
  }

  .top-merchant-details + .container .el-radio-button,
  .top-merchant-details + .container .btn-group-rounded .btn,
  #vue-merchant-details > .d-block.d-lg-none .el-radio-button {
    display: block !important;
    flex: none !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  #vue-merchant-details > .d-block.d-lg-none .btn-group-rounded .btn {
    display: flex !important;
    flex: none !important;
    justify-content: center !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .top-merchant-details + .container .el-radio-button__inner,
  .top-merchant-details + .container .btn-group-rounded .btn,
  #vue-merchant-details > .d-block.d-lg-none .el-radio-button__inner,
  #vue-merchant-details > .d-block.d-lg-none .btn-group-rounded .btn {
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 7px 1px !important;
    text-align: center !important;
    text-overflow: clip !important;
    width: 100% !important;
  }

  #vue-merchant-details > .d-block.d-lg-none .btn-group-rounded .btn .bold {
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  #vue-merchant-details > .d-block.d-lg-none .btn-group-rounded .btn p {
    display: none !important;
  }

  .top-merchant-details + .container .is-active .el-radio-button__inner,
  #vue-merchant-details > .d-block.d-lg-none .is-active .el-radio-button__inner {
    box-shadow: 0 6px 14px rgba(7, 17, 31, 0.14) !important;
  }

  .restaurant-menu-shell .menu-center,
  .restaurant-menu-shell .sticky-cart,
  .restaurant-info-section,
  .restaurant-review-section {
    border-radius: 18px;
    padding: 18px !important;
  }

  .restaurant-map-img {
    min-height: 260px;
  }
}

/* Hours Modal */
.hours-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.restaurant-about-modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 18px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.restaurant-about-modal-overlay.is-active {
  display: flex;
}

.restaurant-about-modal-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18, 28, 45, 0.2);
  max-height: min(78vh, 620px);
  max-width: 620px;
  overflow: auto;
  padding: 30px 26px 26px;
  position: relative;
  width: min(92vw, 620px);
}

.restaurant-about-modal-close {
  background: #f4f7f9;
  border: 0;
  border-radius: 50%;
  color: #5f6670;
  cursor: pointer;
  font-size: 1.4rem;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 14px;
  width: 34px;
}

.restaurant-about-modal-close:hover {
  background: #e8eef3;
}

.restaurant-about-modal-box h5 {
  color: #07111f;
  font-weight: 800;
  padding-right: 34px;
}

.restaurant-about-modal-copy {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.65;
}

.hours-modal-overlay.is-active {
  display: flex;
}

.hours-modal-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18, 28, 45, 0.2);
  max-width: 380px;
  padding: 28px 24px 24px;
  position: relative;
  width: 90%;
}

.hours-modal-close {
  background: #f4f7f9;
  border: 0;
  border-radius: 50%;
  color: #5f6670;
  cursor: pointer;
  font-size: 1.4rem;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 14px;
  text-align: center;
  top: 14px;
  width: 34px;
}

.hours-modal-close:hover {
  background: #e8eef3;
}

.hours-modal-box h5 {
  font-weight: 800;
  color: #07111f;
}

.hours-modal-box .hours-table td {
  color: #445064;
  font-size: 0.94rem;
  padding: 6px 0;
}

.hours-modal-box .hours-table td:last-child {
  color: #07111f;
  text-align: right;
}

.hours-time-list {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hours-time-list span {
  color: #1f2937;
  display: inline-block;
  font-size: 0.82rem;
  line-height: 1.25;
  white-space: nowrap;
}

.hours-modal-box hr {
  border-color: #edf1f5;
  margin: 16px 0;
}

@media (max-width: 767px) {
  .restaurant-brand-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .restaurant-hero-title {
    font-size: 2rem;
  }

  .restaurant-section-tabs a {
    font-size: 0.92rem;
    padding: 11px 15px;
  }

  .category-carousel #menu-category.owl-loaded .owl-stage-outer {
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .category-carousel #menu-category.owl-loaded .owl-stage-outer::-webkit-scrollbar {
    display: none;
  }

  .category-carousel #menu-category.owl-loaded .owl-stage {
    display: flex !important;
    transform: none !important;
    width: max-content !important;
  }

  .category-carousel #menu-category.owl-loaded .owl-item {
    flex: 0 0 auto;
    width: auto !important;
  }

  .category-carousel .nav-link {
    white-space: nowrap;
  }

  .restaurant-detail-card {
    padding: 16px;
  }
}

/* ========== CART STYLING ========== */
.section-cart .cart-item-row {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.section-cart .cart-item-row:hover {
  box-shadow: none;
  background: none;
}
.section-cart .cart-item-name {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}
.section-cart .cart-item-size {
  font-size: 10px;
  color: #999;
  font-weight: 400;
}
.section-cart .cart-item-note {
  font-size: 10px;
  color: #888;
}
.section-cart .cart-item-attributes {
  font-size: 10px;
  color: #aaa;
}
.section-cart .cart-qty-input {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 2px;
  display: inline-block;
  -moz-appearance: textfield;
  outline: none;
}
.section-cart .cart-qty-input:focus {
  border-color: #3ecf8e;
}
.section-cart .cart-qty-input::-webkit-inner-spin-button,
.section-cart .cart-qty-input::-webkit-outer-spin-button {
  opacity: 1;
  height: 24px;
}
.section-cart .cart-remove-icon {
  font-size: 15px;
  color: #ccc;
  display: inline;
  text-decoration: none;
  vertical-align: middle;
}
.section-cart .cart-remove-icon:hover {
  color: #e74c3c;
}
.section-cart .cart-item-total {
  font-size: 13px;
  font-weight: 700;
  color: #222;
}
.section-cart .cart-image-preview {
  border-radius: 5px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}
.section-cart .cart-divider {
  border-top: 1px solid #eee;
}
.section-cart h5 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.drawer-preview-cart .cart-preview-item {
  border-bottom: 1px solid #edf1f5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.drawer-preview-cart .cart-preview-image-col {
  padding-right: 10px !important;
  text-align: center;
  width: 48px;
}

.drawer-preview-cart .cart-preview-image-col .el-image {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
}

.drawer-preview-cart .cart-preview-image-col .el-image__inner,
.drawer-preview-cart .cart-preview-image-col img {
  height: 100% !important;
  max-height: 34px;
  max-width: 34px;
  object-fit: contain !important;
  width: 100% !important;
}

.drawer-preview-cart .cart-preview-info {
  min-width: 0;
  padding-top: 0;
}

.drawer-preview-cart .cart-preview-item-name {
  color: #303846;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  overflow-wrap: anywhere;
}

.drawer-preview-cart .cart-preview-price-qty {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 1;
  margin-top: 0;
}

.drawer-preview-cart .cart-preview-unit-price {
  color: #303846;
  flex: 0 0 auto;
  font-size: 11px !important;
}

.drawer-preview-cart .cart-preview-qty-input {
  border: 1px solid #d8dee8;
  border-radius: 6px 0 0 6px;
  color: #111827;
  flex: 0 0 42px;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  padding: 0 2px;
  text-align: center;
  width: 42px;
}

.drawer-preview-cart .cart-preview-qty-input::-webkit-inner-spin-button,
.drawer-preview-cart .cart-preview-qty-input::-webkit-outer-spin-button {
  display: none;
}

.drawer-preview-cart .cart-preview-qty-stepper {
  align-items: stretch;
  display: inline-flex;
  flex: 0 0 auto;
}

.drawer-preview-cart .cart-preview-qty-arrows {
  display: flex;
  flex-direction: column;
  height: 28px;
  width: 18px;
}

.drawer-preview-cart .cart-preview-qty-arrow {
  align-items: center;
  background: #f6f8fb;
  border: 1px solid #d8dee8;
  color: #111827;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 50%;
  font-size: 12px;
  height: 14px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.drawer-preview-cart .cart-preview-qty-arrow:first-child {
  border-bottom: 0;
  border-radius: 0 6px 0 0;
}

.drawer-preview-cart .cart-preview-qty-arrow:last-child {
  border-radius: 0 0 6px 0;
}

.drawer-preview-cart .cart-preview-qty-arrow i {
  line-height: 1;
}

.drawer-preview-cart .cart-preview-total-col {
  min-width: 86px;
}

.drawer-preview-cart .cart-preview-remove {
  align-items: center;
  background: #f5f7fb;
  border-radius: 50%;
  color: #111827;
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 28px;
}

.drawer-preview-cart .cart-preview-line-total {
  color: #303846;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
}
.cart-empty .no-results {
  opacity: 0.3;
}

/* Desktop header: prioritize the delivery address over the "Now" label. */
#vue-widget-nav .widget-dropdown button.no-icons span.text-truncate {
  max-width: 260px;
}

#vue-widget-nav .widget-dropdown button.no-icons span:last-child {
  display: none !important;
}
.checkout-page,
.checkout-page .checkout-cart-column,
.checkout-page #vue-cart,
.checkout-page #vue-cart .card {
  position: relative;
  z-index: 20;
}

.checkout-page .el-overlay,
.checkout-page .el-popper,
.el-popper.is-pure,
.el-autocomplete-suggestion {
  z-index: 2060 !important;
}

.checkout-page .el-dialog .el-input__inner,
.checkout-page .el-dialog input,
.checkout-page .el-dialog textarea {
  pointer-events: auto;
}

.restaurant-menu-shell .menu-item-action-price {
  flex: 0 0 92px;
  justify-content: flex-end;
  margin-bottom: 0;
  text-align: right;
}

.restaurant-menu-shell .menu-item-action-price .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.restaurant-menu-shell .menu-item-action-price .btn,
.restaurant-menu-shell .menu-item-action-price .btn.active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: 0 8px;
}

.restaurant-menu-shell .menu-special-price {
  color: #dc2626;
  font-weight: 800;
}

.restaurant-menu-shell .menu-item-action,
.restaurant-menu-shell .menu-item-has-no-description .menu-item-action {
  align-items: center !important;
  flex-direction: row !important;
  gap: 12px;
  justify-content: flex-end !important;
}

.restaurant-menu-shell .menu-item-has-no-description .menu-item-action-price {
  margin-bottom: 0;
}

.restaurant-menu-shell .menu-item-has-no-description .menu-item-action-price .btn {
  font-size: 18px;
  padding-left: 6px;
  padding-right: 6px;
}

.restaurant-menu-shell .menu-item-action .quantity-wrapper,
.restaurant-menu-shell .menu-item-action .el-button {
  flex: 0 0 112px;
  width: 112px;
}

.restaurant-menu-shell .menu-item-action .el-button {
  justify-content: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.restaurant-menu-shell .menu-item-has-no-description .quantity-add-cart {
  font-size: 15px;
  line-height: 1.2;
  min-height: 40px;
  padding: 9px 14px;
  white-space: nowrap;
}

.restaurant-menu-shell .quantity-add-cart {
  background: #1677ff !important;
  border-color: #1677ff !important;
  color: #fff !important;
  width: 112px;
}

.restaurant-menu-shell .quantity-add-cart:hover,
.restaurant-menu-shell .quantity-add-cart:focus {
  filter: brightness(0.9);
  color: #fff !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

/* Homepage responsive consolidation. Keep this after legacy breakpoints. */
@media (max-width: 991.98px) {
  .front-page #top-navigation {
    margin-left: 0;
    margin-right: 0;
    min-height: 64px;
    padding: 8px 12px;
  }

  .front-page #top-navigation .top-logo img {
    height: auto;
    max-height: 38px;
    max-width: 180px;
    width: auto;
  }

  .front-page #main-search-banner {
    height: auto !important;
    min-height: 360px;
    padding: 34px 24px !important;
  }

  .front-page #main-search-banner .banner-center,
  .front-page #main-search-banner .home-search-wrap,
  .front-page .home-search-wrap {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .front-page #main-search-banner .banner-center h2 {
    font-size: 34px;
    line-height: 1.18;
    max-width: 620px;
  }

  .front-page .search-geocomplete,
  .front-page .search-geocomplete .el-input,
  .front-page .search-geocomplete .el-input__wrapper,
  .front-page .auto-complete {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .front-page .how-order-inner {
    padding: 44px 24px 48px;
  }

  .front-page .how-order-inner h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .front-page .how-order-steps {
    gap: 16px;
  }

  .front-page .how-order-step {
    background: rgba(15, 23, 42, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 24px 18px;
  }

  .front-page .how-order-badge {
    margin-bottom: 16px;
  }

  .front-page .how-order-icon {
    font-size: 2.25rem;
    height: 88px;
    margin-bottom: 18px;
    width: 88px;
  }

  .front-page #vue-home-widgets > .container,
  .front-page #vue-home-widgets > .container-fluid {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .front-page .swiperOutsideContainer {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .front-page .nearby-grid-section .swiper-wrapper {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .front-page .swiper-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .front-page .swiper-button-prev {
    left: 4px;
  }

  .front-page .swiper-button-next {
    right: 4px;
  }

  .front-page .join-heading {
    gap: 18px;
    padding: 26px 22px;
  }

  .front-page .newsletter-wrap {
    align-items: stretch !important;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
  }

  .front-page #vue-esubscription .esubscription,
  .front-page #vue-esubscription .field-wrap,
  .front-page #vue-esubscription .el-input {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .front-page #top-navigation {
    flex-wrap: nowrap;
    min-height: 58px;
    padding: 7px 6px;
  }

  .front-page #top-navigation > [class*="col"] {
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .front-page #top-navigation .top-logo img {
    max-height: 32px;
    max-width: 145px;
  }

  .front-page #top-navigation .cart-handle img {
    height: 25px;
    width: 25px;
  }

  .front-page #main-search-banner {
    min-height: 330px;
    padding: 28px 16px !important;
  }

  .front-page #main-search-banner .banner-center h2 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 18px !important;
  }

  .front-page .hero-service-toggle {
    margin-bottom: 14px;
    padding: 5px;
  }

  .front-page .hero-service-toggle label {
    font-size: 14px;
    min-height: 42px;
    padding: 10px 12px;
  }

  .front-page .form-control-text,
  .front-page .search-geocomplete .el-input__wrapper {
    font-size: 16px;
    min-height: 54px;
  }

  .front-page .hero-app-download {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }

  .front-page .hero-app-download > span {
    font-size: 13px;
  }

  .front-page .hero-app-badges a,
  .front-page .hero-app-badges img {
    height: 34px;
  }

  .front-page .how-order-inner {
    padding: 34px 14px 38px;
  }

  .front-page .how-order-inner h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .front-page .how-order-step {
    padding: 20px 14px;
  }

  .front-page .how-order-icon {
    font-size: 1.8rem;
    height: 68px;
    width: 68px;
  }

  .front-page #vue-home-widgets > .container,
  .front-page #vue-home-widgets > .container-fluid,
  .front-page #vue-home-widgets + .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .front-page .swiperOutsideContainer > .mb-4 {
    margin-bottom: 14px !important;
    margin-top: 24px !important;
  }

  .front-page .swiperOutsideContainer h3 {
    font-size: 21px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .front-page .nearby-grid-section .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .front-page .nearby-grid-action .btn {
    width: 100%;
  }

  .front-page .swiperResto .swiperSlide,
  .front-page .rounded-box {
    min-height: 220px !important;
  }

  .front-page .swiperResto .swiperSlide img {
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    object-fit: cover;
  }

  .front-page .nearby-grid-section .swiper-slide img {
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .front-page .swiper-button-next,
  .front-page .swiper-button-prev,
  .front-page .swiper-button-next .el-button,
  .front-page .swiper-button-prev .el-button {
    height: 38px;
    width: 38px;
  }

  .front-page .swiper-button-next {
    right: 2px;
  }

  .front-page .swiper-button-prev {
    left: 2px;
  }

  .front-page .swiperCuisine .cuisine-image-frame {
    height: 72px;
    padding: 12px;
    width: 72px;
  }

  .front-page .special-food-heading,
  .front-page .special-food-bottom {
    gap: 14px;
  }

  .front-page .special-food-heading h3,
  .front-page .join-heading h3 {
    font-size: 26px;
  }

  .front-page .special-food-content {
    padding: 15px;
  }

  .front-page .special-food-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .front-page .join-showcase {
    margin-left: 0;
    margin-right: 0;
  }

  .front-page .join-sections .content {
    padding: 20px 18px 22px;
  }

  .front-page .sub-footer-top {
    padding: 26px 0 20px;
  }

  .front-page .newsletter-label {
    display: block;
    text-align: center;
  }

  .front-page #vue-esubscription .newsletter-wrap {
    display: flex !important;
    margin: 0 auto;
    padding: 0 12px;
  }

  .front-page .sub-footer-bottom {
    padding: 16px 0;
  }

  .front-page .sub-footer-nav .row > [class*="col"] {
    margin-bottom: 16px;
    text-align: center;
  }

  .front-page .el-dialog {
    margin: 5vh auto !important;
    max-width: calc(100% - 24px);
    width: calc(100% - 24px) !important;
  }
}
  
/* ============================================  
   PAGE HEADER BANNER (About Us, CMS pages)  
   ============================================ */  
 
.page-header-banner {
  position: relative;
  background: linear-gradient(135deg, #111827 0%, #1f2937 40%, #111827 100%);
  padding: 60px 0 55px;
  overflow: hidden;
}

.page-header-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(62, 207, 142, 0.12), transparent 45%),
              radial-gradient(circle at 85% 60%, rgba(255, 128, 72, 0.10), transparent 40%);
  pointer-events: none;
}

.page-header-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 15% 50%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 45% 30%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 200px 200px, 180px 180px, 220px 220px, 190px 190px;
  pointer-events: none;
}

.page-header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.page-header-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.page-header-breadcrumb {
  display: flex;
  justify-content: center;
}

.page-header-breadcrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-header-breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  list-style: none;
}

.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  color: rgba(255, 255, 255, 0.35);
  margin: 0 8px;
}

.page-header-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-header-breadcrumb .breadcrumb-item a:hover {
  color: var(--fd-primary-color, #3ecf8e);
}

.page-header-breadcrumb .breadcrumb-item.active {
  color: var(--fd-primary-color, #3ecf8e);
}

.page-header-breadcrumb .breadcrumb-item i {
  margin-right: 5px;
  font-size: 1.05rem;
}

@media (max-width: 991.98px) {
  .page-header-banner {
    padding: 45px 0 40px;
  }
  .page-header-title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .page-header-banner {
    padding: 35px 0 32px;
  }
  .page-header-title {
    font-size: 1.6rem;
  }
  .page-header-breadcrumb .breadcrumb-item {
    font-size: 0.85rem;
  }
}
 
/* Page carousel spacing */ 
.page-content #vue-carousel { padding-bottom: 3rem; } 
.page-content #vue-carousel .mb-4 { margin-bottom: 1.25rem !important; } 
.page-content > :last-child { margin-bottom: 0; } 
@media (max-width: 575.98px) { 
  .page-content #vue-carousel { padding-bottom: 2rem; } 
}

.cms-page-hero {
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.92), rgba(7, 17, 31, 0.72)),
    url("../images/food-slider-2.jpg") center center / cover no-repeat #111827;
  margin-bottom: 42px;
  padding: 64px 0 58px;
  position: relative;
}

.cms-page-hero-inner {
  max-width: 920px;
}

.cms-page-hero h1 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.cms-page-content-wrap {
  margin-bottom: 58px;
}

.cms-page-content {
  color: #374151;
  font-size: 1.06rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 1080px;
}

/* Shared header location/search bar */
#top-navigation {
  align-items: center;
  column-gap: 22px;
  display: grid !important;
  grid-template-columns: auto minmax(440px, 1fr) auto;
  min-height: 88px;
  padding: 12px 22px;
  row-gap: 0;
}

#top-navigation > #vue-widget-nav {
  min-width: 0;
  width: 100%;
}

#vue-widget-nav > .d-flex {
  background: #f7faf8;
  border: 1px solid #e5eee9;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  display: inline-flex !important;
  gap: 10px;
  max-width: 640px;
  padding: 6px;
  width: 100%;
}

#vue-widget-nav > .d-flex > .mr-2 {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: 0 !important;
}

#vue-widget-nav .widget-services,
#vue-widget-nav .widget-dropdown {
  margin: 0 !important;
}

#vue-widget-nav .widget-dropdown button {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  min-height: 52px;
  padding: 10px 24px;
  white-space: nowrap;
}

#vue-widget-nav .widget-dropdown button:not(.no-icons) {
  padding-right: 42px;
}

#vue-widget-nav .widget-dropdown button.no-icons {
  background: transparent;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
}

#vue-widget-nav .widget-dropdown button.no-icons span.text-truncate {
  max-width: min(360px, 32vw);
}

.top-current-address-summary {
  display: none !important;
}

#vue-widget-nav > .d-flex > .widget-dropdown:has(> button.no-icons) {
  display: none !important;
}

#vue-widget-nav > .d-flex > .widget-dropdown > button.no-icons {
  display: none !important;
}

.top-address-autocomplete {
  flex: 1 1 auto;
  min-width: 220px;
  max-width: none;
}

.top-address-autocomplete .auto-complete,
.top-address-autocomplete .search-geocomplete,
.top-address-autocomplete .el-autocomplete,
.top-address-autocomplete .el-input {
  width: 100%;
}

.top-address-autocomplete .search-geocomplete,
.top-address-autocomplete .el-input__wrapper,
.top-address-autocomplete .form-control {
  align-items: center;
  background: #fff !important;
  border: 1px solid #e5edf2 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  display: flex;
  min-height: 52px;
}

.top-address-autocomplete input,
.top-address-autocomplete .el-input__inner {
  color: #07111f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  height: 50px !important;
  line-height: 50px !important;
  padding-left: 20px !important;
  padding-right: 48px !important;
  text-align: left !important;
}

.top-address-autocomplete input::placeholder,
.top-address-autocomplete .el-input__inner::placeholder {
  color: #aab3c0 !important;
  opacity: 1;
}

.top-address-autocomplete .search-geocomplete .pos-right {
  right: 16px;
}

.top-address-autocomplete .search-geocomplete .icon,
.top-address-autocomplete .search-geocomplete .icon-remove,
.top-address-autocomplete .search-geocomplete .search_placeholder {
  color: #26c982 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#vue-widget-nav .zmdi-arrow-right.font25 {
  display: none !important;
}

.top-address-autocomplete .btn,
.top-address-autocomplete button {
  display: none !important;
}

.top-address-autocomplete .flex-enabled-locate {
  display: none !important;
}

.top-address-autocomplete .search-geocomplete-results {
  border: 1px solid #e5edf2;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  margin-top: 8px;
  overflow: hidden;
  z-index: 2000;
}

#top-navigation .zmdi-search {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
}

.top-search-directory-btn {
  align-items: center;
  background: var(--fd-button-color, #3ecf8e);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  text-decoration: none !important;
  width: 58px;
}

.top-search-directory-btn:hover,
.top-search-directory-btn:focus {
  color: #fff !important;
  filter: brightness(0.95);
}

#top-navigation > .col-lg-auto:last-child {
  gap: 10px;
  justify-self: end;
  min-width: max-content;
}

.top-restaurant-signup-link,
.top-restaurant-manage-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #26c982;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(38, 201, 130, 0.22);
}

.top-restaurant-signup-link i,
.top-restaurant-manage-link i {
  font-size: 17px;
  line-height: 1;
}

.top-restaurant-signup-link:hover,
.top-restaurant-signup-link:focus {
  background: #19b873;
  color: #fff !important;
}

.top-restaurant-manage-link {
  background: #fff;
  border: 1px solid #d8e2ec;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  color: #07111f !important;
  display: inline-flex !important;
}

.top-restaurant-manage-link:hover,
.top-restaurant-manage-link:focus {
  background: #f3f7fa;
  color: #07111f !important;
}

@media (max-width: 1500px) {
  #top-navigation {
    column-gap: 14px;
    grid-template-columns: auto minmax(390px, 1fr) auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  #top-navigation .top-logo img {
    max-width: 220px;
  }

  #top-navigation > #vue-widget-nav {
    min-width: 0;
  }

  #vue-widget-nav > .d-flex {
    max-width: 540px;
  }

  #vue-widget-nav .widget-dropdown button {
    min-height: 48px;
    padding: 9px 20px;
  }

  .top-address-autocomplete {
    min-width: 200px;
    max-width: none;
  }

  .top-search-directory-btn {
    height: 52px;
    width: 52px;
  }

  .top-restaurant-signup-link,
  .top-restaurant-manage-link {
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  #top-navigation {
    column-gap: 10px;
    grid-template-columns: auto minmax(320px, 1fr) auto;
  }

  #top-navigation > #vue-widget-nav {
    min-width: 0;
  }

  .top-address-autocomplete {
    min-width: 180px;
    max-width: none;
  }

  .top-restaurant-signup-link,
  .top-restaurant-manage-link {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .restaurant-intro-location-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-about-preview {
    grid-template-columns: 1fr;
  }

  .restaurant-about-order-btn {
    justify-self: start;
    white-space: normal;
  }

  .restaurant-quick-location-card {
    grid-template-columns: 1fr;
  }

  .restaurant-quick-location-copy {
    padding: 0 18px 18px;
  }

  .restaurant-quick-map,
  .restaurant-quick-map img {
    min-height: 170px;
  }

  #vue-widget-nav > .d-flex {
    max-width: 500px;
  }

  #vue-widget-nav .widget-dropdown button.no-icons span.text-truncate {
    max-width: 210px;
  }
}

@media (max-width: 991.98px) {
  #top-navigation > #vue-widget-nav {
    display: none !important;
  }
}

.cms-page-content h1,
.cms-page-content h2,
.cms-page-content h3,
.cms-page-content h4 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  margin: 1.4em 0 0.55em;
}

.cms-page-content h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.cms-page-content h3 {
  font-size: 1.2rem;
  line-height: 1.3;
}

.cms-page-content h4 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.cms-page-content p {
  margin-bottom: 1rem;
}

.cms-page-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .cms-page-hero {
    margin-bottom: 30px;
    padding: 44px 0 40px;
  }
  .cms-page-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}
/* ============================================
   MERCHANT SIGNUP PAGE REDESIGN
   ============================================ */

.merchant-plans-page {
  background: #f6f8fb;
  color: #111827;
}

.merchant-plans-hero {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.78) 52%, rgba(7, 17, 31, 0.44) 100%),
    url("../images/new-restaurant.png") center center / cover no-repeat #111827;
  color: #fff;
  padding: 76px 24px 86px;
}

.merchant-plans-hero-inner {
  margin: 0 auto;
  max-width: 1060px;
  text-align: center;
}

.merchant-plans-eyebrow {
  color: #a7f3d0;
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.merchant-plans-hero h1 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 auto 16px;
  max-width: 860px;
}

.merchant-plans-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 680px;
}

.merchant-hero-button {
  align-items: center;
  background: var(--fd-primary-color, #3ecf8e);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  margin-top: 28px;
  min-height: 50px;
  padding: 13px 22px;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.merchant-hero-button:hover {
  color: #fff;
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.merchant-plans-eyebrow-dark {
  color: var(--fd-primary-color, #3ecf8e);
  margin-bottom: 8px;
}

.merchant-benefits-section {
  background: #f6f8fb;
  padding: 58px 24px 32px;
}

.merchant-benefits-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.merchant-benefit-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
  min-height: 250px;
  padding: 30px;
}

.merchant-benefit-icon {
  align-items: center;
  background: #e8f8f1;
  border-radius: 8px;
  color: var(--fd-primary-color, #3ecf8e);
  display: inline-flex;
  font-size: 2rem;
  height: 68px;
  justify-content: center;
  margin-bottom: 22px;
  width: 68px;
}

.merchant-benefit-card h3 {
  color: #111827;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.merchant-benefit-card p {
  color: #5f6b7a;
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.merchant-plans-section {
  padding: 52px 24px 64px;
}

.merchant-plans-container {
  margin: 0 auto;
  max-width: 1180px;
}

.merchant-plans-intro {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.merchant-plans-intro h2 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.merchant-plans-intro p {
  color: #5f6b7a;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.merchant-plans-grid,
.merchant-plan-loading {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.merchant-plan-card {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.merchant-plan-card:hover,
.merchant-plan-card.selected {
  border-color: var(--fd-primary-color, #3ecf8e);
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.merchant-plan-card-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.merchant-plan-label {
  color: var(--fd-primary-color, #3ecf8e);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.merchant-plan-card h3 {
  color: #111827;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.merchant-plan-selected {
  background: #ecfdf5;
  border: 1px solid rgba(62, 207, 142, 0.3);
  border-radius: 999px;
  color: #047857;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 11px;
}

.merchant-plan-summary {
  color: #5f6b7a;
  line-height: 1.6;
  margin: 0 0 18px;
}

.merchant-plan-price {
  align-items: baseline;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.merchant-plan-price strong {
  color: #111827;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.merchant-plan-price span {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
}

.merchant-plan-price-old {
  color: #94a3b8 !important;
  text-decoration: line-through;
}

.merchant-plan-fees {
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  padding: 14px;
}

.merchant-plan-fee-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.merchant-plan-fee-row span {
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 700;
}

.merchant-plan-fee-row strong {
  color: #111827;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.merchant-plan-commission {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.merchant-plan-commission h4 {
  color: #111827;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 2px;
}

.merchant-plans-empty {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 680px;
  padding: 34px 24px;
  text-align: center;
}

.merchant-plans-empty h3 {
  color: #111827;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.merchant-plans-empty p {
  color: #64748b;
  margin: 0;
}

.merchant-plan-feature-list {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.merchant-plan-feature {
  align-items: center;
  color: #253044;
  display: flex;
  font-weight: 700;
  gap: 10px;
}

.merchant-plan-feature i {
  align-items: center;
  background: #ecfdf5;
  border-radius: 999px;
  color: #059669;
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.merchant-plan-feature.is-disabled {
  color: #94a3b8;
}

.merchant-plan-feature.is-disabled i {
  background: #f8fafc;
  color: #ef4444;
}

.merchant-plan-services {
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  margin-top: auto;
  padding-top: 20px;
}

.merchant-plan-services h4 {
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 12px;
}

.merchant-plan-service {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 10px;
  padding: 14px;
}

.merchant-plan-service-main strong {
  color: #111827;
  display: block;
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.merchant-plan-service-main p {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.merchant-plan-fee {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: #047857;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 7px 11px;
  white-space: nowrap;
}

.merchant-plan-button {
  align-items: center;
  background: var(--fd-primary-color, #3ecf8e);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  margin-top: 18px;
  min-height: 48px;
  padding: 12px 18px;
  transition: filter 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.merchant-plan-button:hover {
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.merchant-plan-card.selected .merchant-plan-button {
  background: #111827;
}

.merchant-plans-note {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  color: #64748b;
  display: flex;
  gap: 12px;
  margin: 24px auto 0;
  max-width: 780px;
  padding: 15px 18px;
}

.merchant-plans-note i {
  color: var(--fd-primary-color, #3ecf8e);
  font-size: 1.25rem;
}

.merchant-plans-note p {
  margin: 0;
}

.merchant-plan-loading-card {
  animation: fdPlanPulse 1.3s ease-in-out infinite;
  background: linear-gradient(90deg, #f1f5f9, #fff, #f1f5f9);
  border-radius: 8px;
  height: 460px;
}

.merchant-process-section {
  background: #fff;
  padding: 64px 24px;
}

.merchant-process-panel {
  align-items: center;
  background: #111827;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  padding: 42px;
}

.merchant-process-panel h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 12px;
}

.merchant-process-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 650px;
}

.merchant-process-steps {
  display: grid;
  gap: 12px;
}

.merchant-process-step {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 15px;
}

.merchant-process-step strong {
  align-items: center;
  background: var(--fd-primary-color, #3ecf8e);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.merchant-process-step span {
  color: #fff;
  font-weight: 800;
}

.merchant-faq-section {
  background: #f6f8fb;
  padding: 62px 24px;
}

.merchant-faq-list {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 980px;
}

.merchant-faq-item {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.04);
  overflow: hidden;
}

.merchant-faq-item summary {
  align-items: center;
  color: #111827;
  cursor: pointer;
  display: flex;
  font-size: 1.08rem;
  font-weight: 800;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  padding: 22px 26px;
}

.merchant-faq-item summary::-webkit-details-marker {
  display: none;
}

.merchant-faq-item summary i {
  color: #94a3b8;
  flex: 0 0 auto;
  font-size: 1.4rem;
  transition: transform 0.2s ease;
}

.merchant-faq-item[open] summary i {
  color: var(--fd-primary-color, #3ecf8e);
  transform: rotate(180deg);
}

.merchant-faq-item p {
  border-top: 1px solid rgba(17, 24, 39, 0.07);
  color: #5f6b7a;
  line-height: 1.7;
  margin: 0;
  padding: 0 26px 24px;
}

.merchant-cta-section {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92), rgba(6, 78, 59, 0.82)),
    url("../images/new-restaurant.png") center center / cover no-repeat #111827;
  overflow: hidden;
  padding: 96px 24px;
  position: relative;
}

.merchant-cta-section:before {
  background:
    radial-gradient(circle at 20% 18%, rgba(62, 207, 142, 0.24), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(255, 255, 255, 0.12), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.merchant-cta-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
  position: relative;
  text-align: center;
}

.merchant-cta-panel:before {
  display: none;
}

.merchant-cta-panel > * {
  position: relative;
  z-index: 1;
}

.merchant-cta-panel h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 auto 12px;
  max-width: 760px;
}

.merchant-cta-panel p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  margin: 0 auto;
  max-width: 620px;
}

@keyframes fdPlanPulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .merchant-plans-hero {
    padding: 54px 18px 60px;
  }
  .merchant-plans-section {
    padding: 34px 14px 44px;
  }
  .merchant-benefits-section,
  .merchant-process-section,
  .merchant-faq-section,
  .merchant-cta-section {
    padding-left: 14px;
    padding-right: 14px;
  }
  .merchant-benefits-grid,
  .merchant-process-panel {
    grid-template-columns: 1fr;
  }
  .merchant-benefit-card,
  .merchant-process-panel,
  .merchant-cta-panel {
    padding: 24px;
  }
  .merchant-process-step {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .merchant-faq-item summary {
    font-size: 1rem;
    padding: 18px 20px;
  }
  .merchant-faq-item p {
    padding: 0 20px 20px;
  }
  .merchant-plan-card {
    padding: 20px;
  }
  .merchant-plan-service {
    grid-template-columns: 1fr;
  }
  .merchant-plan-fee {
    justify-self: flex-start;
    white-space: normal;
  }
  .merchant-plans-note {
    align-items: flex-start;
  }
}

/* Page header subtitle */
.page-header-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
  margin: 10px 0 0;
  font-weight: 400;
}

/* Signup Section Wrapper */
.merchant-signup-section {
  background: #f7f9fb;
  padding: 50px 0 60px;
}

/* Form Card */
.signup-form-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
  padding: 40px 36px;
}

.signup-form-header {
  margin-bottom: 28px;
}

.signup-form-header h4 {
  color: #111827;
  font-weight: 700;
  font-size: 1.45rem;
  margin: 0 0 6px;
}

.signup-form-header p {
  color: #6b7280;
  margin: 0;
  font-size: 0.95rem;
}

/* Custom form labels */
.form-label-custom {
  color: #374151;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
  display: block;
}

/* Input with icon */
.input-icon-wrap {
  position: relative;
}

.input-icon-wrap .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1.3rem;
  z-index: 5;
  pointer-events: none;
}

.input-icon-wrap .form-control-custom {
  padding-left: 45px;
}

/* Custom form controls */
.form-control-custom {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 50px;
}

.form-control-custom:focus {
  border-color: var(--fd-primary-color, #3ecf8e);
  box-shadow: 0 0 0 4px rgba(62, 207, 142, 0.12);
}

/* Membership Cards */
.membership-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.membership-card {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.membership-card:hover {
  border-color: #d1d5db;
  background: #f3f4f6;
}

.membership-card.active {
  border-color: var(--fd-primary-color, #3ecf8e);
  background: #ecfdf5;
}

.membership-radio {
  display: none;
}

.membership-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  color: #374151;
}

.membership-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.membership-card.active .membership-dot {
  border-color: var(--fd-primary-color, #3ecf8e);
  background: var(--fd-primary-color, #3ecf8e);
  box-shadow: inset 0 0 0 4px #fff;
}

/* Services Section */
.services-section {
  background: #f9fafb;
  border-radius: 14px;
  padding: 18px;
  margin-top: 6px;
}

.services-title {
  color: #374151;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 12px;
}

.service-card {
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.service-card:hover {
  border-color: var(--fd-primary-color, #3ecf8e) !important;
}

.service-checkbox {
  margin-top: 2px;
}

.service-name {
  font-weight: 700;
  color: #111827;
  font-size: 1rem;
  margin-bottom: 2px;
}

.service-desc {
  color: #6b7280;
  font-size: 0.85rem;
  margin: 2px 0 6px;
  line-height: 1.45;
}

.service-fee {
  display: inline-block;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
}

/* Submit Button */
.btn-signup-submit {
  background: var(--fd-primary-color, #3ecf8e);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
}

.btn-signup-submit:hover {
  filter: brightness(0.93);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(62, 207, 142, 0.3);
}

.btn-signup-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-signup-submit.loading {
  pointer-events: none;
}

/* Login link */
.signup-login-link {
  text-align: center;
  color: #6b7280;
  font-size: 0.9rem;
}

.signup-login-link a {
  color: var(--fd-primary-color, #3ecf8e);
  font-weight: 600;
  text-decoration: none;
}

.signup-login-link a:hover {
  text-decoration: underline;
}

/* Terms text */
.terms-text {
  color: #9ca3af;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Visual Panel (Desktop Right Side) */
.signup-visual-panel {
  background: linear-gradient(135deg, #111827 0%, #1f2937 60%, #065f46 100%);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-visual-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(62, 207, 142, 0.15), transparent 50%),
              radial-gradient(circle at 70% 60%, rgba(255, 128, 72, 0.1), transparent 45%);
  pointer-events: none;
}

.signup-visual-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(circle at 60% 45%, rgba(255,255,255,0.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 75%, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 160px 160px;
  pointer-events: none;
}

.signup-visual-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 30px;
}

.signup-visual-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signup-stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  width: 100%;
  max-width: 260px;
  transition: transform 0.2s ease;
}

.signup-stat-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.stat-number {
  color: var(--fd-primary-color, #3ecf8e);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
}

/* Mobile Visual Panel */
.signup-visual-panel-mobile {
  background: linear-gradient(135deg, #111827, #065f46);
  color: #fff;
}

.signup-visual-panel-mobile .stat-number {
  font-size: 1.8rem;
  color: var(--fd-primary-color, #3ecf8e);
}

.signup-visual-panel-mobile .stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Why Partner Section */
.why-partner-section {
  background: #fff;
  padding: 70px 0 60px;
}

.why-partner-header {
  margin-bottom: 46px;
}

.why-partner-header h2 {
  color: #111827;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 8px 0 12px;
}

.why-partner-header p {
  color: #6b7280;
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto;
}

/* Section Eyebrow */
.section-eyebrow {
  display: inline-block;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.section-eyebrow-light {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

/* Benefit Cards */
.benefit-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(17, 24, 39, 0.1);
  border-color: var(--fd-primary-color, #3ecf8e);
}

.benefit-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  background: #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.benefit-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-card h5 {
  color: #111827;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.benefit-tagline {
  color: var(--fd-primary-color, #3ecf8e);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.benefit-desc {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

/* Merchant CTA Section */
.merchant-cta-section {
  background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #065f46 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.merchant-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(62, 207, 142, 0.15), transparent 55%);
  pointer-events: none;
}

.merchant-cta-title {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 16px 0 8px;
}

.merchant-cta-section .btn-white {
  background: #fff;
  color: #111827;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.merchant-cta-section .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .merchant-signup-section {
    padding: 30px 0 40px;
  }
  .signup-form-card {
    padding: 28px 22px;
    border-radius: 14px;
  }
  .benefit-card {
    padding: 24px 18px;
  }
  .merchant-cta-section {
    padding: 50px 0;
  }
  .merchant-cta-title {
    font-size: 1.8rem;
  }
  .why-partner-header h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 575.98px) {
  .signup-form-card {
    padding: 22px 16px;
  }
  .signup-stat-card {
    max-width: 100%;
    padding: 18px 16px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .merchant-cta-title {
    font-size: 1.5rem;
  }
  .why-partner-section {
    padding: 40px 0 36px;
  }
  .benefit-icon-wrapper {
    width: 64px;
    height: 64px;
    padding: 14px;
  }
}

.faq-section {
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  margin: 36px 0 30px;
  padding: 34px 34px 36px;
}

.faq-header {
  margin: 0 auto 24px;
  max-width: 720px;
  text-align: center;
}

.faq-eyebrow {
  color: #35a931;
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.faq-header h3 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.faq-header p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 860px;
}

.home-faq-section {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 46px max(24px, calc((100vw - 1180px) / 2)) 46px;
  width: 100vw;
}

.home-faq-section + .footer-cta.section-join-us,
#vue-home-widgets + .footer-cta.section-join-us {
  margin-top: 0 !important;
}

body.front-page #vue-home-widgets > .home-widgets-container:has(.home-faq-section) {
  margin-bottom: 0 !important;
}

.home-faq-section .faq-header,
.home-faq-section .faq-list {
  margin-left: auto;
  margin-right: auto;
}

.home-faq-section .faq-list {
  max-width: 940px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.faq-item.open,
.faq-item[open] {
  border-color: var(--fd-primary-color, #3ecf8e);
  box-shadow: 0 4px 16px rgba(62, 207, 142, 0.1);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  text-align: left;
  transition: color 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  color: var(--fd-primary-color, #3ecf8e);
}

.faq-arrow {
  font-size: 1.3rem;
  color: #9ca3af;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-arrow,
.faq-item[open] .faq-arrow {
  transform: rotate(180deg);
  color: var(--fd-primary-color, #3ecf8e);
}

.faq-answer {
  overflow: hidden;
}

.faq-item.open .faq-answer,
.faq-item[open] .faq-answer {
  padding: 0 22px 18px;
}

.faq-answer p {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 575.98px) {
  .faq-section {
    padding: 40px 0 36px;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .faq-header {
    padding: 0 18px;
  }
  .faq-header h3 {
    font-size: 1.55rem;
  }
  .faq-list {
    padding: 0 14px;
  }
  .home-faq-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 38px 0 42px;
  }
  .faq-question {
    padding: 16px 18px;
    font-size: 0.95rem;
  }
  .faq-item.open .faq-answer {
    padding: 0 18px 14px;
  }
}

.cuisine-feed-page {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.cuisine-hero {
  background: #f5f8fc;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  margin: 0 0 36px;
  padding: 54px 0 58px;
}

.cuisine-hero-content {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}

.cuisine-hero h1 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 14px;
}

.cuisine-hero p {
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.72;
  margin: 0;
  max-width: 920px;
}

.cuisine-results-heading {
  align-items: flex-end;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.cuisine-results-heading h2 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.cuisine-results-heading h6 {
  color: #6b7280;
  font-size: 0.98rem;
}

.cuisine-page-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 15px;
}

.cuisine-faq {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 42px;
  max-width: none;
}

.cuisine-faq + .footer-cta.section-join-us {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

body.controller-store.action-cuisine .page-content {
  background: var(--fd-footer-color, #0f172a);
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.controller-store.action-cuisine .cuisine-feed-page {
  background: #fff;
}

/* Browse cuisines index */
.cuisines-index-hero {
  background:
    linear-gradient(135deg, rgba(9, 19, 32, 0.92), rgba(9, 19, 32, 0.72)),
    url("../images/food-slider-2.jpg") center center / cover no-repeat #111827;
  padding: 62px 0 58px;
}

.cuisines-index-hero-inner {
  max-width: 820px;
}

.cuisines-index-eyebrow {
  color: var(--fd-primary-color, #3ecf8e);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cuisines-index-hero h1 {
  color: #fff;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 14px;
}

.cuisines-index-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.cuisines-index-wrap {
  background: #fff;
  padding: 42px 0 56px;
}

.cuisines-index-toolbar {
  align-items: flex-end;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.cuisines-index-toolbar h2 {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
}

.cuisines-index-toolbar p {
  color: #6b7280;
  margin: 0;
}

.cuisines-index-search {
  align-items: center;
  background: #f6f8fb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  flex: 0 0 320px;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
}

.cuisines-index-search i {
  color: #6b7280;
  font-size: 1.25rem;
}

.cuisines-index-search input {
  background: transparent;
  border: 0;
  color: #111827;
  flex: 1;
  font-size: 0.96rem;
  min-width: 0;
  outline: 0;
}

.cuisines-index-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cuisines-index-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cuisines-index-card:hover {
  border-color: rgba(62, 207, 142, 0.65);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.12);
  color: #111827;
  text-decoration: none;
  transform: translateY(-2px);
}

.cuisines-index-image {
  align-items: center;
  background: #f3f4f6;
  display: flex;
  height: 156px;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
}

.cuisines-index-image img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
  width: auto;
}

.cuisines-index-card:hover .cuisines-index-image img {
  transform: scale(1.04);
}

.cuisines-index-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 16px 16px 6px;
}

.cuisines-index-link {
  align-items: center;
  color: var(--fd-primary-color, #3ecf8e);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 6px;
  padding: 0 16px 16px;
}

.cuisines-index-empty {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 34px 24px;
  text-align: center;
}

.cuisines-index-empty h3 {
  color: #111827;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.cuisines-index-empty p {
  color: #6b7280;
  margin: 0;
}

body.controller-store.action-cuisines .page-content {
  background: var(--fd-footer-color, #0f172a);
}

body.controller-store.action-cuisines .cuisines-index-wrap,
body.controller-store.action-cuisines .cuisines-index-hero {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .cuisines-index-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .cuisines-index-search {
    flex: 0 0 auto;
    width: 100%;
  }
  .cuisines-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .cuisines-index-hero {
    padding: 44px 0 42px;
  }
  .cuisines-index-hero h1 {
    font-size: 2rem;
  }
  .cuisines-index-grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .cuisines-index-image {
    height: 180px;
  }
}

body.controller-store.action-cuisine .page-content + .sub-footer {
  border-top: 0 !important;
  margin-top: 0 !important;
}

body.controller-store.action-cuisine .footer-cta.section-join-us {
  border-bottom: 0 !important;
  display: block;
  margin-bottom: -8px !important;
  padding-bottom: 8px;
}

.cuisine-faq-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 15px;
}

.restaurants-seo-hero {
  margin-top: 0;
}

.restaurants-seo-hero .restaurants-location-title {
  color: #111827;
  font-family: "Poppins", "Open Sans", "Segoe UI", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 8px;
}

.restaurants-seo-hero .restaurants-location-description {
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
  max-width: 980px;
}

.restaurants-seo-faq {
  background: #fff;
  margin-top: 28px;
  padding: 24px;
  text-align: center;
}

.restaurants-seo-faq .faq-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  max-width: 820px;
  text-align: center;
}

.restaurants-seo-faq .faq-header h3 {
  font-size: 1.5rem;
}

.restaurants-seo-faq .faq-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.restaurants-seo-faq .faq-question {
  font-size: 0.98rem;
}

@media (max-width: 767.98px) {
  .cuisine-hero {
    padding: 36px 0 40px;
  }
  .cuisine-hero h1 {
    font-size: 1.75rem;
  }
  .cuisine-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .restaurants-seo-hero .restaurants-location-title {
    font-size: 1.5rem;
  }
  .restaurants-seo-hero .restaurants-location-description {
    font-size: 0.92rem;
  }
  .restaurants-seo-faq {
    padding: 20px 16px;
  }
  .restaurants-seo-faq .faq-header h3 {
    font-size: 1.25rem;
  }
}
