* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kanit", serif;
}
#wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #F4F1EB;
}
body {
    background-color: #f4f4f4;
}
iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}
/* navbar *//* navbar *//* navbar */
.allnavbar {
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 30px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    position: fixed;
    z-index: 100;
    top: 0;
}

.nav {
    margin-right: 35px;
}

.left-navbar {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 300px;
}

.right-navbar {
    display: flex;
    gap: 15px;
    align-items: center;
}
.nav-icon-1 .ant-design-home {
    margin-left: 12px;
    margin-bottom: 10px;
}
.nav-icon-1 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-1 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

/* change when another page *//* change when another page *//* change when another page *//* change when another page */
.nav-icon-6 a.active {
    font-weight: bold;
    color: #04757b;
}
/* change when another page *//* change when another page *//* change when another page *//* change when another page */

.nav-icon-2 .ant-design-product {
    margin-left: 28px;
    margin-bottom: 10px;
}
.nav-icon-2 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-2 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-3 .ant-design-suggest {
    margin-left: 20px;
    margin-bottom: 10px;
}
.nav-icon-3 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-3 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-4 .ant-design-about {
    margin-left: 20px;
    margin-bottom: 10px;
}
.nav-icon-4 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-4 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-5 .ant-design-review {
    margin-left: 15px;
    margin-bottom: 10px;
}.nav-icon-5 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-5 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.nav-logo img {
    height: 70px;
}
.search-container {
    display: flex;
    align-items: center;
    width: 270px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px;
    background: white;
    margin-right: 50px;
}
.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 5px 10px;
    background: transparent;
}
.search-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    color: #333;
}
.search-btn:hover {
    color: #04757b;
}


.user-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50px; 
}
.user-container iconify-icon {
    width: 32px;
    height: 32px;
    display: block;
}
.user-name {
    white-space: nowrap;
    text-align: center;
}
.nav-icon-user a {
    text-decoration: none;
    color: #242424;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: color 0.3s ease;
}
.nav-icon-user a:hover {
    color: #04757b;
}
.nav-icon-user .n-user a.active {
    font-weight: bold;
    color: #04757b;
}



.nav-icon-6 .ant-design-coin {
    margin-left: 15px;
    margin-bottom: 10px;
}
.nav-icon-6 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-6 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}

.nav-icon-7 .ant-design-cart {
    margin-left: 2px;
    margin-bottom: 10px;
}
.nav-icon-7 a{
    text-decoration: none;
    color: #242424;
}
.nav-icon-7 a:hover{
    color: #04757b;
    transition: color 0.3s ease;
}






/* ใช้สำหรับทุกหน้าที่มี hero banner *//* ใช้สำหรับทุกหน้าที่มี hero banner *//* ใช้สำหรับทุกหน้าที่มี hero banner *//* ใช้สำหรับทุกหน้าที่มี hero banner */

.line-md--chevron-small-right {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 12l-5 -5M15 12l-5 5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.herobanner-page {
    width: 100%;
    height: 300px;
    background: url(pic/Banner1.JPG);
    background-size: cover;
    background-position: center -400px;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.herobanner-page h1 {
    font-size: 48px;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);
}

.mini-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.mini-nav a{
    text-decoration: none;
    color: #242424;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.7);
}
.mini-nav a:hover {
    text-decoration: underline;
    color: #04757b;
}


/* ใช้สำหรับทุกหน้าที่มี hero banner *//* ใช้สำหรับทุกหน้าที่มี hero banner *//* ใช้สำหรับทุกหน้าที่มี hero banner */













.point-content {
    margin-top: 100px;
}

/* === HERO BOX === */
.hero-box {
  background-color: #f4f4f4;
  padding: 40px 40px;
  text-align: center;
  border-radius: 16px;
  margin: 80px auto 60px auto; 
  max-width: 1080px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.point-desc {
  font-size: 16px;
  color: #242424;
  margin-top: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}


.hero-box h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #04757B;
}

.hero-box p {
  font-size: 16px;
  color: #242424;
  margin-bottom: 25px;
}

.big-point {
  font-size: 48px;
  font-weight: 500;
  color: #04757B;
  margin-top: 20px;
}


/* === BUTTONS === */
.btn-hero {
  background-color: #BB7E5D;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin: 5px 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.btn-hero:hover {
  background-color: #a26545;
}

.btn-hero-outline {
  background-color: #F4F1EB;
  color: #04757B;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  margin: 5px 10px;
  border: 1px solid #BB7E5D;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
}

.btn-hero-outline:hover {
  background-color: #E0E0DE;
  color: #BB7E5D;
}













.timeline-section {
  text-align: center;
  padding: 40px 20px;
}

.timeline-section h2 {
  font-size: 48px;
  color: #242424;
  margin-bottom: 40px;
  font-weight: 500;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 170px;
  right: 0;
  width: 650px;
  height: 4px;
  background-color: #AAB7A6;
  z-index: 0;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step .circle {
  width: 80px;
  height: 80px;
  background-color: #AAB7A6;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.step {
  opacity: 1;
  transform: none;
  transition: none;
}

.step::after {
  content: none;
}

.step .circle:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #8f9f90;
  transition: all 0.3s ease;
}

.timeline h4 {
    font-size: 24px;
    font-weight: 600;
}
.timeline p {
    font-size: 18;
}









.earn-methods {
  text-align: center;
  padding: 70px 20px;
  background-color: #fff;
  
}

.earn-methods h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #242424;
}

.methods {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.method-card {
  border: 1.5px solid #AAB7A6;
  padding: 24px 16px;
  border-radius: 16px;
  width: 200px;
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: default;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.method-card iconify-icon {
  display: block;
  margin-bottom: 12px;
  color: #04757B;
  font-size: 40px;
}

.method-card p {
  font-size: 18px;
  line-height: 1.5;
  color: #242424;
  margin: 0;
}

.method-card p strong {
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.method-card p span {
  font-size: 14px;
  color: #555;
}





.coupon-section {
  text-align: center;
  padding: 70px 20px;
}

.coupon-section h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #242424;
}

.coupon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.coupon-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px dashed #AAB7A6;
  border-radius: 16px;
  padding: 20px 30px;
  width: 360px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.coupon-left {
  text-align: left;
}

.coupon-card h3 {
  font-size: 20px;
  color: #04757B;
  margin-bottom: 6px;
}

.discount-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.point-cost {
  font-size: 14px;
  color: #555;
}

.coupon-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}


.btn-claim {
  background-color: #BB7E5D;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.btn-claim:hover {
  background-color: #a26545;
}

.warn {
  font-size: 14px;
  color: #bb4444;
  font-weight: 500;
}

.claimed {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.expire-text {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
  margin-bottom: 6px;
}

.coupon-left iconify-icon {
  margin-bottom: 6px;
  display: block;
}

.coupon-left {
  text-align: left;
}

.coupon-icon {
  font-size: 36px;
  color: #04757B;
  margin-bottom: 6px;
}

.discount-text {
  font-size: 20px;
  font-weight: 700;
  color: #04757B;
  margin-bottom: 6px;
}

.point-cost {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.expire-text {
  font-size: 13px;
  color: #777;
}

.claimed, .warn {
  font-size: 14px;
  color: #BB7E5D;
  font-weight: 600;
  margin-top: 16px;
}
.min-buy {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}


/* === ปุ่ม Animated Button ที่ใช้กับ Seennature === */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 22px;
  border: 4px solid transparent;
  font-size: 14px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #BB7E5D;
  box-shadow: 0 0 0 2px #BB7E5D;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 20px;
  fill: #BB7E5D;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 14px;
}
.animated-button .arr-2 {
  left: -25%;
}
.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #BB7E5D;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-10px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #fff;
  background-color: #BB7E5D;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 14px;
}

.animated-button:hover .text {
  transform: translateX(10px);
}

.animated-button:hover svg {
  fill: #fff;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #BB7E5D;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-box {
    background: white;
    padding: 24px 32px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
    font-family: 'Kanit', sans-serif;
}
.popup-buttons {
    margin-top: 20px;
}
.popup-buttons button {
    padding: 8px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.btn-confirm {
    background-color: #04757B;
    color: white;
}
.btn-cancel {
    background-color: #BB7E5D;
    color: #F4F1EB;
    opacity: 80%;
}












/* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer */
footer {
    background-color: #04757b;
    color: white;
    width: 100%;

    padding: 40px 5% 20px 5%;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.logo-column img.footer-logo {
    height: 70px;
    margin-bottom: 10px;
}

.logo-column p {
    font-size: 14px;
    line-height: 1.6;
}

.link-column a {
    display: block;
    color: white;
    text-decoration: none;
    margin: 15px 0;
    font-size: 14px;
}

.link-column a:hover {
    text-decoration: underline;
}

.subscribe-column p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 500;
}



.footer-bottom {
    border-top: 1px solid white;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 13px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
}

.social-icons a {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.facebook_footer {
    background-image: url(pic/Facebook_Logo_\(2019\).png.png);
}

.shopee_footer {
    background-image: url(pic/Logo-Shopee.png);
}

.line_footer {
    background-image: url(pic/OG-Image-LS-1200x630.png);
}

.laz_footer {
    background-image: url(pic/TB1PApewFT7gK0jSZFpXXaTkpXa-200-200.png);
}




/* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer *//* footer */
