.content.container{
	background-image: url('/wp-content/uploads/2026/04/trip-bg-scaled.webp');
	background-size: cover;      /* 👉 เต็มพื้นที่ */
  	background-position: top center; /* 👉 จัดกลาง */
  	background-repeat: no-repeat;
}
.service-detail-list.wp-block-columns {
	flex-wrap: wrap !important;
}

.service-detail-list .wp-block-column {
	min-width: 100px;
}

.service-detail-list .wp-block-image {
	padding: 20px 0;
}

.service-detail-list .wp-block-column p {
	font-size: 14px;
}

.packagetour-title{
	margin-bottom: 5px;
}

.section-why-us{
	padding: 100px 0;
	max-width: 900px;
	margin:auto;
}

.section-why-us .wp-block-columns{
	margin: 0;
}

.why-us-list-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-us-title{
	margin-bottom: 10px;
	font-size: 24px;
}

.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Item */
.why-us-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* Bullet (วงกลมสีฟ้า) */
.why-us-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #2fa4c6;
  border-radius: 50%;
}


.section-trip-gallery{
	background-image: url('/wp-content/uploads/2026/04/trip-gallery-bg.webp');
	background-size: cover;      /* 👉 เต็มพื้นที่ */
  	background-position: center; /* 👉 จัดกลาง */
  	background-repeat: no-repeat;
	
	padding-top: 100px;
}


.section-trip-gallery .swiper {
  height: 200px !important;
}

.section-trip-gallery .swiper-slide {
  height: 200px !important;
}