.elementor-12179 .elementor-element.elementor-element-55eb517{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12179 .elementor-element.elementor-element-83f1f08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12179 .elementor-element.elementor-element-dcac3c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12179 .elementor-element.elementor-element-4a1f414{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12179 .elementor-element.elementor-element-64ee165{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12179 .elementor-element.elementor-element-b953b1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-1b6ffb9 *//* =========== BASE =========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Sarabun", sans-serif;
  font-size: 12pt;
  background-color: #ffffff;
  color: #111827;
}

/* =========== HERO SECTION =========== */

/* เปลี่ยนรูปพื้นหลังตรงนี้ได้เลย */
:root {
  --discover-bg-image: url("https://gotravelphuket.com/wp-content/uploads/2022/11/IMG_2743-2-rotated.jpg");
  --primary: #197cf3;
}

/* Full-width Hero */
.discover-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  padding: 160px 20px 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;

  background-image:
    linear-gradient(
      to bottom,
      rgba(15, 23, 42, 0.1) 20%,
      rgba(255, 255, 255, 0.85) 70%,
      #ffffff 100%
    ),
    var(--discover-bg-image);

  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* Content wrapper */
.discover-inner {
  max-width: 860px;
  text-align: center;

  /* Soft background to improve readability */
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  padding: 30px 28px 40px;
  border-radius: 18px;

  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  animation: fadeUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

/* PREMIUM TITLE */
.discover-title {
  margin: 0 0 18px;
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: none;

  /* PREMIUM GRADIENT TEXT */
  background: linear-gradient(90deg, #197cf3, #0f4fa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Soft Glow */
  text-shadow: 0px 4px 20px rgba(25, 124, 243, 0.35);
  position: relative;
}

/* Underline glow bar */
.discover-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #42b4ff, #197cf3);
  box-shadow: 0px 2px 12px rgba(25, 124, 243, 0.6);
}

/* BODY TEXT */
.discover-text {
  margin-top: 22px;
  font-size: 1rem;
  line-height: 1.75;
  color: #2d3748;

  /* readability improvement */
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.7);
}

.hl {
  color: #197cf3;
  font-weight: 600;
}

/* SOFT ANIMATION */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  .discover-hero {
    padding: 130px 20px 60px;
    min-height: 380px;
  }

  .discover-inner {
    padding: 22px 18px 32px;
  }

  .discover-title {
    font-size: 1.9rem;
  }

  .discover-text {
    font-size: 0.92rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01b1534 *//* RESET เล็กน้อย */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12pt;                    /* ตามที่กำหนด */
  line-height: 1.6;
  color: #1f2933;
  background-color: #ffffff;
}

/* SECTION WRAPPER */
.empower-section {
  padding: 72px 20px;
  background: #f9fafb;
  animation: fadeInUp 0.7s ease-out;   /* เอฟเฟ็กต์ตอนเปิดหน้า */
}

.empower-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

/* LEFT COLUMN (TITLE) */
.empower-left {
  flex: 0 0 40%;
  border-right: 1px solid #e5e7eb;
  padding-right: 32px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #197cf3;
  margin-bottom: 10px;
}

.empower-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.4;
  color: #111827;
}

.empower-title .strong-lines {
  font-weight: 700;
  color: #0f172a;
}

/* RIGHT COLUMN (CONTENT) */
.empower-right {
  flex: 1;
  max-width: 620px;
}

.empower-intro {
  margin: 0 0 8px;
  font-weight: 600;
  color: #111827;
}

.empower-text {
  margin: 0 0 18px;
  color: #4b5563;
}

.focus-heading {
  margin: 0 0 12px;
  font-size: 1em;
  font-weight: 700;
  color: #0f172a;
  position: relative;
}

/* เส้นคั่นหัวข้อเล็ก ๆ */
.focus-heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 6px;
  background: #197cf3;
}

/* GRID ของ BULLET LIST */
.focus-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 240px;
}

.focus-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  color: #374151;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* ICON CHECK */
.focus-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8em;
  color: #197cf3;
  transition: transform 0.2s ease;
}

/* เอฟเฟ็กต์ HOVER ให้ดูมีชีวิต */
.focus-list li:hover {
  color: #197cf3;
  transform: translateX(3px);
}

.focus-list li:hover::before {
  transform: scale(1.2);
}

/* ANIMATION KEYFRAMES */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE: MOBILE = 1 COLUMN */
@media (max-width: 768px) {
  .empower-inner {
    flex-direction: column;
    gap: 32px;
  }

  .empower-left {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
  }

  .empower-section {
    padding: 48px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32f4a67 *//* ===== BASE SECTION STYLE ===== */ 
.service-section {
  max-width: 1160px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12pt;
  color: #0f172a;
}

/* ซ่อน radio คุมการ์ด */
.service-radio {
  display: none;
}

/* ===== GRID การ์ดทัวร์ ===== */
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ===== CARD ===== */
.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  transform: translateY(0);
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-image {
  width: 100%;
  padding-top: 150%;
  background-size: cover;
  background-position: center;
  transition: 0.35s ease;
  filter: brightness(0.88);
}

.service-card:hover .service-image {
  transform: scale(1.06);
  filter: brightness(1);
}

/* Overlay ด้านล่างรูป */
.service-overlay {
  position: absolute;
  inset: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.3),
    transparent 60%
  );
}

.service-category {
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px);
  width: fit-content;
  color: #f9fafb;
}

/* ===== หัวข้อรองในการ์ด (อัปเดตเป็นสีขาว) ===== */
.service-title {
  margin-top: 6px;
  font-size: 14pt;
  font-weight: 600;
  color: #ffffff; /* สีขาว */
  text-shadow: 0px 2px 6px rgba(0,0,0,0.35); /* ทำให้อ่านง่ายขึ้น */
}

/* ===== เอฟเฟ็กเวลาเลือกการ์ด (radio checked) ===== */
#srv1:checked ~ .service-grid label[for="srv1"],
#srv2:checked ~ .service-grid label[for="srv2"],
#srv3:checked ~ .service-grid label[for="srv3"],
#srv4:checked ~ .service-grid label[for="srv4"] {
  transform: translateY(-6px);
  outline: 3px solid #197cf3;
  outline-offset: 3px;
  border-radius: 14px;
}

#srv1:checked ~ .service-grid label[for="srv1"] .service-image,
#srv2:checked ~ .service-grid label[for="srv2"] .service-image,
#srv3:checked ~ .service-grid label[for="srv3"] .service-image,
#srv4:checked ~ .service-grid label[for="srv4"] .service-image {
  filter: brightness(1.1) saturate(1.2);
  transform: scale(1.04);
}

/* ===== DETAIL TEXT ===== */
.service-details {
  margin-top: 26px;
}

.detail-panel {
  display: none;
  padding: 8px 4px;
  border-left: 4px solid #197cf3;
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.3s ease;
}

/* แสดงตาม radio */
#srv1:checked ~ .service-details .detail-1,
#srv2:checked ~ .service-details .detail-2,
#srv3:checked ~ .service-details .detail-3,
#srv4:checked ~ .service-details .detail-4 {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.detail-panel h3 {
  margin: 0 0 6px;
  font-size: 15pt;
  font-weight: 650;
}

.detail-panel p,
.detail-panel li {
  font-size: 11pt;
  line-height: 1.6;
}

.detail-panel ul {
  margin: 0 0 6px 1.4em;
  padding: 0;
}

/* ลิงก์แบบข้อความ */
.detail-panel a {
  color: #197cf3;
  text-decoration: none;
  border-bottom: 1px dashed rgba(25, 124, 243, 0.6);
}

.detail-panel a:hover {
  border-bottom-style: solid;
}

/* ===== ปุ่ม CTA ===== */
.tour-button {
  display: inline-block;
  margin-top: 6px;
  padding: 9px 20px;
  font-size: 11pt;
  font-weight: 600;
  background: #197cf3;
  color: #ffffff !important;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.25s ease;
}

.tour-button:hover {
  background: #0c63c7;
  transform: translateY(-2px);
}
/* Force white color for card subtitles */
.service-card .service-overlay .service-title {
  color: #ffffff !important;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.45) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b94c7fa *//* services.css */

/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12pt;
  line-height: 1.6;
  background-color: #f5f6fb;
  color: #1f2933;
}

/* Section Layout */
.services-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 32px;
  background-color: #f9fafb;
  display: flex;
  gap: 48px;
}

/* Left column */
.services-left {
  flex: 0 0 32%;
}

.services-eyebrow {
  font-size: 0.9em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 8px;
}

.services-title {
  font-size: 1.9em;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 16px;
}

.services-text {
  font-size: 1em;
  color: #4b5563;
  margin-bottom: 24px;
}

.services-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: #197cf3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

/* Right column */
.services-right {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Cards */
.service-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 18px 16px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.service-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #197cf3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  font-weight: 600;
  color: #197cf3;
  margin-bottom: 12px;
}

.service-title {
  font-size: 1.05em;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.service-text {
  font-size: 0.95em;
  color: #6b7280;
}

/* Responsive: mobile 1 column */
@media (max-width: 768px) {
  .services-section {
    flex-direction: column;
    padding: 24px 16px;
  }

  .services-left {
    flex-basis: auto;
  }

  .services-right {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-b3a19e7 *//* Section base */
.contact-section {
  background: #ffffff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.contact-inner {
  max-width: 900px;
  text-align: center;
}

/* PREMIUM H2 TITLE */
.contact-title {
  font-size: 2.4rem;                 /* ขนาดหัวเรื่อง H2 */
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 20px;

  /* Gradient text */
  background: linear-gradient(90deg, #197cf3, #0f4fa8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Soft glow shadow */
  text-shadow: 0px 3px 12px rgba(25, 124, 243, 0.25);

  position: relative;
}

/* underline bar highlight */
.contact-title::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 4px;
  background: linear-gradient(90deg, #42b4ff, #197cf3);
  box-shadow: 0px 2px 8px rgba(25, 124, 243, 0.35);
  border-radius: 8px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Content text */
.contact-text {
  margin-top: 30px;
  font-size: 1rem;  /* 12pt เท่าที่ต้องการ */
  line-height: 1.75;
  color: #374151;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }
  .contact-title::after {
    width: 90px;
  }
  .contact-text {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9cf1c7 *//* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Sarabun", sans-serif;
  font-size: 12pt;
  background-color: #ffffff;
  color: #111827;
}

/* SECTION */
.contact-actions {
  background-color: #ffffff;
  padding: 32px 16px;
}

.contact-actions-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

/* ITEM (Clickable card) */
.contact-item {
  flex: 1;
  padding: 24px 16px;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #ffffff;
  transition: 0.25s ease;
  cursor: pointer;
}

.contact-item:last-child {
  border-right: none; /* ใช้ได้กับเคส 2 ปุ่ม: WhatsApp | Email */
}

.contact-item:hover {
  background-color: #f3f4f6;
  transform: translateY(-2px);
}

/* ICON (SVG images) */
.contact-icon img {
  width: 36px;
  height: 36px;
  display: block;
}

/* LABEL */
.contact-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
}

/* RESPONSIVE 1 COLUMN */
@media (max-width: 768px) {
  .contact-actions-inner {
    flex-direction: column;
  }

  .contact-item {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .contact-item:last-child {
    border-bottom: none;
  }
}/* End custom CSS */