* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  user-select: none;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
}

.container {
  margin: 0 auto;
  padding: 0 100px;
}

.mobile-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: white;
  z-index: 999;
  transition: left 0.3s ease;
  overflow-y: auto;
}

.mobile-sidebar.active {
  left: 0;
}

.mobile-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}

.user-info i {
  font-size: 24px;
  color: #ccc;
}

.mobile-sidebar-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 80px);
}

.mobile-menu {
  list-style: none;
  flex: 1;
}

.mobile-menu li {
  border-bottom: 1px solid #eee;
}

.mobile-menu li.favorites {
  background: #e8f4ff;
  border-left: 4px solid #2196f3;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s;
}

.mobile-menu a:hover {
  background: #f8f9fa;
}

.mobile-menu i {
  width: 20px;
  color: #666;
}

.mobile-sidebar-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobile-menu-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  padding: 8px;
}

.mobile-header-icons {
  display: flex;
  gap: 15px;
}

.mobile-header-icons i {
  font-size: 18px;
  color: #666;
  cursor: pointer;
}

.desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mobile-search-section {
  display: none;
  padding: 0px 20px;
  background: white;
}

.mobile-search-wrapper {
  position: relative;
  width: 100%;
}

.mobile-search-wrapper i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.mobile-search-input {
  width: 100%;
  padding: 12px 12px 12px 35px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  background-color: #21cbf30f;
}

.mobile-category-tabs {
  display: none;
  padding: 10px 20px;
  background: white;
  border-bottom: 1px solid #eee;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-tab {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  background: #f8f9fa;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}

.category-tab.active {
  background: #2196f3;
  color: white;
}

.mobile-banner {
  display: none;
  background: linear-gradient(135deg, #2196f3, #21cbf3);
  color: black;
  padding: 30px 20px;
  background-image: url("./Image/tech/Picture1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}

.mobile-banner-content h3 {
  font-size: 16px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.mobile-banner-content h1 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.header {
  background: white;
  padding: 12px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2195f385;
  font-weight: 700;
  font-size: 24px;
}

.logo-icon {
  background: #1976d2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 7px;
  box-shadow: 4px 0px 1px #2195f358;
}

.search-section {
  display: flex;
  flex: 1;
  max-width: 600px;
  border: 2px solid #2196f3;
  border-radius: 6px;
  overflow: hidden;
}

.search-input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  outline: none;
  font-size: 14px;
}

.category-select {
  padding: 10px;
  border: none;
  border-left: 1px solid #2196f3;
  background: #f8f9fa;
  outline: none;
  cursor: pointer;
}

.search-btn {
  padding: 10px 30px;
  background: #2196f3;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.header-icons {
  display: flex;
  gap: 1rem;
}

.header-icons .i i {
  font-size: 1rem;
}

.header-icons div {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-direction: column;
  padding: 2px;
}

.header-icons .i span {
  font-size: 0.6rem;
  padding-top: 10px;
  font-weight: 500;
}

.header-icons div:hover {
  color: #080808;
  transform: scale(1.2);
}

.navigation {
  background: white;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-item {
  text-decoration: none;
  color: #0c0c0c;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  padding: 8px 1rem;
}

.nav-item i {
  padding-right: 3px;
}

.nav-item:hover {
  background: #f0f8ff;
  color: #1976d2;
  transform: translateY(-1px);
}

.nav-right {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.cureency {
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

.nav-right .flag {
  border: none;
  outline: none;
  cursor: pointer;
}

.main-content {
  margin: 20px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-section {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  background: white;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 11px;
}

.sidebar-menu {
  width: 200px;
}

.sidebar-menu ul {
  list-style: none;
}

.sidebar-menu li {
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #666;
}

.sidebar-menu ul .active {
  background: #2195f342;
  color: black;
  border-radius: 3px;
}

.sidebar-menu li:hover {
  color: black;
  transform: translateY(-1px);
}

.main-banner {
  flex: 1;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: black;
  position: relative;
  overflow: hidden;
  background-color: #009688;
  background-image: url("./Image/tech/Picture1.png");
  background-size: cover;
  border-radius: 8px;
  height: 360px;
  width: 665px;
}

.banner-content h3 {
  font-size: 25px;
  margin-bottom: 5px;
  font-weight: 500;
  opacity: 0.9;
}

.banner-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}

.learn-more-btn {
  background: white;
  color: black;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.learn-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.user-section {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 12px;
}

.new {
  display: flex;
}

.user-card {
  background: #e3f0ff;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-avatar {
  width: 40px;
  height: 40px;
  background: #91b1e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.user-text {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-family: Inter;
  font-weight: 400;
}

.join-btn,
.login-btn {
  padding: 1px;
  border: none;
  height: 30px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
}

.join-btn:hover,
.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.join-btn {
  background: #127fff;
  color: white;
}

.login-btn {
  background: white;
  color: #1976d2;
  border: 1px solid #dee2e7;
}

.promo-card {
  padding: 28px 20px;
  border-radius: 8px;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.orange-card {
  background: linear-gradient(135deg, #ff9800, #ff5722);
}

.blue-card {
  background: linear-gradient(135deg, #00bcd4, #009688);
}

.promo-card p {
  font-size: 16px;
  opacity: 0.9;
}

.deals-section {
  background: white;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e7;
  display: flex;
  justify-content: center;
}

.deals-header {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.deals-header h2 {
  font-size: 20px;
  color: #333;
}

.deals-header p {
  font-size: 16px;
  opacity: 0.8;
}

.countdown {
  padding-top: 16px;
  display: flex;
  gap: 6px;
}

.add {
  font-size: 8px;
}

.time-box {
  background: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  min-width: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.deals-grid {
  display: flex;
  flex-wrap: unwrap;
  overflow-x: auto;
  height: fit-content;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.deal-card {
  flex: 0 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  border-left: 1px solid #dee2e7;
  transition: all 0.3s;
  cursor: pointer;
  width: 181px;
  height: 194px;
}


.deal-card:hover {
  background-color: #dee2e790;
}

.deal-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.deal-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.discount {
  background: rgba(246, 110, 110, 0.324);
  color: red;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.home-outdoor,
.consumer-electronics {
  background: white;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e7;
  display: flex;
}

.sp {
  background-image: url("./Image/Picture2.png");
  background-size: cover;
}

.jp {
  background-image: url("./Image/Picture3.png");
  background-size: cover;
}

.section-header {
  width: 224px;
  height: 240px;
  padding: 30px;
}

.section-header h2 {
  font-size: 20px;
  color: #333;
}

.source-btn {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}

.source-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #dee2e7;
}

.new .fa-solid {
  padding-left: 12px;
}

.newq {
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #127fff;
  display: none;

}

.product-item:hover {
  background-color: #dee2e790;
}

.product-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product-info h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.product-info p {
  color: #666;
  font-size: 14px;
}

.jj .product-item {
  padding: 26px;
}

.request-section {
  margin-bottom: 30px;
  border-radius: 8px;
  color: white;
  width: 1125px;
  background-image: url("./Image/Picture4.png");
  background-size: cover;
}

.screen {
  padding: 40px;
  background: linear-gradient(135deg, #127fff, #00bbd48d, #00bbd400);
  gap: 40px;
  display: flex;
}

.request-content {
  padding: 30px;
  flex: 1;
}

.request-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.request-content p {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.request-form {
  width: 400px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.request-form h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  outline: none;
}

.form-textarea {
  height: 80px;
  resize: vertical;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row .form-input {
  flex: 2;
}

.form-row .form-select {
  flex: 1;
}

.send-inquiry {
  background: #1976d2;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.not {
  display: none;
}

.send-inquiry:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.recommended-section {
  padding: 0 50px;
  margin-bottom: 30px;
}

.recommended-section h2 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #333;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.recommended-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
}

.recommended-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #1976d2;
}

.recommended-item img {
  width: 75%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.recommended-item h4 {
  font-size: 18px;
  color: #1976d2;
  margin-bottom: 8px;
  font-weight: bold;
}

.recommended-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.services-section {
  margin-bottom: 30px;
}

.services-section h2 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #333;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 113px;
  object-fit: cover;
}

.service-content {
  padding: 15px;
  background: white;
  position: relative;
}

.service-content h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-content i {
  position: absolute;
  top: -30px;
  right: 15px;
  color: black;
  font-size: 18px;
  border: 2px solid #ffffff;
  background-color: #d1e7ff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suppliers-section {
  margin-bottom: 30px;
  padding: 0 0 0 52px;
}

.suppliers-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.suppliers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.supplier-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.supplier-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.samny {
  display: flex;
  flex-direction: column;
  padding: 4px 34px 0px 0px;
}

.flag {
  width: 50px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}

.domain {
  color: #666;
  font-size: 12px;
}

.newsletter {
  background: #eff2f4;
  padding: 40px 10px;
  text-align: center;
  color: black;
}

.newsletter-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.newsletter-content p {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 24px;
  color: #606060;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.input-icon-wrapper {
  position: relative;
  display: inline-block;
}

.input-icon-wrapper i {
  position: absolute;
  top: 18px;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
}

.newsletter-input {
  padding-left: 35px;
  height: 35px;
  font-size: 14px;
  padding: 4px 5px 5px 35px;
  border: none;
  border-radius: 6px;
  outline: none;
  color: #aaa;
}

.subscribe-btn {
  background: #127fff;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.subscribe-btn:hover {
  background: #f57c00;
  transform: translateY(-2px);
}

.footer {
  background: white;
  padding: 40px 0 20px;
  border-top: 1px solid #e0e0e0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #1976d2;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #1976d2;
  margin-bottom: 15px;
}

.footer-brand i {
  font-size: 28px;
}

.footer-section p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons i {
  width: 35px;
  height: 35px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}

.social-icons i:hover {
  background: #1976d2;
  color: white;
  transform: scale(1.04);
}

.app-downloads {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-downloads img {
  width: 120px;
  height: 35px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}

.app-downloads img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.footer-bottom {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.footer-lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-lang img {
  width: 20px;
  height: 14px;
}

@media (max-width: 1000px) {
  .search-section {
    max-width: 429px;
  }

  .container {
    padding: 0 50px;
  }

  .banner-section {
    flex-direction: column;
    width: 100%;
  }

  .sidebar-menu {
    display: none;
  }

  .main-banner {
    width: 100%;
    height: 250px;
    order: 2;
  }

  .user-section {
    width: 100%;
    flex-direction: row;
    order: 3;
  }

  .deals-section {
    border-radius: 0px;
    box-shadow: 0;
    border: none;
    margin: 15px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .deals-header {
    padding: 20px;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

 .time-box{
  background-color: #3333338a;
 }

  .deals-header h2 {
    font-size: 17px;
    color: #333;
  }

  .deals-header p {
    font-size: 14px;

  }

  .deal-card {
    padding: 15px 10px;
    border: 1px solid #dee2e7;
  }

  .deal-card img {
    width: 60px;
    height: 60px;
  }

  .sp, .jp {
    background-image: none;
  }

  .section-header .source-btn {
    display: none;
  }

  .home-outdoor,
  .consumer-electronics {
    flex-direction: column;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .section-header {
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
    background-position: center;
  }

  .section-header h2 {
    text-align: left;
    border-radius: 0px;
  }

  .products-grid {
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

  }

  .product-item {
    min-width: 180px;
    flex-shrink: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px;
    border: 1px solid #dee2e7;
  }

  .product-info {
    text-align: center;
  }

  .newq {
    display: block;
  }

  .G .product-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .request-section {
    width: 100%;

  }

  .screen {
    flex-direction: column;
    padding: 20px;
  }

  .request-content {
    padding: 0;
    text-align: left;
  }

  .request-content h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .send-inquiry {
    width: fit-content;
  }

  .not {
    display: block;
  }

  .request-form,
  .request-content p {
    display: none;
  }

  .recommended-section h2 {
    padding-left: 20px;
  }

  .recommended-section {
    padding: 0px 0px;
    width: 100%;
  }

  .recommended-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .recommended-item img {
    height: 100px;
    width: fit-content;
  }

  .services-section {
    padding: 0 15px;
    width: 100%;
  }

  .services-section h2,
  .suppliers-section h2 {
    font-size: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .suppliers-section {
    padding: 0 15px;
    width: 100%;
  }

  .suppliers-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .samny {
    padding: 0px;
  }

  .suppliers-grid {
    gap: 0px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .newsletter-input {
    width: 250px;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

  @media (max-width: 720px) {
    .container {
      padding: 0 15px;
    }

    .header {
      border-bottom: none;
    }

    .mobile-header {
      display: flex !important;
    }

    .desktop-header {
      display: none !important;
    }

    .mobile-search-section {
      display: block !important;
    }

    .mobile-category-tabs {
      display: block !important;
    }

    .mobile-banner {
      display: block !important;
    }

    .navigation {
      display: none !important;
    }

    .banner-section {
      display: none !important;
    }

    .main-content {
      margin: 0;
      padding: 0;
    }

    .suppliers-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 400px) {

    .footer-content {
      grid-template-columns: repeat(1, 1fr);
      gap: 16px;
    }
  }
