.container-wider {
  padding: 0 7vw;
  width: 100%;
  /*   max-width: 1650px;
    margin-right: auto;
    margin-left: auto; */
}
.container-wider-2 {
  padding: 0 3vw;
  width: 100%;
}
/* @media (max-width: 1400px) {
  .container-wider {
    max-width: 1280px;
  }
}
@media (max-width: 1600px) {
  .container-wider {
    max-width: 1320px;
  }
} */
.btn-arrow-right-mm:hover i{
    transition: 0.5s ease-in-out;
    transform: translateX(5px);
}
.btn-arrow-down-mm:hover i{
    transition: 0.5s ease-in-out;
    transform: translateY(5px);
}
.service-wieraaa {
  font-size: 20px;
  line-height: 1.5;
}
.service-wieraaa .fontexbold {
  font-weight: 500;
}
.service-wieraaa h1 ,
.service-wieraaa h2 {
  margin-bottom: 0.5rem;
}
.service-wieraaa h1,
.service-wieraaa h2,
.service-wieraaa .text-xxl {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 800;
}
.service-wieraaa .text-head-table {
  font-size: 34px;
}
.service-wieraaa h3,
.service-wieraaa .text-xl,
.service-wieraaa .home-section-topic-btn {
  font-size: 26px;
/*   font-weight: 300; */
  line-height: 1.5;
}
.service-wieraaa .home-section-topic-btn:hover {
  color: #fff;
}
.wieraaa-banner {
  position: relative;
}

.wieraaa-banner .title-text {
  position: absolute;
  width: 100%;
  top: 10%;
  text-align: center;
}

.center-center {
  display: flex;
  justify-content: center;
}
.wieraaa-zone-1 {
  background-image: url("../images/service-ecommerce/BG-wieraaa-1_2.png");
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.wieraaa-zone-2 {
  background-image: url("../images/service-ecommerce/BG-wieraaa-2.png");
  height: 100vh;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /*   padding: 0 3%; */
}
.color-darkgrey {
  color: #525252;
}
.color-black {
  color: #000;
}
.color-red {
  color: #cf1f2d;
}
.zone-1-set {
  margin-top: 7%;
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
}
.zone-2-set {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin-top: 3%;
  justify-content: center;
}
.zone-2-set > div {
  position: relative;
  width: 33%;
    background: #fff;
}
.zone-2-set > div img ,
.zone-2-set > div video {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.zone-2-set .card-text {
  box-shadow: 0 0 8px #00000010;
  border-radius: 20px;
  padding: 1rem;
  background: #fff;
  position: absolute;
  /*   bottom: -3rem;
  height: 90px; */
  bottom: -12%;
  height: 26%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-bullet {
  width: 45px;
  height: 45px;
  background: #c10000;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.wieraaa-zone-3 .main-img {
  position: relative;
  text-align: end;
  display: flex;
  justify-content: flex-end;
}
.ele {
  position: absolute;
}
.wieraaa-zone-3 .ele-1 {
  left: 5%;
  top: 38%;
}
.wieraaa-zone-3 .ele-2 {
  right: 31%;
  top: 23%;
}
.wieraaa-zone-3 .ele-3 {
  left: 17%;
  bottom: 15%;
}
.wieraaa-zone-3 .ele-4 {
  right: 8%;
  bottom: 57%;
}

.zone-3-set {
  display: grid;
  gap: 3rem;
  /*   padding-left: 7%; */
  padding-left: 27%;
}
.zone-3-set .underline {
  width: 355px;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 0.5rem;
}
.zone-4-set {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 3rem;
  width: 100%;
  height: 100%;
}
.wieraaa-zone-4 {
  /*  height: 90vh; */
  display: flex;
  align-items: center;
  padding: 4% 0;
}
.wieraaa-zone-4 .collapse-box {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 16px;
  padding: 8%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.content-box img {
  border-radius: 16px;
  transition: opacity 0.3s ease;
}

.wieraaa-zone-5 {
  background-color: #f8f8f8;
  padding: 3rem;
  padding: 4% 0;
}

.package-box {
  display: flex;
  background: #fff;
  box-shadow: 0 0 8px #00000012;
  padding: 3rem;
  border-radius: 24px;
  margin: 4% 0 2% 0;
  justify-content: center;
}

.package-box ul {
  padding: 0;
}
.package-box li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.bullet-red li::before {
  background-image: url("../images/service-ecommerce/icon-checked-red.png");
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fbe8e8;
  border-radius: 50%;
}
.bullet-white li::before {
  background-image: url("../images/service-ecommerce/icon-checked-red.png");
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}
.package-box > div {
  padding: 3rem 1rem 1rem 1rem;
  color: #525252;
}
.package-box .recommended {
  background: #f4d4d4;
  border-radius: 24px;
  position: relative;
  padding: 3rem 1rem 1rem 1rem;
}
.package-box .ele-recommended {
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.package-box .ele-recommended > div {
  background: #cf1f2d;
  color: #fff;
  height: 50px;
  width: 235px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-box .recommended h3 {
  color: #e60000;
}
.package-box li {
  list-style-type: none;
}
.showtable,
.btnClose {
  cursor: pointer;
}


.wieraaa-zone-table {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease;
}
.wieraaa-zone-table.active {
  padding: 6% 0;
  max-height: 2200px; /* ปรับให้พอดีกับ content จริง */
  opacity: 1;
  overflow: unset;
}
.wieraaa-zone-table thead th {
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 2;
}
.wieraaa-zone-table table {
  color: #525252;
  width: 100%;
}
.wieraaa-zone-table table th {
  border-bottom: 1px #ebebeb solid;
  text-align: center;
  color: #000;
  height: 130px;
}
.wieraaa-zone-table tbody,
.wieraaa-zone-table td,
.wieraaa-zone-table th,
.wieraaa-zone-table tr {
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
}

.wieraaa-zone-table td {
  padding: 0.5rem 1.5rem;
}
.wieraaa-zone-table th {
  padding: 1.5rem;
  position: relative;
}
.wieraaa-zone-table .ele-reccomended-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4d4d4;
  line-height: 1.25;
  font-weight: 400;
}
.wieraaa-zone-6 {
  height: 650px;
  background-image: url("../images/service-ecommerce/BG-wieraaa-6.png");
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
.show-pc {
  display: block;
}
.show-mobile {
  display: none;
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .service-wieraaa {
    font-size: 16px;
  }
  .service-wieraaa h1,
  .service-wieraaa h2,
  .service-wieraaa .text-xxl {
    font-size: 38px;
  }
  .service-wieraaa h3,
  .service-wieraaa .text-xl,
  .service-wieraaa .home-section-topic-btn {
    font-size: 22px;
  }
  .wieraaa-zone-6 {
    background-size: contain;
  }
  .package-box {
    padding: 3rem 1rem;
  }
  .home-section-topic-btn {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .container-wider,
  .container-wider-2 {
    padding: 0 1rem;
  }
  .service-wieraaa {
    font-size: 16px;
  }
  .service-wieraaa h1,
  .service-wieraaa h2,
  .service-wieraaa .text-xxl {
    font-size: 28px;
  }
  .service-wieraaa h3,
  .service-wieraaa .text-xl,
  .service-wieraaa .home-section-topic-btn {
    font-size: 18px;
  }
  .show-pc {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .zone-1-set {
    flex-direction: column;
    gap: 2rem;
    padding: 0 ;
  }
  .zone-1-set img {
    width: 40px;
  }
  .wieraaa-zone-1,
  .wieraaa-zone-2 {
    background-image: none;
    height: auto;
  }
  .BG-mobile-zone-1-2 {
    background-image: url(../images/service-ecommerce/BG-mobile-zone-1-2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left top 43%;
  }
  .wieraaa-zone-1 {
    padding: 4rem 0;
  }
  .wieraaa-zone-2 {
    padding: 4rem 0;
  }
  .zone-2-set {
    flex-direction: column;
    gap: 3rem;
  }
  .zone-2-set > div {
    width: 100%;
  }
  .zone-2-set .card-text {
    border-radius: 10px;
    height: 55px;
  }
  .content-box img {
    margin-top: 0.5rem;
  }
  .zone-3-set {
    padding: 0 1rem;
  }
  .zone-3-set span {
    display: flex;
    justify-content: center;
  }
  .wieraaa-zone-3 {
    padding: 4rem 0;
  }
  .number-bullet {
    width: 30px;
    height: 30px;
  }
  .wieraaa-zone-3 .ele {
    display: none;
  }
  .wieraaa-zone-4 {
    height: auto;
    padding: 4rem 0;
  }
  .zone-4-set {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .wieraaa-zone-4 .collapse-box {
    padding: 1rem;
  }

  .package-box {
    flex-direction: column;
    background: unset;
    box-shadow: unset;
    padding: 0;
    border-radius: 0;
    gap: 2rem;
    margin: 0 0 4rem 0;
  }
  .package-box > div {
    padding: 3rem 1rem 1rem 1rem;
    color: #525252;
    background: #fff;
    box-shadow: 0 0 8px #00000012;
    border-radius: 23px;
  }
  .wieraaa-zone-5 {
    padding: 4rem 0;
  }
  .wieraaa-zone-6 {
    height: auto;
    background-image: url(../images/service-ecommerce/BG-wieraaa-6-mb.png);
    background-position: center;
    background-size: cover;
    padding: 8rem 0;
  }

  .wieraaa-zone-table td {
    padding: 0.5rem;
    text-align: center;
    font-size: 14px;
  }
  .wieraaa-zone-table .section-head {
    background-color: #f9f9f9;
  }

  .wieraaa-zone-table.active {
    max-height: 3000px;
    overflow: unset;
  }
  .wieraaa-zone-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  .wieraaa-zone-table table th {
    height: 90px;
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 2px #cf1f2d solid;
  }
  .wieraaa-zone-table img {
    width: 14px;
}
}
