/**
 * Header Menu Styles
 * Horizontal mega menu - ALL levels display side-by-side (horizontal)
 * 
 * Layout:
 * - Level 1: Horizontal menu items (left/right of logo)
 * - Level 2: Horizontal submenu appears BELOW parent on hover
 * - Level 3+: Horizontal submenu appears BELOW parent on hover
 * 
 * All submenu levels use flex-direction: row for horizontal layout
 * 
 * @package VGT_Du_Thuyen
 */
.post-meta{
	display:none;
}
.breadcrumb-section{
	display:none;
}
@media (max-width: 450px) {
    .banner .swiper-button-next, .banner .swiper-button-prev {
       
        display: none !important;
    }
}
.about__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-btn--view-more {
  /* padding: 0; */
  /*width: fit-content;*/
}

.events__list--2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.c-btn__arrow img {
  vertical-align: unset;
}

/* Hero Video Section - Fixed for all zoom levels */
.hero-video {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  min-height: 600px;
  overflow: hidden;
}

.hero-video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

/**
 * Language Switcher Styles
 * Google Translate Widget styling for topbar
 */

/* Language switcher container */
.c-header__language {
  display: flex;
  align-items: center;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* Google Translate Widget Styles */
.vgt-google-translate-switcher {
  display: flex;
  align-items: center;
}

.vgt-language-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 30px 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  min-width: 140px;
}

.vgt-language-select:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.vgt-language-select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.vgt-language-select option {
  background: #1a1a1a;
  color: #fff;
  padding: 8px 12px;
}

/* GTranslate widget base styles */
.c-header__language .gt_switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-header__language .gt_switcher a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.c-header__language .gt_switcher a:hover {
  opacity: 0.8;
}

/* Flag icon */
.c-header__language .gt_switcher img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

/* Language name */
/* .c-header__language .gt_switcher .gt-current-lang {
    font-family: 'Montserrat', sans-serif;
} */

/* Dropdown styles if using dropdown widget */
.c-header__language .gt_switcher select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-header__language .gt_switcher select:hover {
  background: rgba(255, 255, 255, 0.15);
}

.c-header__language .gt_switcher select option {
  background: #1a1a1a;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .c-header__language {
    /*margin-left: 12px;*/
    /*padding-left: 12px;*/
    display: none;
  }

  .c-header__language .gt_switcher a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .c-header__language {
    display: none;
    /* Hide in mobile, can be added to mobile menu if needed */
  }
}

/* Alternative: Show in mobile menu */
.main-header__mobile-menu .c-header__language {
  display: flex;
  margin: 20px 0;
  padding: 15px 20px;
  border-left: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
}

.main-header__mobile-menu .c-header__language .gt_switcher a {
  color: #333;
}

/* ============================================
   BLOG STYLES - HERO BACKGROUND
   ============================================ */

/* Táº¯t hero cho blog pages */
.single .vgt-hero,
.archive .vgt-hero,
.category .vgt-hero {
  display: none;
}

/* Post Hero with Background Image - Full Width */
.post-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.post-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: center;
}

.post-hero .breadcrumb-wrapper {
  margin-bottom: 2rem;
}

.post-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.post-hero .breadcrumb a:hover {
  color: #fff;
}

.post-hero .post-header {
  color: #fff;
}

.post-hero .post-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.post-hero .post-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
	display:none;
}

.post-hero .post-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Fallback Hero without Image - Full Width */
.post-hero-fallback {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4rem 0;
  color: #fff;
}

.post-hero-fallback .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

.post-hero-fallback .post-title {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.post-hero-fallback .post-meta {
  color: rgba(255, 255, 255, 0.9);
}

/* Category Hero - Full Width */
/*.category-hero {*/
/*  width: 100vw;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  right: 50%;*/
/*  margin-left: -50vw;*/
/*  margin-right: -50vw;*/
/*  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  padding: 4rem 0;*/
/*  color: #fff;*/
/*  min-height: 50vh;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/* Khi cÃ³ background image, thÃªm overlay */
/*.category-hero[style*="background-image"] .category-hero-overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: linear-gradient(*/
/*    135deg,*/
/*    rgba(0, 0, 0, 0.6) 0%,*/
/*    rgba(0, 0, 0, 0.3) 100%*/
/*  );*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/* Khi khÃ´ng cÃ³ background image, khÃ´ng cáº§n overlay */
.category-hero-overlay {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.category-header {
  text-align: center;
  color: #fff;
}

.category-title {
  font-size: 3.2rem;
  /*font-weight: 800;*/
  /*margin-bottom: 1rem;*/
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.category-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.category-stats {
  background: rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  display: inline-block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Category Posts Grid - 3 columns */
.category-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 3rem 0;
}

@media (max-width: 1024px) {
  .category-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .category-posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Professional Blog Post Card */
.blog-post-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-post-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.blog-post-card:hover::before {
  opacity: 1;
}

.blog-post-card .post-thumbnail {
  position: relative;
  overflow: hidden;
}

.blog-post-card .post-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}

.category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.category-link {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.category-link:hover {
  background: #fff;
  color: #2271b1;
}

.blog-post-card .post-content {
  padding: 1.5rem;
}

.blog-post-card .post-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #888;
}

.blog-post-card .post-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-post-card .post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-card .post-title a:hover {
  color: #2271b1;
}

.blog-post-card .post-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-post-card .post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more {
  color: #2271b1;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #1a5a8a;
}

.post-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.post-tags .tag {
  background: #f5f5f5;
  color: #666;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  text-decoration: none;
}

.post-tags .tag:hover {
  background: #e5e5e5;
}

/* Category Sidebar */
.category-sidebar {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 12px;
}

.category-sidebar .widget {
  margin-bottom: 2rem;
}

.category-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.category-list {
  list-style: none;
  padding: 0;
}

.category-list li {
  margin-bottom: 0.5rem;
}

.category-list a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-list a:hover {
  color: #2271b1;
}

.recent-posts {
  list-style: none;
  padding: 0;
}

.recent-posts li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-posts a {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: #333;
}

.recent-posts .post-thumb {
  flex-shrink: 0;
}

.recent-posts .post-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.recent-posts .post-info h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.recent-posts .post-date {
  font-size: 0.75rem;
  color: #888;
}

/* No Posts */
.no-posts {
  text-align: center;
  padding: 3rem;
  background: #f9f9f9;
  border-radius: 12px;
}

.no-posts h2 {
  margin-bottom: 1rem;
  color: #333;
}

.no-posts p {
  color: #666;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #2271b1;
  color: #fff;
}

.btn-primary:hover {
  background: #1a5a8a;
}

/* Comments Section */
.comments-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.comments-area {
  max-width: 800px;
  margin: 0 auto;
}

.comments-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #333;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.comment-list .comment {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 8px;
}

.comment-list .children {
  margin-top: 1rem;
  margin-left: 2rem;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.comment-author {
  font-weight: 600;
  color: #333;
}

.comment-metadata {
  font-size: 0.9rem;
  color: #666;
}

.comment-content {
  line-height: 1.6;
  color: #444;
}

.reply-link {
  color: #2271b1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.reply-link:hover {
  color: #1a5a8a;
}

.comment-form {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
}

.comment-form .form-group {
  margin-bottom: 1.5rem;
}

.comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

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

.comment-form .submit {
  background: #2271b1;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.comment-form .submit:hover {
  background: #1a5a8a;
}

/* Breadcrumb */
.vgt-breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb-current {
  color: #fff;
  font-weight: 500;
}

/* Social Share */
.social-share {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-share__label {
  font-weight: 500;
  color: #4a5568;
  font-size: 0.9rem;
}

.social-share__list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.social-share__link--facebook {
  background: #1877f2;
  color: #fff;
}

.social-share__link--facebook:hover {
  background: #166fe5;
}

.social-share__link--twitter {
  background: #1da1f2;
  color: #fff;
}

.social-share__link--twitter:hover {
  background: #0d95e8;
}

.social-share__link--linkedin {
  background: #0077b5;
  color: #fff;
}

.social-share__link--linkedin:hover {
  background: #005885;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Desktop Large (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Tablet Landscape (1024px and down) */
@media (max-width: 1024px) {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    min-height: 50vh;
  }

  .post-hero .post-title,
  .post-hero-fallback .post-title,
  .category-title {
    font-size: 2.5rem;
  }

  .blog-post-card .post-thumbnail img {
    height: 220px;
  }

  .category-sidebar {
    margin-top: 2rem;
  }
}

/* Tablet Portrait (768px and down) */
@media (max-width: 768px) {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    min-height: 40vh;
    padding: 2rem 0;
  }

  .post-hero .post-title,
  .post-hero-fallback .post-title,
  .category-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .post-hero .post-meta {
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.9rem;
  }

  .category-description {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .blog-post-card {
    margin-bottom: 1.5rem;
  }

  .blog-post-card .post-thumbnail img {
    height: 200px;
  }

  .blog-post-card .post-content {
    padding: 1.25rem;
  }

  .blog-post-card .post-title {
    font-size: 1.2rem;
  }

  .blog-post-card .post-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .category-sidebar {
    padding: 1.5rem;
    order: -1;
  }

  .comments-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .comment-list .children {
    margin-left: 1rem;
  }

  .comment-form {
    padding: 1.5rem;
  }

  .social-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .social-share__list {
    justify-content: center;
    width: 100%;
  }
}

/* Mobile Large (640px and down) */
@media (max-width: 640px) {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    min-height: 35vh;
    padding: 1.5rem 0;
  }

  .post-hero .post-title,
  .post-hero-fallback .post-title,
  .category-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .post-hero .post-meta {
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.85rem;
  }

  .category-stats {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .blog-post-card {
    border-radius: 12px;
  }

  .blog-post-card .post-thumbnail img {
    height: 180px;
  }

  .blog-post-card .post-content {
    padding: 1rem;
  }

  .blog-post-card .post-title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }

  .blog-post-card .post-meta {
    font-size: 0.75rem;
    gap: 0.75rem;
  }

  .blog-post-card .post-excerpt {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .category-link {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
  }

  .post-tags .tag {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }

  .read-more {
    font-size: 0.9rem;
  }
}

/* Mobile Small (480px and down) */
@media (max-width: 480px) {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    min-height: 30vh;
    padding: 1rem 0;
  }

  .post-hero .post-title,
  .post-hero-fallback .post-title,
  .category-title {
    font-size: 1.5rem;
  }

  .category-description {
    font-size: 0.9rem;
  }

  .blog-post-card .post-thumbnail img {
    height: 160px;
  }

  .blog-post-card .post-content {
    padding: 0.875rem;
  }

  .blog-post-card .post-title {
    font-size: 1rem;
  }

  .blog-post-card .post-meta {
    font-size: 0.7rem;
  }

  .blog-post-card .post-excerpt {
    font-size: 0.85rem;
  }

  .category-sidebar {
    padding: 1rem;
  }

  .widget-title {
    font-size: 1.1rem;
  }

  .recent-posts a {
    flex-direction: column;
    gap: 0.5rem;
  }

  .recent-posts .post-thumb {
    align-self: flex-start;
  }

  .recent-posts .post-thumb img {
    width: 80px;
    height: 60px;
  }

  .comment-list .children {
    margin-left: 0.5rem;
  }

  .comment-form {
    padding: 1rem;
  }

  .comment-meta {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}

/* Mobile Extra Small (360px and down) */
@media (max-width: 360px) {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    min-height: 25vh;
  }

  .post-hero .post-title,
  .post-hero-fallback .post-title,
  .category-title {
    font-size: 1.25rem;
  }

  .blog-post-card .post-thumbnail img {
    height: 140px;
  }

  .blog-post-card .post-title {
    font-size: 0.95rem;
  }

  .category-link {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
  }

  .post-tags .tag {
    font-size: 0.65rem;
    padding: 0.15rem 0.5rem;
  }
}

/* Print Styles */
@media print {

  .post-hero,
  .post-hero-fallback,
  .category-hero {
    background: none;
    color: #000;
    padding: 1rem 0;
  }

  .blog-post-card {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }

  .category-sidebar,
  .comments-section {
    display: none;
  }

  .read-more,
  .category-link {
    display: none;
  }
}

/*===== PROFESSIONAL CONTACT PAGE STYLES =====*/

/* Contact Section */
.contact.section {
  padding: 2rem 0;
  /* margin-top: 5rem; */
  /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
  /* font-family: "Montserrat", sans-serif; */
}

.page-template-page-about .page-title {
  font-size: var(--fz-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
  text-align: center;
}

.page-template-page-about p {
  line-height: 2.2;
}

/* Layout */
.bd-container {
  max-width: 1200px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.bd-grid {
  display: grid;
  gap: 2rem;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.col-sm-4.contact-map {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-sm-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 700px;
  border: none;
}

.header-contact {
  margin-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.header-contact h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  /* font-family: "Petrona", serif; */
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
  /* font-family: "Montserrat", sans-serif; */
}

.contact-info p span {
  font-weight: 700;
  color: #333;
}

.social ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  gap: 10px;
}

.social-item a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social_facebook a {
  background: #3b5998;
}

.social_youtube a {
  background: #ff0000;
}

.social-item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Contact Boxes */
.contact__box {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.contact__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.contact__box:hover::before {
  transform: scaleX(1);
}

.contact__box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.contact__icon {
  font-size: 2.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  display: block;
}

.contact__title {
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem;
  color: #2d3748;
  font-weight: 700;
  letter-spacing: -0.025em;
  /* font-family: "Petrona", serif; */
}

.contact__description {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 500;
  /* font-family: "Montserrat", sans-serif; */
}

.contact__description a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact__description a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Social Links */
.contact__social {
  color: #667eea;
  font-size: 1.5rem;
  margin: 0 0.75rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact__social:hover {
  color: #764ba2;
  transform: translateY(-2px);
}

/* Contact Form */
.contact-form {
  margin-top: 0;
}

.contact__form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.vgt-contact-form .contact__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  margin-bottom: 1rem;
}

.vgt-contact-form .contact__inputs input[type="tel"],
.vgt-contact-form .contact__inputs textarea {
  grid-column: 1 / -1;
}

.contact__input--full,
.vgt-contact-form textarea {
  grid-column: 1 / -1;
}

.contact__input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #eaeaea;
  color: var(--text-color, #524748);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact__field .contact__label {
  font-size: 18px;
  margin-bottom: 16px;
  /* font-family: Montserrat, sans-serif; */
}

.contact__input {
  box-sizing: border-box !important;
}

.contact__field input,
.contact__field textarea {
  margin-top: 6px;
}

.contact__input:focus {
  border: 1px solid #eaeaea;
}

.contact__input::placeholder {
  color: var(--text-light, #7b6f71);
  font-weight: 500;
}

.header-contact h3 span {
  /* font-family: Petrona, serif; */
  font-size: 20px;
}

/* .contact__label {
  display: none;
} */
/* Contact Button */
.contact__input {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
}

.contact__input:focus {
  border: none;
  border-bottom: 1px solid #d19825;
}

textarea.contact__input {
  height: 100px;
  background-color: #fcfcfc;
  border: 1px dashed var(--clr-border-2);
  resize: none;
}

.contact__field label::after {
  content: "*";
  color: red;
  margin-left: 4px;
}

.contact__button {
  display: inline-block;
  background: linear-gradient(0deg, #aa8f60, #d4b484);
  border: 1px solid #aa8f60;
  color: #fff;
  padding: 14px;
  border-radius: 0.25rem;
  cursor: pointer;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  /*width: 22%;*/
}

/*@media (max-width: 500px){*/
/*    .contact__button {*/
/*        width: 40%;*/
/*    }*/
/*}*/

.contact__button:hover {
  background: #fff;
  color: #333;
  border: 1px solid #aa8f60;
}

.vgt-modal-content h3 {
  /* font-family: Petrona, serif; */
}

.vgt-modal-content p,
.vgt-modal-content .vgt-modal-close {
  /* font-family: Montserrat, sans-serif; */
}

.vgt-modal-content .vgt-modal-close {
  border: 1px solid #aa8f60;
  background: linear-gradient(180deg, #aa8f60, #d4b484);
}

.vgt-modal-close:hover {
  color: #333;
  background: #fff !important;
}

/* Contact form textarea - disable resize */
.vgt-contact-form textarea.contact__input {
  resize: none;
  height: 120px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .contact__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact.section {
    /* margin-top: 3rem; */
  }
}

@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    flex-direction: column;
    margin: 0 1rem;
  }

  .col-sm-4.contact-map,
  .col-sm-8 {
    flex: none;
    max-width: 100%;
  }

  .contact-map iframe {
    min-height: 300px;
  }

  .contact__content {
    grid-template-columns: 1fr;
  }

  .contact.section {
    /* margin-top: 2rem; */
  }

  .vgt-contact-form .contact__inputs {
    grid-template-columns: 1fr;
  }

  .bd-container {
    width: calc(100% - 1rem);
  }
}

@media screen and (max-width: 576px) {
  .contact__box {
    padding: 1.5rem 1rem;
  }

  .contact-form-wrapper {
    margin: 0 0.5rem;
    border-radius: 4px;
  }

  .contact-map iframe {
    min-height: 250px;
  }

  .col-sm-8 {
    padding: 15px;
  }

  .header-contact h3 {
    font-size: 16px;
  }

  .contact-info p {
    font-size: 13px;
  }

  .contact__input {
    padding: 0.8rem;
    font-size: 14px;
  }

  .contact__button {
    padding: 1rem;
    font-size: 16px;
  }

  .social-item a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

/* Professional Contact Hero Section */
.contact-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%,
      rgba(120, 119, 198, 0.3) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 20%,
      rgba(255, 119, 198, 0.3) 0%,
      transparent 50%),
    radial-gradient(circle at 40% 40%,
      rgba(120, 219, 255, 0.2) 0%,
      transparent 50%);
}

.contact-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="hexagons" width="60" height="60" patternUnits="userSpaceOnUse"><polygon points="30,2 52,17 52,43 30,58 8,43 8,17" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23hexagons)"/></svg>');
  opacity: 0.4;
}

.contact-hero-overlay {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-content {
  text-align: center;
  color: white;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}

.contact-hero .contact__content {
  margin-top: 3rem;
  transform: translateY(50px);
}

.contact-hero .contact__box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero .contact__icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero .contact__title {
  color: #2d3748;
}

.contact-hero .contact__description {
  color: #4a5568;
}

.contact-hero .contact__description a {
  color: #667eea;
}

.contact-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.contact-hero-subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  opacity: 0.95;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
}

/* Responsive Hero */
@media screen and (max-width: 768px) {
  .contact-hero {
    height: 60vh;
    min-height: 400px;
  }

  .contact-hero-title {
    font-size: 2.75rem;
  }

  .contact-hero-subtitle {
    font-size: 1.25rem;
  }

  .contact-hero-content {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .contact-hero-title {
    font-size: 2.25rem;
  }

  .contact-hero-subtitle {
    font-size: 1.125rem;
  }

  .contact-hero-content {
    padding: 0 1rem;
  }
}

/* Professional Form Messages */
.contact-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #c3e6cb;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(21, 87, 36, 0.1);
}

.contact-error {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #f5c6cb;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(114, 28, 36, 0.1);
}

.error-404,
.error-403 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.error-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error-content h1 {
  font-size: 120px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1;
}

.error-content h2 {
  font-size: 32px;
  margin: 20px 0;
  color: #555;
}

.error-content p {
  font-size: 18px;
  color: #777;
  margin: 20px 0 30px;
}

.btn-home {
  display: inline-block;
  padding: 12px 30px;
  background: #0066cc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.btn-home:hover {
  background: #0052a3;
}

.pagination {
  margin: 40px 0;
  text-align: center;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
}

.pagination li {
  margin: 0;
}

.page-numbers {
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  color: #1d2327;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  min-width: 48px;
  text-align: center;
}

.page-numbers:hover {
  background: #f0f6fc;
  border-color: #2271b1;
  color: #2271b1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 113, 177, 0.15);
}

.page-numbers.current {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  cursor: default;
  box-shadow: 0 4px 12px rgba(34, 113, 177, 0.3);
}

.page-numbers.current:hover {
  transform: none;
  background: #2271b1;
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  padding: 12px 20px;
  font-weight: 600;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  background: #2271b1;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .pagination ul {
    gap: 4px;
  }

  .page-numbers {
    padding: 10px 12px;
    font-size: 13px;
    min-width: 40px;
  }

  .page-numbers.next,
  .page-numbers.prev {
    padding: 10px 16px;
  }
}

/* ============================================
   TOC (Table of Contents) Styles
   ============================================ */

.vgt-toc-container {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.vgt-toc-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a202c;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.vgt-toc-title:hover {
  color: #2563eb;
}

.vgt-toc-title-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vgt-toc-title-content::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../icons/list-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}

.vgt-toc-toggle {
  width: 20px;
  height: 20px;
  background-image: url("../icons/chevron-down-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  transition: transform 0.3s ease;
}

.vgt-toc-container.collapsed .vgt-toc-toggle {
  transform: rotate(-90deg);
}

.vgt-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc-counter;
  transition: all 0.3s ease;
  overflow: hidden;
}

.vgt-toc-container.collapsed .vgt-toc-list {
  max-height: 0;
  margin: 0;
  opacity: 0;
}

.vgt-toc-list>.vgt-toc-item {
  counter-increment: toc-counter;
}

.vgt-toc-item {
  margin-bottom: 8px;
  position: relative;
}

.vgt-toc-item:last-child {
  margin-bottom: 0;
}

.vgt-toc-link {
  display: block;
  padding: 6px 0;
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
  line-height: 1.5;
}

.vgt-toc-list>.vgt-toc-item>.vgt-toc-link::before {
  content: counter(toc-counter) ". ";
  font-weight: 500;
  color: #2d3748;
}

.vgt-toc-link:hover {
  color: #1a202c;
}

.vgt-toc-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Nested Lists */
.vgt-toc-sublist {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}

.vgt-toc-sublist .vgt-toc-item {
  margin-bottom: 4px;
}

.vgt-toc-sublist .vgt-toc-link {
  font-size: 13px;
  padding: 3px 0;
  color: #64748b;
  font-weight: 400;
  transition: color 0.2s ease;
}

.vgt-toc-sublist .vgt-toc-link::before {
  display: none;
}

.vgt-toc-sublist .vgt-toc-link:hover {
  color: #334155;
}

/* Level-specific styling */
.vgt-toc-level-h2>.vgt-toc-link {
  font-weight: 600;
  font-size: 1rem;
}

.vgt-toc-level-h3>.vgt-toc-link {
  font-weight: 500;
  font-size: 0.95rem;
}

.vgt-toc-level-h4>.vgt-toc-link {
  font-weight: 400;
  font-size: 0.9rem;
}

.vgt-toc-level-h5>.vgt-toc-link,
.vgt-toc-level-h6>.vgt-toc-link {
  font-weight: 400;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Active state for current section */
.vgt-toc-link.active {
  color: #1a202c;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .vgt-toc-container {
    margin: 16px 0;
    padding: 16px;
  }

  .vgt-toc-title {
    font-size: 1rem;
  }

  .vgt-toc-sublist {
    margin-left: 12px;
    padding-left: 8px;
  }
}

/* ============================================
   IMAGE FALLBACK STYLES
   ============================================ */

/* Base image styles */
.vgt-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Image với fallback placeholder */
.vgt-image-fallback {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  opacity: 0.7;
  /* filter: grayscale(100%); */
}

/* Placeholder image styling - style đơn giản, rõ ràng */
/* img[src*="placeholder.svg"] {
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    padding: 20px;
    opacity: 0.5;
    filter: grayscale(100%);
} */

/* Loading skeleton cho tất cả images khi chưa load xong */
/* img:not([src*="placeholder.svg"]):not(.vgt-loaded) {
    background: linear-gradient(90deg, #f0f0f0 0%, #e8e8e8 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: vgt-skeleton-loading 1.5s ease-in-out infinite;
    min-height: 200px;
} */

@keyframes vgt-skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Khi image đã load xong */
img.vgt-loaded {
  animation: none;
  background: none;
}

/* Smooth fade in khi image load */
img {
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* Image wrapper với aspect ratio */
.vgt-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.vgt-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive images */
@media (max-width: 768px) {
  img[src*="placeholder.svg"] {
    padding: 10px;
  }

  img:not([src*="placeholder.svg"]):not(.vgt-loaded) {
    min-height: 150px;
  }
}

/* ============================================
   SPECIAL OFFERS - FIX EQUAL HEIGHT
   ============================================ */

/* Fix chiều cao đều nhau cho title và description trong slider */
.special-offers-rd__content {
  display: flex;
  flex-direction: column;
  /*min-height: 280px; */
}

.breadcrumb-section {
  BACKGROUND: #111111;
}

.special-offers-rd__name {
  /* Giới hạn 2 dòng cho title */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
  /* Chiều cao cố định cho 2 dòng */
  max-height: 60px;
  margin-bottom: 7px;
  margin-top: 5px;
}

.special-offers-rd__detail {
  /* Giới hạn 3 dòng cho description */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 42px;
  max-height: 42px;
  margin-bottom: 10px;
  /*flex: 1; */
}

.special-offers-rd__actions {
  /*margin-top: auto;*/
  display: flex;
  justify-content: flex-start;
  gap: 20px
}

/* Responsive */
@media (max-width: 768px) {
  .special-offers-rd__content {
    min-height: 240px;
  }

  .special-offers-rd__name {
    min-height: 50px;
    max-height: 50px;
    font-size: 18px;
    line-height: 25px;
  }

  .special-offers-rd__detail {
    min-height: 60px;
    max-height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* Fix cho special offers grid (homepage) */
.offer-card__overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.offer-card__title {
  /* Giới hạn 2 dòng */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
  margin-bottom: 15px;
}

/* ============================================
   ROOM CARDS - FIX EQUAL HEIGHT
   ============================================ */

/* Room card trong slider/grid */
.room-card__wrapper {
  height: 100%;
  /* Chiếm full height của swiper-slide */
}

.room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.room-card__slider {
  flex-shrink: 0;
  /* Không co lại */
}

.room-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* Chiếm không gian còn lại */
  padding: 25px;
}

.room-card__name {
  /* Giới hạn 2 dòng cho tên phòng */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
  max-height: 45px;
  margin-bottom: 10px;
}

.room-card__features {
  flex: 1;
  /* Chiếm không gian giữa */
  margin-bottom: 20px;
}

.room-card__feature-item p {
  /* Giới hạn 2 dòng cho mỗi feature */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.room-card__actions {
  margin-top: auto;
  /* Đẩy buttons xuống dưới cùng */
}

/* Room card đơn giản (không có slider) */
.room-card__thumbnail {
  position: relative;
  padding-top: 66.67%;
  /* 3:2 aspect ratio */
  overflow: hidden;
}

.room-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-card__title {
  /* Giới hạn 2 dòng */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 56px;
  margin-bottom: 15px;
}

.room-card__excerpt {
  /* Giới hạn 3 dòng */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  margin-bottom: 15px;
}

/* Swiper slides có chiều cao đều nhau */
.swiper-wrapper {
  align-items: stretch;
  /* Tất cả slides có chiều cao bằng nhau */
}

.swiper-slide {
  height: auto;
  /* Cho phép content quyết định chiều cao */
}

.itineraries-detail__content .swiper-slide {
  height: 700px;
}

.itineraries-detail__content .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 820px) {
  .itineraries-detail__content .swiper-slide {
    height: 400px;
  }
}

@media (max-width: 430px) {
  .itineraries-detail__content .swiper-slide {
    height: 234px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .room-card__name {
    min-height: 50px;
    max-height: 50px;
    font-size: 18px;
    line-height: 25px;
  }

  .room-card__title {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .room-card__excerpt {
    min-height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* ============================================
   RESPONSIVE - MOBILE & TABLET OPTIMIZATION
   ============================================ */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {

  /* Special Offers */
  .special-offers-rd__content {
    padding: 20px;
    min-height: 260px;
  }

  .special-offers-rd__name {
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
    max-height: 56px;
  }

  .special-offers-rd__detail {
    font-size: 15px;
    line-height: 22px;
    min-height: 66px;
    max-height: 66px;
  }

  /* Room Cards */
  .room-card__content {
    padding: 20px;
  }

  .room-card__name {
    font-size: 20px;
    line-height: 28px;
    min-height: 56px;
    max-height: 56px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {

  /* Special Offers */
  .special-offers-rd__content {
    padding: 15px;
    min-height: 220px;
  }

  .special-offers-rd__name {
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 10px;
  }

  .special-offers-rd__detail {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 15px;
  }

  /* Room Cards */
  .room-card__content {
    padding: 15px;
  }

  .room-card__name {
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 15px;
  }

  .room-card__title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 12px;
  }

  .room-card__excerpt {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 12px;
  }

  .room-card__features {
    margin-bottom: 15px;
  }

  .room-card__feature-item {
    font-size: 13px;
  }

  /* Buttons */
  /*.c-btn {*/
  /*    font-size: 14px;*/
  /*    padding: 10px 20px;*/
  /*}*/

  .room-card__actions {
    flex-direction: column;
    gap: 10px;
  }

  .room-card__actions .c-btn {
    width: 100%;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {

  /* Special Offers */
  .special-offers-rd__content {
    padding: 12px;
    min-height: 200px;
  }

  .special-offers-rd__name {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    max-height: 44px;
    margin-bottom: 8px;
  }

  .special-offers-rd__detail {
    font-size: 13px;
    line-height: 18px;
    min-height: 54px;
    max-height: 54px;
    margin-bottom: 12px;
  }

  /* Room Cards */
  .room-card__content,
  .swiper-counter {
    padding: 12px;
  }

  .room-card__name {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
    max-height: 44px;
    margin-bottom: 12px;
  }

  .room-card__title {
    font-size: 15px;
    line-height: 22px;
    min-height: 44px;
    margin-bottom: 10px;
  }

  .room-card__excerpt {
    font-size: 13px;
    line-height: 18px;
    min-height: 54px;
    margin-bottom: 10px;
  }

  .room-card__feature-item {
    font-size: 12px;
  }

  /* Buttons */
  .c-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  /*.c-btn__arrow img {*/
  /*    width: 16px;*/
  /*    height: 16px;*/
  /*}*/
}

/* Landscape Mobile (max-height: 500px) */
@media (max-height: 500px) and (orientation: landscape) {

  .special-offers-rd__content,
  .room-card__content {
    min-height: auto;
    /* Bỏ min-height khi landscape */
  }

  .special-offers-rd__name,
  .room-card__name,
  .room-card__title {
    -webkit-line-clamp: 1;
    /* Chỉ 1 dòng khi landscape */
    min-height: auto;
    max-height: 30px;
  }

  .special-offers-rd__detail,
  .room-card__excerpt {
    -webkit-line-clamp: 2;
    /* Chỉ 2 dòng khi landscape */
    min-height: auto;
    max-height: 40px;
    height: 40px;
  }
}

.special-offers-rd__slider {
  padding: 20px 0;
}

/* Print Styles */
@media print {

  .special-offers-rd__actions,
  .room-card__actions,
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none;
  }

  .special-offers-rd__content,
  .room-card__content {
    min-height: auto;
    page-break-inside: avoid;
  }
}

/* ============================================
   ACTIVITIES AND SERVICES - HOMEPAGE SECTION
   ============================================ */

.activities-services-home {
  padding: 80px 0;
}

.activities-services-home__header {
  text-align: center;
  margin-bottom: 60px;
}

.activities-services-home__title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.activities-services-home__subtitle {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.activities-services-home__list {
  margin-bottom: 50px;
}

.activities-services-home__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  padding: 20px;
}

/* Desktop: Item số lẻ - Image trái, Text phải */
.activities-services-home__item--left-image .activities-services-home__image-wrapper {
  order: 1;
}

.activities-services-home__item--left-image .activities-services-home__text {
  order: 2;
}

/* Desktop: Item số chẵn - Text trái, Image phải */
.activities-services-home__item--right-image .activities-services-home__image-wrapper {
  order: 2;
}

.activities-services-home__item--right-image .activities-services-home__text {
  order: 1;
}

.activities-services-home__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activities-services-home__item:last-child {
  margin-bottom: 0;
}

.activities-services-home__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.activities-services-home__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.activities-services-home__image-wrapper:hover img {
  transform: scale(1.05);
}

.activities-services-home__text {
  padding: 20px;
}

.activities-services-home__item-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.3;
}

.activities-services-home__item-content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.activities-services-home__footer {
  text-align: center;
  margin-top: 40px;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .activities-services-home {
    padding: 60px 0;
  }

  .activities-services-home__title {
    font-size: 36px;
  }

  .activities-services-home__item {
    gap: 40px;
    margin-bottom: 50px;
  }

  .activities-services-home__item-title {
    font-size: 24px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .activities-services-home {
    padding: 40px 0;
  }

  .activities-services-home__header {
    margin-bottom: 30px;
  }

  .activities-services-home__title {
    font-size: 28px;
  }

  .activities-services-home__subtitle {
    font-size: 16px;
  }

  /* Mobile: Single column - Image luôn ở trên, Text luôn ở dưới */
  .activities-services-home__item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
    padding: 15px;
  }

  /* Override order cho mobile - Image luôn trước */
  .activities-services-home__item .activities-services-home__image-wrapper {
    order: 1;
  }

  .activities-services-home__item .activities-services-home__text {
    order: 2;
  }

  .activities-services-home__text {
    padding: 10px 0;
  }

  .activities-services-home__item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .activities-services-home__item-content {
    font-size: 15px;
    line-height: 1.6;
  }

  .activities-services-home__image-wrapper {
    border-radius: 6px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .activities-services-home {
    padding: 30px 0;
  }

  .activities-services-home__title {
    font-size: 24px;
  }

  .activities-services-home__item {
    margin-bottom: 30px;
    gap: 15px;
    padding: 10px;
  }

  .activities-services-home__item-title {
    font-size: 18px;
  }

  .activities-services-home__item-content {
    font-size: 14px;
  }
}

/* ============================================
   GOOGLE TRANSLATE - FIX FONT TAG
   ============================================ */

/* Reset Google Translate font tags */
.event-card__title font,
.event-card__desc font,
.special-offers-rd__name font,
.special-offers-rd__detail font {
  display: inline;
  vertical-align: inherit;
  font: inherit;
  all: unset;
}

/* ============================================
   SERVICE CLICK ACTIVE STATE
   ============================================ */

.category-service__item {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  animation: none;
}

/* .category-service__item.active {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.05);
} */

/*.category-service__item.active .category-service__item-icon {*/
/*    transform: scale(1.1);*/
/*}*/

.category-service__item.active .category-service__item-title {
  color: #fecf81;
  font-weight: 700;
}

/* ============================================
   SERVICE ITEMS RESPONSIVE
   ============================================ */

/* Tablet */
@media (max-width: 1024px) {
  .category-service {
    margin-top: 60px;
  }

  .category-service__title {
    font-size: 32px;
  }

  .category-service__slider-wrapper {
    padding: 0 60px;
  }

  .category-service__item {
    min-width: 130px;
    max-width: 180px;
    padding: 18px 12px;
  }

  .category-service__item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .category-service__item-title {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .category-service__item-title {
    font-size: 10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .category-service {
    margin-top: 40px;
  }

  .category-service__title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .category-service__slider-wrapper {
    padding: 0 20px;
  }

  .category-service__item {
    min-width: 110px;
    max-width: 110px;
    padding: 15px 10px;
    border-radius: 10px;
  }

  .category-service__item-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
  }

  .category-service__item-title {
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    max-width: 100%;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* Disable hover transform on mobile */
  .category-service__item:hover {
    transform: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .category-service {
    margin-top: 30px;
  }

  .category-service__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .category-service__slider-wrapper {
    padding: 0 15px;
  }

  .category-service__item {
    min-width: 95px;
    max-width: 95px;
    padding: 12px 6px;
    border-radius: 8px;
  }

  .category-service__item-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }

  /* Disable hover transform on mobile */
  .category-service__item:hover {
    transform: none;
  }

  .category-service__item.active:hover {
    transform: none;
  }
}

/* ============================================
   SERVICE DETAILS FIXED SIZE - NO POSITION
   ============================================ */
.service-details-wrapper {
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-top: 40px;
}

/* Service Details Swiper */
.service-details-swiper {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.service-details-swiper .swiper-wrapper {
  height: 700px;
}

.service-details {
  width: 100%;
  height: 650px;
}

/* ============================================
   PAGE HEADER BANNER
   ============================================ */
.page-header-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.page-header-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.page-header-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
}

.page-header-banner__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header-banner__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.page-header-banner__desc p {
  margin-bottom: 15px;
}

.page-header-banner__desc p:last-child {
  margin-bottom: 0;
}

/* Breadcrumb trong page header banner */
.page-header-banner .c-breadcrumb {
  margin-bottom: 30px;
}

.page-header-banner .c-breadcrumb__item,
.page-header-banner .c-breadcrumb__link {
  color: rgba(255, 255, 255, 0.9);
}

.page-header-banner .c-breadcrumb__link:hover {
  color: #fff;
}

.page-header-banner .c-breadcrumb__separator {
  color: rgba(255, 255, 255, 0.6);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .page-header-banner {
    min-height: 350px;
    margin-bottom: 60px;
  }

  .page-header-banner__title {
    font-size: 40px;
  }

  .page-header-banner__desc {
    font-size: 17px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .page-header-banner {
    min-height: 300px;
    margin-bottom: 40px;
  }

  .page-header-banner__content {
    padding: 40px 20px;
  }

  .page-header-banner__title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-header-banner__desc {
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .page-header-banner {
    min-height: 250px;
    margin-bottom: 30px;
  }

  .page-header-banner__content {
    padding: 30px 15px;
  }

  .page-header-banner__title {
    font-size: 26px;
  }

  .page-header-banner__desc {
    font-size: 15px;
  }
}

/* ============================================
   SERVICE DETAILS EQUAL HEIGHT - FIXED
   ============================================ */
.service-details__content {
  display: flex;
  width: 100%;
  height: 633px;
}

.service-details__left {
  width: 50%;
  height: 633px;
  flex-shrink: 0;
  overflow: hidden;
}

.service-details__left img {
  width: 100%;
  height: 633px;
  object-fit: cover;
}

.service-details__right {
  width: 50%;
  height: 633px;
  flex-shrink: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .service-details-wrapper {
    height: auto;
    min-height: 600px;
  }

  .service-details-swiper {
    height: auto;
    min-height: 600px;
  }

  .service-details-swiper .swiper-wrapper {
    height: auto;
  }

  .service-details {
    height: auto;
    min-height: 600px;
  }

  .service-details__content {
    flex-direction: column;
    height: auto;
  }

  .service-details__left {
    width: 100%;
    height: 350px;
    min-height: 350px;
  }

  .service-details__left img {
    height: 350px;
    min-height: 350px;
  }

  .service-details__right {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 30px;
  }

  .service-details__right-title {
    font-size: 28px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .service-details-wrapper {
    height: auto;
    min-height: 500px;
  }

  .service-details-swiper {
    height: auto;
    min-height: 500px;
  }

  .service-details-swiper .swiper-wrapper {
    height: auto;
  }

  .service-details {
    height: auto;
    min-height: 500px;
  }

  .service-details__content {
    height: auto;
    flex-direction: column;
  }

  .service-details__left {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }

  .service-details__left img {
    height: 280px;
    min-height: 280px;
  }

  .service-details__right {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 20px;
  }

  .service-details__right-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  .service-details-wrapper {
    min-height: 450px;
  }

  .service-details-swiper {
    min-height: 450px;
  }

  .service-details-swiper .swiper-wrapper {
    height: auto;
  }

  .service-details {
    min-height: 450px;
  }

  .service-details__left {
    height: 220px;
    min-height: 220px;
  }

  .service-details__left img {
    height: 220px;
    min-height: 220px;
  }

  .service-details__right {
    padding: 15px;
    min-height: 200px;
  }

  .service-details__right-title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }

  /* Button adjustments */
  /*.service-details__right .c-btn {*/
  /*    padding: 10px 20px;*/
  /*    font-size: 13px;*/
  /*}*/
}

/* ============================================
   SERVICE DETAILS ADJUSTMENTS - DESKTOP
   ============================================ */
/* Ẩn decor image */
.service-details__right-decor-img {
  display: none;
}

.category-service__item.active .category-service__item-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(20%) saturate(1234%) hue-rotate(325deg) brightness(104%) contrast(99%);
  filter: brightness(0) saturate(100%) invert(88%) sepia(20%) saturate(1234%) hue-rotate(325deg) brightness(104%) contrast(99%);
}

/*.about__content {*/
/*max-height: 466px;*/
/*}*/
/*.about__image {*/
/*    width: 50%;*/
/*}*/
/*.about__image img {*/
/*height: 100%;*/
/*    width: 100%;*/
/*}*/
.breadcrumb {
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: center;
}

.gallery .gallery__grid-top .image-placeholder img {
  height: 492px;
}

.gallery .gallery__grid-bottom .image-placeholder img {
  height: 454px;
}

@media (max-width: 1024px) {
  .gallery .gallery__grid-top .image-placeholder img {
    height: 400px;
    object-fit: cover;
  }

  .gallery .gallery__grid-bottom .image-placeholder img {
    height: 270px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {

  .gallery .gallery__grid-top .image-placeholder img,
  .gallery .gallery__grid-bottom .image-placeholder img {
    height: auto;
  }
}

/*.hero-section__img img{*/
/*    height: auto;*/
/*}*/
/* html{
 margin-top: 0;
}   */

/* Footer Office Contact - Ensure visibility */
.footer .footer-mid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 40px 0;
}

.footer__contact-grid {
  display: flex;
  gap: 60px;
}

.footer__contact-col {
  flex: 1;
}

/*.footer__contact-title {*/
/*    font-size: 1.25rem;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 20px;*/
/*    color: #fff;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*}*/

/*.footer__contact-detail {*/
/*    font-size: 0.95rem;*/
/*    line-height: 1.6;*/
/*    color: rgba(255, 255, 255, 0.7);*/
/*    margin-bottom: 8px;*/
/*}*/

@media (max-width: 991px) {
  .footer .footer-mid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer__contact-grid {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .footer__contact-col {
    max-width: 300px;
  }
}

/* ============================================
   CONTACT PAGE - Background Top Layout
   ============================================ */

.contact-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ============================================
   CONTACT PAGE - TOP BACKGROUND LAYOUT
   Background banner ở trên, form overlap lên
   ============================================ */

/* Page Wrapper */
.contact-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Background Top Banner */
.contact-bg-sidebar {
  /* position: relative;
  width: 100%; */
  /* height: 760px; */
  height: 375px;

  /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
  align-content: center;
}

/* .contact-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
/* background: linear-gradient(135deg, rgba(102, 126, 234, 0.6) 0%, rgba(118, 75, 162, 0.6) 100%); */
/* } */

.page-template-page-itineraries .c-btn--view-more:hover .btn-inner {
  -webkit-transform: translateY(-100%);
  transform: unset;
}

.page-template-page-itineraries .c-btn--view-more .btn-inner {
  all: unset;
}

.page-template-page-itineraries .c-btn {
  padding: unset;
}

/* Main Content Area - Overlap lên background */
.contact-main-content {
  /* width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-bottom: 60px; */
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 20px 0px 0px 0px;
}

.contact-main-content .l-container {
  /* padding: 0 40px; */
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.itineraries-detail__title {
  /* margin: 10px 0 40px; */
  width: 100%;
  /*padding: 20px 0;*/
}

@media (max-width: 1024px) {
  .itineraries-detail__title {
    /* margin: 10px 0 20px; */
    text-align: center;
    padding: 20px 0;
  }

  .itineraries-detail__text {
    text-align: justify;
  }
}

.main-header__mobile-nav .mobile-nav__item .mobile-nav__link {
  text-transform: capitalize;
}

/* .contact-main-content .contact.section {
  margin-top: 0;
  padding: 0;
  background: transparent;
} */

.contact-main-content .contact-form-wrapper {
  flex-direction: row;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.contact-main-content .col-sm-4.contact-map {
  flex: 0 0 40%;
  max-width: 40%;
}

.contact-main-content .col-sm-8 {
  flex: 0 0 60%;
  max-width: 60%;
}

.contact-main-content .contact-map iframe {
  min-height: 100%;
  height: 100%;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .contact-bg-sidebar {
    height: 500px;
  }

  .contact-main-content {
    margin-top: -80px;
  }

  .contact-main-content .l-container {
    padding: 0 20px;
  }

  .contact-main-content .contact-form-wrapper {
    flex-direction: column;
  }

  .contact-main-content .col-sm-4.contact-map,
  .contact-main-content .col-sm-8 {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .contact-main-content .contact-map iframe {
    min-height: 300px;
    height: 300px;
  }
}

/* Responsive - Mobile */
@media (max-width: 576px) {
  .contact-bg-sidebar {
    height: 230px;
  }

  .contact-main-content {
    margin-top: -60px;
    padding-bottom: 40px;
    gap: 30px;
  }

  .contact-main-content .l-container {
    padding: 0 15px;
  }

  .contact-main-content .contact-map iframe {
    min-height: 250px;
    height: 250px;
  }
}

/* Remove old hero styles for contact */
.contact-hero {
  display: none;
}

/* ============================================
   SERVICE DETAIL PAGE STYLES
   ============================================ */

/* Service Full Description */
.service-full-description {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #333;
}

.service-full-description p {
  margin-bottom: 15px;
}

.service-full-description ul,
.service-full-description ol {
  margin: 15px 0;
  padding-left: 25px;
}

.service-full-description li {
  margin-bottom: 8px;
}

/* Service Notes */
.service-notes {
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color, #3e0e12);
}

.service-note__item {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.service-note__item:last-child {
  margin-bottom: 0;
}

.service-note__item strong {
  color: var(--primary-color, #3e0e12);
}

/* ============================================
   MORE TO EXPLORE SECTION - Grid 2 cột
   ============================================ */

.more-explore {
  padding: 80px 0;
  background: #f8f9fa;
}

.more-explore__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Grid 2 cột - mỗi row 2 service */
.more-explore__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ============================================
   SERVICE CARD - Đồng bộ với room-card
   ============================================ */

.service-card__wrapper {
  height: 100%;
}

.service-card {
  /* display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit; */
}

/* .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
} */

/* Service Slider */
/* .service-card__slider {
  position: relative;
  flex-shrink: 0;
} */

/* .service-card__slider .swiper-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
} */

/* Service Content */
/* .service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px;
} */

/* .service-card__name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* .service-card__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* Service Features */
/* .service-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
} */

/* .service-card__feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
} */

/* .service-card__feature-item img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
} */

/* .service-card__feature-item p {
  margin: 0;
} */

/* Service Actions */
/* .service-card__actions {
  margin-top: auto;
  display: flex;
  gap: 15px;
} */

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .more-explore {
    padding: 60px 0;
  }

  .more-explore__title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .more-explore__grid {
    gap: 25px;
  }

  .service-card__slider .swiper-slide img {
    height: 240px;
  }

  .service-card__content {
    padding: 20px;
  }

  .service-card__name {
    font-size: 18px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .more-explore {
    padding: 40px 0;
  }

  .more-explore__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  /* 1 cột trên mobile */
  .more-explore__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card__slider .swiper-slide img {
    height: 220px;
  }

  .service-card__content {
    padding: 20px;
  }

  .service-card__name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service-card__desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  .more-explore__title {
    font-size: 20px;
  }

  .service-card__slider .swiper-slide img {
    height: 200px;
  }

  .service-card__content {
    padding: 15px;
  }

  .service-card__name {
    font-size: 16px;
  }

  .service-card__desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .service-card__feature-item {
    font-size: 13px;
  }
}

/* ========================================
   Single Service - Layout xen kẽ
   ======================================== */
.service-single {
  width: 100%;
}

.service-single__section {
  width: 100%;
}

.service-single__content {
  display: flex;
  align-items: stretch;
}

.service-single__left,
.service-single__right {
  flex: 1;
  min-height: 500px;
}

.service-single__left img,
.service-single__right img:not(.service-single__decor) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-single__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 80px;
  background: #f8f9fa;
}

.service-single__decor {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.service-single__title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-single__text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.service-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.service-single__meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
}

.service-single__meta-item img {
  width: 20px;
  height: 20px;
}

/* Section đảo ngược */
.service-single__section--reverse .service-single__content {
  flex-direction: row-reverse;
}

.service-single__section--reverse .service-single__left {
  padding: 60px 80px;
  background: #fff;
}

.service-single__section--reverse .service-single__right {
  padding: 0;
  background: transparent;
}

.service-single__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.service-single__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

.service-single__highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-single__highlights li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
}

.service-single__highlights li img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Section ghi chú */
.service-single__section--notes {
  background: #f0f4f8;
  padding: 40px 0;
}

.service-single__section--notes .service-single__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.service-single__notes {
  width: 100%;
}

.service-single__note-item {
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #666;
}

.service-single__note-item:last-child {
  margin-bottom: 0;
}

.service-single__note-item strong {
  color: #1a1a1a;
}

/* More Services */
.service-single__more {
  padding: 80px 0;
  background: #fff;
}

.service-single__more-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.service-single__more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .service-single__content {
    flex-direction: column;
  }

  .service-single__section--reverse .service-single__content {
    flex-direction: column;
  }

  .service-single__left,
  .service-single__right {
    min-height: auto;
  }

  .service-single__left img,
  .service-single__right img:not(.service-single__decor) {
    height: 400px;
  }

  .service-single__right,
  .service-single__section--reverse .service-single__left {
    padding: 40px 30px;
  }

  .service-single__title {
    font-size: 26px;
  }

  .service-single__more-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive - Mobile */
@media (max-width: 576px) {

  .service-single__left img,
  .service-single__right img:not(.service-single__decor) {
    height: 300px;
  }

  .service-single__right,
  .service-single__section--reverse .service-single__left {
    padding: 30px 20px;
  }

  .service-single__title {
    font-size: 22px;
  }

  .service-single__subtitle {
    font-size: 20px;
  }

  .service-single__section--notes .service-single__content {
    padding: 0 20px;
  }

  .service-single__more {
    padding: 50px 0;
  }

  .service-single__more-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ============================================
   SERVICE ARCHIVE - ALTERNATING LAYOUT
   ============================================ */

/* Reverse layout - swap left and right */
.service-details--reverse .service-details__content {
  flex-direction: row-reverse;
}

/* Responsive - stack on mobile */
@media (max-width: 1024px) {
  .service-details--reverse .service-details__content {
    flex-direction: column;
  }
}

/* ============================================
   SERVICE CARD HORIZONTAL - Explore More Services
   ============================================ */
.service-card-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-horizontal:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card-horizontal__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-horizontal__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* Filter để đổi màu SVG sang #dbbd8d */
  filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(746%) hue-rotate(357deg) brightness(91%) contrast(88%);
}

.service-card-horizontal__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-horizontal__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.service-card-horizontal__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card-horizontal__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #dbbd8d;
  text-transform: uppercase;
  margin: 0;
  margin-top: auto;
}

.service-card-horizontal__link img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  /* Filter để đổi màu icon arrow sang #dbbd8d */
  filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(746%) hue-rotate(357deg) brightness(91%) contrast(88%);
}

.service-card-horizontal:hover .service-card-horizontal__link img {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .service-card-horizontal {
    padding: 15px;
    gap: 15px;
  }

  .service-card-horizontal__icon {
    width: 60px;
    height: 60px;
  }

  .service-card-horizontal__icon img {
    width: 45px;
    height: 45px;
  }

  .service-card-horizontal__title {
    font-size: 16px;
  }
}

/* ============================================
   SERVICE CARD V2 - Explore More Services (New Layout)
   ============================================ */
.service-card-v2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Featured Image - giống event card */
.service-card-v2__image {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
  /* 3:2 aspect ratio giống event */
  overflow: hidden;
}

.service-card-v2__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card-v2:hover .service-card-v2__image img {
  transform: scale(1.05);
}

/* Content: 2 columns */
.service-card-v2__content {
  display: flex;
  padding: 20px;
  gap: 20px;
}

/* Left column: Icon + VIEW MORE */
.service-card-v2__left {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.service-card-v2__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-v2__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  /* Filter để đổi màu SVG sang #dbbd8d */
  filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(746%) hue-rotate(357deg) brightness(91%) contrast(88%);
}

.service-card-v2__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #dbbd8d;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.service-card-v2__link img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(79%) sepia(18%) saturate(746%) hue-rotate(357deg) brightness(91%) contrast(88%);
}

.service-card-v2:hover .service-card-v2__link img {
  transform: translateX(5px);
}

/* Right column: Title + Description + VIEW MORE */
.service-card-v2__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-v2__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.service-card-v2__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Action button - nằm trong right, dưới description */
.service-card-v2__action {
  margin-top: auto;
  padding-top: 15px;
  padding-left: 0px;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card-v2__image {
    height: 160px;
  }

  .service-card-v2__content {
    padding: 15px;
    gap: 15px;
  }

  .service-card-v2__left {
    width: 60px;
  }

  .service-card-v2__icon {
    width: 50px;
    height: 50px;
  }

  .service-card-v2__icon img {
    width: 40px;
    height: 40px;
  }

  .service-card-v2__link {
    font-size: 10px;
  }

  .service-card-v2__title {
    font-size: 16px;
  }

  .service-card-v2__desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

/* ============================================
   SPECIAL OFFERS SLIDER - Fix icon color
   ============================================ */
.special-offers-rd .c-btn--view-more .btn-inner .c-btn__arrow img,
.js-contact-btn .btn-inner .c-btn__arrow img {
  filter: brightness(0) invert(1);
  /* Đổi sang màu trắng */
}

.special-offers-rd .c-btn--view-more .btn-hover .c-btn__arrow img,
.js-contact-btn .btn-hover .c-btn__arrow img {
  filter: brightness(0);
}

/* ============================================
   EXPLORE MORE SERVICES - Responsive Grid
   ============================================ */
/* Tablet - 2 columns */
@media (max-width: 1024px) {
  .events__list--2cols {
    gap: 20px;
  }
}

/* Mobile - 1 column */
@media (max-width: 768px) {
  .events__list--2cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card-v2__content {
    flex-direction: column;
    gap: 15px;
  }

  .service-card-v2__left {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .service-card-v2__action {
    margin-top: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .service-card-v2__title {
    font-size: 15px;
  }

  .service-card-v2__desc {
    font-size: 12px;
  }

  .service-card-v2__icon {
    width: 45px;
    height: 45px;
  }

  .service-card-v2__icon img {
    width: 35px;
    height: 35px;
  }
}

/* Itineraries Page - Content Box */
.page-template-page-itineraries .itineraries-detail__content-box {
  max-width: 66.67%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .page-template-page-itineraries .itineraries-detail__content-box {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-template-page-itineraries .itineraries-detail__content-box {
    max-width: 100%;
  }
}

.c-btn--book-room {
  padding: 0;
}

.about__title,
.category-service__title {
  text-transform: uppercase;
}

.about__title {
  font-size: var(--fz-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
}

.hero-section__img {
  /* height: 580px; */
}

.hero-section__img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

@media (max-width: 1024px) {
  .hero-section__img {
    height: auto;
  }
}

.terms-box__content {
  color: var(--clr-text);
  font-size: var(--fz-p15);
  line-height: var(--lh-p15);
  font-weight: var(--fw-p15);
  font-weight: 400;
  /* font-family: "Montserrat", sans-serif; */
  padding-left: 15px;
  margin-bottom: 10px;
}

.room-detail__content-box {
  /* font-family: Montserrat, sans-serif; */
  font-size: var(--fz-p16);
  line-height: var(--lh-p16);
  font-weight: var(--fw-p16);
  color: var(--clr-header-text);
  text-align: center;
  margin-bottom: 30px;
}

.category-service__slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.category-service__swiper {
  max-width: 100%;
}

.category-service {
  overflow: hidden;
  max-width: 100vw;
}

.category-service__content {
  max-width: 100%;
}

/* ============================================
   FIX: CATEGORY SERVICE SWIPER - TOUCH/SWIPE
   Added: 2024-12-10
   Issue: Swiper không vuốt được trên mobile
   ============================================ */

/* Đảm bảo swiper container cho phép touch */
.category-service__swiper {
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  overflow: visible;
}

.category-service__slider-wrapper {
  overflow: visible;
  position: relative;
}

/* Swiper wrapper cần overflow visible để slides có thể di chuyển */
.category-service__swiper .swiper-wrapper {
  touch-action: pan-x;
  display: flex;
  align-items: center;
  transform: unset !important;
}

/* Slide items */
.category-service__swiper .swiper-slide {
  width: auto;
  max-width: none;
  flex-shrink: 0;
  touch-action: manipulation;
}

/* Item bên trong slide */
.category-service__item {
  width: 140px;
  min-width: 140px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* Responsive slide sizes */
@media (max-width: 768px) {
  .category-service__item {
    width: 120px;
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .category-service__item {
    width: 100px;
    min-width: 100px;
  }

  .category-service__item-icon {
    width: 50px;
    height: 50px;
  }
}

.category-service__item-title {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 150px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991px) {
  .c-header__mobile-language {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .c-header__mobile-language .vgt-language-select {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
    min-width: auto;
  }

  .c-header__mobile-language .vgt-language-select option {
    background: #fff;
    color: #333;
  }
}

/* Mobile Language Switcher - Next to hamburger */
.c-header__mobile-language {
  display: none;
}

/* Fix cho iOS Safari */
@supports (-webkit-touch-callout: none) {
  .category-service__swiper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .category-service__swiper .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

/* Container chính vẫn cần overflow hidden để không bị tràn layout */
.category-service {
  overflow: hidden;
  max-width: 100vw;
}

/* Nhưng slider wrapper cần padding để slides có thể hiển thị khi vuốt */
.category-service__slider-wrapper {
  padding: 10px 0;
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .category-service__swiper .swiper-wrapper {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .hero-home {
    min-height: 50vh;
  }

  .our-itineraries {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .hero-home {
    min-height: 40vh;
  }
}

@media (max-width: 768px) {
  .about__title {
    font-size: var(--fz-h3);
    line-height: var(--lh-h3);
    font-weight: var(--fw-h3);
  }
}

.offer-card--large {
  max-height: 436px;
}

.footer__logo img {
  width: 64%;
}

.about__content {
  max-height: 466px;
}

.about__image {
  width: 50%;
}

.about__image img {
  height: 100%;
  width: 100%;
}

li.social-item.social_instagram {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  border-radius: 20px;
}

li.social-item.social_tiktok {
  background: #000;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .about__content {
    max-height: 900px;
  }

  .about__image {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
}

@media (max-width: 500px) {
  .about__content {
    max-height: 900px;
  }

  .about__image {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .category-service__content {
    margin-top: 10px;
    padding-bottom: 0;
  }
}

.c-header__mobile-language .vgt-lang-selected {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  padding: 8px 12px;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/*Mobile Language Switcher - Next to hamburger*/
.c-header__mobile-language {
  display: none;
}

@media (max-width: 991px) {
  .c-header__mobile-language {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .c-header__mobile-language .vgt-language-select {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 5px 25px 5px 10px;
    font-size: 12px;
    min-width: auto;
  }

  .c-header__mobile-language .vgt-language-select option {
    background: #fff;
    color: #333;
  }
}

Mobile Language Toggle Button .vgt-lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.vgt-lang-toggle:active {
  background: rgba(0, 0, 0, 0.05);
}

/* Accordion icon rotate 180deg when active */
.accordion-header .icon {
  transition: transform 0.5s ease;
}

.accordion-header[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.accordion-date__item {
  display: flex;
}

.footer .footer-top__link {
  text-transform: capitalize;
}

.overview__title {
  margin-bottom: 0;
}

.other-rooms {
  padding-top: 50px;
  /*padding-bottom: 50px;*/
}

.room-facilities__actions {
  margin-bottom: 0;
}

/*.special-offers-rd {*/
/*    padding-top: 0;*/
/*    padding-bottom: 50px;*/
/*}*/

.room-card__slider .swiper-slide {
  height: 400px;
}

.room-detail__content .swiper-slide {
  height: 650px;
}

.room-facilities__title {
  margin-bottom: 30px;
  text-align: center;
}

.room-facilities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.other-rooms {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

.other-rooms {
  padding-top: 10px;
  background-color: var(--clr-default);
}

.other-rooms__title {
  font-family: Petrona, serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--clr-header-text);
}

.other-rooms__title {
  text-align: center;
  font-size: var(--fz-h1);
  font-weight: var(--fw-h1);
  line-height: var(--lh-h1);
}

.other-rooms__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.room-card__wrapper {
  height: 100%;
}

.room-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.room-card {
  background-color: var(--clr-default);
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px #0000001a;
}

.other-rooms .room-card__slider {
  width: 100%;
  overflow: hidden;
}

.room-card__slider {
  flex-shrink: 0;
}

.other-rooms .room-card__slider .swiper {
  width: 100%;
}

@media (max-width: 768px) {
  .room-card__slider .swiper-slide {
    height: 300px;
  }

  .room-detail__content .swiper-slide {
    height: 450px;
  }

  .room-facilities__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .room-detail__content .swiper-slide {
    height: 300px;
  }
}

.room-card__slider .general-swiper img,
.room-detail .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.room-detail__features {
  padding-bottom: 0;
}

.itinerary-card__info {
  gap: 20px;
}

.itinerary-card__duration {
  width: 100%;
}

.accordion-content__info p img {
  width: 100%;
  border-radius: 20px;
}

.itinerary-card__duration,
.offer-card__title {
  text-shadow: none;
}

body:not(.page-template-page-homepage) .contact .l-container {
  padding-left: unset;
  padding-right: unset;
}

@media (max-width: 1024px) {
  .service-gallery-tabs__top {
    flex-direction: column;
  }
}

.other-rooms .room-card__slider .swiper-wrapper {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.other-rooms .room-card__slider .swiper-slide {
  width: 100% !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 991px) {
  .other-rooms__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .other-rooms__list {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1024px) {
  .l-pd-0-135px {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .l-pd-0-135px {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-btn--view-more:hover .btn-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-btn--view-more .btn-hover {
  background: #fff;
  color: var(--clr-header-text);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
}

.c-btn .btn-inner,
.c-btn .btn-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5rem;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.c-btn--view-more:hover .btn-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.c-btn--view-more .btn-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#AA8F60), to(#D4B484));
  background: -webkit-linear-gradient(top, #AA8F60 0%, #D4B484 100%);
  background: linear-gradient(180deg, #aa8f60, #d4b484);
  color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 3;
}

/* ===== Project meta (ACF: project_details + project_intro) ===== */
.project-meta {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 992px) {
  .project-meta {
    /*grid-template-columns: 1fr 1fr;*/
    align-items: start;
  }
}

.project-meta__box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  padding: 18px 18px;
}

.project-meta__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.project-meta__list {
  margin: 0;
}

.project-meta__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, .12);
}

.project-meta__item:last-child {
  border-bottom: 0;
}

.project-meta__label {
  margin: 0;
  font-weight: 600;
  opacity: .9;
}

.project-meta__value {
  margin: 0;
  opacity: .9;
}

@media (max-width: 480px) {
  .project-meta__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Nội dung WYSIWYG gọn gàng */
.project-meta__content p {
  margin: 0 0 10px;
}

.project-meta__content p:last-child {
  margin-bottom: 0;
}

.project-meta__content ul,
.project-meta__content ol {
  padding-left: 18px;
  margin: 0 0 10px;
}

.swiper-counter {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 10;
  font-size: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: var(--clr-text-3);
}

.general-swiper .swiper-button-prev {
  left: -30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.general-swiper .swiper-button-next,
.general-swiper .swiper-button-prev {
  color: var(--clr-default);
}

.general-swiper .swiper-button-next:after,
.general-swiper .swiper-button-prev:after {
  font-size: 2rem;
}

.swiper-counter__left {
  color: var(--clr-default);
  font-size: var(--fz-p18);
  line-height: var(--lh-p18);
  font-weight: var(--fw-p18);
}

.general-swiper .swiper-button-next {
  right: -30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.c-btn--book-room {
  padding: 0;
}

.c-btn--book-room {
  height: 48px;
  font-family: Montserrat, sans-serif;
}

.hero-section__img.contact-bg-sidebar {
  position: relative;
  display: flex;
  align-items: center;

}

.hero-section__img.contact-bg-sidebar .breadcrumb-section {
  position: absolute;
}

.special-offers-rd__slider .swiper-button-prev {
  left: 0;
}

.special-offers-rd__slider .swiper-button-next,
.special-offers-rd__slider .swiper-button-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #c0a570;
  background-color: #00152391;
  padding: 16px 14px;
  height: 80px;
  width: 40px;
  top: 42%;
}

.special-offers-rd__slider .swiper-button-next {
  right: 0;
}

/* =========================
   EZ-TOC (Easy Table of Contents)
   Desktop + Mobile
   ========================= */

#ez-toc-container {
  border: 1px solid #000;
  border-radius: 10px;
  background: #d3d3d3;
  padding: 14px 16px;
  margin: 18px 0 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

/* Header */
#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

#ez-toc-container .ez-toc-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

/* Toggle button (icon area) */
#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  text-decoration: none;
}

#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle:hover {
  background: #f3f3f3;
}

/* Lists */
#ez-toc-container nav {
  margin: 0;
}

#ez-toc-container ul.ez-toc-list {
  margin: 0;
  padding-left: 18px;
  /* giữ kiểu list gọn */
}

#ez-toc-container .ez-toc-list li {
  margin: 6px 0;
}

#ez-toc-container a.ez-toc-link {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#ez-toc-container a.ez-toc-link:hover {
  text-decoration: underline;
}

/* Level 2 spacing */
#ez-toc-container .ez-toc-list-level-2 {
  margin-top: 6px;
  padding-left: 16px;
}

#ez-toc-container .ez-toc-list-level-2 a.ez-toc-link {
  font-size: 1.4rem;
  color: #333;
}

/* Counter style (nếu plugin bật counter) đỡ bị rối */
#ez-toc-container.ez-toc-counter nav ul {
  counter-reset: item;
}

#ez-toc-container.ez-toc-counter nav ul>li {
  list-style: none;
  position: relative;
}

#ez-toc-container.ez-toc-counter nav ul>li:before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: 600;
  color: #666;
}

#ez-toc-container.ez-toc-counter nav ul>li ul>li {
  list-style: disc;
}

.itineraries-detail {
  padding: 20px 0;
  text-align: center;
}

/* =========================
   Mobile tweaks
   ========================= */
@media (max-width: 768px) {
  .itineraries-detail {
    padding: 10px 0;
  }

  #ez-toc-container {
    padding: 12px 12px;
    border-radius: 10px;
    margin: 14px 0 18px;
  }

  #ez-toc-container .ez-toc-title {
    font-size: 15px;
  }

  #ez-toc-container ul.ez-toc-list {
    padding-left: 16px;
  }

  #ez-toc-container a.ez-toc-link {
    font-size: 14px;
  }

  #ez-toc-container .ez-toc-list-level-2 a.ez-toc-link {
    font-size: 13px;
  }

  /* tránh TOC quá dài làm “ngộp” mobile */
  #ez-toc-container nav {
    max-height: 45vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 6px;
  }
}

.post-meta {
  margin-top: 8px;
  font-size: 14px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-meta__date,
.post-meta__author {
  line-height: 1.4;
  background-color: #bebebe;
  border-radius: 25px;
  padding: 5px;
  color: #000;
}

.post-meta__separator {
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .post-meta {
    font-size: 13px;
    margin-top: 6px;
  }
}