/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Home No Header/Footer */
body.home-no-header-footer {
  margin: 0;
  background: #8ed1fc;
}

.home-page {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 16px 40px;
}

.home-split {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.home-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
}

.home-video-embed iframe,
.home-video-embed .home-video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 100%;
}

.home-gallery-grid--two {
  grid-template-columns: 1fr;
}

.home-gallery-item {
  position: relative;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.home-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-gallery-item.is-large {
  grid-column: auto;
  grid-row: auto;
}

.home-gallery-item.is-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1px);
}

.home-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  z-index: 1;
}

.home-gallery-empty {
  padding: 24px;
  border: 1px dashed #cbd5f5;
  border-radius: 12px;
  color: #475569;
  text-align: center;
}

/* Route single page meta line (khoảng cách, thời gian, giá từ) */
.route-page .route-content-wrapper {
  padding: 16px 16px 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.route-page .route-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}

.route-page .route-trips-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
  text-align: left;
  position: relative;
  padding-left: 16px;
}

.route-page .route-trips-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.route-reviews {
  margin: 32px 0 0;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  text-align: left;
}

.route-reviews-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.route-reviews-head h2 {
  margin: 0;
  font-size: 20px;
  position: relative;
  padding-left: 16px;
}

.route-reviews-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.route-reviews-summary {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #475569;
  font-size: 14px;
}

.route-reviews-score {
  font-size: 26px;
  font-weight: 700;
  color: #2563eb;
}

.route-reviews-label {
  font-weight: 600;
  color: #f97316;
}

.route-reviews-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 20px;
}

.route-reviews-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #334155;
}

.route-reviews-sort select {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #f97316;
  background: #fff7ed;
  font-size: 13px;
}

.route-reviews-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-reviews-tags button {
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  color: #1f2937;
}

.route-reviews-tags button.is-active {
  border-color: #f97316;
  color: #f97316;
  background: #fff7ed;
}

.route-reviews-tags .route-review-open {
  border-color: #1d4ed8;
  color: #1d4ed8;
  background: #eff6ff;
}

.route-review-item {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
}

.route-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.route-review-header > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #64748b;
}

.route-review-header strong {
  color: #0f172a;
  font-size: 14px;
}

.route-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #10b981;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.route-review-badge {
  margin-left: auto;
  background: #6366f1;
  color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
}

.route-review-meta {
  margin: 8px 0;
  font-size: 13px;
  color: #6366f1;
}

.route-review-item p {
  margin: 0 0 8px;
  color: #334155;
  line-height: 1.6;
}

.route-review-more {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  padding: 6px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 600;
}

.route-review-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}

.route-review-thumb {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  appearance: none;
}

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

.route-review-gallery img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

.route-review-helpful {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #1f2937;
  font-size: 13px;
  cursor: pointer;
  padding: 6px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-weight: 600;
}

.route-review-like-icon {
  width: 16px;
  height: 16px;
  fill: #1877f2;
}

.route-review-helpful-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.route-review-helpful-count {
  font-size: 13px;
  color: #475569;
}

.route-review-helpful-emoji {
  margin-right: 4px;
}

.route-review-notice {
  margin: 12px 0 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ecfeff;
  color: #0f172a;
  font-size: 14px;
}

.route-review-empty {
  padding: 16px;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  color: #64748b;
  font-size: 14px;
  margin-top: 12px;
}

.route-review-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.route-review-page-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.route-review-page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.route-review-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.route-review-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.route-review-modal-content {
  background: #ffffff;
  width: min(520px, 100%);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.route-review-modal-content h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.route-review-modal-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  color: #64748b;
}

.route-review-form {
  display: grid;
  gap: 12px;
}

.route-review-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #334155;
  text-align: left;
}

.route-review-form-row label {
  text-align: left;
}

.route-review-anon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #64748b;
}

.route-review-anon input {
  margin: 0;
}

.route-review-form-row input,
.route-review-form-row textarea {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
}

.route-review-form-row span {
  color: #64748b;
  font-weight: 400;
}

.route-review-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.route-review-stars input {
  display: none;
}

.route-review-stars label {
  font-size: 22px;
  color: #e2e8f0;
  cursor: pointer;
  line-height: 1;
}

.route-review-stars label:hover,
.route-review-stars label:hover ~ label {
  color: #f59e0b;
}

.route-review-stars input:checked ~ label {
  color: #f59e0b;
}

.route-review-submit {
  border: none;
  background: #1d4ed8;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}

body.route-review-modal-open {
  overflow: hidden;
}

.route-review-gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.route-review-gallery-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.route-review-gallery-modal-content {
  position: relative;
  background: #0f172a;
  border-radius: 16px;
  padding: 16px;
  width: min(860px, 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.4);
}

.route-review-gallery-main {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  background: #0f172a;
}

.route-review-gallery-thumbs {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.route-review-gallery-thumbs button {
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  flex: 0 0 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.route-review-gallery-thumbs button.is-active {
  border-color: #38bdf8;
}

.route-review-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.route-review-gallery-close,
.route-review-gallery-nav {
  position: absolute;
  top: 12px;
  border: none;
  background: rgba(15, 23, 42, 0.6);
  color: #fff;
  font-size: 22px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.route-review-gallery-close {
  right: 12px;
}

.route-review-gallery-nav.prev {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.route-review-gallery-nav.next {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .route-review-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .route-reviews {
    padding: 16px;
  }

  .route-reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .route-reviews-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .route-review-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.route-meta-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  justify-content: center;
}

.route-meta-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f172a;
  font-size: 13px;
}

.route-date-strip {
  margin: 16px 0 20px;
  padding: 8px 0 4px;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}

.route-date-strip::-webkit-scrollbar {
  height: 4px;
}

.route-date-strip::-webkit-scrollbar-thumb {
  background: #cbd5f5;
  border-radius: 999px;
}

.route-date-item {
  flex: 0 0 auto;
  min-width: 110px;
  padding: 10px 8px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-align: center;
  text-decoration: none;
  color: #0f172a;
  font-size: 13px;
}

.route-date-item .route-date-weekday {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}

.route-date-item .route-date-day {
  display: block;
  font-weight: 600;
}

.route-date-item .route-date-today {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #2563eb;
}

.route-date-item.is-active {
  background: #eef3ff;
  border-color: #2563eb;
}

.route-date-item.is-active .route-date-weekday,
.route-date-item.is-active .route-date-day {
  color: #0f172a;
}

/* Route 2-column layout: left trips, right stops */
.route-layout-two-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}

.route-col-left,
.route-col-right {
  width: 100%;
}

body.single-mt_routes .route-col-left {
  text-align: left;
}

.route-stops-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
  position: relative;
  padding-left: 16px;
}

.route-stops-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.route-stops-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  margin-bottom: 12px;
  text-align: left;
}

.route-stops-card h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.route-stops-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #334155;
}

.route-stops-card li + li {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .route-layout-two-col {
    flex-direction: row;
    align-items: flex-start;
  }

  .route-col-left {
    flex: 2;
  }

  .route-col-right {
    flex: 1;
  }
}

/* Ẩn thanh tìm kiếm & bộ lọc khi danh sách chuyến nằm trong landing tuyến */
body.single-mt_routes .mt-booking-results-bar,
body.single-mt_routes .mt-booking-filters {
  display: none !important;
}

body.single-mt_routes .mt-booking-results-layout {
  grid-template-columns: 1fr;
}

/* Left column layout tweaks for route landing (match screenshot) */
body.single-mt_routes .route-col-left .mt-booking-tabs {
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

body.single-mt_routes .route-col-left .mt-booking-tab {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #d7dfe8;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  background: #ffffff;
}

body.single-mt_routes .route-col-left .mt-booking-tab.active {
  background: #1a76a6;
  border-color: #1a76a6;
  color: #ffffff;
}

body.single-mt_routes .route-col-left .mt-booking-tab:hover {
  border-color: #1a76a6;
  color: #1a76a6;
}

body.single-mt_routes .route-col-left .mt-trip-card {
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  align-items: center;
}

body.single-mt_routes .route-col-left .mt-trip-thumb img,
body.single-mt_routes .route-col-left .mt-trip-slider,
body.single-mt_routes .route-col-left .mt-trip-slider img {
  height: 110px;
  border-radius: 12px;
}

body.single-mt_routes .route-col-left .mt-trip-head h3 {
  font-size: 15px;
}

body.single-mt_routes .route-col-left .mt-trip-price {
  font-size: 16px;
}

body.single-mt_routes .route-col-left .mt-trip-info-side {
  min-width: 130px;
}

body.single-mt_routes .route-col-left .mt-trip-info {
  align-items: center;
}

body.single-mt_routes .route-col-left .mt-trip-head {
  align-items: center;
}

body.single-mt_routes .route-col-left .mt-trip-meta {
  margin-top: 4px;
  font-size: 12px;
}

body.single-mt_routes .route-col-left .mt-trip-route-row {
  gap: 8px;
}

body.single-mt_routes .route-col-left .mt-trip-price {
  font-size: 16px;
  font-weight: 700;
}

body.single-mt_routes .route-col-left .mt-trip-available {
  font-size: 12px;
}

body.single-mt_routes .route-col-left .mt-trip-info-side {
  align-items: flex-end;
  gap: 6px;
}

body.single-mt_routes .route-col-left .mt-trip-action button,
body.single-mt_routes .route-col-left .mt-trip-action a {
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 600;
}

body.single-mt_routes .route-col-left .mt-trip-stops {
  margin-top: 8px;
  padding-left: 18px;
}

body.single-mt_routes .route-col-left .mt-trip-stop-row {
  font-size: 13px;
}

body.single-mt_routes .route-col-left .mt-trip-stops::before {
  left: 6px;
}

body.single-mt_routes .route-col-left .mt-trip-stop-icon {
  width: 14px;
  text-align: center;
}

body.single-mt_routes .route-col-left .mt-trip-stop-icon img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

body.single-mt_routes .route-col-left .mt-trip-stop-duration {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 18px;
}

@media (max-width: 640px) {
  body.single-mt_routes .route-col-left .mt-trip-card {
    grid-template-columns: 120px 1fr;
    padding: 14px 14px;
  }

  body.single-mt_routes .route-col-left .mt-trip-thumb img,
  body.single-mt_routes .route-col-left .mt-trip-slider,
  body.single-mt_routes .route-col-left .mt-trip-slider img {
    height: 100px;
  }
}

.route-reverse-link {
  margin-top: 12px;
  font-size: 14px;
}

.route-reverse-link a {
  color: var(--strip-blue, #1a76a6);
  font-weight: 600;
  text-decoration: none;
}

.route-reverse-link a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .route-page .route-content-wrapper {
    max-width: 960px;
    margin: 24px auto 40px;
    padding: 0 16px 32px;
  }

  .route-page .route-title {
    font-size: 24px;
  }

  .route-meta-line {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.home-booking-bar {
  margin-top: 24px;
}

.home-workflow {
  margin-top: 40px;
  text-align: center;
}

.home-workflow h2 {
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
}

.home-workflow h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: start;
}

.home-workflow-step {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
  border: 2px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  transition: all 0.3s ease;
}

.home-workflow-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(20, 112, 120, 0.2);
  border-color: #147078;
}

.home-workflow-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff3d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--strip-blue);
  overflow: hidden;
}

/* Connector icon between workflow steps (desktop 4 columns only) */
@media (min-width: 1025px) {
  .home-workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: var(--strip-yellow);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%206l9%206-9%206V6z'%20fill%3D'%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }
}

.home-workflow-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

.home-workflow-step h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.home-workflow-step p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .home-workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .home-workflow-steps {
    grid-template-columns: 1fr;
  }
}

.home-cta {
  margin-top: 48px;
  text-align: center;
}

.home-cta h2 {
  font-size: 24px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

.home-cta h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-cta p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.home-routes {
  margin-top: 48px;
}

.home-routes h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-routes h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.route-other-routes .home-routes-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 12px;
}

.route-other-routes .home-route-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.route-other-routes-slider {
  position: relative;
}

.route-other-routes-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #334155;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

.route-other-routes-nav.prev {
  left: -10px;
}

.route-other-routes-nav.next {
  right: -10px;
}

@media (max-width: 768px) {
  .route-other-routes-nav {
    display: none;
  }
}

.home-route-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.home-route-image img,
.home-route-image-placeholder {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.home-route-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  font-size: 28px;
}

.home-route-body {
  padding: 16px;
}

.home-route-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.home-route-path {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  padding-left: 18px;
}

.home-route-line {
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-left: 2px dotted #f97316;
}

.home-route-point {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.home-route-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbbf24;
  display: inline-block;
}

.home-route-dot.end {
  background: #f97316;
}

.home-route-price {
  font-weight: 700;
  color: #f97316;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.home-route-price-original {
  font-size: 12px;
  color: #6b7280;
  text-decoration: line-through;
  font-weight: 500;
}

.home-route-price-final {
  font-size: 14px;
  font-weight: 700;
  color: #dc2626;
}

.home-route-promotion {
  margin: 0;
  padding: 8px 12px;
  background: linear-gradient(135deg, #e7b823 0%, #d79f12 100%);
  border-radius: 0;
  font-size: 12px;
  color: #0b1120;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-route-promotion-text {
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.home-route-promotion-discount {
  font-weight: 700;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.15);
  padding: 3px 8px;
  border-radius: 4px;
}

.home-route-promotion-countdown {
  font-size: 11px;
  opacity: 0.9;
}

.home-route-promotion-countdown .countdown-time {
  font-family: 'Courier New', monospace;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
}

.home-route-info {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.home-route-vehicle {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.home-route-meta {
  display: grid;
  gap: 4px;
  font-size: 13px;
  color: #6b7280;
}

.home-route-btn {
  justify-self: end;
  background: #147078;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.home-route-btn:hover {
  background: #0f5a62;
  color: #ffffff;
}

/* Why Choose section - mobile first */
.home-why {
  margin-top: 48px;
  text-align: center;
  padding: 0 8px;
}

.home-why h2 {
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-why h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-why-subtitle {
  margin: 0 auto 20px;
  color: #6b7280;
  font-size: 14px;
  max-width: 620px;
}

.home-why-highlight {
  margin: 0 auto 20px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #147078;
  max-width: 680px;
  text-align: left;
}

.home-why-highlight ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.home-why-highlight li {
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-why-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.home-why-badge img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

.home-why-badge.check {
  background: #10b981;
}

.home-why-badge.star {
  background: #f59e0b;
}

/* Cabin vs Limousine */
.home-compare {
  margin-top: 48px;
  text-align: center;
}

.home-compare h2 {
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-compare h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-compare-subtitle {
  margin: 0 auto 20px;
  color: #6b7280;
  font-size: 14px;
  max-width: 680px;
}

.home-compare-grid {
  display: grid;
  gap: 16px;
  text-align: left;
}

.home-compare-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.home-compare-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.home-compare-card ul {
  margin: 0 0 12px;
  padding-left: 18px;
  color: #374151;
  font-size: 13px;
  display: grid;
  gap: 6px;
}

.home-compare-lead {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 13px;
}

.home-compare-tip {
  margin: 0;
  font-size: 13px;
  color: #1f2937;
}

.home-compare-cta {
  margin-top: 20px;
  background: #147078;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}

.home-compare-cta h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #e7b823;
}

.home-compare-cta p {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 13px;
}

.home-compare-buttons {
  display: grid;
  gap: 10px;
}

.home-compare-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #cbd5f5;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
  background: #fff;
}

.home-compare-btn.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

@media (min-width: 768px) {
  .home-compare h2 {
    font-size: 26px;
  }

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

  .home-compare-buttons {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
}

/* Testimonials */
.home-testimonials {
  margin-top: 48px;
  text-align: center;
}

.home-testimonials h2 {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-testimonials h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.home-testimonial-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.home-testimonial-card.brand {
  text-align: center;
}

.home-testimonial-logo {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff3bf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.home-testimonial-logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.home-testimonial-rating {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}

.home-testimonial-rating .stars,
.home-testimonial-stars {
  color: #f59e0b;
  font-size: 14px;
}

.home-testimonial-rating .score {
  font-weight: 700;
  font-size: 13px;
}

.home-testimonial-meta {
  color: #6b7280;
  font-size: 12px;
  margin: 0 0 10px;
}

.home-testimonial-btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  font-size: 13px;
}

.home-testimonial-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.home-testimonial-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.home-testimonial-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* FAQ */
.home-faq {
  margin-top: 48px;
}

.home-faq h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-faq h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.home-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.home-faq-question {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border: none;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  position: relative;
}

.home-faq-question::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6b7280;
}

.home-faq-item.is-open .home-faq-question::after {
  content: "–";
}

.home-faq-item.is-open .home-faq-question {
  background: #2563eb;
  color: #fff;
}

.home-faq-item.is-open .home-faq-question::after {
  color: #fff;
}

.home-faq-answer {
  display: none;
  padding: 0 16px 14px;
  color: #6b7280;
  font-size: 13px;
  background: #f8fafc;
}

.home-faq-item.is-open .home-faq-answer {
  display: block;
}

@media (min-width: 768px) {
  .home-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Partners */
.home-partners {
  margin-top: 48px;
  text-align: center;
}

.home-partners h2 {
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-partners h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-partners-subtitle {
  margin: 0 auto 20px;
  max-width: 700px;
  font-size: 14px;
  color: #6b7280;
}

.home-partners-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 0;
  scroll-snap-type: x mandatory;
}

.home-partner-logo {
  flex: 0 0 auto;
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  scroll-snap-align: center;
}

.home-partner-logo img {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
}

/* Page content section */
.home-content {
  margin-top: 48px;
}

.home-content h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.home-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #147078;
  border-radius: 2px;
}

.home-content-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
}

.home-content-text {
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
  max-height: none;
  overflow: hidden;
}

.home-content-text[data-collapsed="true"] {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.home-content-toggle {
  margin-top: 12px;
  border: 1px solid #d1d5db;
  background: #147078;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-content-toggle:hover {
  background: #0f5a62;
}

.home-testimonial-head strong {
  display: block;
  font-size: 13px;
}

.home-testimonial-head span {
  display: block;
  color: #6b7280;
  font-size: 12px;
}

.home-testimonial-google {
  margin-left: auto;
  font-weight: 700;
  color: #ea4335;
}

.home-testimonial-card p {
  margin: 0;
  font-size: 13px;
  color: #374151;
}

@media (max-width: 640px) {
  .home-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .home-testimonial-card {
    padding: 14px;
  }

  .home-testimonials h2 {
    font-size: 20px;
  }
}

.home-testimonial-dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.home-testimonial-dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: #cbd5f5;
  cursor: pointer;
  padding: 0;
}

.home-testimonial-dots button.is-active {
  background: #2563eb;
}

.home-testimonials.is-slider .home-testimonials-grid {
  grid-template-columns: 1fr;
}

.home-testimonials.is-slider .home-testimonial-dots {
  display: flex;
}

.home-why-cards {
  display: grid;
  gap: 16px;
}

.home-why-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.home-why-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 10px;
}

.home-why-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.home-why-card p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

@media (min-width: 768px) {
  .home-why h2 {
    font-size: 26px;
  }

  .home-why-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .home-route-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-route-btn {
    justify-self: start;
  }
}

.home-gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}

.home-gallery-modal[aria-hidden="false"] {
  display: flex;
}

.home-gallery-modal-content {
  max-width: 1000px;
  width: 100%;
  background: #0f172a;
  border-radius: 16px;
  padding: 16px;
  position: relative;
}

.home-gallery-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  font-size: 24px;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  padding: 0;
}

.home-gallery-nav.prev {
  left: 20px;
}

.home-gallery-nav.next {
  right: 20px;
}

.home-gallery-main {
  width: 100%;
  height: 480px;
  object-fit: contain;
  border-radius: 12px;
  background: #0b1120;
}

.home-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 12px;
}

.home-gallery-thumbs button {
  border: none;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
}

.home-gallery-thumbs button.is-active {
  opacity: 1;
  outline: 2px solid #38bdf8;
}

.home-gallery-thumbs img {
  width: 80px;
  height: 56px;
  object-fit: cover;
  display: block;
}

body.home-gallery-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .home-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-page {
    margin: 12px auto;
    padding: 0 12px 24px;
  }

  .home-split {
    gap: 12px;
  }

  .home-booking-bar {
    margin-top: 12px;
  }

  .home-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
    height: auto;
  }

  .home-gallery-item {
    height: 110px;
  }

  .home-gallery-main {
    height: 320px;
  }
}

.astra-child-gallery-preview {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.astra-child-gallery-preview img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

/* Header CTA buttons (Đặt vé + Hotline) */
.ast-primary-header-bar .menu-item-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 12px;
  border: 2px solid transparent;
  height: 36px;
  line-height: 1;
}

.ast-primary-header-bar .main-header-menu > .menu-item-cta {
  padding-left: 0;
  padding-right: 0;
}

.ast-primary-header-bar .menu-item-cta-book a {
  background-color: #e7b823;
  color: #0b1120 !important;
}

.ast-primary-header-bar .menu-item-cta-book a:hover {
  background-color: #d79f12;
  color: #0b1120 !important;
}

.ast-primary-header-bar .menu-item-cta-hotline a {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff !important;
}

.ast-primary-header-bar .menu-item-cta-hotline a:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
}

/* GTranslate menu item - căn giữa icon + text trong header */
.ast-primary-header-bar .main-header-menu > .menu-item-gtranslate {
  display: flex;
  align-items: center;
}

.ast-primary-header-bar .main-header-menu > .menu-item-gtranslate > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Header theming to match brand layout */
.ast-primary-header-bar,
.main-header-bar {
  /* Logo area trắng bên trái, menu nền xanh teal #147078 bên phải với vệt chéo nhẹ */
  background: linear-gradient(120deg, #ffffff 0, #ffffff 26%, #147078 26%, #147078 100%);
  color: #ffffff;
}

.ast-primary-header-bar .main-header-menu > .menu-item > a,
.ast-primary-header-bar .ast-builder-menu-1 .menu-item > a {
  color: #ffffff;
  font-weight: 700;
}

/* Submenu colors so text không trùng nền */
.ast-primary-header-bar .main-header-menu .sub-menu,
.ast-primary-header-bar .ast-builder-menu-1 .sub-menu {
  background-color: #0f4f5a; /* đậm hơn nền header một chút */
}

.ast-primary-header-bar .main-header-menu .sub-menu a,
.ast-primary-header-bar .ast-builder-menu-1 .sub-menu a {
  color: #ffffff;
}

.ast-primary-header-bar .main-header-menu .sub-menu a:hover,
.ast-primary-header-bar .ast-builder-menu-1 .sub-menu a:hover {
  color: #e7b823;
}

.ast-primary-header-bar .main-header-menu > .menu-item > a:hover,
.ast-primary-header-bar .ast-builder-menu-1 .menu-item > a:hover {
  color: #e7b823;
}

.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > a,
.ast-primary-header-bar .ast-builder-menu-1 .menu-item.current-menu-item > a {
  color: #e7b823;
}

/* Giữ màu trắng cho menu cha khi hover trong vùng submenu */
.ast-primary-header-bar .main-header-menu > .menu-item.menu-item-has-children:hover > a,
.ast-primary-header-bar .ast-builder-menu-1 > .menu-item.menu-item-has-children:hover > a {
  color: #ffffff;
}

.ast-primary-header-bar .site-title a,
.ast-primary-header-bar .site-description {
  color: #ffffff;
}

/* Global site background */
body {
  background-color: #ffffff;
}

/* Mobile header: menu toggle icon trắng, nền logo vẫn trắng hoàn toàn */
@media (max-width: 921px) {
  /* Giữ nền trắng phía logo bằng cách kéo phần trắng rộng hơn */
  .ast-primary-header-bar,
  .main-header-bar {
    background: linear-gradient(120deg, #ffffff 0, #ffffff 50%, #147078 50%, #147078 100%);
  }

  /* Nút mở menu (hamburger) màu trắng */
  .ast-header-break-point .ast-button-wrap .menu-toggle,
  .ast-header-break-point .ast-mobile-menu-buttons .menu-toggle {
    color: #ffffff;
    border-color: #ffffff;
  }

  .ast-header-break-point .ast-button-wrap .menu-toggle svg,
  .ast-header-break-point .ast-mobile-menu-buttons .menu-toggle svg {
    fill: none;
    stroke: #ffffff;
  }

  /* Thu nhỏ mũi tên mở sub-menu để bằng cỡ chữ */
  .ast-header-break-point .ast-mobile-header-wrap .ast-menu-toggle::before {
    font-size: 14px;
  }

  /* Hiển thị GTranslate + 2 nút CTA bên trong menu mobile */
  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-gtranslate,
  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-cta {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-gtranslate a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #147078;
    font-weight: 600;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-cta a {
    width: calc(100% - 24px);
    margin: 0 12px;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-cta-book a {
    background-color: #e7b823;
    color: #0b1120;
    border: 2px solid #e7b823;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item-cta-hotline a {
    background-color: transparent;
    color: #147078;
    border: 2px solid #147078;
  }

  /* Đồng bộ màu mobile menu với desktop header */
  .ast-header-break-point .ast-mobile-header-wrap {
    background-color: #147078;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-link {
    color: #ffffff;
    font-weight: 600;
  }

  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .menu-item:hover > .menu-link,
  .ast-header-break-point .ast-mobile-header-wrap .main-header-menu .current-menu-item > .menu-link {
    color: #e7b823;
  }
}

/* Sticky header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

body.admin-bar .site-header {
  top: 32px; /* tránh đè lên admin bar khi đã đăng nhập */
}

#content.site-content {
  padding-top: 0.01px; /* giữ layout ổn định với sticky, gần như không thấy */
  background-color: #8ed1fc1a;
}

/* Global footer */
.home-footer {
  background: #020617;
  color: #e5e7eb;
  margin-top: 48px;
  padding-top: 24px;
  font-size: 14px;
}

/* Brand colors (from Strip logo) */
:root {
  --strip-blue: #1a76a6;
  --strip-teal: #0e7a73;
  --strip-yellow: #f2b414;
}

.home-footer a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.home-footer a:not(.home-footer-btn):hover {
  color: var(--ast-global-color-0, #f97316);
}

/* Hover arrow effect for text links (không áp dụng cho nút CTA) */
.home-footer a:not(.home-footer-btn) {
  display: inline-flex;
  align-items: center;
  transform: translateX(0);
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-footer a:not(.home-footer-btn)::before {
  content: "\2192";
  display: inline-block;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-right: 0;
}

.home-footer a:not(.home-footer-btn):hover {
  transform: translateX(8px);
}

.home-footer a:not(.home-footer-btn):hover::before {
  opacity: 1;
  transform: translateX(0);
  margin-right: 6px;
}

.home-footer-cta {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 16px 16px 20px;
  border-radius: 16px;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.home-footer-cta-text h2 {
  margin: 0;
  font-size: 20px;
  color: #f9fafb;
}

.home-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ast-global-color-0, #f97316);
  background: var(--ast-global-color-0, #f97316);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.home-footer-btn:hover,
.home-footer-btn:focus {
  background: var(--ast-global-color-1, var(--ast-global-color-0, #f97316));
  border-color: var(--ast-global-color-1, var(--ast-global-color-0, #f97316));
  color: #ffffff;
}

/* CTA màu riêng */
.home-footer-btn--phone {
  background: var(--strip-blue);
  border-color: var(--strip-blue);
  color: #ffffff;
}
.home-footer-btn--phone:hover,
.home-footer-btn--phone:focus {
  background: #155e85;
  border-color: #155e85;
  color: #ffffff;
}

.home-footer-btn--zalo {
  background: var(--strip-teal);
  border-color: var(--strip-teal);
  color: #ffffff;
}
.home-footer-btn--zalo:hover,
.home-footer-btn--zalo:focus {
  background: #0a615b;
  border-color: #0a615b;
  color: #ffffff;
}

.home-footer-btn--book {
  background: var(--strip-yellow);
  border-color: var(--strip-yellow);
  color: #0f172a;
}
.home-footer-btn--book:hover,
.home-footer-btn--book:focus {
  background: #d79f12;
  border-color: #d79f12;
  color: #0b1120;
}

.home-footer-main {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.home-footer-col h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #f9fafb;
}

.home-footer-col p {
  margin: 0 0 6px;
}

.home-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}

.home-footer-trust {
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
  padding: 16px;
  text-align: center;
}

.home-footer-trust h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #f9fafb;
}

.home-footer-trust p {
  margin: 0 0 4px;
}

.home-footer-bottom {
  padding: 12px 16px 20px;
  font-size: 12px;
  text-align: center;
  color: #9ca3af;
}

.home-footer-bottom p {
  margin: 2px 0;
}

@media (min-width: 768px) {
  .home-footer-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .home-footer-cta-text h2 {
    font-size: 22px;
  }

  .home-footer-main {
    grid-template-columns: 2fr 1.5fr 2fr 1.5fr;
  }

  .home-footer-trust {
    text-align: center;
  }
}

/* Override booking search background to brand color */
.mt-booking-search {
  background: linear-gradient(180deg, #147078 0%, #8ed1fc 100%) !important;
}

.mt-booking-bar {
  background: linear-gradient(180deg, #8ed1fc 0%, #147078 100%) !important;
}

.mt-booking-bar-group label {
  color: #000000 !important;
}

.mt-booking-bar-submit {
  background: #e7b823 !important;
}

.mt-booking-bar-submit:hover {
  background: #d79f12 !important;
}

/* About Page Styles */
.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Section 1: Hero */
.about-hero {
  text-align: center;
  padding: 60px 16px;
  background: linear-gradient(135deg, rgba(20, 112, 120, 0.85) 0%, rgba(15, 90, 97, 0.85) 100%),
              url('/wp-content/uploads/2026/01/THY05330-1536x1025-1.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 60px;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-hero-content h1 {
  font-size: 36px;
  margin: 0 0 16px;
  font-weight: 700;
  color: #FFB800;
}

.about-hero-subtitle {
  font-size: 18px;
  margin: 0 0 32px;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.about-btn-primary {
  background: #fff;
  color: #147078;
}

.about-btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.about-btn-secondary:hover {
  background: #fff;
  color: #147078;
  transform: translateY(-2px);
}

/* Section 2: Story */
.about-story {
  margin-bottom: 60px;
}

.about-story h2 {
  font-size: 28px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-story h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-story-content {
  display: grid;
  gap: 32px;
}

.about-story-item {
  padding: 24px;
  background: #f0f4f8;
  border-radius: 12px;
  border-left: 4px solid #FFB800;
}

.about-story-item h3 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #FFB800;
}

.about-story-item p {
  margin: 0;
  line-height: 1.7;
  color: #475569;
}

/* Section 3: Capacity */
.about-capacity {
  margin-bottom: 60px;
  padding: 48px 16px;
  background: #f0f4f8;
  border-radius: 16px;
}

.about-capacity h2 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-capacity h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-capacity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.about-capacity-item {
  text-align: center;
  padding: 32px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-capacity-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.about-capacity-number {
  font-size: 32px;
  font-weight: 700;
  color: #147078;
  margin-bottom: 8px;
}

.about-capacity-label {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* Section 4: Values */
.about-values {
  margin-bottom: 60px;
}

.about-values h2 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-values h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.about-value-item {
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.about-value-item:hover {
  border-color: #147078;
  box-shadow: 0 4px 16px rgba(20, 112, 120, 0.1);
  transform: translateY(-4px);
}

.about-value-icon {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 1;
}

.about-value-item h3 {
  font-size: 18px;
  margin: 0 0 12px;
  color: #FFB800;
}

.about-value-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

/* Section 5: Partners */
.about-partners {
  margin-bottom: 60px;
  padding: 48px 16px;
  background: #f0f4f8;
  border-radius: 16px;
}

.about-partners h2 {
  font-size: 28px;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-partners h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-partners-subtitle {
  text-align: center;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 32px;
}

.about-partners-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.about-partner-logo {
  flex: 0 0 auto;
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  scroll-snap-align: center;
  padding: 12px;
  transition: all 0.3s ease;
}

.about-partner-logo:hover {
  border-color: #147078;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.about-partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-partners-empty {
  text-align: center;
  padding: 40px;
  color: #64748b;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}

/* Section 6: Team */
.about-team {
  margin-bottom: 60px;
}

.about-team h2 {
  font-size: 28px;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-team h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-team-subtitle {
  text-align: center;
  font-size: 16px;
  color: #64748b;
  margin-bottom: 40px;
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}

.about-team-card {
  display: flex;
  flex-direction: column;
}

.about-team-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #f1f5f9;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-team-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.about-team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-team-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: #f1f5f9;
  color: #cbd5e1;
}

.about-team-caption {
  text-align: center;
  font-size: 14px;
  color: #475569;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

.about-team-culture-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  background: #f0f4f8;
  border-radius: 12px;
  text-align: center;
}

.about-team-culture-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

/* Section 7: Legal */
.about-legal {
  margin-bottom: 60px;
  padding: 48px 16px;
  background: #f0f4f8;
  border-radius: 16px;
}

.about-legal h2 {
  font-size: 28px;
  margin-bottom: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  color: #FFB800;
}

.about-legal h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.about-legal-table {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.about-legal-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 24px;
}

.about-legal-row:last-child {
  border-bottom: none;
}

.about-legal-label {
  font-weight: 600;
  color: #334155;
}

.about-legal-value {
  color: #64748b;
}

.about-legal-value a {
  color: #147078;
  text-decoration: none;
}

.about-legal-value a:hover {
  text-decoration: underline;
}

/* Section 8: CTA */
.about-cta {
  text-align: center;
  padding: 60px 16px;
  background: linear-gradient(135deg, rgba(20, 112, 120, 0.85) 0%, rgba(15, 90, 97, 0.85) 100%),
              url('/wp-content/uploads/2026/01/THY05643-1536x1025-1.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-cta .about-container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-cta h2 {
  font-size: 28px;
  margin: 0 0 32px;
  font-weight: 600;
  color: #FFB800;
}

.about-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero-content h1 {
    font-size: 28px;
  }

  .about-hero-subtitle {
    font-size: 16px;
  }

  .about-story h2,
  .about-capacity h2,
  .about-values h2,
  .about-partners h2,
  .about-team h2,
  .about-legal h2,
  .about-cta h2 {
    font-size: 24px;
  }

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

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-legal-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-legal-label {
    margin-bottom: 4px;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .about-team-culture-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .about-capacity-grid {
    grid-template-columns: 1fr;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-team-culture-content {
    padding: 20px;
  }

  .about-team-culture-content p {
    font-size: 14px;
  }

  .about-hero-cta,
  .about-cta-buttons {
    flex-direction: column;
  }

  .about-btn {
    width: 100%;
    text-align: center;
  }
}

/* Contact Page Styles */
.contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}

.contact-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Section 1: Hero */
.contact-hero {
  text-align: center;
  padding: 40px 16px;
  background: linear-gradient(135deg, rgba(20, 112, 120, 0.85) 0%, rgba(15, 90, 97, 0.85) 100%),
              url('/wp-content/uploads/2026/01/THY05330-1536x1025-1.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-hero h1 {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #FFB800;
}

.contact-hero-subtitle {
  font-size: 16px;
  margin: 0 0 24px;
  opacity: 0.95;
}

.contact-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-btn-primary {
  background: #fff;
  color: #147078;
}

.contact-btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.contact-btn-secondary:hover {
  background: #fff;
  color: #147078;
  transform: translateY(-2px);
}

/* Section 2 & 3: Form và Thông tin */
.contact-main {
  margin-bottom: 60px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 32px;
  align-items: start;
}

.contact-form-wrapper h2 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #FFB800;
}

.contact-form {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-form-group {
  margin-bottom: 20px;
}

.contact-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #334155;
  font-size: 14px;
}

.contact-form-group .required {
  color: #ef4444;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  outline: none;
  border-color: #147078;
  box-shadow: 0 0 0 3px rgba(20, 112, 120, 0.1);
}

#contact-subject {
  padding: 5px 16px;
}

.contact-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-submit-btn {
  width: 100%;
  padding: 14px 24px;
  background: #147078;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.contact-submit-btn:hover {
  background: #0f5a61;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 112, 120, 0.3);
}

.contact-form-note {
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin: 0 0 8px;
}

.contact-form-privacy {
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

.contact-info-card {
  background: #f0f4f8;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 20px;
}

.contact-info-content h3 {
  font-size: 20px;
  margin: 0 0 24px;
  color: #147078;
}

.contact-info-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.contact-info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 14px;
}

.contact-info-item a,
.contact-info-item span {
  color: #64748b;
  font-size: 14px;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: #147078;
  text-decoration: underline;
}

/* Section 4: Văn phòng & Điểm đón */
.contact-offices {
  margin-bottom: 60px;
}

.contact-offices h2 {
  font-size: 28px;
  margin-bottom: 32px;
  text-align: center;
  color: #FFB800;
  position: relative;
  padding-bottom: 16px;
}

.contact-offices h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.contact-offices-list {
  max-width: 800px;
  margin: 0 auto;
}

.contact-office-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact-office-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-office-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
}

.contact-office-header h3 {
  margin: 0;
  font-size: 18px;
  color: #147078;
}

.contact-office-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #147078;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.contact-office-item.is-open .contact-office-toggle {
  transform: rotate(180deg);
}

.contact-office-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}

.contact-office-item.is-open .contact-office-content {
  max-height: 500px;
  padding: 0 24px 24px;
}

.contact-office-content p {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.6;
}

.contact-office-address-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-office-address-item:last-child {
  margin-bottom: 0;
}

.contact-office-address {
  flex: 1;
  color: #475569;
  line-height: 1.6;
}

.contact-office-address-item .contact-map-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.contact-pickup-list {
  margin: 0;
  padding-left: 20px;
  color: #475569;
  list-style: none;
}

.contact-pickup-list li {
  margin-bottom: 16px;
  line-height: 1.6;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.contact-pickup-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-pickup-list li span {
  display: block;
  margin-bottom: 8px;
}

.contact-pickup-list .contact-map-link {
  display: inline-block;
  margin-top: 4px;
}

.contact-map-link {
  display: inline-block;
  color: #147078;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s ease;
}

.contact-map-link:hover {
  color: #0f5a61;
  text-decoration: underline;
}

/* Section 5: Bản đồ */
.contact-map {
  margin-bottom: 60px;
}

.contact-map h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  color: #FFB800;
  position: relative;
  padding-bottom: 16px;
}

.contact-map h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFB800;
  border-radius: 2px;
}

.contact-map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#contact-map {
  border-radius: 12px;
  z-index: 0;
}

#contact-map .leaflet-container {
  border-radius: 12px;
}

/* Section 6: CTA */
.contact-cta {
  text-align: center;
  padding: 60px 16px;
  background: linear-gradient(135deg, rgba(20, 112, 120, 0.85) 0%, rgba(15, 90, 97, 0.85) 100%),
              url('/wp-content/uploads/2026/01/THY05643-1536x1025-1.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 16px;
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-cta .contact-container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-cta h2 {
  font-size: 28px;
  margin: 0 0 32px;
  font-weight: 600;
  color: #FFB800;
}

.contact-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 968px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    position: static;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 24px;
  }

  .contact-hero-subtitle {
    font-size: 14px;
  }

  .contact-form-wrapper h2,
  .contact-offices h2,
  .contact-map h2,
  .contact-cta h2 {
    font-size: 22px;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-info-card {
    padding: 24px;
  }

  .contact-hero-buttons,
  .contact-cta-buttons {
    flex-direction: column;
  }

  .contact-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .contact-hero {
    min-height: 250px;
    padding: 32px 16px;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-info-card {
    padding: 20px;
  }
}
