@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .top-list, .social-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .navbar-collapse {
    margin-top: 12px;
    padding: 14px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
  }
  .navbar-nav .nav-link { padding: 11px 8px; }
  .dropdown-menu {
    box-shadow: none;
    border: 1px solid var(--border);
    margin: 4px 0 10px;
  }
  .hero {
    min-height: auto;
    padding: 72px 0;
    text-align: center;
  }
  .hero-slider,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 720px;
  }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-image img { margin: 36px auto 0; }
  .hero-nav { display: none; }
  .section-padding { padding: 64px 0; }
  .cta-band { text-align: center; }
  .cta-band .text-lg-end { margin-top: 22px; }
  .footer-social { justify-content: center; }
  .contact-map-card {
    grid-template-columns: 1fr;
  }
  .product-spec-grid {
    grid-template-columns: 1fr;
  }
  .product-spec-item:nth-child(odd) {
    border-right: 0;
  }
}

@media (max-width: 575.98px) {
  .top-bar { font-size: 0.82rem; }
  .navbar-brand img {
    width: 124px;
    max-height: 62px;
  }
  .hero h1 { font-size: 2.2rem; }
  .hero-slider,
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 760px;
  }
  .product-card, .service-card, .step-card, .testimonial-card { padding: 20px; }
  .product-spec-card,
  .product-gallery-card {
    padding: 20px;
  }
  .product-spec-item {
    grid-template-columns: 1fr;
  }
  .contact-panel,
  .contact-form-card,
  .map-details {
    padding: 22px;
  }
  .contact-brand,
  .form-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-info {
    padding: 15px;
  }
  .counter-number { font-size: 2rem; }
  .page-banner { padding: 72px 0; }
}
