@media (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav {
    gap: 20px;
  }
  .nav-link{
    font-size: 1rem;
  }
  .mobile-not-sticky{
    top: 100px; height: fit-content;
  }
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav {
    gap: 0;
  }
}@media (max-width: 1199px) {
  .nav-link{
    font-size: 12px;
  }
}
  @media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
  .navbar-nav {
    flex: 1;
    justify-content: center;
  }

  /* Show SVG arrow on desktop */
  .dropdown-toggle img {
    display: inline-block !important;
    margin-left: 5px;
  }

  /* Hide Bootstrap's default arrow */
  .dropdown-toggle::after {
    display: none !important;
  }
}

/* Mobile styles */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: left;
    padding-top: 1rem;
  }

  .nav-item {
    margin-bottom: 0.5rem;
  }

  .nav-link {
    text-align: left;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Show SVG arrow on mobile */
  .dropdown-toggle img {
    display: inline-block !important;
    margin-left: auto;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .dropdown-menu {
    text-align: left;
    border: none;
    box-shadow: none;
    background-color: #f8f9fa;
    border-radius: 0;
    border-left: 3px solid #c8002b;
    margin-left: 15px;
  }

  .dropdown-item {
    padding: 10px 20px;
    white-space: normal;
    word-wrap: break-word;
  }

  .btn-custom {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .top-header-row.justify-content-center {
    justify-content: center !important;
  }
  .offers-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
}
@media (max-width: 600px) {
  .top-head-text {
    font-size: 13px;
  }
  .banner-heading {
    font-size: 40px;
  }
  .special-text {
    font-size: 45px;
  }
  .product-card-heading {
    min-height: 42px;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .why-choose-bg {
     background-color: transparent;
    height: 30vh;
  }
  .mobile-not-sticky{
    position: relative !important;
    top: 10px;
  }
}
@media (max-width: 420px) {
  .top-head-text {
    font-size: 10px;
  }
}
