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

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

  .navbar-collapse {
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--glass-border);
    margin-top: 15px;
  }

  .nav-link {
    margin: 10px 0;
  }
}

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

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

  .hero-content h1 {
    font-size: 2.2rem !important;
  }
  
  .glass-card {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .hero-content h1 {
    font-size: 1.8rem !important;
    line-height: 1.35;
    text-align: center;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
    text-align: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-btns {
    justify-content: center;
  }
}

/* Custom Responsive Hero Slider Styles */
.responsive-hero {
  height: 90vh;
  min-height: 600px;
}
.hero-slide-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .responsive-hero {
    height: 60vh;
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .responsive-hero {
    height: 50vh;
    min-height: 400px;
  }
  .hero-slide-bg {
    /* Focus the background more to the right so products remain visible */
    background-position: 70% center;
  }
  .responsive-hero h1.display-4 {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .responsive-hero p.lead {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  .navbar .container {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .navbar-brand img {
    max-height: 35px !important;
    max-width: 140px !important;
  }
}

@media (max-width: 575.98px) {
  .responsive-hero {
    height: 45vh;
    min-height: 350px;
  }
  .hero-slide-bg {
    /* Push background further right on very small screens */
    background-position: 80% center;
  }
  .responsive-hero h1.display-4 {
    font-size: 1.6rem !important;
  }
  .responsive-hero p.lead {
    font-size: 0.9rem !important;
  }
}
