/* ── TABLET (768px – 1024px) ── */
@media (max-width: 1024px) and (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }

  .about-img-badge {
    right: -1rem;
    bottom: -1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item:first-child {
    grid-column: span 2;
  }
}

/* ── MOBILE (< 768px) ── */
@media (max-width: 767.98px) {
  .section-pad {
    padding: 4rem 0;
  }

  .section-pad-lg {
    padding: 5rem 0;
  }

  .hero-highlights {
    gap: 1rem;
  }

  .hero-divider {
    display: none;
  }

  .hero-highlight-item {
    background: rgba(255, 255, 255, 0.06);
    padding: 0.6rem 1rem;
    border-radius: 2px;
  }

  .about-img-wrap {
    margin-bottom: 4rem;
  }

  .about-img-badge {
    right: 1rem;
    bottom: -1.5rem;
    padding: 1.2rem;
    min-width: 110px;
  }

  .about-img-badge .badge-num {
    font-size: 2rem;
  }

  .about-img-wrap img {
    height: 320px;
  }

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

  .gallery-item:first-child {
    grid-column: span 2;
  }

  .contact-form-wrap {
    padding: 2rem 1.5rem;
  }

  .amenity-tabs .nav-link {
    padding: 0.6rem 1rem;
    font-size: 0.75rem;
    margin: 0.2rem;
  }

  .sticky-enquire-btn {
    display: block !important;
  }

  #mainNav {
    padding: 0.5rem 0;
  }

  .navbar-brand img {
    max-height: 44px;
    max-width: 140px;
  }

  .nav-logo {
    max-height: 70px !important;
  }

  .mainmenu-area {
    padding: 0px;
  }

  .navbar-collapse {
    background: rgba(18, 18, 28, 0.99);
    padding: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  }

  .navbar-collapse .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.65rem 0.5rem !important;
  }

  .navbar-collapse .nav-link:last-child {
    border-bottom: none;
  }

  .navbar-collapse .nav-link:hover {
    color: var(--gold-light) !important;
  }

  /* Banner section — override desktop margin-top for smaller navbar on mobile */
  section[style*="margin-top: 72px"],
  section[style*="margin-top:72px"] {
    margin-top: 60px !important;
  }
}

/* ── SMALL MOBILE (< 480px) ── */
@media (max-width: 479.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .btn-gold,
  .btn-outline-gold {
    padding: 0.75rem 1.5rem;
    font-size: 0.78rem;
  }

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

  .gallery-item:first-child {
    grid-column: span 1;
  }

  .stat-card .stat-num {
    font-size: 23px;
  }

  .contact-form-wrap {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 768px) {
  .btn-style-one {
    font-size: 15px;
  }

  .form-top {
    position: relative !important;
    z-index: 10000;
    width: 100%;
    top: 0px !important;
  }

  .default-form-area {
    padding: 0px 0px 20px 0px;
  }

  .second-section {
    padding-top: 20px;
  }

  .second-section h5 {
    font-size: 22px;
  }

  .footer-bottom {
    padding: 26px 0 50px;
  }

  .section-title {
    font-size: 35px;
  }
}