html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #ffffff;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  overflow-x: hidden;
}

.navbar {
  padding: 10px 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.navbar-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
  font-family: "Nunito", "Roboto", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

.navbar .navbar-brand,
.navbar .nav-link,
.navbar .nav-admin {
  color: var(--site-navbar-text-color, #ffffff) !important;
}

#menuScroll .nav-link {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-admin {
  padding: 7px 12px;
  transition: 0.3s;
  font-weight: 700;
}

.nav-admin:hover {
  opacity: 0.8;
}

.nav-link {
  transition: 0.3s;
}

.nav-link:hover {
  opacity: 0.8;
}

#btnTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.25);
}

#btnTop.show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

section {
  min-height: 100vh;
  padding: 100px 20px;
  scroll-margin-top: 20px;
}

section h2 {
  font-family: "Nunito", "Roboto", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

section h2 ion-icon {
  margin-right: 8px;
  transform: translateY(4px);
}

.nav-link.active {
  color: var(--site-navbar-text-color, #ffffff) !important;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.14);
  border-bottom: 0;
}

#home {
  min-height: auto;
}

#home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

#home .hero-caption {
  background: #ffffff;
  color: #1f2933;
  width: 100%;
  text-align: center;
}

#home h2 {
  font-family: "Nunito", "Roboto", system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 700;
  text-shadow: none;
}

#home p {
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  font-weight: 500;
  opacity: 0.95;
}

#home .btn {
  margin-top: 10px;
}

#home .hero-btn {
  width: auto;
  min-width: 150px;
  padding: 10px 20px;
  font-size: 0.95rem;
  border-radius: 8px;
  font-weight: 700;
}

#home .heroSwiper {
  padding-bottom: 34px;
}

#home .heroSwiper .swiper-pagination {
  bottom: 6px;
}

.card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
  overflow: hidden;
}

.card-img-top {
  border-radius: 0;
}

.square-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.card-body {
  padding: 1.25rem;
}

.card h5,
.card h4 {
  font-weight: 800;
  letter-spacing: 0;
}

.btn {
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.65rem 1.1rem;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 0.35;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  #home .hero-btn {
    width: auto;
    min-width: 220px;
    padding: 15px 38px;
    font-size: 1.15rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  #home .hero-caption {
    padding: 18px !important;
  }

  #home h2 {
    font-size: 1.15rem;
    margin-bottom: 6px;
  }

  #home p {
    font-size: 0.85rem;
    line-height: 1.35;
    margin-bottom: 6px;
  }

  #home .hero-btn {
    display: flex;
    width: fit-content;
    min-width: 132px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 14px;
    font-size: 0.85rem;
    justify-content: center;
  }

  section {
    padding: 78px 14px;
  }

  section h2 {
    font-size: 1.85rem;
  }

  .navbar {
    padding: 8px;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }

  #menuScroll {
    justify-content: flex-start !important;
  }
}
#promo .card {
  transition: 0.3s;
}

#promo .card:hover {
  transform: translateY(-5px);
}

#promo h4 {
  color: red;
  font-weight: bold;
}

#ide-masak .card {
  transition: 0.3s;
}

#ide-masak .card:hover {
  transform: translateY(-6px);
}

#ide-masak h5 {
  font-weight: bold;
}

#testimoni .mySwiper {
  max-width: 520px;
  margin: 0 auto;
  padding: 14px 0 48px;
}

#testimoni .swiper-slide {
  height: auto;
}

#testimoni .testimonial-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 238, 244, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

#testimoni .testimonial-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

#testimoni .testimonial-card {
  position: relative;
  height: 100%;
  min-height: 320px;
  margin: 0 8px;
  padding: 32px 28px 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#testimoni .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

#testimoni .testimonial-quote {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: "Nunito", "Roboto", system-ui, sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(13, 110, 253, 0.14);
  font-weight: 900;
}

#testimoni .testimonial-photo {
  width: 92px;
  height: 92px;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

@media (max-width: 575.98px) {
  #testimoni .testimonial-card {
    margin: 0;
    padding: 28px 20px 24px;
    min-height: 300px;
  }
}

#testimoni .testimonial-message {
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 16px;
}

#testimoni .testimonial-stars {
  display: inline-flex;
  gap: 2px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff7db;
  margin-bottom: 14px;
  font-size: 0.92rem;
}

#testimoni .testimonial-name {
  display: block;
  font-size: 1.05rem;
  color: #0f172a;
}

#testimoni .testimonial-city {
  color: #64748b;
}

#siap-saji .card {
  transition: 0.3s;
}

#siap-saji .card:hover {
  transform: translateY(-5px);
}

#siap-saji h6 {
  color: #198754;
  font-weight: bold;
}

#pembayaran .card {
  transition: 0.3s;
  border-radius: 10px;
}

#pembayaran .card:hover {
  transform: translateY(-5px);
}

#pembayaran img {
  filter: none;
}

#pembayaran .payment-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

#tutorial .accordion-button {
  font-weight: bold;
  font-family: "Roboto", "Nunito", system-ui, sans-serif;
  padding: 1.1rem 1.25rem;
}

#tutorial .accordion-item {
  border: 0;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

#tutorial .tutorial-video iframe {
  border: 0;
  border-radius: 8px;
}

#tutorial .tutorial-answer {
  font-size: 1rem;
  line-height: 1.75;
  color: #1f2933;
}

#tutorial .tutorial-answer p {
  margin-bottom: 0.85rem;
}

#tutorial .tutorial-answer p:last-child {
  margin-bottom: 0;
}

#tutorial .tutorial-answer ul,
#tutorial .tutorial-answer ol {
  padding-left: 1.35rem;
  margin-bottom: 0.9rem;
}

#tutorial .tutorial-answer li {
  margin-bottom: 0.35rem;
}

#tutorial .tutorial-answer strong,
#tutorial .tutorial-answer b {
  font-weight: 800;
}

#tutorial .tutorial-answer h1,
#tutorial .tutorial-answer h2,
#tutorial .tutorial-answer h3,
#tutorial .tutorial-answer h4,
#tutorial .tutorial-answer h5,
#tutorial .tutorial-answer h6 {
  font-family: "Nunito", "Roboto", system-ui, sans-serif;
  font-weight: 900;
  color: #0f172a;
  margin: 1rem 0 0.55rem;
}

#toko img {
  object-fit: cover;
}

#toko .toko-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

#toko .toko-info {
  margin-top: 34px;
  max-width: 860px;
}

#toko .toko-info h4 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 18px;
}

#toko .btn {
  margin-right: 5px;
}

#toko p ion-icon {
  margin-right: 8px;
  transform: translateY(2px);
}

#toko .toko-contact-link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

#toko .toko-contact-link:hover {
  text-decoration: underline;
}

#toko .toko-hours {
  display: flex;
  gap: 10px;
  line-height: 1.55;
  margin: 12px 0 22px;
}

#toko .toko-hours ion-icon {
  flex: 0 0 auto;
  margin-top: 3px;
}


/* promo swiper */
.promoSwiper .card {
  transition: 0.3s;
}

.promoSwiper .card:hover {
  transform: translateY(-5px);
}

.promoSwiper .swiper-slide {
  height: auto;
}

/* ide masak */
.ideSwiper .card {
  transition: 0.3s;
}

.ideSwiper .card:hover {
  transform: translateY(-5px);
}

.ideSwiper .swiper-slide {
  height: auto;
}

.ideSwiper {
  padding-bottom: 44px;
}

.ideSwiper .swiper-pagination {
  bottom: 6px;
}

.siapSajiSwiper .swiper-slide,
.pembayaranSwiper .swiper-slide {
  height: auto;
}

.siapSajiSwiper,
.pembayaranSwiper {
  padding-bottom: 40px;
}

.siapSajiSwiper .card,
.pembayaranSwiper .card {
  height: 100%;
}
