/* ========================================
   TOUR DETAIL PAGE - RESPONSIVE STYLES
   ======================================== */

/* ----------------------------------------
   TABLET: max-width 1024px
   ---------------------------------------- */
@media screen and (max-width: 1024px) {
  /* Hero Section */
  .tour-detail-hero {
    width: 95%;
    height: 50vh;
    margin: 5rem auto 0 auto;
  }

  /* Breadcrumb */
  .tour-detail-breadcrumb-inner {
    padding: 0.75rem 1rem;
  }

  /* Tour Info Section */
  .tour-detail-info-inner {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .tour-info-right {
    width: 100%;
  }

  /* Places Grid - 2 columns */
  .tour-places-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Similar Tours Grid - 2 columns */
  .tour-similar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Recent Tours Grid - 1 column */
  .tour-recent-grid {
    grid-template-columns: 1fr;
  }

  /* Brands Grid - 3 columns */
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

/* ----------------------------------------
   TABLET SMALL: max-width 900px
   ---------------------------------------- */
@media screen and (max-width: 900px) {
  /* Hero Section */
  .tour-detail-hero {
    height: 45vh;
    border-radius: 0;
    width: 100%;
  }

  /* Tour Info Title */
  .tour-info-title {
    font-size: 1.5rem;
  }

  /* Tour Info Price Row */
  .tour-info-price-row {
    gap: 0.75rem;
  }

  /* Tour Info Actions */
  .tour-info-actions {
    flex-wrap: wrap;
  }

  /* Similar Tours Grid - 1 column */
  .tour-similar-grid {
    grid-template-columns: 1fr;
  }

  /* Contact Info Bar */
  .contact-info-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* ----------------------------------------
   MOBILE: max-width 768px
   ---------------------------------------- */
@media screen and (max-width: 768px) {
  /* Hero Section */
  .tour-detail-hero {
    height: 40vh;
    margin-top: 4rem;
  }

  /* Breadcrumb - hiển thị như text bình thường */
  .tour-detail-breadcrumb-inner {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    padding: 1rem;
  }

  .tour-detail-breadcrumb-link,
  .tour-detail-breadcrumb-sep,
  .tour-detail-breadcrumb-current {
    display: inline;
  }

  /* Tour Info Section */
  .tour-detail-info-inner {
    padding: 1rem 2rem;
    gap: 1.5rem;
  }

  .tour-info-title {
    font-size: 1.35rem;
  }

  .tour-info-price {
    font-size: 1.75rem;
  }

  .tour-info-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .tour-info-btn {
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    flex: 1;
    justify-content: center;
  }

  /* Tour Info Box */
  .tour-info-box-row {
    flex-direction: column;
    gap: 0.5rem;
  }

  .tour-info-box-label {
    width: 100%;
  }

  /* Highlight Section */
  .tour-detail-highlight-inner {
    padding: 1.5rem 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(100% - 4rem);
  }

  .tour-highlight-title {
    font-size: 1.2rem;
  }

  .tour-highlight-list li {
    font-size: 0.9rem;
    padding-left: 1.25rem;
  }

  /* Introduction Section */
  .tour-detail-introduction-inner {
    padding: 1.5rem 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    width: calc(100% - 4rem);
  }

  .tour-introduction-title {
    font-size: 1.2rem;
  }

  .tour-introduction-content p {
    font-size: 0.9rem;
  }

  /* Places Section */
  .tour-detail-places-inner {
    padding: 1.5rem 1rem;
    margin: 2rem 2rem;
    width: calc(100% - 4rem);
  }

  .tour-places-title {
    font-size: 1.2rem;
  }

  .tour-places-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .tour-place-label {
    font-size: 0.8rem;
    padding: 0.5rem;
  }

  /* Lightbox */
  .lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .lightbox-prev {
    left: 0.5rem;
  }

  .lightbox-next {
    right: 0.5rem;
  }

  .lightbox-content {
    padding: 1rem;
  }

  .lightbox-caption {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .lightbox-counter {
    font-size: 0.8rem;
  }

  /* Similar Tours */

  .tour-detail-similar {
    padding: 1rem 0;
  }

  .tour-detail-similar-inner {
    padding: 0 2rem;
  }

  .tour-similar-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .similar-tour-card {
    flex-direction: row;
  }

  .similar-tour-image {
    width: 120px;
    height: auto;
    min-height: 100px;
  }

  .similar-tour-content {
    padding: 0.75rem;
  }

  .similar-tour-name {
    font-size: 0.9rem;
  }

  /* Recent Tours */
  .tour-detail-recent-inner {
    padding: 0 2rem;
  }

  .tour-recent-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .tour-recent-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .recent-tour-card-detail {
    flex-direction: column;
    gap: 0;
    padding: 0;
    min-height: auto;
  }

  .recent-tour-card-detail-image {
    width: 100%;
    min-width: 100%;
    height: 180px;
    border-radius: 12px 12px 0 0;
  }

  .recent-tour-card-detail-content {
    padding: 0.75rem 1rem 1rem;
  }

  .recent-tour-card-detail-name {
    font-size: 1rem;
  }

  .recent-tour-card-detail-price {
    font-size: 1.15rem;
  }

  .recent-tour-card-detail-desc {
    font-size: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Search Box & Contact */
  .tour-detail-index-extras {
    padding: 0;
  }
  .tour-detail-index-extras .container,
  .our-brands-section .container {
    padding: 0 1rem;
  }

  .tour-search-box {
    max-width: 100%;
    margin: 1rem auto;
  }

  .contact-info-bar {
    padding: 1rem;
  }

  .contact-info-icon {
    width: 44px;
    height: 44px;
  }

  .contact-info-icon i {
    font-size: 2rem;
  }

  /* Brands Section */
  .our-brands-section {
    padding: 1rem 0 3rem 0;
  }

  .our-brands-title {
    font-size: var(--font-size-xl);
  }

  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .brand-item {
    padding: 0.7rem;
    max-width: 100%;
  }

  .brand-name {
    font-size: var(--font-size-sm);
  }

  .brand-logo {
    max-width: 80px;
    height: 50px;
  }

  .brand-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* Back to Top */
  .back-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
  }

  .back-to-top i {
    font-size: 1.25rem;
  }
}

/* ----------------------------------------
   MOBILE SMALL: max-width 480px
   ---------------------------------------- */
@media screen and (max-width: 480px) {
  /* Hero Section */
  .tour-detail-hero {
    height: 35vh;
    margin-top: 3.5rem;
  }

  /* Breadcrumb */
  .tour-detail-breadcrumb-inner {
    font-size: 1rem;
    padding: 2rem 2rem 0.7rem 2rem;
  }

  /* Tour Info */
  .tour-info-title {
    font-size: 1.4rem;
  }

  .tour-info-days {
    display: inline;
    margin-bottom: 0.25rem;
  }

  .tour-info-price {
    font-size: 2rem;
  }

  .tour-info-desc {
    font-size: 0.85rem;
  }

  .tour-info-actions {
    flex-direction: column;
  }

  .tour-info-btn {
    width: 100%;
  }

  /* Places Grid - 1 column on very small screens */
  .tour-places-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Similar Tours */
  .tour-similar-title {
    font-size: 1.25rem;
  }

  .similar-tour-image {
    width: 100px;
  }

  .similar-tour-name {
    font-size: 0.85rem;
  }

  .similar-tour-price {
    font-size: 0.9rem;
  }

  /* Recent Tours */
  .tour-detail-recent-inner {
    padding: 0 2rem;
  }

  .tour-recent-title {
    font-size: 1.25rem;
  }

  .recent-tour-card-detail-image {
    height: 160px;
  }

  .recent-tour-card-detail-content {
    padding: 0.5rem 0.75rem 0.75rem;
  }

  .recent-tour-card-detail-name {
    font-size: 0.9rem;
  }

  .recent-tour-card-detail-price {
    font-size: 1rem;
    margin-top: 4px;
  }

  /* Contact Info */
  .contact-info-item {
    gap: 0.75rem;
  }

  .contact-info-icon {
    width: 40px;
    height: 40px;
  }

  .contact-info-icon i {
    font-size: 1.75rem;
  }

  .contact-info-title {
    font-size: 0.85rem;
  }

  .contact-info-value {
    font-size: 0.8rem;
  }

  /* Back to Top */
  .back-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}
