/* =========================================================
   Supernova Stays — Responsive Styles
   responsive.css
========================================================= */

/* ---------- Laptops ---------- */
@media (max-width: 1199.98px) {
  .hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item { height: 80vh; }
}

/* ---------- Tablets & below ---------- */
@media (max-width: 991.98px) {
  .section { padding: 3rem 0; }

  /* Mobile nav panel */
  .main-nav .navbar-collapse {
    background: #fff;
    margin-top: 0.8rem;
    padding: 1rem;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
  }
  .navbar-nav { text-align: center; }
  .navbar-nav .nav-link { padding: 0.7rem; }
  .navbar-nav .nav-link::after { display: none; }
  .btn-quote { display: block; margin-top: 0.8rem; }

  .hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item { height: 72vh; min-height: 480px; }
  .carousel-caption { text-align: center; left: 5%; right: 5%; }
  .hero-eyebrow { margin-inline: auto; }
  .hero-sub { margin-inline: auto; }
  .hero-carousel .carousel-indicators { bottom: 6.5rem; }

  .booking-bar { margin-top: -50px; }
  .section-title { font-size: 1.9rem; }
  .offer-banner { padding: 2.5rem 1.8rem; text-align: center; }
  .offer-tag { margin-inline: auto; }
  .countdown { margin-top: 2rem; }
  .why-img-wrap { margin-bottom: 3rem; max-width: 520px; margin-inline: auto; }
  .section-title.text-start { text-align: center !important; }
  .why-list { max-width: 520px; margin-inline: auto; }
  .stats-section h3, .trust-strip h3 { font-size: 2.2rem; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ---------- Mobile ---------- */
@media (max-width: 767.98px) {
  .section { padding: 2.75rem 0; }
  .section-head { margin-bottom: 2.5rem; }

  .hero-carousel, .hero-carousel .carousel-inner, .hero-carousel .carousel-item { height: auto; min-height: 0; aspect-ratio: 3/4; max-height: 78vh; }
  .hero-title { font-size: 2rem; }
  .hero-sub { font-size: 1rem; }
  .carousel-control-prev, .carousel-control-next { display: none; }

  .booking-bar { margin-top: 1.5rem; padding: 1.2rem; }
  .trust-strip h3, .stats-section h3 { font-size: 1.9rem; }
  .offer-title { font-size: 1.5rem; }
  .cd-box { min-width: 64px; padding: 0.8rem 0.4rem; }
  .cd-box span { font-size: 1.4rem; }

  .testimonial-card { padding: 1.8rem 1.3rem; }
  .testimonial-card p { font-size: 1rem; }

  .contact-info, .contact-form { padding: 1.8rem 1.4rem; }
  .cta-actions .btn { width: 100%; }

  .page-hero { padding: 5rem 0 3.5rem; }

  .brand-logo, .main-nav.scrolled .brand-logo { height: 72px; margin: -16px 0; }
  .footer-logo { height: 92px; }

  .float-btn { width: 48px; height: 48px; font-size: 1.2rem; right: 15px; }
  .whatsapp-float { bottom: 132px; }
  .call-float { bottom: 78px; }
  .scroll-top { bottom: 18px; }
}

/* ---------- Small phones ---------- */
@media (max-width: 400px) {
  .hero-title { font-size: 1.7rem; }
  .section-title { font-size: 1.55rem; }
  .countdown { gap: 0.5rem; }
  .cd-box { min-width: 56px; }
  .room-specs { gap: 0.6rem; }
}
