
  
  /* ปรับแสงในมือถือให้เบาลงหน่อย (ถ้าต้องการ) */
  .div-banner .div-card {
      box-shadow: 0 0 10px rgba(46, 114, 255, 0.5) !important;
  }
}

body, .page, .v-main__wrap {
    /* ลิงก์รูปที่ปาล์มระบุ */
    background-image: url('https://admin.askmepages.com/image/68748c231ae419558c5ccedf/media/background/4dbd4ebf-f80f-11f0-a4e0-b24a2a787600.png?tk=_ss_bo_nsb-ldpb_a9f8b786-eb34-4188-a69e-4735ec33a03c') !important;
    
    /* สั่งให้ภาพนิ่ง ไม่เลื่อนตามเมาส์ */
    background-attachment: fixed !important;
    
    /* ขยายเต็มจอเสมอ */
    background-size: cover !important;
    
    /* จัดกลาง */
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.menu-item {
    background: linear-gradient(180deg, #2E72FF 0%, #0044CC 100%) !important; /* ไล่สีฟ้าสว่างไปเข้ม */
    box-shadow: 0 4px 0 #002a80 !important; /* เงาแข็งด้านล่าง ให้ดูนูนแบบ 3D */
    border-radius: 12px !important; /* ปรับความมน (แก้ตัวเลขได้) */
    transition: all 0.1s ease !important;
    border: 1px solid rgba(255,255,255,0.2) !important; /* ขอบแสงสะท้อนด้านบน */
}

.menu-item:hover {
    transform: translateY(2px) !important; /* กดแล้วยุบลงจริง */
    box-shadow: 0 2px 0 #002a80 !important; /* เงาหดลง */
    filter: brightness(1.1) !important; /* สว่างขึ้นตอนชี้ */
}


/* แถม: เปลี่ยนสีตัวหนังสือข้างล่างให้เป็นสีขาว (จะได้ไม่จมกับพื้นหลังน้ำเงิน) */
.v-bottom-navigation .text {
    color: #ffffff !important;
    font-weight: bold !important;
}


/*--------------------------------------------------------------
  HOTZA888 - LOGIN & REGISTER 3D PREMIUM FIX
--------------------------------------------------------------*/

/* =========================================
   1. กล่องเข้าสู่ระบบ (Login) [data-v-916a8296]
   ========================================= */
.dialog-sing-in[data-v-916a8296] {
    background: linear-gradient(160deg, #0b1033 0%, #1a237e 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(68, 138, 255, 0.2) !important;
    padding: 25px 20px !important;
}

/* หัวข้อเข้าสู่ระบบ */
.dialog-title[data-v-916a8296] {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    background: -webkit-linear-gradient(#fff, #b3e5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ช่องกรอกข้อมูล Login */
.dialog-sing-in[data-v-916a8296] .v-input__slot {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.5) !important;
    border: none !important;
}

.dialog-sing-in[data-v-916a8296] fieldset {
    border: none !important;
}

.dialog-sing-in[data-v-916a8296] .label-text,
.dialog-sing-in[data-v-916a8296] input {
    color: #fff !important;
    font-weight: 500;
}

.dialog-sing-in[data-v-916a8296] .v-icon {
    color: #ffd700 !important;
}

/* ปุ่ม Login 3D */
.dialog-action[data-v-916a8296] button {
    background: linear-gradient(180deg, #ffeb3b, #fbc02d) !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 0 #f57f17, 0 10px 10px rgba(0,0,0,0.3) !important;
    transition: all 0.1s;
    margin-top: 10px;
}

.dialog-action[data-v-916a8296] button:active {
    transform: translateY(4px) !important;
    box-shadow: 0 2px 0 #f57f17 !important;
}


/* =========================================
   HOTZA888 — DESKTOP BANNER MULTI SLIDE
   แสดง 3 รูปต่อแถว
   ไม่บังคับขนาดหรือสัดส่วนของรูป
   ไม่กระทบ Mobile
========================================= */

@media (min-width: 960px) {

  .banner-section {
    width: 100% !important;
    overflow: hidden !important;
  }

  .banner-section .VueCarousel,
  .banner-section .VueCarousel-wrapper {
    width: 100% !important;
    overflow: hidden !important;
  }

  .banner-section .VueCarousel-inner {
    display: flex !important;
    align-items: flex-start !important;
    flex-basis: auto !important;

    animation: hotzaSmoothFlow 18s ease-in-out infinite alternate !important;
    will-change: transform !important;
  }

  /* 3 รูปต่อแถว */
  .banner-section .VueCarousel-slide {
    flex: 0 0 32% !important;
    flex-basis: 32% !important;
    width: 32% !important;
    max-width: 32% !important;

    margin-right: 1.33% !important;
    padding: 0 !important;
  }

  /* Link ครอบรูป */
  .banner-section .VueCarousel-slide > a {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  /* ไม่ปรับขนาดรูป เหลือเฉพาะการแสดงผล */
  .banner-section .img-banner {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  /* หยุดเมื่อเอาเมาส์วาง */
  .banner-section .VueCarousel:hover .VueCarousel-inner {
    animation-play-state: paused !important;
  }

  /* ซ่อน Pagination เดิม */
  .banner-section .VueCarousel-pagination {
    display: none !important;
  }

  @keyframes hotzaSmoothFlow {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-66.66%);
    }
  }
}

