
.PSL-06 {
  font-family: "PSL-06", sans-serif !important;
}


.AdelleSansBasic {
  font-family: "AdelleSansBasic", sans-serif !important;
}


* {
  box-sizing: border-box;
}

body,
html {
  margin: 0 auto;
  padding: 0;
  height: auto;
  overflow-x: hidden;
  transition: background-image 3s ease-in-out;
  max-width: 100%;
  font-family: "AdelleSansBasic", sans-serif !important;
}

img {
  user-drag: none;
  /* ห้ามลากรูป */
  -webkit-user-drag: none;
  /* สำหรับ Safari */
}

a {
  text-decoration: none;
  color: #bd9573;
}


/* Foreground Elements - มุมบนซ้ายและขวา */
.foreground-top-left {
  position: absolute;
  top: -12%;
  left: -3%;
  z-index: 10;
  max-width: 35%;
  opacity: 0.9;
}

.foreground-top-right {
  position: absolute;
  top: -12%;
  right: 0;
  z-index: 10;
  max-width: 35%;
  opacity: 0.9;
}

.foreground-bottom-left {
  position: fixed;
  bottom: -5%;
  left: -3%;
  z-index: 10;
  max-width: 25%;
  opacity: 1;
}

.foreground-bottom-right {
  position: fixed;
  bottom: -5%;
  right: 0;
  z-index: 10;
  max-width: 25%;
  opacity: 1;
}

.foreground-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 120%;
  opacity: 1;
}

.foreground-top-left img,
.foreground-top-right img,
.foreground-bottom-right img,
.foreground-bottom-left img,
.foreground-footer img {
  width: 100%;
  height: auto;
  /* filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2)); */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.section-1 {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  /* min-height: 100vh; */
  max-height: 1200px;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #f0f2f5 100%);
}

/* Fireflies */
.firefly {
  position: absolute;
  width: 6px;
  height: 6px;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.8) 0%,
    rgba(189, 149, 115, 0.4) 40%,
    transparent 70%
  );
  box-shadow: 0 0 15px rgba(189, 149, 115, 0.6),
    0 0 30px rgba(189, 149, 115, 0.3);
  animation: firefly 12s ease-in-out infinite;
}

.firefly:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  background: radial-gradient(
    circle,
    rgba(220, 200, 180, 0.9) 0%,
    rgba(220, 200, 180, 0.5) 40%,
    transparent 70%
  );
  box-shadow: 0 0 18px rgba(220, 200, 180, 0.7),
    0 0 35px rgba(220, 200, 180, 0.4);
}

.firefly:nth-child(2) {
  top: 60%;
  left: 30%;
  animation-delay: 3s;
  width: 5px;
  height: 5px;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.7) 0%,
    rgba(189, 149, 115, 0.3) 40%,
    transparent 70%
  );
  box-shadow: 0 0 12px rgba(189, 149, 115, 0.5),
    0 0 25px rgba(189, 149, 115, 0.2);
}

.firefly:nth-child(3) {
  top: 35%;
  left: 60%;
  animation-delay: 6s;
  width: 7px;
  height: 7px;
  background: radial-gradient(
    circle,
    rgba(200, 170, 140, 0.8) 0%,
    rgba(200, 170, 140, 0.4) 40%,
    transparent 70%
  );
  box-shadow: 0 0 16px rgba(200, 170, 140, 0.6),
    0 0 32px rgba(200, 170, 140, 0.3);
}

.firefly:nth-child(4) {
  top: 75%;
  left: 85%;
  animation-delay: 9s;
  width: 4px;
  height: 4px;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.6) 0%,
    rgba(189, 149, 115, 0.3) 40%,
    transparent 70%
  );
  box-shadow: 0 0 10px rgba(189, 149, 115, 0.4),
    0 0 20px rgba(189, 149, 115, 0.2);
}

@keyframes firefly {
  0%,
  100% {
    opacity: 0.3;
    transform: translate(0, 0) scale(0.8);
  }
  25% {
    opacity: 1;
    transform: translate(30px, -20px) scale(1.2);
  }
  50% {
    opacity: 0.7;
    transform: translate(-15px, 35px) scale(1);
  }
  75% {
    opacity: 0.9;
    transform: translate(20px, -10px) scale(1.1);
  }
}

/* Fireflies */
.firefly {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.8) 0%,
    rgba(189, 149, 115, 0.4) 40%,
    transparent 70%
  );
  box-shadow: 0 0 15px rgba(189, 149, 115, 0.6);
  animation: firefly 12s ease-in-out infinite;
}

/* Large Fireflies */
.firefly:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 15%;
  left: 8%;
  animation-delay: 0s;
  background: radial-gradient(
    circle,
    rgba(220, 200, 180, 0.9) 0%,
    rgba(220, 200, 180, 0.5) 40%,
    transparent 70%
  );
  box-shadow: 0 0 20px rgba(220, 200, 180, 0.7);
}

.firefly:nth-child(2) {
  width: 7px;
  height: 7px;
  top: 65%;
  left: 25%;
  animation-delay: 3s;
  animation-duration: 14s;
  background: radial-gradient(
    circle,
    rgba(200, 170, 140, 0.8) 0%,
    rgba(200, 170, 140, 0.4) 40%,
    transparent 70%
  );
  box-shadow: 0 0 18px rgba(200, 170, 140, 0.6);
}

/* Medium Fireflies */
.firefly:nth-child(3) {
  width: 5px;
  height: 5px;
  top: 35%;
  left: 55%;
  animation-delay: 6s;
  animation-duration: 10s;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.7) 0%,
    rgba(189, 149, 115, 0.3) 40%,
    transparent 70%
  );
  box-shadow: 0 0 12px rgba(189, 149, 115, 0.5);
}

.firefly:nth-child(4) {
  width: 6px;
  height: 6px;
  top: 80%;
  left: 80%;
  animation-delay: 9s;
  animation-duration: 16s;
  background: radial-gradient(
    circle,
    rgba(220, 200, 180, 0.7) 0%,
    rgba(220, 200, 180, 0.3) 40%,
    transparent 70%
  );
  box-shadow: 0 0 15px rgba(220, 200, 180, 0.5);
}

/* Small Fireflies */
.firefly:nth-child(5) {
  width: 13px;
  height: 13px;
  top: 25%;
  left: 40%;
  animation-delay: 2s;
  animation-duration: 8s;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.6) 0%,
    rgba(189, 149, 115, 0.2) 40%,
    transparent 70%
  );
  box-shadow: 0 0 8px rgba(189, 149, 115, 0.4);
}

.firefly:nth-child(6) {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 15%;
  animation-delay: 7s;
  animation-duration: 11s;
  background: radial-gradient(
    circle,
    rgba(200, 170, 140, 0.6) 0%,
    rgba(200, 170, 140, 0.2) 40%,
    transparent 70%
  );
  box-shadow: 0 0 10px rgba(200, 170, 140, 0.4);
}

.firefly:nth-child(7) {
  width: 5px;
  height: 5px;
  top: 70%;
  left: 65%;
  animation-delay: 4s;
  animation-duration: 9s;
  background: radial-gradient(
    circle,
    rgba(220, 200, 180, 0.5) 0%,
    rgba(220, 200, 180, 0.2) 40%,
    transparent 70%
  );
  box-shadow: 0 0 7px rgba(220, 200, 180, 0.3);
}

.firefly:nth-child(8) {
  width: 7px;
  height: 7px;
  top: 40%;
  left: 75%;
  animation-delay: 11s;
  animation-duration: 13s;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.7) 0%,
    rgba(189, 149, 115, 0.3) 40%,
    transparent 70%
  );
  box-shadow: 0 0 12px rgba(189, 149, 115, 0.5);
}

/* Tiny Fireflies */
.firefly:nth-child(9) {
  width: 12px;
  height: 12px;
  top: 20%;
  left: 30%;
  animation-delay: 5s;
  animation-duration: 7s;
  background: radial-gradient(
    circle,
    rgba(200, 170, 140, 0.5) 0%,
    rgba(200, 170, 140, 0.1) 40%,
    transparent 70%
  );
  box-shadow: 0 0 6px rgba(200, 170, 140, 0.3);
}

.firefly:nth-child(10) {
  width: 2px;
  height: 2px;
  top: 55%;
  left: 45%;
  animation-delay: 8s;
  animation-duration: 6s;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.4) 0%,
    rgba(189, 149, 115, 0.1) 40%,
    transparent 70%
  );
  box-shadow: 0 0 5px rgba(189, 149, 115, 0.2);
}

.firefly:nth-child(11) {
  width: 12px;
  height: 12px;
  top: 85%;
  left: 20%;
  animation-delay: 10s;
  animation-duration: 8s;
  background: radial-gradient(
    circle,
    rgba(220, 200, 180, 0.4) 0%,
    rgba(220, 200, 180, 0.1) 40%,
    transparent 70%
  );
  box-shadow: 0 0 5px rgba(220, 200, 180, 0.2);
}

.firefly:nth-child(12) {
  width: 13px;
  height: 13px;
  top: 30%;
  left: 90%;
  animation-delay: 1s;
  animation-duration: 9s;
  background: radial-gradient(
    circle,
    rgba(189, 149, 115, 0.5) 0%,
    rgba(189, 149, 115, 0.2) 40%,
    transparent 70%
  );
  box-shadow: 0 0 8px rgba(189, 149, 115, 0.3);
}

@keyframes firefly {
  0%,
  100% {
    opacity: 0.3;
    transform: translate(0, 0) scale(0.8);
  }
  25% {
    opacity: 1;
    transform: translate(30px, -20px) scale(1.2);
  }
  50% {
    opacity: 0.7;
    transform: translate(-15px, 35px) scale(1);
  }
  75% {
    opacity: 0.9;
    transform: translate(20px, -10px) scale(1.1);
  }
}

.section-1 .container {
  margin: 0 auto;
  padding-top: 80px;
  z-index: 1;
}

/* Brand logo section */
.brand-logo {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
  flex: 0 0 auto;
}

/* Partner logo section */
.partner-logo {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.partner-logo img {
  width: 65%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo img:hover {
  transform: scale(1.02);
}

.partner-logo .sgth {
  max-width: 60px;
  height: auto;
}

.partner-logo h1 {
  color: #bd9573;
  font-family: "Georgia", serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  line-height: 1.2;
  letter-spacing: 1px;
}

/* Chefs section */
.chefs {
  text-align: center;
  flex: 0 0 auto;
}

.chefs img {
  max-width: 900px;
  width: 100%;
  height: auto;
}

.exclusive-popup {
  position: absolute;
  max-width: 200px;
  width: 30%;
  top: 45%;
  left: 5%;
  animation: flutter-1 5s infinite ease-in-out;
}

@media (max-width: 768px) {
  .section-1 {
    min-height: 500px;
    height: auto;
  }
  .section-1 .partner-logo h1 {
    font-size: 0.5em;
  }

  .section-1 .partner-logo img {
    width: 95%;
    height: auto;
  }
  .section-1 .exclusive-popup {
    position: absolute;
    width: 15%;
    bottom: 60%;
    top: auto;
    left: 10%;
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.7));
  }
  .foreground-top-left {
    top: -5%;
    left: -3%;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }

  .foreground-top-right {
    top: -5%;
    right: 0;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }
  .foreground-bottom-left {
    position: fixed;
    bottom: -5%;
    left: -3%;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }

  .foreground-bottom-right {
    position: fixed;
    bottom: -6%;
    right: 0;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }
}

@media (max-width: 480px) {
  .section-1 {
    min-height: 500px;
    height: auto;
    padding-top: 0;
  }
  .section-1 .partner-logo h1 {
    font-size: 0.6em;
  }
  .section-1 .partner-logo img {
    width: 95%;
    height: auto;
  }
  .section-1 .exclusive-popup {
    position: absolute;
    width: 15%;
    bottom: 50%;
    top: auto;
    left: 10%;
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.7));
  }
  .foreground-top-left {
    top: -5%;
    left: -3%;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }

  .foreground-top-right {
    top: -5%;
    right: 0;
    z-index: 10;
    max-width: 45%;
    opacity: 0.9;
  }
}

.section-2 {
  position: relative;
  margin: 0 auto;
  background: url("../images/webp/bg-product.webp") no-repeat center center;
  background-size: cover;
}

.section-2 .container {
  margin: 0 auto;
}

.section-2 .container .text-box {
  position: relative;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.57);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.section-2 .container .text-box .butterfly-1 {
  position: absolute;
  max-width: 120px;
  left: -30px;
  bottom: -50px;
}

.section-2 .container .text-box .butterfly-2 {
  position: absolute;
  max-width: 120px;
  right: -40px;
  bottom: 5%;
}
.butterfly-1 img,
.butterfly-2 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@keyframes flutter-1 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(-3deg);
  }
  50% {
    transform: translateY(0) rotate(1deg);
  }
  75% {
    transform: translateY(5px) rotate(3deg);
  }
}

@keyframes flutter-2 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  20% {
    transform: translateY(-6px) rotate(-2deg);
  }
  50% {
    transform: translateY(3px) rotate(2deg);
  }
  80% {
    transform: translateY(6px) rotate(-1deg);
  }
}

.butterfly-1 img {
  animation: flutter-1 4s infinite ease-in-out;
}

.butterfly-2 img {
  animation: flutter-2 5s infinite ease-in-out;
}

.section-2 .product-box {
  width: 90%;
}

.section-2 .container .text-box h2 {
  color: #bd9573;
  font-size: 4.5rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 3.5rem;
}

.section-2 .container .text-box p {
  color: #bd9573;
  font-size: 18px;
  line-height: 1.7;
}

.section-2 .product {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.6));
}

.section-2 .item img {
  transition: transform 0.3s ease;
}

.section-2 .item img:hover {
  transform: scale(1.05);
}
.section-2 .item .title {
  color: #bd9573;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.section-2 .item .content {
  color: #bd9573;
  font-size: 0.85em;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.section-2 .order-now img {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.6));
  transition: transform 0.3s ease;
  max-width: 200px;
  cursor: pointer;
}

.section-2 .order-now img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .section-2 {
    background-attachment: scroll;
    background-position: left;
    background-size: cover;
  }
  .section-2 .container .text-box h2 {
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .section-2 .container .text-box p {
    font-size: 1rem;
    line-height: auto;
  }
}

@media (max-width: 480px) {
  .section-2 {
    background-attachment: scroll;
    background-position: left;
    background-size: cover;
  }
  .section-2 .container .text-box h2 {
    font-size: 4rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .section-2 .container .text-box p {
    font-size: 1rem;
    line-height: auto;
  }
}

.section-3 {
  display: block;
}

.section-3 .chef-box {
  position: relative;
  margin: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.section-3 .chef-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.section-3 .chef-box img:hover {
  transform: scale(1.05);
}

.section-3 .chef-box .name {
  color: #bd9573;
  /* font-family: "Georgia", serif; */
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.section-3 .chef-box .star {
  width: 20px;
}

.section-3 .chef-box .content {
  color: #bd9573;
  line-height: 18px;
  font-size: 14px;
  font-family: "AdelleSansBasic", sans-serif !important;
}


.section-3 .title {
  color: #bd9573;
  font-size: 5rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.section-4 {
  display: block;
  background-color: #354465;
  padding-bottom: 200px !important;
  position: relative;
}

.section-4 h3 {
  color: #bd9573;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

.section-4 h3 span {
  font-size: 1.5rem;
  font-weight: normal;
}

.section-4 .content {
  color: #fff;
}

.section-4 h4 {
  color: #bd9573;
  font-family: "Georgia", serif;
  font-size: 2.3rem;
}

.section-4 .contact {
  color: #bd9573;
}

ul.circle-alpha {
  list-style: none; /* เอา bullet เดิมออก */
  padding-left: 0;
  counter-reset: alpha-counter; /* เริ่มนับ counter */
}

ul.circle-alpha li {
  position: relative;
  padding-left: 35px; /* เว้นที่สำหรับวงกลม */
  margin-bottom: 10px;
  font-size: 1rem;
}

ul.circle-alpha li::before {
  counter-increment: alpha-counter;
  content: counter(alpha-counter, upper-alpha); /* A, B, C ... */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #fff; /* สีพื้นหลังวงกลม */
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.section-4 .terms {
  color: #bd9573;
  font-size: 1rem;
  margin-top: 20px;
}

.order-now-page {
  position: fixed;
  bottom: 3%;
  right: 4%;
  z-index: 1000;
  max-width: 200px;
  padding: 5px;
  cursor: pointer;
}
.order-now-page {
  animation: bounce 1s infinite ease-in-out;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .order-now-page {
    bottom: 2%;
    max-width: 120px;
  }

  .section-4 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 480px) {
  .section-4 {
    padding-bottom: 50px !important;
  }
}



.personalization{
  background-color: #f0f2f5;

}

.personalization img{
  width: 80%;
}


@media (max-width: 480px) {
  .personalization img{
    width: 100%;
  }
}

.personalization .content {
  color: #bd9573;
}