    body {
      font-family: 'Noto Sans Thai', sans-serif;
      background: linear-gradient(120deg, #ffffff, #f3f6f5, #ffffff);
      margin: 0;
    }

    /*section1*/

    .section-header {
      width: 100%;
      background: linear-gradient(120deg, #000100, #05130b, #000100);
      margin: 0;
      background-size: cover;
      background-position: center;
    }

    .inner-stion1 {
      max-width: 1280px;
      margin: auto;
      color: #fff;
      text-align: center;
      padding: 50px 16px;
      padding-top: 100px;
      justify-content: center;
      display: flex;
      width: 50%;
    }

    .section1 {
      padding-top: 50px;
      padding-bottom: 50px;
      flex: 1;
    }

    .btn-section1 {
      display: inline-block;
      padding: 14px 24px;
      background: #22cc55;
      color: #000;
      text-decoration: none;
      border-radius: 14px;
      font-weight: 600;
    }

    .btn-section1:hover {
      transform: translateY(-2px);
      box-shadow: 0 2px 30px #22cc5557;
    }



    @media(max-width:992px) {
      .section1 {
        flex: 1;
        width: 100%;
      }

      .inner-stion1 {
        width: auto;
      }
    }

    @media(max-width:768px) {
      .section1 {
        flex: 1;
        width: 100%;
      }

      .inner-stion1 {
        width: auto;
      }

    }

    /*จบ section1*/







    /* section */
    .about-section {
      padding: 50px 16px;
      padding-top: 100px;
    }

    /* container */
    .about-container {
      max-width: 1280px;
      margin: auto;
      display: flex;
      align-items: center;
      gap: 50px;
    }

    /* image */
    .about-image {
      flex: 1;
    }

    .img-our {
      width: 100%;
      height: auto;
    }

    .about-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 22px;
    }

    /* content */
    .about-content {
      flex: 1;
      width: 100%;
      box-sizing: border-box;
      min-width: 0;
    }

    .tag {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 50px;
      background: #e0f2fe;
      color: #0284c7;
      font-size: 14px;
      margin-bottom: 16px;
    }

    .about-content h2 {
      font-size: clamp(28px, 5vw, 48px);
      line-height: 1.3;
      margin-bottom: 18px;
      color: #111827;
      overflow-wrap: break-word;
    }

    .about-content p {
      font-size: clamp(16px, 2.5vw, 18px);
      line-height: 1.8;
      color: #6b7280;
      margin-bottom: 22px;
      overflow-wrap: break-word;
    }

    .about-content ul {
      list-style: none;
      margin-bottom: 26px;
    }

    .about-content li {
      padding: 8px 0;
      font-size: 16px;
      overflow-wrap: break-word;
    }

    .btn-about {
      display: inline-block;
      padding: 14px 24px;
      background: #111827;
      color: #fff;
      text-decoration: none;
      border-radius: 14px;
    }


    .about-price h2 {
      font-size: clamp(28px, 5vw, 48px);
      line-height: 1.3;
      margin-bottom: 18px;
      color: #111827;
      overflow-wrap: break-word;
      text-align: center;
    }

    /* tablet */
    @media(max-width:992px) {

      .about-container {
        gap: 30px;
      }

    }

    /* mobile */
    @media(max-width:768px) {

      .about-container {
        flex-direction: column;
        gap: 28px;
        padding: auto;
      }

      .about-image img {
        width: 100%;
        display: block;
        height: auto;
        border-radius: 22px;
      }

      .img-our {
        width: 100%;
        height: auto;
      }

      .about-content {
        text-align: center;
      }

      .about-content ul {
        text-align: left;
        max-width: 320px;
        margin: 0 auto 26px;
      }

    }

    .wrapper {
      width: 100%;
      max-width: 1280px;
      margin: auto;
      padding-bottom: 50px;
      position: relative;
    }




    .carousel {
      overflow: hidden;
      padding: 10px;
      padding-bottom: 80px;
      cursor: grab;
      touch-action: pan-y;
    }

    .carousel.dragging {
      cursor: grabbing;
    }

    .track {
      display: flex;
      gap: 20px;
      transition: transform .25s ease;
    }

    .slide {
      min-width: calc(33.333% - 14px);
      flex-shrink: 0;
    }

    /* แทนที่ .card เดิม */

    .card {
      height: 100%;
      background: rgba(255, 255, 255, .78);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, .55);
      border-radius: 28px;
      padding: 30px;
      box-shadow: 0 10px 15px rgba(0, 0, 0, .08);
      transition: .35s ease;
      position: relative;
      overflow: hidden;
    }

    /* hover การ์ดยก + แสงฟ้าในตัวการ์ด */

    .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 15px 20px rgba(0, 0, 0, .12);
      border-color: rgba(19, 235, 130, 0.18);
    }

    /* ไฮไลต์ฟ้าอยู่ "ในการ์ด" */

    .card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top right,
          rgba(19, 235, 130, 0.18) 0%,
          rgba(32, 243, 120, 0.18) 18%,
          rgba(249, 252, 251, 0.18) 48%);
      opacity: 0;
      transition: .35s ease;
      pointer-events: none;
    }

    .card:hover::before {
      opacity: 1;
    }

    .badge {
      display: inline-block;
      padding: 8px 14px;
      border-radius: 50px;
      background: #111;
      color: #fff;
      font-size: 12px;
      margin-bottom: 18px;
    }

    .title {
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .desc {
      font-size: 15px;
      color: #555;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .price {
      font-size: 42px;
      font-weight: 800;
      color: #14532d;
      margin-bottom: 22px;
    }

    .price span {
      font-size: 16px;
      font-weight: 500;
      color: #666;
      margin-left: 8px;
    }

    .btn {
      display: block;
      text-align: center;
      padding: 15px;
      border-radius: 18px;
      background: #111;
      color: #fff;
      text-decoration: none;
      margin-bottom: 18px;
    }

    .btn:hover {
      background: #14532d;
      transform: translateY(-2px);
      color: #fff;
      box-shadow: 0 10px 24px rgba(11, 197, 101, 0.25);
    }

    .list {
      list-style: none;
    }

    .list li {
      padding: 5px 0;
      border-bottom: 1px solid rgba(0, 0, 0, .06);
    }

    .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: #fff;
      color: #14532d;
      box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
      font-size: 22px;
      cursor: pointer;
      z-index: 10;
    }

    .nav:hover {
      background: #14532d;
      color: #fff;
    }

    .nav:active {
      background: #14532d;
      color: #fff;
    }

    .prev {
      left: 0;
    }

    .next {
      right: 0;
    }

    .nav:focus,
    .nav:focus-visible {
      background: #14532d;
      color: #fff;
      outline: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    }

    .dots {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 20px;
    }

    .dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #f4f4f4;
      cursor: pointer;
    }

    .dot.active {
      background: #14532d;
    }

    @media(max-width:992px) {
      .slide {
        min-width: calc(50% - 10px);
      }
    }

    @media(max-width:849px) {

      .carousel {
        padding: 10px 5px;
        padding-bottom: 80px;
      }

      .track {
        gap: 16px;
      }

      .slide {
        min-width: 82%;
      }

    }


    /*section-banner1*/

    .section-banner1 {
      width: 100%;
      background-color: #22cc55;
      margin: 0;
      background-size: cover;
      background-position: center;
    }

    .inner-banner1 {
      max-width: 1280px;
      margin: auto;
      color: #fff;
      text-align: center;
      justify-content: center;
      display: flex;
      width: 50%;
    }

    .banner1 {
      padding-top: 50px;
      padding-bottom: 50px;
      flex: 1;
    }

    .btn-banner1 {
      display: inline-block;
      padding: 14px 24px;
      background: #ffffff;
      color: #000;
      text-decoration: none;
      border-radius: 14px;
      font-weight: 600;
    }

    .btn-banner1:hover {
      transform: translateY(-2px);
      box-shadow: 0 2px 30px #22cc5557;
    }



    @media(max-width:992px) {
      .banner1 {
        flex: 1;
        width: 100%;
      }

      .inner-banner1 {
        width: auto;
      }
    }

    @media(max-width:768px) {
      .banner1 {
        flex: 1;
        width: 100%;
      }

      .inner-banner1 {
        width: auto;
      }

    }

    /*จบ section1*/