.section-full img, .tree-decor img{
	width: 100%;
	height: auto;
}

.section-service .icon {
  filter: invert(52%) sepia(89%) saturate(1300%) hue-rotate(165deg) brightness(95%) contrast(95%);
}

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

.section-service .wp-block-column p:first-of-type {
	margin-bottom: 10px;
}

.section-service .wp-block-column p:nth-of-type(2) {
	font-size: 14px;
}


/*******ครบทุกบริการด้านท่องเที่ยว block*********/
.section-about-me{
	z-index: 1;
}
.tree-decor{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.travel-card-section{
		padding: 50px 0 200px 0;
		min-height: 500px;
	
   	background-size: 100%;
    background-position: center bottom;
    background-image: url(/wp-content/uploads/2026/03/tropical-landscape-with-steep-mountains-sunset-copy-1024x476.webp);
    background-repeat: no-repeat;
	
}

.travel-card{
	margin: auto;
    max-width:550px;
    background:#fff;
    padding:5px 40px 40px 40px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.travel-card h2{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.travel-card p{
    color:#555;
    line-height:1.7;
    margin-bottom:25px;
		text-indent: 29px;
}

.travel-btn{
	position: relative;
	z-index: 10;
}

.travel-btn .wp-block-button a{
    display:inline-block;
    background:linear-gradient(180deg,#3ab4e6,#2387b8);
    padding:14px 28px;
    border-radius:10px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
}
/*******แพ็คเก็จทัวร์ที่น่าสนใจ block*********/
.section-tour{
    margin-top: -140px;
    padding-top: 120px;
    padding-bottom: 200px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2)), url(/wp-content/uploads/2026/03/bg-program.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-gradient, .title-gradient strong {
  font-weight: 900;

  /* gradient text */
  background: linear-gradient(90deg, #c77dff, #6ec1e4, #20c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
	
  -webkit-text-stroke: 1px white;
	
  /* glow + shadow*/
  text-shadow:
    0 3px 6px rgba(0,0,0,0.0),   /* เงาด้านล่าง */
    0 6px 12px rgba(0,0,0,0.25);   /* shadow รอบนอก */

  transform: scaleY(1.1);
}

/* swiper spacing */
.tour-slider{
	padding: 20px 0 !important;
	/*padding: 55px 20px 200px 20px !important;*/
    max-width: 960px;
    width: 100%;
    margin: auto;
}
.tour-slider .swiper-wrapper{
}
.tour-slider .swiper-slide{
	display: flex;
    height: auto;
	justify-content: center;  
	transition:.1s ease;
}

.show-active-style .swiper-slide-active{
	z-index: 2;
	transform: scale(1.1) !important;
}

.tour-slider .swiper-slide:has(+ .swiper-slide-prev) {
  transform: translateX(-40px);
}

.tour-slider .swiper-slide-next{
	z-index: 1;
	margin-right: 40px;
}

.tour-slider .swiper-button-next,
.tour-slider .swiper-button-prev{
    background: #eeeeeecc;
    padding: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
	top:50%;
  	transform:translateY(-50%);
}
.tour-slider .swiper-button-prev{
	left: 0px;
}
.tour-slider .swiper-button-next{
	right: 0px;
}

.tour-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	width:320px;
	padding-bottom: 20px;
	background:#fff;
	border-radius:10px;

	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
	position:relative;

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;


	transition:.1s ease;
}

/*.tour-card:hover{*/
.tour-slider .swiper-slide .tour-card:hover {
  transform:translateY(-8px);
  box-shadow:0 0px 20px rgba(0,0,0,0.25);
}


.tour-slider.show-active-style .swiper-slide-active .tour-card:after{
  content:"";
  position:absolute;
  bottom:-71px;
  left:0;
  width:100%;
  height:75px;

  /* The SVG Inverted Triangle as a Background Image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 50,50' fill='%23ffffff' /%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
	
	filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.1));
	
	transition:.1s ease;
}



.tour-slider.show-active-style .swiper-slide-active .tour-card:hover::after{
	filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.1));
}



/* image */
.tour-img{
  width:100%;
  display:block;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tour-info{
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.country{
	font-size:28px;
	font-weight:700;
	margin:0;
	text-transform: uppercase;
}

.tour-meta{
  display:flex;
  justify-content:space-between;
  margin:15px 0;
}

.tour-btn{
  display:inline-block;
  padding:10px 25px;
  border-radius:6px;
  color:white;
  font-weight:600;
	align-self: center;
}


/*******review ลูกค้า*********/
.section-review{
    margin-top: -250px;
    padding: 100px 0;
    background: url(/wp-content/uploads/2026/03/bg-review.png) no-repeat;
    background-size: cover;
    background-position: center center;
	
	z-index: 2;
    position: relative;
}

/* review swiper spacing */
.review-slider{
    max-width: 960px;
    width: 96%;
	padding: 50px 2% !important;
    margin: auto;
}
.review-slider .swiper-slide{
	display: flex;
    height: auto;
	justify-content: center;  
	transition:.1s ease;
}

.review-slider.show-active-style .swiper-slide-active{
	transform: scale(1.1);
}

/* content */
.review-card{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: #fff;
	padding-bottom: 20px;
	box-shadow:0 0px 10px rgba(0,0,0,0.18);
}

.review-card img{
	height: 250px;
	object-fit: cover;
}

.review-info{
  position:relative;
  padding: 0 40px;
  text-align:center;
  background:#fff;
}

.review-title {
	font-weight :bold;
}

.review-slider .stars {
  color:#ccc;
  font-size:40px;
	text-align: center;
	letter-spacing: -5px;
}

.review-slider .stars .active {
  color:var(--main-color);
}

.section-gallery{
	padding: 200px 0 150px;
    z-index: 1;
    position: relative;
    margin-top: -200px;
	background: url(/wp-content/uploads/2026/03/bg-gallery.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

/*******Contact*********/
.section-contact{
	padding: 150px 0 40px 0;
    margin-top: -100px;
    z-index: 2;
    position: relative;
	background: url(/wp-content/uploads/2026/03/seenic-view-mountains-against-sky.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.contact-card {
	padding: 20px;
	width: 80%;
	margin: auto;
	
	padding: 20px 40px;
	border-radius: 20px;

	/* Glass effect */
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);

	/* Soft shadow */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);

	/* Subtle border */
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-title{
	color:var(--main-color);
	font-size: 1.4rem;
	font-weight: bold;
}

.contact-card ul {
	list-style-type: none;
	padding: 0;
}

.contact-card li {
  margin-bottom: 5px;
  font-size: 14px;
  vertical-align: middle;
}

.contact-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background-color: #2ea3db;
  color: #fff;

  font-size: 10px;
}

/******* Responseive *********/
/*******ครบทุกบริการด้านท่องเที่ยว block*********/
@media (min-width: 1024px){
	.travel-card{
		margin-left: 24%;
	}
	
	.tour-slider{
		padding: 55px 20px 200px 20px !important;
	}
	
	.tour-slider .swiper-button-next,
	.tour-slider .swiper-button-prev{
		transform:translateY(-100%);
	}
}

