/*
Theme Name: HomeNest Child 2 (User 2 Customizations)
Theme URI: https://homenest.software/
Template: homenest-theme-elementor
Author: HomeNest Software
Author URI: https://homenest.software/
Description: A second child theme for user 2 customizations, built specifically to work seamlessly with the Elementor site builder plugin and integrate Theme File Editor locking.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0
*/

/* Thêm các tùy chỉnh CSS dành riêng cho Người dùng 2 tại đây */
.square-image img {
  aspect-ratio: 1;
}

.text-two-columns *:not(:has(*)) {
  display: -webkit-box;
  --line-height: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.term__huong-vi .elementor-post-info__terms-list {
  font-size: 0;
  display: flex !important;
  gap: 4px;
}

.term__huong-vi .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  font-size: 10px !Important;
  padding: 0.3em 1em;
  border: 1px solid #F7BF5933;
}

@media (max-width: 480px) {
  .term__huong-vi .elementor-post-info__terms-list .elementor-post-info__terms-list-item {

    font-size: 8px !Important;

  }
}


/* =============================================================================
SHORTCODE [lounge_reviews] - SWIPER REVIEW SLIDER
============================================================================= */

/* Thiết lập font chữ và biến màu sắc chủ đạo */
.lounge-reviews-slider {
  width: 100%;

}

.lounge-reviews-slider .swiper-slide {
  height: auto !important;
  /* Đảm bảo các card có độ cao đồng đều đẹp mắt */
  display: flex;
}

.lounge-review-card {
  background: #111111;
  padding: 32px 90px 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #E9C1761A;
}

.lounge-review-quote {
  margin-bottom: 24px;
}


.lounge-review-content {
  font-size: 20px;
  font-family: 'Playfair Display';
  line-height: 1.6em;
  color: #E5E2E1;
  margin-bottom: 35px;
}

@media (max-width: 1600px) {
  .lounge-review-content {
    font-size: 19px;
  }
}

@media (max-width: 1355px) {
  .lounge-review-content {
    font-size: 16px;
  }
}

@media (max-width: 1025px) {
  .lounge-review-content {
    font-size: 15px;
  }
}


@media (max-width: 480px) {
  .lounge-review-card {
    padding: 32px 20px 20px;
  }

  .lounge-review-content {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 24px;
  }
}

.lounge-review-author {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #E9C176;
  text-transform: uppercase;
  margin-top: auto;
  white-space: nowrap;
  position: relative;
  padding: 0 10px;
}

.lounge-reviews-slider .swiper-pagination {
  position: static;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .lounge-reviews-slider .swiper-pagination {
    margin-top: 20px;
  }
}


.lounge-reviews-slider .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.3 !important;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border-radius: 50%;
}

.lounge-reviews-slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #ffffff !important;
}






/* =============================================================================
SHORTCODE [lounge_premium_experience] - EXPERIENCE SWIPER SLIDER
============================================================================= */

.lounge-experience-slider {
  width: 100%;
  padding-bottom: 60px !important;
  /* Tạo khoảng trống thoải mái cho pagination dots */
  position: relative;
  box-sizing: border-box;
}

.lounge-experience-slider * {
  box-sizing: border-box;
}

.lounge-experience-slider .swiper-slide {
  height: auto !important;
  /* Độ cao bằng nhau giữa các slide */
  display: flex;
}

.lounge-experience-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

/* Khối ảnh nền zoom nhẹ khi hover */

/* Lớp phủ chuyển màu (Gradient overlay) giúp text nổi bật */
.lounge-experience-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #111411 0%, rgba(17, 20, 17, 0.4) 50%, rgba(17, 20, 17, 0) 100%);
  z-index: 1;
}

.lounge-experience-card:hover .lounge-experience-overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.15) 100%);
}


.lounge-experience-bg {
  height: 100% !important;
  object-fit: cover;
}

/* Tiêu đề góc dưới bên trái */
.lounge-experience-title {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Playfair Display';
  color: #ffffff;
  margin: 0;
  z-index: 3;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 32px;
  bottom: 32px;
}

/* Đồng bộ kiểu dáng chấm phân trang Swiper */
.lounge-experience-slider .swiper-pagination {
  position: static;
  margin-top: 50px;
}



.lounge-experience-slider .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.3 !important;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  border-radius: 50%;
}

.lounge-experience-slider .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #ffffff !important;
}

@media (max-width: 480px) {
  .lounge-experience-slider .swiper-pagination {
    position: static;
    margin-top: 30px;
  }
}



/* =============================================================================
SHORTCODE [lounge__phan_loai_am_thuc] - CATEGORY FILTER BAR
============================================================================= */
.lounge-phan-loai-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.lounge-phan-loai-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.lounge-phan-loai-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 56px;
  min-width: max-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow-x: scroll;
  scrollbar-width: none;
}


.lounge-phan-loai-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
  user-select: none;
  /* Thiết lập các biến CSS mặc định (Trạng thái bình thường) */
  --stroke: #4F4537;
  --background: #39342D;
  --icon: #D3C4B2;

}

.lounge-phan-loai-item svg * {
  transition: all .3s ease;
}

.lounge-phan-loai-item:hover,
.lounge-phan-loai-item.is-active {
  --stroke: #F3BE65;
  --background: #F3BE6533;
  --icon: #F3BE65;
}

.lounge-phan-loai-circle {
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

/* Hiệu ứng viền kép tinh tế (vòng tròn ngoài cùng siêu mỏng) khớp với hình ảnh mẫu */

.lounge-phan-loai-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lounge-phan-loai-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lounge-phan-loai-label {
  margin-top: 14px;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: #a8a398;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.lounge-phan-loai-item:hover .lounge-phan-loai-label {
  color: #e9c176;
}

@media (max-width: 1600px) {
  .lounge-phan-loai-list {
    gap: 42px;
  }

  .lounge-phan-loai-circle {
    width: 52px;
  }

  .lounge-phan-loai-label {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 1366px) {
  .lounge-phan-loai-list {
    gap: 42px;
  }

  .lounge-phan-loai-circle {
    width: 52px;
  }

  .lounge-phan-loai-label {
    margin-top: 10px;
    font-size: 11px;
  }

}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {
  .lounge-phan-loai-list {
    gap: 28px;
  }

  .lounge-phan-loai-circle {
    width: 45px;
  }

  .lounge-phan-loai-label {
    margin-top: 8px;
    font-size: 10px;
  }
}

/* Trạng thái hoạt động (Active State) kích hoạt viền ngoài và đổi màu text */