@media (max-width: 991.98px) {
  .custom-navbar {
    padding: 14px 0;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0.4rem;
  }

  .navbar-collapse {
    margin-top: 16px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(217, 201, 163, 0.12);
    border: 1px solid rgba(217, 201, 163, 0.24);
  }

  .custom-dropdown {
    min-width: 100%;
    margin-top: 8px;
  }

  .navbar .nav-link {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .nav-item.ms-lg-2 {
    margin-top: 8px;
  }

  .nav-item.ms-lg-2 .btn {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding: 150px 0 90px;
  }

  .hero-title {
    font-size: clamp(2.3rem, 8vw, 3.5rem);
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 80px 0;
  }

  .hero-section {
    padding: 140px 0 80px;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-card,
  .contact-box,
  .info-card,
  .service-card,
  .step-card,
  .country-card,
  .category-card,
  .feature-card,
  .country-highlight-card,
  .service-highlight-card,
  .legal-card,
  .contact-info-card,
  .contact-form-card {
    padding: 24px;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .site-footer {
    padding: 56px 0 24px;
  }

  .footer-title {
    margin-top: 8px;
  }

  .footer-socials a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .hero-highlights {
    flex-direction: column;
    gap: 12px;
  }

  .brand-logo {
    font-size: 1.05rem;
  }

  .hero-card h2 {
    font-size: 1.35rem;
  }

  .footer-brand {
    font-size: 1.3rem;
  }

  .footer-title {
    font-size: 1rem;
  }

  .contact-info-item {
    padding: 16px;
  }

  .contact-info-item strong,
  .contact-info-item span {
    font-size: 0.92rem;
  }
}

@media (max-width: 767.98px) {
  .internal-hero {
    padding: 145px 0 70px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 24px;
  }

  .country-flag {
    width: 72px;
    margin-bottom: 16px;
  }
}

@media (max-width: 991.98px) and (orientation: landscape) {
  .section {
    padding: 72px 0;
  }

  .hero-section,
  .internal-hero {
    padding-top: 132px;
    padding-bottom: 72px;
  }

  .hero-text,
  .section-text,
  .info-card p,
  .service-card p,
  .step-card p,
  .feature-card p,
  .category-card p,
  .country-highlight-card p,
  .service-highlight-card p,
  .legal-card p {
    line-height: 1.72;
  }
}
