.elementor-29334 .elementor-element.elementor-element-b3fc5b0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9b5854a *//* ===== Tours & Experiences page ===== */

.te-page {
  padding-top: 80px;
}

/* Hero — photo background */
.te-hero {
  position: relative;
  background-color: #2E2A24;
  background-image:
    linear-gradient(
      to right,
      rgba(46, 42, 36, 0.78) 0%,
      rgba(46, 42, 36, 0.52) 42%,
      rgba(46, 42, 36, 0.22) 100%
    ),
    url("https://authenticmekongstay.com/wp-content/uploads/2026/05/Mekong-river1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 96px 0 100px;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: center;
}

.te-hero > .container {
  width: 100%;
}

.te-hero-inner {
  padding-top: 16px;
  padding-bottom: 0;
}

.te-hero-inner h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.te-hero-inner h1 em {
  font-style: italic;
  font-weight: 400;
}

.te-hero-lead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.te-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.te-hero .te-btn-ghost {
  border-color: rgba(255, 255, 255, 0.85);
  color: #FFFFFF;
}

.te-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1px solid #3D3225;
  background: transparent;
  color: #3D3225;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.te-btn-ghost:hover {
  background: #6B7F3E;
  border-color: #6B7F3E;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.te-btn-ghost:focus-visible {
  outline: 2px solid #6B7F3E;
  outline-offset: 3px;
}

/* Section utilities */
.te-section {
  padding: 88px 0;
}

.te-section--white {
  background: #FFFFFF;
}

.te-section--cream {
  background: #FAF7F2;
}

.te-section--beige {
  background: #F0EBE1;
}

.te-narrow {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.te-eyebrow {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7F3E;
  margin-bottom: 12px;
  display: block;
}

.te-section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  margin-bottom: 20px;
  line-height: 1.3;
}

.te-section-intro {
  font-size: 0.98rem;
  color: #7A7266;
  line-height: 1.75;
  max-width: 560px;
}

.te-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.te-section-header .te-section-intro {
  margin: 0 auto;
}

/* Intro story */
.te-intro-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.te-intro-text p {
  font-size: 0.95rem;
  color: #7A7266;
  line-height: 1.8;
  margin-bottom: 1em;
}

.te-intro-text p:last-of-type {
  margin-bottom: 24px;
}

.te-quote {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 1.15rem;
  font-style: normal;
  color: #3D3225;
  line-height: 1.55;
  margin: 0;
}

.te-intro-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.te-intro-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Categories */
.te-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.te-category-card {
  background: #FFFFFF;
  border: 1px solid #E0D9CE;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.te-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.te-category-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.te-category-body {
  padding: 28px 28px 32px;
}

.te-category-body h3 {
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.te-category-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.te-category-body li {
  font-size: 0.88rem;
  color: #7A7266;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.te-category-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6B7F3E;
}

/* Featured experiences */
.te-featured-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}


.te-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.te-featured--reverse {
  direction: rtl;
}

.te-featured--reverse > * {
  direction: ltr;
}

.te-featured-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.te-featured-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.te-featured-content {
  padding: 8px 0;
}

.te-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 16px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #6B5D4F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.te-featured-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.te-featured-meta span::before {
  content: '·';
  color: #6B7F3E;
  font-weight: 700;
}

.te-featured-meta span:first-child::before {
  display: none;
}

.te-featured-content h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 16px;
}

.te-featured-content p {
  font-size: 0.95rem;
  color: #7A7266;
  line-height: 1.75;
  margin-bottom: 28px;
}

.te-featured-feel {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: normal;
  font-size: 1rem;
  color: #3D3225;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid #6B7F3E;
}

.te-category-body li {
    line-height: 0.7;
}
.te-featured-content a:hover {
    color: white;    
}

/* Timeline */
.te-timeline-wrap {
  overflow-x: auto;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}

.te-timeline {
  display: flex;
  gap: 0;
  min-width: min(100%, 1100px);
  position: relative;
  padding: 24px 0 8px;
}

.te-timeline::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  height: 2px;
  background: #E0D9CE;
  z-index: 0;
}

.te-timeline-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.te-timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6B7F3E;
  border: 3px solid #FAF7F2;
  box-shadow: 0 0 0 2px #6B7F3E;
  margin-bottom: 20px;
}

.te-timeline-time {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6B7F3E;
  margin-bottom: 8px;
}

.te-timeline-item h4 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3D3225;
  margin-bottom: 12px;
  line-height: 1.35;
  min-height: 2.7em;
}

.te-timeline-thumb {
  border-radius: 12px;
  overflow: hidden;
  margin-top: auto;
  flex-shrink: 0;
  height: 120px;
}

.te-timeline-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Seasonal */
.te-seasonal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.te-seasonal-card {
  background: #FFFFFF;
  border: 1px solid #E0D9CE;
  border-radius: 12px;
  padding: 28px 24px;
  transition: box-shadow 0.3s ease;
}

.te-seasonal-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.te-seasonal-card h4 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3D3225;
  margin-bottom: 10px;
}

.te-seasonal-card p {
  font-size: 0.85rem;
  color: #7A7266;
  line-height: 1.6;
}

/* Philosophy */
.te-philosophy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.te-philosophy-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 24px;
  line-height: 1.35;
}

.te-philosophy-text > p {
  font-size: 0.95rem;
  color: #7A7266;
  line-height: 1.75;
  margin-bottom: 1em;
}

.te-philosophy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.te-philosophy-list h4 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B5D4F;
  margin-bottom: 14px;
}

.te-philosophy-list ul {
  list-style: none;
}

.te-philosophy-list li {
  font-size: 0.88rem;
  color: #7A7266;
  padding: 8px 0;
  border-bottom: 1px solid #E0D9CE;
  line-height: 1.5;
}

.te-philosophy-list--yes li {
  color: #3D3225;
}

.te-philosophy-list--yes li::before {
  content: '✓ ';
  color: #6B7F3E;
  font-weight: 600;
}

.te-philosophy-list--no li::before {
  content: '× ';
  color: #9A8F82;
  font-weight: 600;
}

/* Gallery preview */
.te-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 12px;
}

.te-gallery-item {
  border-radius: 12px;
  overflow: hidden;
}

.te-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.te-gallery-item:hover img {
  transform: scale(1.04);
}


.te-gallery-cta {
  text-align: center;
  margin-top: 40px;
}


/* Final CTA — editorial cream (giống hero) */
.te-cta-final {
  background-color: #FAF7F2;
  background-image:
    radial-gradient(ellipse at 80% 100%, rgba(107, 127, 62, 0.04) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  border-top: 1px solid #E0D9CE;
  padding: 88px 0 96px;
}

.te-cta-final-inner {
  text-align: center;
}

.te-cta-final-inner h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #3D3225;
  margin-bottom: 24px;
}

.te-cta-final-inner h2 em {
  font-style: italic;
  font-weight: 400;
}

.te-cta-lead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: #7A7266;
  max-width: 560px;
  line-height: 1.75;
  margin: 0 auto 40px;
}

.te-cta-final-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
  .te-intro-layout,
  .te-philosophy-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .te-intro-image img {
    height: 360px;
  }

  .te-featured,
  .te-featured--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .te-featured-media img {
    height: 320px;
  }

  .te-seasonal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .te-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .te-gallery-item--wide,
  .te-gallery-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .te-gallery-item,
  .te-gallery-item img {
    height: 180px;
  }

  .te-philosophy-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .te-page {
    padding-top: 64px;
  }

  .te-hero {
    padding: 56px 0 64px;
    min-height: min(60vh, 420px);
    background-image:
      linear-gradient(
        to bottom,
        rgba(46, 42, 36, 0.72) 0%,
        rgba(46, 42, 36, 0.55) 100%
      ),
      url("https://authenticmekongstay.com/wp-content/uploads/2026/05/Mekong-river1.jpeg");
  }

  .te-hero-inner h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    margin-bottom: 18px;
  }

  .te-hero-lead {
    font-size: 0.9rem;
    margin-bottom: 28px;
    max-width: none;
  }

  .te-hero-buttons {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .te-hero .te-btn-ghost {
    width: auto;
    max-width: none;
    padding: 10px 18px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .te-cta-final .te-btn-ghost {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .te-cta-final {
    padding: 56px 0 72px;
  }

  .te-cta-lead {
    margin-bottom: 32px;
  }

  .te-cta-final-buttons {
    flex-direction: column;
    align-items: center;
  }

  .te-section {
    padding: 64px 0;
  }

  .te-categories-grid {
    grid-template-columns: 1fr;
  }

  .te-seasonal-grid {
    grid-template-columns: 1fr;
  }

  .te-timeline-item {
    min-width: 180px;
  }

  .te-featured-list {
    gap: 56px;
  }
}

@media (max-width: 400px) {
  .te-hero-buttons {
    gap: 8px;
  }

  .te-hero .te-btn-ghost {
    padding: 8px 12px;
    font-size: 0.72rem;
  }
}/* End custom CSS */