/* 
================================================================ 
   PREMIUM TRAVEL WEBSITE TEMPLATE - RESPONSIVE STYLES
   Author: Antigravity AI
================================================================ 
*/

/* --- Laptops and Large Tablets (<= 1200px) --- */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .destination-card {
    height: 340px;
  }
}

/* --- Tablets (<= 992px) --- */
@media (max-width: 992px) {
  .hero-section {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-overlay {
    background: linear-gradient(to bottom, rgba(11, 15, 25, 0.95) 0%, rgba(11, 15, 25, 0.85) 100%);
  }

  .hero-title {
    font-size: 2.8rem;
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
  }

  .hero-description {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .booking-engine {
    margin-top: 20px;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  footer {
    padding: 60px 0 20px 0;
  }

  .footer-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

/* --- Small Tablets & Large Phones (<= 768px) --- */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.3rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }

  .booking-tabs {
    justify-content: center;
  }

  /* When inputs stack, remove swap button rotation or adjust position */
  .btn-swap-locations {
    right: 20px;
    top: 100%;
    transform: translate(0, -50%) rotate(90deg);
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  }

  .btn-swap-locations:hover {
    transform: translate(0, -50%) rotate(270deg);
  }

  .booking-group {
    margin-bottom: 15px;
  }
  
  .page-banner {
    height: 250px;
  }

  .page-banner-title {
    font-size: 2.2rem;
  }

  .stat-box {
    padding: 20px 10px;
  }

  .stat-number {
    font-size: 2.3rem;
  }

  .map-container {
    height: 300px;
    margin-top: 30px;
  }
}

/* --- Small Mobile Devices (<= 576px) --- */
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1.25rem;
  }

  .navbar-brand img {
    height: 28px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .glass-card {
    padding: 20px;
    border-radius: var(--border-radius-sm);
  }

  /* Cabin classes: stack 2x2 */
  .cabin-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .cabin-card {
    padding: 8px;
  }

  .cabin-icon {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }

  .cabin-name {
    font-size: 0.7rem;
  }

  /* Passenger counters inside compact dropdown */
  .passenger-dropdown-card {
    min-width: 100%;
    padding: 15px;
  }

  .btn-premium {
    padding: 10px 22px;
    font-size: 0.95rem;
  }

  .destination-card {
    height: 300px;
  }
  
  /* Helpline Button responsive size adjustments */
  .helpline-cta-btn {
    font-size: 1.3rem;
    padding: 12px 24px;
    width: 100%;
    justify-content: center;
  }
}
