body {
  font-family: "Poppins" !important;
  overflow-x: hidden !important;
  background-color: #fdfaf4 !important;
  padding-top: 160px !important;
}
.supermargin-wrapper .fixed-top {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 1050; /* above everything else */
}
.supermargin-wrapper ul.suggestions-list {
  width: 99% !important;
  li {
    padding: 7px 0 !important;
    color: #000000db !important;
  }
}

.supermargin-wrapper .suggestions-list {
  margin-top: 39px !important;
  border-radius: 0px !important;
}

.supermargin-wrapper .highlight {
  color: #4339f2;
}
.supermargin-wrapper .px-extra {
  padding-left: 5rem;
  padding-right: 5rem;
}

.supermargin-wrapper .category-box {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.supermargin-wrapper .custom-gutter {
  --bs-gutter-x: 15.5rem;
}

.supermargin-wrapper .bg-apparel {
  background-color: #d6edf8;
}
.supermargin-wrapper .bg-home-decor {
  background-color: #fbe3dd;
}
.supermargin-wrapper .bg-furniture {
  background-color: #f7ebd9;
}
.supermargin-wrapper .bg-lightning {
  background-color: #dbf1ec;
}
.supermargin-wrapper .input-group {
  /* width: 649px;
  height: 42px; */
  border: 0.6px solid #0b223c;
  border-radius: 8px;
  .form-select {
    -webkit-appearance: none !important;
  }
}

.supermargin-wrapper #locationPopup {
  position: fixed;
  top: 60px;
  right: 244px;
  width: 397px;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
  z-index: 1050;
  display: none;
  padding: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
  }
  .form-select {
    width: 100%;
    padding: 12px 12px;
    font-size: 14px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    appearance: none !important;
  }
  .btn-close {
    filter: invert(12%) sepia(80%) saturate(3304%) hue-rotate(336deg)
      brightness(102%) contrast(142%);
  }
  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
  }
  #countrySelect {
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 8px center, 38px center, right 12px center;
    background-size: 20px auto, 1px 60%, 12px auto;
    padding-left: 50px; /* space for flag + border */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

.supermargin-wrapper .feature-card {
  border-radius: 12px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 25px;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.supermargin-wrapper .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.supermargin-wrapper .feature-icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.supermargin-wrapper .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

/* Header Top Section */
.supermargin-wrapper .logo {
  position: relative;
  left: 121px;
  height: 62px;
  bottom: 1px;
}
.supermargin-wrapper .search-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px;
}
.supermargin-wrapper .btn-create {
  background-color: #ffa500;
  color: white;
}
.supermargin-wrapper .btn-create:hover {
  background-color: #e69500;
}
.supermargin-wrapper .search-icon {
  border: none;
  background: transparent;
}
.supermargin-wrapper .search-dropdown {
  width: 525px;
  height: 42px;
  left: 85px;
}
.supermargin-wrapper .drop-w {
  max-width: 66px;
}
.supermargin-wrapper .rgt-5 {
  right: 5px;
}

.supermargin-wrapper .search-border-right-radius {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.supermargin-wrapper .search-border-left-radius {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.supermargin-wrapper .font-colour {
  color: white;
}
.supermargin-wrapper .df {
  display: flex;
}

.supermargin-wrapper .category-image {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.supermargin-wrapper .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0% !important;
  color: #646464 !important;
}

.supermargin-wrapper .r1rightcard {
  background-color: #d6efff;
  max-width: 100%;
  height: 196px;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden; 
  gap: 20px;
}

.supermargin-wrapper .bg-apparel {
  background-color: #d4edf7;
}
.supermargin-wrapper .bg-home {
  background-color: #f6dfd4;
}
.supermargin-wrapper .bg-furniture {
  background-color: #f8efdb;
}
.supermargin-wrapper .bg-lightning {
  background-color: #e3f2e6;
}

.supermargin-wrapper .card {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.supermargin-wrapper .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.supermargin-wrapper .navbar {
  background-color: #cf3034;
}

.supermargin-wrapper .mega-menu-wrapper {
  min-width: 960px;
  max-height: 80vh;
  overflow: hidden;
  border-top: 3px solid #dc3545;
  height: 100%;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  .mega-link {
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    padding: 8px 12px;
    padding-left: 23px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #222222;
  }

  .mega-link:hover {
    background-color: #f8f9fa;
    color: #dc3545;
  }

  .mega-link.active {
    background-color: #f2f2f2 !important;
    padding-left: 23px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #222222 !important;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .col-md-3 {
    width: 24% !important;
    max-height: 70vh;
    overflow-y: auto;
  }

  .nav-link.active {
    border-color: #dc3545;
    color: #dc3545;
  }

  .nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid #dc3545 !important;
    color: #dc3545 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
  }

  .nav-tabs .nav-link {
    border: none !important;
    color: #6c757d;
  }

  .nav-tabs {
    border-bottom: none !important;
  }

  #genderTabs {
    /* margin-top: -12px !important; */
    margin-bottom: 0.5rem !important;
  }

  #genderTabs .nav-link {
    border: none !important;
    border-radius: 0 !important;
    color: #222222 !important;
    padding: 0.15rem 13px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    background-color: transparent !important;
    line-height: 24px !important;
  }

  #genderTabs .nav-link.active {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #373464 !important;
    background-color: transparent !important;
  }

  #genderTabs .nav-link.active::after {
    content: "";
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #646464 !important;
    margin-top: 2px;
  }

  #genderTabs .nav-link:hover {
    color: #e11d48 !important;
  }

  #productsContent .col-2 {
    flex: 0 0 auto;
    width: 16.6667%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }
  .category-button {
    height: 43px;
    background: #373464;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
  }

  #productsContent img {
    height: 109px;
    max-width: 109px;
    margin: auto;
  }

  #productsContent p {
    margin-top: 4px;
    font-size: 14px;
  }
  #productsContent {
    flex-grow: 1;
  }
  .col-md-6 .text-end.mt-3 {
    margin-top: auto !important;
    position: absolute !important;
    bottom: 37px;
    right: 20px;
  }

  .col-md-6 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: space-between !important;
    max-height: 70vh;
    overflow-y: auto;
  }
  #subCategories .mega-link.active {
    background-color: #f9fafb;
    font-weight: 700 !important;
    text-decoration: underline;
    text-decoration-color: #222222 !important;
    text-underline-offset: 4px;
  }
}

.supermargin-wrapper .Hero-button a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
}
.supermargin-wrapper .Icons-links {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}
.supermargin-wrapper .highlight-count strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #373464;
}
.supermargin-wrapper .highlight-count p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6c757d;
}
.supermargin-wrapper .wholesale-products {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #373464;
  white-space: normal; /* allow normal wrapping */
  display: inline-block;
  word-break: break-word;
}
.supermargin-wrapper .first-line-no-break {
  white-space: nowrap;
}
.supermargin-wrapper .wholesale-prices {
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #707070;
}
.supermargin-wrapper .underline-wrapper {
  position: relative;
  display: inline-block;
}

.supermargin-wrapper .underline-img {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  transform: translateY(5px);
}

.supermargin-wrapper .section-split {
  position: relative;
  background-color: #fdfaf4;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 1;
}

/* Container */
.supermargin-wrapper .dynamic-section {
  background-color: #f7fafe;

  .dynamic-heading h2 {
    font-weight: 700;
    font-size: 38px;
    color: #111827;
  }

  .dynamic-subheading {
    font-size: 18px;
    color: #6b7280;
  }

  .row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
  }

  .dynamic-item-new {
    cursor: pointer;
    transition: color 0.3s ease;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 55px;
    color: #979797;
  }

  .dynamic-item-new.active span {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #ca2630;
  }

  .dynamic-item-new.active::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10px;
    width: 3px;
    height: 28px;
    background-color: #ca2630;
  }

  .paragraph-box-new {
    flex: 1;
    max-height: 400px;
    overflow-y: auto;
    background-color: #ffffff;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-weight: 400;
    font-size: 21.3333px;
    line-height: 194%;
    color: #4b5563;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    padding-top: 0px !important;
    box-sizing: border-box;
  }

  .paragraph-box-new::-webkit-scrollbar {
    display: none;
  }
}

.supermargin-wrapper .section-split::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%; /* Vertical center */
  transform: translateY(-50%); /* Adjust to perfect center */
  width: 3px;
  height: 80%; /* Match height relative to text */
  background-color: #ca2630;
}

.supermargin-wrapper .section-split img {
  width: 53px;
  height: 53px;
  border-radius: 12px;
}

.supermargin-wrapper .unlock-growth-border {
  background: #feffff;
  border: 1.33333px solid #f3f4f6;
  box-shadow: 0px 5.33333px 8px rgba(0, 0, 0, 0.1),
    0px 13.3333px 20px rgba(0, 0, 0, 0.1);
  border-radius: 21.3333px;
}
.supermargin-wrapper .unlock-growth h2 {
  max-width: 1016px;
  font-weight: 700 !important;
  font-size: 42px;
  line-height: 64px;
  text-align: center;
  color: #111827;
}

.supermargin-wrapper .unlock-growth p {
  max-width: 883px;
  font-weight: 400;
  font-size: 26.6667px;
  line-height: 37px;
  color: #4b5563;
}
.supermargin-wrapper .unlock-growth span {
  font-size: 42px;
  line-height: 64px;
  background: linear-gradient(90deg, #2563eb 0%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.supermargin-wrapper .card-heading {
  gap: 30px;
  h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    color: #111827;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4b5563;
  }
  a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373464;
  }
}
.supermargin-wrapper .five-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.supermargin-wrapper .five-cards-row .custom-card {
  flex: 0 0 calc((100% - 96px) / 5);
  max-width: calc((100% - 96px) / 5);
}

.supermargin-wrapper .custom-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  flex: 0 0 298px;
  max-width: 100%;
}

.supermargin-wrapper .wide-categories {
  background: #f0f7ff;
  .category-btn {
    border-radius: 13371.4px !important;
    font-weight: 500;
    font-size: 15.3963px;
    line-height: 32px;
    border: 1.33727px solid #e5e7eb;
    background-color: white;
    color: #374151;
  }
  h2 {
    font-weight: 700;
    font-size: 48.1417px;
    line-height: 53px;
    text-align: center;
    color: #111827;
  }
  p {
    font-weight: 400;
    font-size: 24.0708px;
    line-height: 37px;
    text-align: center;
    color: #4b5563;
  }
  .View-Btn {
    width: 204px;
    height: 67px;
    background: #111827;
    border: 1.33727px solid #373464;
    border-radius: 16.0472px;
    font-size: 21.3963px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
  }
  a.View-Btn {
    text-decoration: none;
    padding-top: 15px;
  }
  small {
    font-weight: 500;
    font-size: 18.7218px;
    line-height: 27px;
    color: #6b7280;
  }
  h5 {
    font-weight: 700;
    font-size: 40.1181px;
    line-height: 48px;
    color: #111827;
  }

  .wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem; /* Equivalent to m-3 */
    background-color: #f8f9fa; /* Same as btn-light */
    border: 1px solid #e0e0e0;
    border-radius: 50%; /* Same as rounded-circle */
    width: 36px; /* Similar to btn-sm size */
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .wishlist-btn:hover {
    background-color: #e2e6ea; /* Hover effect like btn-light */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }

  .wishlist-btn i {
    font-size: 16px; /* Icon size */
    color: #111827; /* Same as your design color */
  }
  .btn-sm {
    --bs-btn-font-size: 15px;
  }
  .Prices {
    font-weight: 400;
    font-size: 18.7218px;
    line-height: 28px;
    color: #6b7280;
  }
  .card-boxes {
    background: #ffffff;
    border: 1.33727px solid #e5e7eb;
    box-shadow: 0px 5.34908px 8.02361px rgba(0, 0, 0, 0.1),
      0px 13.3727px 20.059px rgba(0, 0, 0, 0.1);
    border-radius: 32.0945px;
  }
  /* Ensure the featured image stays contained */
  .card-boxes .col-md-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps the image inside the box */
  }

  /* Fix row height and prevent right side stretching */
  .card-boxes .row.g-0 {
    align-items: center; /* Vertically center content */
    min-height: 100%; /* Ensures both sides stretch equally */
  }

  /* Prevent right column from being too tall */
  .card-boxes .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .card-boxes .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 16px; */
  }

  .card-boxes .col-md-5 img {
    max-height: 396px;
    max-width: 435px !important;
    padding: 26px;
  }

  .card-boxes .col-md-7 .btn {
    margin-bottom: 0 !important;
  }

  .card-boxes .col-md-7 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .price-tag {
    font-weight: 700;
    font-size: 32.0945px;
    line-height: 48px;
    color: #373464;
  }
  .featured-buttons {
    border: 1.33727px solid #d1d5db;
    border-radius: 16.0472px !important;
    font-weight: 500;
    font-size: 21.3963px;
    line-height: 32px;
    text-align: center;
    color: #374151;
  }
  .featured-Addchat {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    background: #373464;
    border-radius: 4px !important;
    padding: 15px;
    margin-top: 13px;
  }
  .featured {
    background: #ef4444;
    border-radius: 13396.4px;
    font-weight: 500;
    font-size: 14.7218px;
    line-height: 28px;
    color: #ffffff;
    width: 99.53px;
    height: 31.44px;
  }
  .item-description {
    font-weight: 400;
    font-size: 18.3971px;
    line-height: 26px;
    color: #4b5563 !important;
    margin-bottom: 40px;
    margin-bottom: 30px !important;
  }
  .item-title {
    font-weight: 600;
    font-size: 21.0252px;
    line-height: 32px;
    color: #111827;
  }
  .item-price {
    font-weight: 700;
    font-size: 23.6534px;
    line-height: 35px;
    color: #373464;
  }
  .item-min {
    font-weight: 400;
    font-size: 18.3971px;
    line-height: 28px;
    color: #6b7280;
  }
  .item-buttons {
    background: #373464;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    width: 147px;
    height: 42px;
  }
  .item-cards {
    background: #ffffff;
    border: 1.31408px solid #e5e7eb;
    box-shadow: 0px 2.62815px 5.25631px rgba(0, 0, 0, 0.1),
      0px 5.25631px 7.88446px rgba(0, 0, 0, 0.1);
    border-radius: 21.0252px;
    min-height: 100%;
  }

  .rounded-top-custom {
    border-top-left-radius: 21.0252px;
    border-top-right-radius: 21.0252px;
  }
}

.supermargin-wrapper .category-btn.active {
  background-color: #373464 !important;
  color: #fff !important;
  border-color: #373464 !important;
}

.supermargin-wrapper .category-btn.active svg {
  fill: white !important;
}

.supermargin-wrapper .category-btn.active i {
  color: white !important;
}
.supermargin-wrapper .custom-box {
  background: #ffffff;
  border: 1.33727px solid #dbeafe;
  border-radius: 21.3963px;
}
.supermargin-wrapper .custom-heading {
  font-weight: 700;
  font-size: 32.0945px;
  line-height: 43px;
  color: #111827;
}
.supermargin-wrapper .custom-para {
  font-style: normal;
  font-weight: 400;
  font-size: 21.3963px;
  line-height: 32px;
  color: #4b5563;
}
.supermargin-wrapper .product-numbers {
  font-weight: 700;
  font-size: 40.1181px;
  line-height: 60px;
  text-align: right;
  color: #373464;
}

.supermargin-wrapper .live-deals {
  background: #f0f7ff;
  .active-tab {
    background-color: #373464;
    color: white !important;
  }
  .active-tab:hover {
    background-color: #373464;
    color: white !important;
  }

  .live-deals-wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem;
    background-color: #f8f9fa !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 50% !important;
    width: 34px !important;
    height: 34px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
  }

  .live-deals-wishlist-btn:hover {
    background-color: #e2e6ea !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  }
  .live-deals .card-img-top {
    height: 220px; /* Increased height for images */
    object-fit: cover; /* Ensures image covers the area, cropping if necessary */
  }

  .live-deals-wishlist-btn i {
    font-size: 15px !important;
    color: #111827 !important;
  }
  .live-deals_btn {
    border-radius: 13332px !important;
    font-weight: 500 !important;
    font-size: 18.6667px !important;
    line-height: 28px !important;
    text-align: center !important;
    color: #1d4ed8 !important;
    width: 210.35px !important;
    height: 46px !important;
    background: #ffffff !important;
  }
  .deal-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    color: #111827;
  }
  .section-description {
    max-width: 969.33px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 26.6667px;
    line-height: 37px;
    text-align: center;
    color: #4b5563;
    margin: 0 auto;
  }
  .product-tabs {
    width: fit-content;
    max-width: 73%;
    margin: 0 auto;
    height: auto;
    background: #ffffff;
    border: 1.33333px solid #e5e7eb;
    box-shadow: 0px 1.33333px 2.66667px rgba(0, 0, 0, 0.05) !important;
    border-radius: 10.6667px !important;
    padding: 11px;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .product-tabs:has(.tab-btn:nth-child(n + 6)) {
    justify-content: flex-start;
  }

  @supports not (selector(:has(*))) {
    .product-tabs {
      justify-content: flex-start;
    }
  }

  .tab-btn {
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 21.3333px;
    line-height: 32px;
    text-align: center;
    color: #4b5563;
    white-space: normal;
    word-wrap: break-word;
    min-width: max-content;
    height: auto;
    padding: 8px 16px;
    &:not(.active-tab):hover {
      padding-left: 10px; /* Keep slight shift on hover */
      background-color: #f3f4f6;
    }
  }

  .product-container-title {
    font-weight: 600;
    font-size: 22.1181px;
    padding-bottom: 16px;
    line-height: 33px;
    color: #111827;
  }
  .wholesale {
    font-weight: 500;
    font-size: 16.5886px;
    line-height: 25px;
    color: #ffffff;
    background: #ef4444;
    border-radius: 13822.4px;
  }
  .product-container-description {
    font-weight: 400;
    font-size: 19.3533px;
    line-height: 28px;
    color: #4b5563;
  }
  .product-container-price {
    font-weight: 700;
    font-size: 24.8829px;
    line-height: 39px;
    color: #373464;
  }
  .product-container-min {
    font-weight: 400;
    font-size: 19.3533px;
    line-height: 28px;
    color: #6b7280;
  }
  .product-container-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background: #373464;
    border-radius: 4px !important;
    width: 147px;
    height: 42px;
    border: none;
  }
}

.supermargin-wrapper .ready-stock-section {
  background: #373464;
  border-radius: 21.3333px;
  height: 355px;
  max-width: 1677px;
  margin-right: 48px;
  margin-left: 48px;
  a {
    width: 303.83px;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 5.33333px 8px rgba(0, 0, 0, 0.1),
      0px 13.3333px 20px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 36px;
    color: #373464;
    text-align: center;
    padding-top: 17px !important;
  }
  .description {
    font-weight: 400;
    font-size: 26.6667px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
  }
  .ready-stock-section h2 {
    font-size: 28px;
  }

  .ready-stock-section p {
    font-size: 16px;
    color: #e0dcf4;
    margin-bottom: 24px;
  }
}

.supermargin-wrapper .Supply-chain {
  .heading {
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    text-align: center;
    color: #111827;
  }
  .header {
    max-width: 982px;
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #4b5563;
  }
  .supply-chain-headings {
    font-weight: 600;
    font-size: 27.225px;
    line-height: 41px;
    color: #111827;
  }
  .supply-chain-paragraph {
    font-weight: 400;
    font-size: 21.78px;
    line-height: 33px;
    color: #4b5563;
    text-align: left;
  }
  .unorderList {
    font-weight: 400 !important;
    font-size: 19.0575px !important;
    line-height: 29px !important;
    color: #6b7280 !important;
  }

  .supply-chain-cards {
    background: #ffffff;
    border: 1.36125px solid #f3f4f6;
    box-shadow: 0px 5.445px 8.1675px rgba(0, 0, 0, 0.1),
      0px 13.6125px 20.4187px rgba(0, 0, 0, 0.1);
    border-radius: 21.78px;
    height: 100%;
    gap: 4px;
    padding: 54px !important;
  }
}

.supermargin-wrapper .feature-stats-section {
  background-color: #f0f7ff;
  h4 {
    font-weight: 700;
    font-size: 38.4322px;
    line-height: 58px;
  }
  .description {
    font-weight: 400;
    font-size: 20.4972px;
    line-height: 31px;
    text-align: center;
    color: #f0f6ff;
  }
  h6 {
    font-weight: 700;
    font-size: 30.7458px;
    line-height: 38px;
    color: #ebebeb;
  }
  p {
    font-weight: 400;
    font-size: 23.0593px;
    line-height: 38px;
    color: #dbeafe;
  }
  a {
    font-weight: 600;
    font-size: 20.4972px;
    line-height: 31px;
    color: #ffffff;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .feature-card {
    background-color: #373464;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
  }

  .feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.08;
    z-index: 0;
  }

  .feature-card.card-1::before {
    background-image: url("./images/png/Top-selling-bg.png");
  }
  .feature-card.card-2::before {
    background-image: url("./images/png/on-factory-bg.png");
  }
  .feature-card.card-3::before {
    background-image: url("./images/png/Replenish-bg.png");
  }

  .feature-card * {
    position: relative;
    z-index: 1;
  }
  .feature-section-image {
    width: 81.99px;
    height: 81.99px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15.3729px;
  }
}

.supermargin-wrapper .seamless {
  h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    color: #111827;
    margin: 0 auto;
    max-width: 1500px;
  }

  .seamless-para {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #4b5563;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
  }

  @media (max-width: 768px) {
    .seamless h2 {
      font-size: 28px;
      line-height: 42px;
    }

    .seamless .seamless-para {
      font-size: 18px;
      line-height: 30px;
    }
  }

  .benefit-item {
    cursor: pointer;
    padding-left: 10px;
    font-size: 28px;
    line-height: 48px;
    color: #979797;
  }

  .benefit-item div {
    position: relative;
    padding-left: 16px;
  }

  .benefit-item div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3.64px;
    height: 28.57px;
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .benefit-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 590px; /* Max width of your largest image */
    height: 420px; /* Max height of your tallest image */
    margin: 0 auto;
  }

  .benefit-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .benefit-item.active div::before {
    background-color: #ca2630;
  }

  .benefit-item.active span {
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #ca2630;
    padding-left: 6px;
  }
  .factory-size {
    max-width: 62% !important;
    margin-right: 57px;
  }
  .shipping-size {
    max-width: 68% !important;
    margin-right: 22px;
  }
  .free-samples-size {
    max-width: 483px !important;
    width: 445px !important;
    margin-right: 44px;
    height: 257px;
  }

  .certifications-size {
    max-width: 500px !important;
    width: 566px !important;
    margin-right: 95px;
  }
  .paylater-size {
    max-height: 325px !important;
    max-width: 332px !important;
    margin-right: 149px !important;
  }
}

.supermargin-wrapper .why-choose-section {
  h2 {
    font-weight: 600;
    font-size: 26.5493px;
    line-height: 34px;
    color: #111827;
    white-space: nowrap; /* Prevent wrap */
    overflow: hidden; /* In case container too small */
    text-overflow: ellipsis;
  }
  h6 {
    font-weight: 600;
    font-size: 26.5493px;
    line-height: 34px;
    color: #111827;
  }
  .why-choose-para {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #4b5563;
  }
  i {
    width: 33.06px;
    height: 33.06px;
    text-align: center;
  }
  .why-choose-description {
    font-weight: 400;
    font-size: 22.0394px;
    line-height: 29px;
    color: #4b5563;
  }
  row.g-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem; /* Gap between cards */
  }

  .why-choose-cards {
    background: #ffffff;
    border: 1.4px solid #f3f4f6;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1), 0 14px 21px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
  }

  .icon-box {
    background-color: #e9f0ff;
    width: fit-content;
  }
}

.supermargin-wrapper .modal-content {
  border-radius: 12px; /* Matches Figma rounded corners */
  padding: 36px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);

  .welcome-back {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4b5563;
  }
  h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #111827;
  }

  .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    opacity: 0.7;
    filter: invert(36%) sepia(97%) saturate(5630%) hue-rotate(350deg)
      brightness(97%) contrast(104%);
  }
  .form-control::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #adaebc;
  }

  .Forgot {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #2563eb;
  }

  .login {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    height: 49px;
    color: #ffffff;
    background: #373464;
    border-radius: 8px;
  }
  .account {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    height: 50px;
    text-align: center;
    color: #374151;
  }

  .by-signing p.text-muted {
    white-space: nowrap; /* Stop wrapping */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ... if text too long (optional) */
  }

  .btn-close:hover {
    opacity: 1;
  }

  .input-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #374151;
  }
  .red-mark {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ef4444;
  }

  .input-group {
    border: 1px solid #d1d5db;
    border-radius: 8px;
  }

  .input-group .form-control {
    border-right: none; /* Remove overlap border */
    border-radius: 8px 0 0 8px !important; /* Rounded left only */
  }

  .input-group .input-group-text {
    border-radius: 0 8px 8px 0 !important; /* Rounded right only */
  }

  .form-control {
    border-radius: 8px !important;
    padding: 0.75rem 1rem;
  }

  .btn-primary {
    background-color: #3d3dff;
    border-color: #3d3dff;
    border-radius: 8px;
    padding: 0.6rem 1rem;
  }

  .btn-primary:hover {
    background-color: #2e2ed6;
  }

  .btn-outline-secondary {
    border-radius: 8px;
    padding: 0.6rem 1rem;
  }
  .form-control:focus {
    box-shadow: none !important; /* Remove blue glow */
    border-color: #d1d5db !important; /* Replace with your normal border color */
    outline: none !important; /* Remove browser outline */
  }
}

@media (max-width: 767px) {
  .supermargin-wrapper .why-choose-section .row.g-4 {
    grid-template-columns: 1fr;
  }
  .supermargin-wrapper .why-choose-section h6 {
    font-size: 22px !important; /* Shrink heading font for tiny screens */
  }
}

.supermargin-wrapper .Collaborating {
  background-color: #ffffff;
  .logo-marquee-wrapper {
    position: relative;
    height: 100px;
    margin-top: 50px;
  }
  h5 {
    font-weight: 800;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #373464;
  }
  .logo-marquee {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

  .logo-img {
    height: 68px;
    width: 147px;
    margin-right: 2px;
    filter: none !important;
    transition: none !important;
  }
  .logo-img:hover {
    filter: none !important;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.supermargin-wrapper .quality-control {
  h2 {
    font-weight: 700;
    font-size: 39px;
    line-height: 150.7%;
    color: #111827;
  }
  .quality-control-para {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    color: #4b5563;
  }
  .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quality-control-cards {
    background: #ffffff;
    border: 1.33333px solid #f3f4f6;
    box-shadow: 0px 5.33333px 8px rgba(0, 0, 0, 0.1),
      0px 13.3333px 20px rgba(0, 0, 0, 0.1);
    border-radius: 21.3333px;
  }
  .quality-control-cards p {
    font-weight: 600;
    font-size: 26.6667px;
    line-height: 37px;
    color: #111827;
  }
  h6 {
    font-weight: 600;
    font-size: 26.6667px;
    line-height: 37px;
    color: #111827;
  }
}

.supermargin-wrapper .quality-stats {
  h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
  }
  p {
    font-weight: 400;
    font-size: 21.3333px;
    line-height: 26px;
    text-align: center;
    color: #4b5563;
  }
}

.supermargin-wrapper .cta-section {
  background-color: #373464;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1621px;
  h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
  }
  p {
    font-weight: 400;
    font-size: 26.6667px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
  }
  a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #373464;
    padding: 20px 20px;
    width: 306.44px;
    height: 80px;
    background: #ffffff;
    box-shadow: 0px 5.33333px 8px rgba(0, 0, 0, 0.1),
      0px 13.3333px 20px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px;
  }
  a:hover {
    background-color: #868686;
  }
}

.supermargin-wrapper .bg-light-blue {
  background-color: #f0f7ff;
  .testimonial-card {
    max-width: 1159px;
    min-height: 293px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 33px;
  }

  .red-strip {
    width: 12px;
    background-color: #dc2626;
  }

  .arrow-btn {
    width: 56px;
    height: 56px;
    border: none;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transition: all 0.3s ease;
  }

  .arrow-btn.active {
    color: white;
    background-color: #373464;
    cursor: pointer;
  }

  .arrow-btn:disabled {
    opacity: 0.6;
    cursor: default;
    color: #373464;
    background: #a8a8a8;
  }
  .Trusted {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
  }
  .trusted-para {
    font-weight: 600;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #4b5563;
  }
  h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 64px;
    text-align: center;
    color: #111827;
  }
  h6 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #102d47;
  }
  small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8b9aa6;
  }
  .testimonial-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #718897;
  }
}

.supermargin-wrapper .footer-section {
  a:hover {
    color: #4339f2;
    text-decoration: underline;
  }
  p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #cf3034;
  }
  h6 {
    font-size: 16px;
    color: #000;
  }

  ul li {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000000 !important;
  }
  .footer-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
  }

  .footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #c1463c;
    border-radius: 2px;
  }

  .follow-us img {
    height: 29px !important;
    width: 29px !important;
    transition: transform 0.3s ease;
    border-radius: 18px;
  }

  .follow-us img:hover {
    transform: scale(1.1);
  }
  .copyright {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .supermargin-wrapper .mobile-categories-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

  .supermargin-wrapper .mobile-header {
    display: none !important;
  }

  .supermargin-wrapper .mobile-menu-icon {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .supermargin-wrapper header.fixed-top {
    width: 100%;
    max-width: 100vw;
    border-radius: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .supermargin-wrapper nav.navbar,
  .Icons-links,
  .country-select,
  .btn-create,
  .sign-in {
    display: none !important;
  }

  .supermargin-wrapper .mobile-header {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-sizing: border-box;
    overflow-x: hidden;
    border: 1.31408px solid #e5e7eb;
    box-shadow: 0px 2.62815px 5.25631px rgba(0, 0, 0, 0.1),
      0px 5.25631px 7.88446px rgba(0, 0, 0, 0.1);
  }

  .supermargin-wrapper .header-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0 14px;
  }

  .supermargin-wrapper .supermargin-logo {
    max-width: 40%; /* Responsive logo size */
    height: auto;
  }

  .supermargin-wrapper .input-group {
    flex: 1;
    min-width: 0;
    height: 31px !important;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
  }

  .supermargin-wrapper .input-group input {
    height: 29px;
    border: none;
    margin-left: 2px;
    font-size: 14px;
    padding: 0.4rem 0.6rem;
  }
  .supermargin-wrapper .input-group input::placeholder {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.015em;
    color: #a5a5a5;
  }

  .supermargin-wrapper .input-group-text {
    background-color: white;
    border: none;
    height: 94%;
    align-self: center;
    margin-right: 2px;
  }

  .supermargin-wrapper button:focus,
  input:focus {
    outline: none;
    box-shadow: none;
  }

  .supermargin-wrapper .deliver-country-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 43px !important;
    width: 100%;
    font-size: 14px;
    padding: 0 0.5rem;
    padding-bottom: 8px !important;
  }

  .supermargin-wrapper .deliver-country-wrapper img {
    width: 16px;
    height: auto;
  }

  .supermargin-wrapper .deliver-country-wrapper button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 14px;
  }

  .supermargin-wrapper #locationPopup {
    position: fixed;
    height: 286px;
    top: 262px;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 89%;
    max-width: 299px;
    background: #fff;
    border-radius: 8px;
    z-index: 999999; /* 👌 Over all */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    padding: 16px;
    display: none;
  }

  .supermargin-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 101px !important;
    background-color: #f5f4fb !important;
  }

  /* Hide desktop mega menu */
  .supermargin-wrapper #allCategoriesCollapse {
    display: none !important;
  }

  .supermargin-wrapper .mobile-categories-menu {
    position: fixed;
    top: 0;
    left: -100%; /* Hide off-screen left */
    width: 85%; /* You can set 100% or less */
    max-width: 350px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
    transition: left 0.4s ease; /* Smooth slide animation */
  }
  .supermargin-wrapper .sign-in-mobile {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }

  .supermargin-wrapper .mobile-categories-menu.open {
    left: 0; /* Slide into view */
  }
  .supermargin-wrapper .a-line {
    margin-top: -5px;
    border: 1px solid #aaaaaa;
  }
  .supermargin-wrapper .aline {
    margin-left: 14px;
    margin-right: 22px;
    margin-top: -4px;
    border: 1px solid #aaaaaa;
  }
  .supermargin-wrapper .create-account-mobile {
    background: #ffa500;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
  }

  .supermargin-wrapper .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #373464; /* Figma header background */
    color: #fff;
    padding-right: 3px !important;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
  }

  /* Left section: Sign In with icon */
  .supermargin-wrapper .mobile-menu-header .left-section {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .supermargin-wrapper .mobile-menu-header .left-section i {
    font-size: 18px;
    color: #fff;
  }

  .supermargin-wrapper .mobile-menu-header .btn-signin {
    background: none;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }

  .supermargin-wrapper .mobile-menu-header .btn-signin:hover {
    text-decoration: underline;
  }

  /* Middle: Create Account button */
  .supermargin-wrapper .mobile-menu-header .btn-create {
    background-color: #f59e0b; /* Orange like Figma */
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
  }

  .supermargin-wrapper .mobile-menu-header .btn-create:hover {
    background-color: #d97706;
  }

  /* Right: Close (X) icon */
  .supermargin-wrapper .mobile-menu-header .btn-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 8px;
  }

  .supermargin-wrapper .accordion-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #373464;
  }

  .supermargin-wrapper .accordion-btn::after {
    content: url("./images/chevron-down.svg"); /* Local image */
    display: inline-block;
    width: 12px;
    height: 25px;
    transition: transform 0.3s ease;
  }

  .supermargin-wrapper .accordion-btn.active {
    background-color: #f9fafb;
  }

  .supermargin-wrapper .accordion-btn.active::after {
    transform: rotate(180deg);
  }

  .supermargin-wrapper .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
  }
  .supermargin-wrapper .accordion-btn.active + .accordion-content {
    /* This is optional if you want some visual change */
    background: white;
  }

  .supermargin-wrapper .accordion-content a {
    display: block;
    padding: 8px 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    color: #222222;
  }

  .supermargin-wrapper .accordion-content a:hover {
    color: #dc2626;
    text-decoration: underline;
    text-decoration-color: #373464;
    text-underline-offset: 2px;
  }

  .supermargin-wrapper .mobile-menu-body {
    padding: 10px 0;
  }

  .supermargin-wrapper .mobile-menu-body h5 {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 0 16px;
    padding-bottom: 8px;
    font-weight: 600;
    color: #111827;
  }
  .supermargin-wrapper .bottom-bar a {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #000000;
  }
  .supermargin-wrapper .footer-links a {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #373464 !important;
  }

  .supermargin-wrapper .custom-gutter {
    --bs-gutter-x: 1rem;
    /* MOBILE ONLY CHANGES */

    /* Headings center aligned & smaller */
    .wholesale-products {
      text-align: left;
      font-size: 22px;
      line-height: 2rem;
      margin-bottom: 0.5rem;
      display: block;
    }
    .underline-img {
      bottom: 0px;
    }
    .Hero-button a {
      font-family: "Poppins";
    }
    /* Subheading paragraph */
    .wholesale-prices {
      text-align: left;
      font-size: 0.95rem;
      line-height: 1.5rem;
      margin: 0 auto 1rem;
      max-width: 375px;
      width: auto !important;
    }

    /* Buttons - inline, center */
    .Hero-button {
      display: flex;
      justify-content: flex-start;
      gap: 16px;
      margin: 1rem auto;
      flex-wrap: nowrap;
    }

    .Hero-button a.btn {
      flex: 0 0 auto;
      max-width: none;
      min-width: 150px;
      text-align: center;
      font-size: 0.95rem;
    }

    /* Stats inline & center */
    .highlight-count {
      display: flex;
      justify-content: flex-start;
      gap: 14px !important;
      margin-bottom: 1.5rem;
      strong {
        font-size: 15px;
      }
      p {
        font-size: 10px;
      }
    }
    .highlight-count div {
      text-align: left;
    }

    .col-lg-6.text-center.text-lg-start.pt-0 {
      width: 100% !important;
      padding: 0 1rem !important; /* or 16px */
      text-align: center !important;
    }
    /* Cards - horizontal scroll */
    .col-lg-6 > .row.g-3 {
      display: flex;
      overflow-x: auto;
      gap: 16px;
      padding: 0.5rem 0;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .row > * {
      width: fit-content;
    }

    .col-lg-6 > .row.g-3 .col-6 {
      flex: 0 0 80%;
      max-width: 80%;
      scroll-snap-align: center;
    }

    .r1rightcard {
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .col-lg-6 > .row.g-3::-webkit-scrollbar {
      display: none;
    }
  }
  .supermargin-wrapper .gutter {
    background: #f0f7ff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Swiper container fix for mobile */
  .supermargin-wrapper .mySwiper {
    padding-bottom: 50px !important; /* Space for pagination dots */
    overflow: visible !important; /* Show side cards */
    position: relative; /* 👈 ensure it's relative */
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    h4 {
      font-size: 18.75px;
    }
    .price {
      font-size: 14.07px;
    }
    .category-image {
      width: 118px;
      height: 136.75px;
    }
    .swiper-slide {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      height: auto;
      max-width: 70%; /* Middle card slightly smaller */
      margin: 0 auto;
      text-align: center;
    }

    /* Middle (active) card highlighted */
    .swiper-slide-active {
      transform: scale(1);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
      z-index: 2;
      opacity: 1;
    }

    /* Left & Right (inactive) cards further pushed to sides */
    .swiper-slide-next {
      transform: translate3d(0px, 0px, -1710.94px) rotateX(0deg) rotateY(0deg)
        scale(1) !important; /* Right card slightly turned inward */
      opacity: 0.5;
      z-index: 1;
    }

    .swiper-slide-prev {
      transform: translate3d(0px, 0px, -1591.353px) rotateX(0deg) rotateY(0deg)
        scale(1) !important; /* Left card slightly turned inward */
      opacity: 0.5;
      z-index: 1;
      .price {
        text-align: left;
      }
      h4 {
        font-size: 30px;
      }
    }

    /* Pagination dots */
    .swiper-pagination {
      bottom: 10px !important;
    }

    .swiper-pagination-bullet {
      background: #ccc;
      opacity: 1;
    }

    .swiper-pagination-bullet-active {
      background: #373464;
    }
  }

  .supermargin-wrapper .section-split {
    background-color: #f5f4fb;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    .px-extra {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .unlock-growth-border {
      background-color: #f5f4fb;
      padding-left: 10px !important;
      border: none;
      box-shadow: none;
      border-radius: 0;
      .unlock-growth {
        span {
          font-weight: 700;
          font-size: 20.8px;
          line-height: 30px;
          text-align: center;
          color: #111827;
          background: none;
          -webkit-background-clip: unset;
          -webkit-text-fill-color: unset;
        }
        h2 {
          font-weight: 700;
          font-size: 25px;
          line-height: 30px;
          text-align: center;
          color: #111827;
          padding-left: 21px;
          padding-right: 21px;
        }
        p {
          font-size: 16px;
          line-height: 24px;
        }
      }
    }
    .custom-card {
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 6px 6px rgba(0, 0, 0, 0.1);
    }
    .five-cards-row {
      display: flex;
      flex-wrap: nowrap !important; /* Cards in single row */
      overflow-x: auto; /* Enable horizontal scroll */
      -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
      gap: 16px; /* Spacing between cards */
      padding: 0 0 10px 0; /* No horizontal padding to avoid shifting */
      scroll-snap-type: x mandatory; /* Snap behavior */
      scroll-padding-left: 0; /* Start scroll from first card */
      justify-content: flex-start !important; /* 👈 Remove center alignment */
    }

    .five-cards-row::-webkit-scrollbar {
      display: none; /* Hide scrollbar */
    }

    .five-cards-row .custom-card {
      flex: 0 0 80%; /* Each card 80% width for partial next card visible */
      max-width: 80%;
      scroll-snap-align: start; /* Snap card start into view */
    }
  }
  .supermargin-wrapper .wide-categories {
    .px-extra {
      padding-left: 2px;
      padding-right: 2px;
    }
    .dropdown-toggle::after {
      display: none !important;
    }
    h2 {
      font-size: 24px;
      margin-bottom: 0px !important;
    }
    .span-mobile {
      font-size: 12px;
      line-height: 170% !important;
      margin-top: 0px !important;
      margin-bottom: 20px !important;
      padding-left: 7px;
      padding-right: 7px;
    }
    .dropdown-menu.show {
      box-shadow: 2px 2px #c0c2c3 !important;
    }
    .dropdown-item {
      font-size: 14px;
    }
    .custom-box {
      background: none;
      border: none;
      border-radius: 0;
      background: #f0f7ff !important;
      border: none;
      border-radius: 0;
      box-shadow: none !important;
    }
    .custom-box.d-md-none {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap; /* Prevent breaking into next line */
      gap: 28px;
      max-width: 100%;
    }

    .custom-box.d-md-none > div:first-child {
      flex: 1 1 auto;
      min-width: 0;
    }

    .custom-box.d-md-none .text-end {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 2px;
      white-space: nowrap;
      align-self: flex-start;
    }

    .custom-box.d-md-none .text-end .count-wrapper {
      display: flex;
      align-items: center;
      gap: 3px;
    }

    .custom-box.d-md-none .text-end a {
      font-weight: 600;
      font-size: 12px;
      line-height: 120%;
      text-decoration-line: underline;
      color: #4b5563;
    }
    .dropdown {
      button {
        font-size: 16px !important;
        background: #f0f7ff !important;
        border: 1px solid #f0f7ff !important;
      }
    }
    .custom-box small {
      font-size: 12px !important;
      line-height: 18px !important;
      color: #4b5563 !important;
    }
    .count-new {
      .header-count {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #111827;
      }
      .new-product {
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        color: #4b5563;
      }
    }
    .text-end .view-all {
      align-self: flex-start !important;
    }

    /* 🔥 Mobile Cards Scroll - UPDATED SECTION */
    .mobile-cards-scroll-wrapper {
      width: 100%; /* Ensure it takes full width */
      overflow-x: scroll; /* Changed to 'scroll' to force scrollbar visibility */
      -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
      padding-bottom: 0px; /* Set to 0, the custom bar will handle spacing below cards */
      position: relative; /* Needed if you have absolutely positioned children */

      /* Scrollbar styles for WebKit browsers (Chrome, Safari, Edge) */
      &::-webkit-scrollbar {
        height: 8px; /* Height of the horizontal scrollbar */
      }

      &::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light background for the track */
        border-radius: 10px;
      }

      &::-webkit-scrollbar-thumb {
        background: #888; /* Darker color for the draggable thumb */
        border-radius: 10px;
      }

      /* Handle on hover */
      &::-webkit-scrollbar-thumb:hover {
        background: #555;
      }

      scrollbar-color: #f0f7ff #f0f7ff !important;
    }

    .mobile-cards-scroll {
      display: flex;
      gap: 16px;
      padding-left: 6px;
      padding-right: 20px;
      scroll-snap-type: x mandatory;
      padding-bottom: 15px;
    }

    .mobile-cards-scroll .cards-scroll-wrapper {
      display: flex;
      gap: 16px;
    }

    .mobile-cards-scroll .cards-scroll-wrapper .col {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(26% - 63px);
      scroll-snap-align: start;
      box-sizing: border-box;
    }

    @media (min-width: 576px) {
      .mobile-cards-scroll .cards-scroll-wrapper .col {
        flex: 0 0 calc(33.33% - 10.67px);
        max-width: calc(33.33% - 10.67px);
      }
    }

    .mobile-cards-scroll .item-cards {
      width: 100%;
      border-radius: 21.0252px;
    }

    .mobile-cards-scroll .rounded-top-custom img {
      height: 180px;
      width: 100%;
      object-fit: cover;
    }

    .mobile-scroll-bottom-bar {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f0f7ff !important;
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 100;
    }

    .scroll-progress-container {
      width: 100%;
      height: 3px;
      background-color: #e0e0e0;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 5px;
    }

    .scroll-progress-line {
      height: 100%;
      width: 0%;
      background-color: #333;
      border-radius: 5px;
      transition: width 0.1s ease-out;
    }

    .card-counter {
      font-family: "Inter";
      font-style: normal;
      font-weight: 500;
      font-size: 11.2123px;
      line-height: 13px;
      color: #0c2340;
      padding-top: 7px;
    }
  }
  .supermargin-wrapper .live-deals {
    .px-extra {
      padding-left: 9px;
      padding-right: 9px;
    }
    .live-deals .card-img-top {
      height: 250px; /* Even larger height for desktop */
    }
    .mobile-live-deals {
      padding-right: 16px;
      background: #f0f7ff !important;
    }
    .all-product-btn {
      background: #f0f7ff !important;
    }
    .new-product {
      font-weight: 400;
      font-size: 10px;
      line-height: 120%;
      color: #4b5563;
    }
    .live-deals_btn {
      background-color: #373464 !important;
      color: white !important;
      width: 173px !important;
      height: 45px !important;
      border-radius: 13332px !important;
      gap: 16px !important;
      align-items: center !important;
      justify-content: center !important;
    }
    .dropdown-toggle::after {
      display: none;
    }
    .deal-heading {
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #111827;
    }
    .section-description {
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      text-align: center;
      color: #707070;
    }
    .mobile-scroll-bottom-bar {
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #f0f7ff !important;
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 100;
    }

    .scroll-progress-container {
      width: 100%;
      height: 3px;
      background-color: #e0e0e0;
      border-radius: 5px;
      overflow: hidden;
      margin-bottom: 5px;
    }

    .scroll-progress-line {
      height: 100%;
      width: 0%;
      background-color: #333;
      border-radius: 5px;
      transition: width 0.1s ease-out;
    }

    .card-counter {
      font-family: "Inter";
      font-style: normal;
      font-weight: 500;
      font-size: 11.2123px;
      line-height: 13px;
      color: #0c2340;
      padding-top: 7px;
    }

    .live-deals .dropdown .btn.tab-btn {
      width: 100%;
      text-align: left;
      justify-content: space-between;
      padding-right: 15px;
    }

    .live-deals .dropdown-menu {
      width: 100%; /* Make dropdown menu full width */
    }

    .mobile-cards-scroll-wrapper {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 0px;
      position: relative;
      padding-left: 4px;
      padding-right: 15px;
      scrollbar-width: none;
      /* Hide scrollbar for WebKit browsers */
      .mobile-cards-scroll-wrapper::-webkit-scrollbar {
        height: 0px;
        background: transparent;
      }

      .mobile-cards-scroll {
        display: flex;
        gap: 16px;
        scroll-snap-type: x mandatory;
        padding-bottom: 0px;
      }

      .col-md-3 {
        flex: 0 0 calc(70% - 8px);
        max-width: calc(70% - 8px);
        scroll-snap-align: start;
        box-sizing: border-box;
        min-width: 331px;
      }

      .col-md-3:not(:last-child) {
        margin-right: 0;
      }
      .mobile-scroll-bottom-bar {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f0f7ff !important;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 100;
      }

      .scroll-progress-container {
        width: 100%;
        height: 3px;
        background-color: #e0e0e0;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 5px;
      }

      .scroll-progress-line {
        height: 100%;
        width: 0%;
        background-color: #333;
        border-radius: 5px;
        transition: width 0.1s ease-out;
      }

      .card-counter {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 11.2123px;
        line-height: 13px;
        color: #0c2340;
        padding-top: 7px;
      }
    }
  }

  .supermargin-wrapper .ready-stock {
    padding-left: 0px !important;
    padding-right: 0px !important;

    .ready-stock-section {
      border-radius: 0px;
      height: auto;
      padding: 30px 0px;
      margin-right: 0px;
      margin-left: 0px;
    }

    .ready-stock-section .container {
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center; /* vertically center items */
      text-align: center; /* center text inside */
      width: 100%; /* make container full width */
      max-width: 400px; /* limit width to keep it neat */
      margin: 0 auto; /* center container horizontally */
    }

    .ready-stock-section h2 {
      font-size: 20px;
      margin-bottom: 0px !important;
    }

    .ready-stock-section .description {
      font-size: 14px;
      white-space: nowrap; /* Stop wrapping */
      overflow: hidden; /* Hide overflow if too long */
      text-overflow: ellipsis; /* Show ... if text overflows */
      width: 100%; /* Use full width */
      text-align: center;
      margin-bottom: 0px !important;
    }

    .ready-stock-section a.btn {
      display: inline-block;
      margin: 0 auto; /* center button */
      width: 218px;
      height: 51px;
      background: #ffffff;
      box-shadow: 0px 5.33333px 8px rgba(0, 0, 0, 0.1),
        0px 13.3333px 20px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      font-weight: 600;
      font-size: 16px;
      line-height: 15px;
      text-align: center;
      color: #373464;
    }
  }

  /* Ensure consistent box model across all elements in this section */
  .supermargin-wrapper .supply-cards-chain {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    .Supply-chain .heading {
      font-weight: 700;
      font-size: 20.8px;
      line-height: 31px;
    }
    /* 📱 Mobile Horizontal Scroll */
    .mobile-cards-scroll-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      padding-left: calc((100vw - 90vw) / 2);
      padding-right: calc((100vw - 90vw) / 2);
      scrollbar-width: none;
    }
    .mobile-cards-scroll {
      display: flex;
      gap: 1rem;
      padding-bottom: 22px;
    }
    .supply-chain-card {
      flex: 0 0 90vw;
      max-width: 90vw;
      scroll-snap-align: center;
      background: #fff;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .supply-chain-card img {
      width: 40px;
      height: 40px;
      margin-bottom: 0.5rem;
    }
    .supply-chain-headings {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }
    .supply-chain-paragraph {
      font-size: 0.8rem;
      margin-bottom: 0.75rem;
    }
    .unorderList {
      font-size: 0.75rem;
      gap: 0.25rem !important;
    }
    .unorderList img {
      width: 16px;
      height: 16px;
    }
  }
  .supermargin-wrapper .feature-stats-section {
    padding-top: 0px !important;
    .px-extra {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .feature-card {
      border-radius: 0px !important; /* More rounded corners */
      padding: 28px 28px !important;
    }

    .description {
      font-size: 13px !important;
      line-height: 20px !important;
      margin-bottom: 12px !important; /* Space between paragraph and link */
    }
    .products-head {
      margin-bottom: 5px !important;
    }

    h4 {
      font-size: 24px !important;
      line-height: 36px !important;
      margin-bottom: 0px !important;
    }
    .products-h1 {
      padding-top: 8px;
    }
    h6 {
      font-size: 19px !important;
      line-height: 25px !important;
      margin-top: 0px !important;
    }

    .text-light {
      font-size: 14px !important;
      line-height: 22px !important;
    }

    .feature-section-image {
      width: 52px !important;
      height: 52px !important;
      border-radius: 10px !important; /* Slightly rounded for image container */
    }

    a {
      font-weight: 600;
      font-size: 13px !important;
      line-height: 21px !important;
      margin-top: 14px !important;
      img {
        width: 11.85px;
        height: 12.4px !important;
      }
    }

    .row {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      gap: 1px !important;
      -webkit-overflow-scrolling: touch !important;
      scroll-snap-type: x mandatory !important;
    }

    .row > .col-md-4 {
      flex: 0 0 85% !important;
      max-width: 85% !important;
      scroll-snap-align: start !important;
    }

    .row::-webkit-scrollbar {
      display: none !important;
    }
  }
  .supermargin-wrapper .seamless {
    .px-extra {
      padding-left: 20px;
      padding-right: 20px;
    }
    h2 {
      font-size: 20px;
      line-height: 30px;
      text-align: center;
    }
    .seamless-para {
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      text-align: center;
      margin: 0px -3px;
    }
    #benefit-list {
      display: none;
    }

    /* Scrollable Tabs */
    .benefit-tabs-scroll {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      gap: 16px;
      padding: 8px 12px;
      scroll-snap-type: x mandatory;
    }
    .benefit-tabs-scroll::-webkit-scrollbar {
      display: none;
    }

    /*Mobile Tab Styling */
    .benefit-tab {
      flex: 0 0 auto;
      text-align: center;
      color: #4b5563;
      font-weight: 500;
      font-size: 14px;
      white-space: nowrap;
      cursor: pointer;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      scroll-snap-align: start;
      transition: color 0.3s ease;
    }

    /*Tab icon styling */
    .benefit-tab .tab-icon {
      width: 20px;
      height: 20px;
      object-fit: contain;
    }

    /*Active Tab */
    .benefit-tab.active {
      color: #373464;
    }
    .benefit-tab.active::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: #373464;
      border-radius: 2px;
    }

    /*  Image Container */
    .benefit-image-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      left: -5%;
      max-height: 60vh;
      overflow: hidden;
      padding: 10px;
      box-sizing: border-box;
    }

    /* Mobile Images */
    .benefit-image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      left: 55%;
      object-fit: contain;
      display: block;
      margin: 0 auto;
      transition: opacity 0.3s ease;
    }
    .certifications-size {
      max-width: 500px !important;
      width: 566px !important;
    }
    .paylater-size {
      max-height: 320px !important;
      max-width: 330px !important;
    }

    .free-samples-size,
    .shipping-size,
    .factory-size {
      margin: 0 auto !important;
      max-width: 100% !important;
      max-height: 60vh !important;
    }
    .left-dynamic-list {
      margin-top: 24px !important;
    }
  }
  .supermargin-wrapper .why-choose-section {
    padding-bottom: 0px !important;
    .px-extra {
      padding-left: 16px;
      padding-right: 16px;
    }
    h2 {
      font-size: 20px;
      line-height: 30px;
    }
    .header-para-text {
      margin-bottom: 9px !important;
    }
    .why-choose-para-mobile {
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      text-align: center;
      color: #707070;
      padding-left: 10px;
      padding-right: 10px;
    }

    .why-choose-scroll-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none; /* IE & Edge */
      scrollbar-width: none;
    }
    .why-choose-scroll-wrapper::-webkit-scrollbar {
      display: none; /* Chrome, Safari & Opera */
    }
    .why-choose-scroll {
      display: flex;
      gap: 16px;
      scroll-snap-type: x mandatory;
      padding-bottom: 39px;
      padding-left: 10px !important;
    }

    .why-choose-card-mobile {
      flex: 0 0 72%;
      max-width: 72%;
      min-width: 230px;
      scroll-snap-align: start;
      padding: 24px 16px;
      background-color: white;
      border: 1px solid #f3f4f6;
      text-align: center;
      background: #ffffff;
      border: 1.05333px solid #f3f4f6;
      box-shadow: 0px 4.21333px 9.9px rgba(44, 49, 59, 0.1),
        0px 10.5333px 15.8px rgba(0, 0, 0, 0.1) !important;

      border-radius: 7.47425px;
    }

    .why-choose-card-mobile h6 {
      margin-top: 30px;
      margin-bottom: 0;
      color: #111827;
      font-weight: 600;
      font-size: 14.9485px;
      line-height: 150%;
      text-align: center;
    }

    .icon-img {
      width: 93.41px;
      height: 87.41px;
      object-fit: contain;
      margin: 0 auto;
      display: block;
      margin-top: 16px;
    }
  }

  .supermargin-wrapper .dynamic-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    .px-extra {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .mobile-dynamic-tabs-scroll {
      display: flex;
      gap: 2px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      padding: 10px 10px;
      background-color: white;
    }

    .mobile-dynamic-tabs-scroll::-webkit-scrollbar {
      display: none;
    }

    .mobile-tab {
      flex: 0 0 auto;
      scroll-snap-align: start;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500;
      color: #4b5563;
      padding: 4px 20px;
      transition: color 0.3s ease;
      text-align: center;
    }

    .mobile-tab .tab-icon {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }

    .mobile-tab.active {
      color: #373464;
      position: relative;
    }

    .mobile-tab.active::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 50%;
      transform: translateX(-50%);
      width: 77%;
      height: 2px;
      background-color: #373464;
      border-radius: 2px;
    }

    .mobile-dynamic-content {
      background-color: white;
      padding: 15px;
      margin: 14px;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1),
        0px 10px 15px rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #4b5563;
    }
    .mobile-dynamic-tabs-wrapper {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
  }
  .supermargin-wrapper .cta-wrapper {
    padding-top: 31px !important;
    .px-extra {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .cta-section {
      padding-bottom: 0px !important;
      padding-top: 0px !important;
      border-radius: 0px !important;
      margin-top: 0px !important;
      h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        padding-top: 17px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
      }
      p {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        color: #ffffff;
        padding-left: 8px;
        padding-right: 8px;
      }
      a {
        font-weight: 600;
        line-height: 24px;
        text-align: center;
        color: #373464;
        width: auto !important;
        height: auto !important;
        margin-bottom: 24px;
        padding: 15px 37px !important;
        font-size: 19px;
      }
    }
  }
  .supermargin-wrapper .bg-light-blue {
    padding-top: 0px !important;
    .testimonial-card-parent {
      display: none !important;
    }
    .px-extra {
      padding-left: 12px !important;
      padding-right: 10px !important;
    }
    h2 {
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
    }
    .trusted-para {
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
    }

    .mobile-testimonials-wrapper {
      overflow-x: hidden;
      position: relative;
    }

    .mobile-testimonials-scroll-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      padding-left: 10px;
    }

    .mobile-testimonials-scroll {
      display: flex;
      gap: 16px;
      padding-bottom: 10px;
    }

    .mobile-testimonial-card {
      flex: 0 0 90%;
      max-width: 90%;
      scroll-snap-align: center;
      background: #ffffff;
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      position: relative;
      transition: transform 0.3s ease;
    }

    .mobile-testimonial-card .red-strip {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 6px;
      background-color: #dc2626;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
    }

    .mobile-testimonial-card h6 {
      font-size: 18px;
      font-weight: 600;
      color: #102d47;
      margin-bottom: 4px;
    }

    .mobile-testimonial-card small {
      color: #8b9aa6;
      font-size: 14px;
      display: block;
      margin-bottom: 12px;
    }

    .mobile-testimonial-card p {
      font-size: 15px;
      color: #4b5563;
      line-height: 22px;
      margin: 0;
    }

    /* === Pagination Dots === */

    .mobile-dots {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-top: 10px;
    }

    .mobile-dots .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #ccc;
      transition: all 0.3s ease;
    }

    .mobile-dots .dot.active {
      background-color: #373464;
    }
  }
  .supermargin-wrapper footer {
    background-color: white !important;
    padding-top: 0px !important;
    .connect-card {
      background-color: #f6f6f6;
      padding: 20px;
      border-radius: 8px;

      strong {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #000000;
      }

      h6 {
        font-weight: 700;
        margin-bottom: 12px;
        padding-bottom: 6px;
        border-bottom: 2px solid #cf3034;
        width: fit-content;
      }

      .contact-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: nowrap;
      }

      .left-contact,
      .right-contact {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
      }

      .left-contact .icon,
      .right-contact .icon {
        font-size: 18px;
        color: #000;
        margin-bottom: 8px;
        display: block;
      }

      .contact-lines,
      .email-lines {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
      }

      .contact-lines div,
      .email-lines div {
        font-size: 14px;
        display: flex;
        gap: 6px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
      }

      .contact-lines span {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        color: #000000;
        white-space: nowrap;
      }

      .email-lines a {
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        text-decoration-line: underline;
        color: #373464;
        word-break: break-all;
        white-space: normal;

        &:hover {
          color: #cf3034;
          text-decoration: underline;
        }
      }
    }
    .underline-text {
      position: relative;
    }

    .underline-text span {
      position: relative;
      display: inline-block;
      font-weight: 500;
      font-size: 13px;
      line-height: 20px;
      color: #0c2340;
    }

    .underline-text span::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0px;
      width: 70px;
      height: 2px;
      background-color: #cf3034;
    }
    .underline-header {
      position: relative;
    }
    .social-icons {
      a {
        color: white !important;
      }
      img {
        border-radius: 28px;
      }
    }
    .brand-info {
      padding: 20px 0;
      background-color: #edf1ff;
    }

    .brand-logo {
      width: 150px;
      max-width: 100%;
    }

    .brand-desc {
      color: #cf3034;
      font-size: 14px;
      line-height: 22px;
      margin: 0;
    }

    .partner-img {
      height: 50px;
      object-fit: contain;
    }
    .copyright-footer {
      margin-top: 0px !important;
    }
    .copyright {
      font-weight: 400 !important;
      font-size: 12px !important;
      line-height: 20px !important;
    }

    .underline-header span {
      position: relative;
      display: inline-block;
      font-weight: 500;
      font-size: 13px;
      line-height: 20px;
      color: #0c2340;
    }

    .underline-header span::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 48px;
      height: 2px;
      background-color: #cf3034;
    }
    .accordion-button {
      background-color: #f6f6f6 !important;
    }
    .accordion-button:not(.collapsed) {
      background-color: #f6f6f6 !important;
      box-shadow: none !important;
    }
    #collapseQuickLinks {
      background-color: #f6f6f6 !important;
    }
    .accordion-body {
      background-color: #f6f6f6 !important;
      box-shadow: none !important;
    }
  }
}
/* --- Media query for larger screens (desktops and up) --- */
@media (min-width: 768px) {
  .mobile-cards-scroll-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-cards-scroll {
    display: none !important;
  }
  .mobile-cards-scroll-wrapper {
    display: none !important;
  }
  #product-container-desktop {
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  #product-container-desktop {
    display: none !important;
  }
  .mobile-cards-scroll-wrapper {
    display: block !important;
  }
}

/* Keep all your existing SCSS code above this block */

@media (max-width: 576px) {
  .supermargin-wrapper footer {
    .connect-card {
      .contact-flex {
        flex-direction: row; /* On mobile, stack phone section above email section */
        gap: 16px;
        align-items: flex-start; /* Align the whole stack to the left */
      }

      .left-contact,
      .right-contact {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 8px;
        flex-wrap: wrap;
      }

      .left-contact .icon,
      .right-contact .icon {
        margin-bottom: 8px;
      }

      .contact-lines {
        align-items: flex-start; /* Keep phone numbers left-aligned */
      }

      .email-lines {
        align-items: flex-start; /* Keep emails left-aligned (since the right-side is now also left-aligned on mobile) */
      }

      .contact-lines div,
      .email-lines div {
        flex-direction: row; /* Country/number on same line */
        justify-content: flex-start; /* Align content left */
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
      }
    }
  }
}

@media (min-width: 1600px) {
  .supermargin-wrapper .category-image {
    max-height: 160px;
  }
}
@media (min-width: 1400px) {
  .supermargin-wrapper .r1rightcard {
    max-width: 550px;
  }

  .supermargin-wrapper .category-image {
    max-height: 160px;
  }
}

@media (min-width: 1200px) {
  .supermargin-wrapper .col-lg-6.text-center.text-lg-start.pt-0 {
    max-width: 900px;
    padding-right: 30px;
  }

  .supermargin-wrapper .wholesale-products {
    font-size: 40px;
    line-height: 50px;
  }

  .supermargin-wrapper .first-line-no-break {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .supermargin-wrapper .five-cards-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }

  .supermargin-wrapper .five-cards-row .custom-card {
    flex: 1 1 0%;
    max-width: none;
    min-width: 180px;
    box-sizing: border-box;
  }

  .supermargin-wrapper .custom-card p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .supermargin-wrapper .custom-card .feature-box span {
    word-break: break-all;
    font-size: 14px;
  }
  .supermargin-wrapper .phone-call {
    margin-bottom: 41px !important;
  }

  .supermargin-wrapper .card-heading h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    word-break: normal;
  }
}

.supermargin-wrapper .custom-card p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.supermargin-wrapper .card-heading h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 17px;
  line-height: 26px;
}
@media only screen and (max-width: 375px) {
  .supermargin-wrapper ul.suggestions-list {
    position: fixed !important;
    top: 6px;
    left: 226px;
    width: auto !important;
    background: white;
    z-index: 1100;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

/* android */
@media only screen and (max-width: 420px) {
  .supermargin-wrapper ul.suggestions-list {
    position: fixed !important;
    top: 6px;
    left: 206px;
    width: 41% !important;
    background: white;
    z-index: 1100;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
