/* =========================
   LARGE DEVICES
========================= */

@media (max-width: 1200px) {
  .hero-content h1 {
    font-size: 72px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 992px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-btn {
    display: none;
  }

  .hero-content {
    padding-inline: 40px;
  }

  .hero-content h1 {
    font-size: 62px;
  }

  .hero-content p {
    font-size: 17px;
    max-width: 550px;
  }
}

/* ===================================
   LOW HEIGHT LAPTOP SCREENS
=================================== */

@media (max-height: 800px) {
  .navbar {
    top: 18px;
    padding: 14px 24px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .hero-content h1 {
    font-size: clamp(38px, 6vw, 72px);

    margin-bottom: 16px;
  }

  .hero-content p {
    margin-bottom: 24px;
  }

  .hero-buttons {
    gap: 14px;
  }

  .primary-btn,
  .secondary-btn {
    padding: 14px 26px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .navbar {
    top: 16px;

    width: calc(100% - 24px);

    padding: 14px 18px;

    border-radius: 18px;
  }

  .navbar.scrolled {
    top: 10px;

    padding: 12px 16px;
  }

  .logo {
    font-size: 20px;
  }

  .hero-content {
    padding-inline: 20px;
    justify-content: center;
  }

  .subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .hero-content h1 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .mobile-menu {
    max-width: 100%;
  }

  .mobile-links a {
    font-size: 28px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .menu-toggle,
  .close-menu {
    width: 46px;
    height: 46px;
  }

  .mobile-links a {
    font-size: 24px;
  }
}

/* =========================
   EXPERIENCE RESPONSIVE
========================= */

@media (max-width: 1130px) {
  .experience-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 992px) {
  .experience-content {
    width: 100%;
  }

  .experience-content p {
    max-width: 100%;
  }

  .experience-image img {
    height: 580px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px) {
  .experience-section {
    padding: 90px 20px;
  }

  .experience-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .experience-image img {
    height: 420px;
    border-radius: 24px;
  }

  .experience-badge {
    left: 18px;
    top: 18px;

    width: 140px;
    min-height: 110px;

    padding: 18px;
    border-radius: 20px;
  }

  .experience-badge h3 {
    font-size: 32px;
  }

  .experience-badge p {
    font-size: 13px;
  }

  .experience-content h2 {
    font-size: 42px;
    line-height: 1.15;
  }

  .experience-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 35px;
  }

  /* IMPORTANT FIX */
  .experience-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    padding: 20px;
    border-radius: 20px;
    gap: 16px;
  }

  .feature-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;

    border-radius: 18px;

    font-size: 24px;
  }

  .feature-text h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  .feature-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .luxury-card {
    min-height: 180px;
    padding: 30px 20px;
  }

  .luxury-card span {
    font-size: 20px;
    max-width: 100%;
  }

  .luxury-icon {
    margin-bottom: 14px;
  }

  .luxury-icon i {
    font-size: 30px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {
  .experience-section {
    padding: 70px 16px;
  }

  .experience-container {
    gap: 35px;
  }

  .experience-image img {
    height: 340px;
    border-radius: 20px;
  }

  .experience-badge {
    width: 120px;
    min-height: 95px;

    padding: 14px;

    left: 14px;
    top: 14px;
  }

  .experience-badge h3 {
    font-size: 24px;
  }

  .experience-badge p {
    font-size: 12px;
  }

  .section-subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }

  .experience-content h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .experience-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .experience-features {
    gap: 14px;
  }

  .feature-card {
    padding: 18px;
    gap: 14px;

    border-radius: 18px;
  }

  .feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    border-radius: 16px;

    font-size: 21px;
  }

  .feature-text h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .feature-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .luxury-card {
    min-height: 160px;
  }

  .luxury-card span {
    font-size: 18px;
    line-height: 1.4;
  }

  .luxury-icon i {
    font-size: 26px;
  }
}

/* =========================
   EXTRA SMALL DEVICES
========================= */

@media (max-width: 360px) {
  .experience-section {
    padding-inline: 12px;
  }

  .experience-content h2 {
    font-size: 28px;
  }

  .feature-card {
    flex-direction: column;
    align-items: flex-start;

    padding: 16px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    font-size: 20px;
  }

  .feature-text h4 {
    font-size: 15px;
  }

  .feature-text p {
    font-size: 12px;
  }

  .luxury-card {
    align-items: center;
    text-align: center;
  }

  .luxury-card span {
    font-size: 16px;
  }
}

/* =========================
   PACKAGES RESPONSIVE
========================= */

@media (max-width: 768px) {
  .packages-section {
    padding: 90px 20px;
  }

  .packages-top {
    margin-bottom: 50px;
  }

  .packages-top h2 {
    font-size: 40px;
  }

  .packages-top p {
    font-size: 15px;
  }

  .package-card {
    border-radius: 24px;
  }

  .package-nav-btn {
    width: 56px;
    height: 56px;

    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .packages-top h2 {
    font-size: 32px;
  }

  .package-price {
    font-size: 38px;
  }

  .package-card h3 {
    font-size: 28px;
  }
}
