/* ==========================================================================
   OXINEX - Responsive Stylesheet
   ========================================================================== */

@media (max-width: 1199.98px) {
  .ox-nav-menu {
    gap: 2px;
  }
  .ox-nav-link {
    padding: 8px 10px;
    font-size: 14px;
  }
  .ox-hero-title {
    font-size: 3rem;
  }
  .ox-hero-bg-shape {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 991.98px) {
  .ox-topbar {
    display: none;
  }

  .ox-header .ox-nav-menu-wrapper {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    padding: 24px 20px;
    overflow-y: auto;
    transition: left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .ox-header .ox-nav-menu-wrapper.show {
    left: 0;
  }
  .ox-mobile-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(11, 19, 41, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1040;
    display: none;
  }
  .ox-mobile-backdrop.show {
    display: block;
  }

  .ox-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }
  .ox-nav-item {
    width: 100%;
  }
  .ox-nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: var(--ox-radius-md);
  }
  .ox-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: var(--ox-bg-alt);
    margin: 4px 0 8px 12px;
    padding: 6px;
    display: none;
  }
  .ox-dropdown.show {
    display: block;
  }

  .ox-hero {
    padding: 50px 0 70px;
    text-align: center;
  }
  .ox-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .ox-hero-buttons {
    justify-content: center;
  }
  .ox-hero-trust {
    justify-content: center;
  }
  .ox-hero-media {
    margin-top: 50px;
  }
  .ox-floating-chip-1 {
    left: 10px;
    top: 5%;
  }
  .ox-floating-chip-2 {
    right: 10px;
    bottom: 5%;
  }

  .ox-pricing-card.popular {
    transform: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .ox-cart-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 767.98px) {
  .ox-hero-title {
    font-size: 2.3rem;
  }
  .ox-hero-img-main {
    max-height: 380px;
  }
  .ox-hero-bg-shape {
    width: 280px;
    height: 280px;
  }
  .ox-floating-chip {
    padding: 8px 12px;
  }
  .chip-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .chip-title {
    font-size: 12px;
  }
  .chip-sub {
    font-size: 10px;
  }

  .ox-filter-tabs {
    gap: 6px;
  }
  .ox-filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .ox-cta-section {
    padding: 40px 24px;
    text-align: center;
  }
  .ox-cta-section .btn-ox-white {
    width: 100%;
    margin-top: 20px;
  }

  .ox-newsletter-input {
    padding: 14px 20px;
    margin-bottom: 12px;
  }
  .ox-newsletter-btn {
    position: static;
    width: 100%;
    padding: 12px;
  }

  .ox-gallery-thumbs {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .ox-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .ox-hero-buttons .btn-ox-primary,
  .ox-hero-buttons .btn-ox-outline {
    width: 100%;
  }
  .ox-brand-text span {
    font-size: 22px;
  }
  .ox-action-btn {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
}
