.elementor-12520 .elementor-element.elementor-element-b0c9e34{--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-12520 .elementor-element.elementor-element-d443337{--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-12520 .elementor-element.elementor-element-574e3d7{--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-12520 .elementor-element.elementor-element-c7ad24f{--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-12520 .elementor-element.elementor-element-8cbc167{--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-12520 .elementor-element.elementor-element-ceaf004{--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-12520 .elementor-element.elementor-element-aea9c87{--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-12520 .elementor-element.elementor-element-00f0f65{--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;}@media(min-width:768px){.elementor-12520 .elementor-element.elementor-element-b0c9e34{--content-width:100%;}.elementor-12520 .elementor-element.elementor-element-c7ad24f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-76467b2 *//* ========================= */
/*  CHEOW LAN LAKE BANNER    */
/* ========================= */

.lake-hero-banner {
  position: relative;
  width: 100%;
  height: 360px;          /* ความสูงแบบแบนเนอร์ */
  overflow: hidden;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #021522;    /* เผื่อโหลดรูปไม่ทัน */
}

/* ภาพพื้นหลังด้านหลังทั้งหมด */
.lake-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://gotravelphuket.com/wp-content/uploads/2022/12/Khao-Sok-Lake.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  filter: brightness(1.05) saturate(1.15) contrast(1.05);
  z-index: 1;
}

/* ชั้น Overlay: ด้านบนฟ้าใส ด้านล่างเข้มแบบทะเล */
.lake-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    /* ฟ้า POSPAK ไล่โปร่ง */
    linear-gradient(
      180deg,
      rgba(25,124,243,0.45) 0%,
      rgba(25,124,243,0.32) 28%,
      rgba(2,21,34,0.85) 65%,
      rgba(2,21,34,0.95) 100%
    );
}

/* คลื่นด้านล่างแบบ Diving Prices */
.lake-hero-banner::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -55%;
  height: 80%;
  background: #021522;
  border-radius: 50% 50% 0 0;
  z-index: 3;
}

/* ========================= */
/*        CONTENT            */
/* ========================= */

.lake-hero-inner {
  position: relative;
  z-index: 4;
  max-width: 780px;
  margin: 0 auto;
  padding: 2.2rem 1.5rem 2.6rem;
  text-align: center;
}

.lake-hero-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8fc3ff;
}

.lake-hero-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.9rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
}

.lake-hero-title span {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
  opacity: 0.9;
}

.lake-hero-subtitle {
  margin: 0 auto 1.6rem;
  max-width: 620px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #dbe7f8;
}

/* ========================= */
/*      SWITCH BUTTONS       */
/* ========================= */

.lake-hero-switch {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

.switch-btn {
  min-width: 140px;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #e2eeff;
  transition: 0.2s ease;
}

.switch-btn.is-active {
  background: #197cf3;
  color: #ffffff;
}

.switch-btn:not(.is-active):hover {
  background: rgba(255,255,255,0.08);
}

/* ========================= */
/*        RESPONSIVE         */
/* ========================= */

@media (max-width: 768px) {
  .lake-hero-banner {
    height: auto;
    padding: 2rem 0 2.6rem;
  }

  .lake-hero-inner {
    padding: 1.8rem 1.4rem 2rem;
  }

  .lake-hero-title {
    font-size: 1.7rem;
  }

  .lake-hero-subtitle {
    font-size: 0.9rem;
  }

  .lake-hero-switch {
    width: 100%;
    max-width: 320px;
  }

  .switch-btn {
    flex: 1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5369c56 *//* ========================= */
/*     WHITE SECTION BASE    */
/* ========================= */

.lake-section--white {
  position: relative;
  background: #ffffff;
  padding: 5rem 0;
  overflow: hidden;
}

/* ========================= */
/*   DECORATIVE BACKGROUND   */
/* ========================= */

/* Bubble circles */
.fx {
  position: absolute;
  border-radius: 50%;
  filter: blur(45px);
  opacity: 0.28;
  z-index: 0;
}

.fx-circle-1 {
  width: 260px;
  height: 260px;
  background: #d9ecff;
  top: -60px;
  left: -40px;
}

.fx-circle-2 {
  width: 320px;
  height: 320px;
  background: #e8f4ff;
  bottom: -80px;
  right: -40px;
}

/* Dotted pattern */
.fx-dots {
  position: absolute;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#d0ddea 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.25;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========================= */
/*       LAYOUT GRID         */
/* ========================= */

.about-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3rem;
}

@media (min-width: 992px) {
  .about-layout {
    grid-template-columns: 1.7fr 1.1fr;
  }
}

/* ========================= */
/*         TEXT AREA         */
/* ========================= */

.section-title {
  font-size: 2.1rem;
  margin: 0 0 1.2rem;
  color: #0c1f33;
  font-weight: 700;
}

.section-title--accent {
  position: relative;
  padding-left: 1.2rem;
}

.section-title--accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #197cf3, #48c1ff);
}

.about-main p {
  font-size: 1rem;
  color: #445468;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}

/* Badges */
.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.3rem;
}

.about-badge {
  background: rgba(25,124,243,0.08);
  border: 1px solid rgba(25,124,243,0.18);
  color: #197cf3;
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ========================= */
/*         GLASS CARD        */
/* ========================= */

.about-card--glass {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(14px);
  padding: 1.9rem;
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(200,215,240,0.55);
}

.about-card__title {
  margin: 0 0 1.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0c1f33;
}

/* Info list */
.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.1rem;
}

.about-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #43c3ff 0%, #197cf3 70%);
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.about-list li {
  display: flex;
  gap: 0.7rem;
}

.about-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #8ea1ba;
  letter-spacing: 0.14em;
  margin-bottom: 0.18rem;
}

.about-value {
  font-size: 0.94rem;
  color: #0f2942;
  font-weight: 500;
}

/* ========================= */
/*        RESPONSIVE         */
/* ========================= */

@media (max-width: 768px) {
  .lake-section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 1.7rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f471490 *//* ========== BASE ========== */
*,
*::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;
  background: #f5f7fb;
  color: #197cf3;
}

.page-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
}

.page-title {
  margin: 0 0 24px;
  font-weight: 600;
  text-align: center;
  color: #197cf3;
}

/* ========== COLLAGE ========== */
.collage {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
}

.img-box {
  margin: 0;
  background: #d4d4d4;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* ลบ grayscale ออกแล้ว */
  transition: transform 0.4s ease;
}

/* hover effect */
.img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.05);
}

.img-box:hover::after {
  border-color: #197cf3;
}

/* POSITIONING */
.img-1 { grid-column: 1; grid-row: 1; }
.img-2 { grid-column: 1; grid-row: 2; }
.img-3 { grid-column: 2; grid-row: 1 / span 2; }
.img-4 { grid-column: 3; grid-row: 1; }

.bottom-right {
  grid-column: 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.img-5,
.img-6 {
  width: 100%;
  height: 100%;
}

.collage {
  aspect-ratio: 16 / 6;
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .collage {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }

  .img-box img {
    height: auto;
  }

  .bottom-right {
    display: flex;
    flex-direction: column;
  }

  .bottom-right .img-box {
    margin-bottom: 6px;
  }

  .bottom-right .img-box:last-child {
    margin-bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7348e4e *//* =============================== */
/*   SECTION 3 – COMPARE (V2)     */
/* =============================== */

.lake-section--compare-v2 {
  position: relative;
  background: #ffffff;
  padding: 5rem 0 4.5rem;
  overflow: hidden;
}

/* Decorative blobs */
.fx-blob-top {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25,124,243,0.16), transparent 70%);
  filter: blur(40px);
  top: -160px;
  right: -120px;
  z-index: 0;
}

.fx-blob-bottom {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72,193,255,0.12), transparent 70%);
  filter: blur(40px);
  bottom: -140px;
  left: -80px;
  z-index: 0;
}

/* Section heading */
.section-kicker {
  text-align: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8aa4c7;
  margin: 0 0 0.5rem;
}

.section-title--center {
  text-align: center;
  margin-bottom: 0.8rem;
}

.section-title--center span {
  display: block;
  font-size: 1rem;
  margin-top: 0.25rem;
  font-weight: 300;
  color: #60708b;
}

/* =============================== */
/*           COMPARISON           */
/* =============================== */

.compare-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.8rem;
  align-items: stretch;
  margin-top: 2.5rem;
}

@media (min-width: 900px) {
  .compare-shell {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
}

/* Cards */
.compare-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 2rem 1.9rem 1.8rem;
  border: 1px solid rgba(205,216,232,0.9);
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

/* Subtle gradient corners */
.compare-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(25,124,243,0.12), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

/* Featured Overnight card with gradient border effect */
.compare-card--night {
  background: #ffffff;
  border: 1px solid transparent;
}

.compare-card--night::before {
  background:
    linear-gradient(145deg, rgba(25,124,243,0.18), rgba(50,197,255,0.05)) border-box;
  border-radius: inherit;
  inset: -1px;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.compare-card--night {
  box-shadow: 0 26px 70px rgba(25,124,243,0.18);
  transform: translateY(-4px);
}

/* Chips (small labels on top) */
.compare-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
}

.compare-chip--day {
  background: rgba(143, 164, 199, 0.12);
  color: #5c6c8a;
}

.compare-chip--night {
  background: rgba(25,124,243,0.12);
  color: #197cf3;
}

/* Card headings */
.compare-heading {
  margin: 0 0 0.3rem;
  font-size: 1.5rem;
  color: #0c1f33;
}

.compare-tagline {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  color: #6a7a92;
}

/* Bullet list */
.compare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.compare-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.95rem;
  color: #445468;
  line-height: 1.6;
}

.compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #32c5ff, #197cf3);
}

/* Meta row */
.compare-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 0.2rem;
}

.compare-meta {
  min-width: 120px;
}

.meta-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9aa8c0;
  margin-bottom: 0.15rem;
}

.meta-value {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #223752;
}

.meta-value--light {
  color: #8391aa;
  font-weight: 500;
}

.meta-value--strong {
  color: #197cf3;
}

/* VS circle */
.compare-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.compare-vs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0%, #ffffff, #c2ddff);
  box-shadow: 0 18px 30px rgba(25,124,243,0.32);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: #0c1f33;
}

/* CTA button in featured card */
.compare-btn {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.75rem 1.7rem;
  border-radius: 999px;
  background: #197cf3;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  box-shadow: 0 12px 28px rgba(25,124,243,0.45);
  transition: 0.2s ease;
}

.compare-btn:hover {
  background: #0f63c7;
  transform: translateY(-1px);
}

/* Highlight strip below cards */
.compare-highlight {
  margin-top: 2.4rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(25,124,243,0.07), rgba(50,197,255,0.03));
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.compare-highlight__label {
  font-weight: 600;
  color: #197cf3;
}

.compare-highlight__text {
  color: #455671;
}

/* =============================== */
/*          RESPONSIVE            */
/* =============================== */

@media (max-width: 899px) {
  .compare-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .compare-vs {
    order: -1;
    margin-bottom: 0.3rem;
  }

  .compare-vs span {
    width: 44px;
    height: 44px;
    font-size: 0.75rem;
  }

  .compare-card--night {
    transform: none;
  }
}

@media (max-width: 768px) {
  .lake-section--compare-v2 {
    padding: 3.5rem 0 3.5rem;
  }

  .compare-card {
    padding: 1.6rem 1.4rem 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67b007b *//* ===================== */
/* SECTION BASE */
/* ===================== */

.section-rafthouse {
  position: relative;
  background: #ffffff;
  padding: 6rem 0;
  overflow: hidden;
}

/* Shapes */
.fx {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.35;
  z-index: 0;
}

.fx-r1 {
  width: 480px;
  height: 480px;
  background: rgba(25,124,243,0.18);
  top: -150px;
  right: -120px;
}

.fx-r2 {
  width: 350px;
  height: 350px;
  background: rgba(72,193,255,0.14);
  bottom: -120px;
  left: -80px;
}

/* ===================== */
/* GRID LAYOUT */
/* ===================== */

.container-rafthouse {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1020px) {
  .container-rafthouse {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===================== */
/* IMAGE SIDE */
/* ===================== */

.rafthouse-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.rafthouse-image {
  width: 100%;
  height: 480px;
  border-radius: 24px;
  background-image: url("https://gotravelphuket.com/wp-content/uploads/2023/01/Khao-Sok-lake-.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 30px 60px rgba(0,0,0,0.22);
}

/* Overlay floating card on image */
.rafthouse-image-card {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(2,21,34,0.78);
  padding: 1rem 1.4rem;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  color: #ffffff;
  max-width: 70%;
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.rafthouse-image-card h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.rafthouse-image-card p {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  opacity: 0.9;
}

/* ===================== */
/* TEXT SIDE */
/* ===================== */

.rafthouse-content {
  padding-right: 1rem;
}

.rafthouse-title {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #0c1f33;
  margin-bottom: 1.3rem;
  font-weight: 700;
}

.rafthouse-title span {
  color: #197cf3;
}

.rafthouse-intro {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: #42536a;
  line-height: 1.8;
}

/* ===================== */
/* FEATURES (WITH ICON BULLETS) */
/* ===================== */

.rafthouse-features {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1rem 1rem;
  border-radius: 16px;
  background: rgba(25,124,243,0.05);
  transition: 0.25s ease;
}

.feature-item:hover {
  transform: translateY(-3px);
  background: rgba(25,124,243,0.09);
  box-shadow: 0 12px 22px rgba(25,124,243,0.12);
}

.feature-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #32c5ff, #197cf3);
  box-shadow: 0 6px 14px rgba(25,124,243,0.45);
}

/* ===================== */
/* QUOTE */
/* ===================== */

.rafthouse-highlight {
  font-size: 1.1rem;
  font-style: italic;
  color: #0b2a45;
  margin-top: 0.3rem;
  padding-left: 1rem;
  border-left: 4px solid #197cf3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29372c7 *//* ============================= */
/*      SECTION 5 – ACTIVITIES   */
/* ============================= */

.section-activities {
  position: relative;
  background: #ffffff;
  padding: 6rem 0 6rem;
  overflow: hidden;
}

/* Decorative glow shapes */
.fx-act-a {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(25,124,243,0.16);
  filter: blur(45px);
  top: -150px;
  right: -130px;
}

.fx-act-b {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(72,193,255,0.12);
  filter: blur(50px);
  bottom: -120px;
  left: -100px;
}

/* Titles */
.activities-title {
  text-align: center;
  font-size: 2.35rem;
  font-weight: 700;
  color: #0c1f33;
  margin-bottom: 0.4rem;
}

.activities-title span {
  color: #197cf3;
}

.activities-sub {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 3rem;
  color: #586a82;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ============================= */
/*     ACTIVITY CARD GRID        */
/* ============================= */

.activities-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 980px) {
  .activities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card container */
.act-card {
  background: rgba(255,255,255,0.7);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
  border: 1px solid rgba(180,200,230,0.7);
  transition: 0.25s ease;
  position: relative;
}

.act-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(25,124,243,0.28);
}

/* Images */
.act-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

/* Replace with your real images */
.act-img-1 { background-image: url("https://gotravelphuket.com/wp-content/uploads/2022/12/PHOTO-2022-09-01-11-45-58-3.jpg"); }
.act-img-2 { background-image: url("https://gotravelphuket.com/wp-content/uploads/2023/01/Khao-Sok-lake-.png"); }
.act-img-3 { background-image: url("https://gotravelphuket.com/wp-content/uploads/2022/12/PHOTO-2022-09-01-11-45-54.jpg"); }

/* Card text */
.act-content {
  padding: 1.4rem 1.4rem 1.7rem;
}

.act-content h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  color: #0e2438;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.act-icon {
  font-size: 1.3rem;
  color: #197cf3;
}

.act-content p {
  margin: 0;
  color: #526178;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ============================= */
/*        RESPONSIVE             */
/* ============================= */

@media (max-width: 768px) {
  .act-image { height: 200px; }
  .activities-title { font-size: 1.9rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d95c411 *//* ============================= */
/* SECTION BASE */
/* ============================= */

.section-planner {
  background: #ffffff;
  padding: 6rem 0;
}

/* ============================= */
/* TITLES */
/* ============================= */

.planner-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0c1f33;
  margin-bottom: 0.6rem;
}

.planner-sub {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
  color: #5a6b80;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ============================= */
/* GRID */
/* ============================= */

.planner-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 980px) {
  .planner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================= */
/* CARD */
/* ============================= */

.plan-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem 1.7rem;
  border: 1px solid rgba(200,210,230,0.65);
  box-shadow: 0 18px 40px rgba(0,0,0,0.05);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover gradient border */
.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #197cf3, #32c5ff);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.35s ease;
}

.plan-card:hover::before {
  opacity: 1;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(25,124,243,0.18);
}

/* ============================= */
/* ICON */
/* ============================= */

.plan-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #f2f7ff;
  color: #197cf3;
  margin-bottom: 1rem;
  transition: 0.35s ease;
  box-shadow: 0 8px 16px rgba(25,124,243,0.15);
}

.plan-card:hover .plan-icon {
  background: linear-gradient(135deg, #197cf3, #32c5ff);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(25,124,243,0.35);
}

/* ============================= */
/* TEXT */
/* ============================= */

.plan-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  color: #0e253c;
}

.plan-card p {
  color: #4b5c72;
  line-height: 1.7;
  font-size: 1rem;
}

/* List */
.plan-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #4b5c72;
  line-height: 1.65;
  font-size: 1rem;
}

.plan-list li {
  margin-bottom: 0.4rem;
}

/* Responsive */
@media (max-width: 768px) {
  .planner-title { font-size: 2rem; }
  .plan-icon { width: 52px; height: 52px; font-size: 1.3rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4ef6fa */.faq-section {
  background: #ffffff;
  padding: 4rem 0;
}

.faq-wrapper {
  max-width: 850px;
  margin: auto;
  display: grid;
  gap: 1.2rem;
}

/* Accordion card */
.faq-item {
  border: 1px solid #dce6f7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  padding: 0;
  overflow: hidden;
}

/* Question bar */
.faq-question {
  list-style: none;
  cursor: pointer;
  padding: 1.3rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0e2438;
  position: relative;
}

/* Blue + icon */
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  color: #197cf3;
  transition: 0.3s ease;
}

/* When opened */
.faq-item[open] .faq-question {
  background: linear-gradient(135deg, #197cf3, #0d3c8d);
  color: white;
}

.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
  color: white;
}

/* Answer */
.faq-answer {
  padding: 0 1.5rem 1.2rem;
  color: #47556a;
  font-size: 1rem;
  line-height: 1.65;
}/* End custom CSS */