.elementor-56664 .elementor-element.elementor-element-c567e65{--display:flex;}@media(max-width:767px){.elementor-56664 .elementor-element.elementor-element-c567e65{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b2a65a6 */body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.brand-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.brand-item {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.brand-logo {
  width: 20%;
  padding: 15px;
  text-align: center;
  background-color: #f1f1f1;
  border-right: 1px solid #ddd;
}

.brand-logo img {
  width: 80%;
  margin-bottom: 10px;
}

.brand-logo p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.product-groups {
  width: 80%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-group {
  flex: 1 1 calc(25% - 20px);
  text-align: left;
}

.product-group h4 {
  font-size: 1rem;
  color: #c8102e;
  margin-bottom: 10px;
}

.product-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-group ul li {
  margin-bottom: 5px;
}

.product-group ul li a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #333;
}

.product-group ul li a:hover {
  text-decoration: underline;
  color: #a80e25;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .brand-logo p {
    font-size: 0.9rem;
  }

  .product-group h4 {
    font-size: 0.9rem;
  }

  .product-group ul li a {
    font-size: 0.8rem;
  }

  .brand-logo img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .brand-item {
    flex-direction: column;
  }

  .brand-logo {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .product-groups {
    width: 100%;
    padding: 10px;
  }

  .product-group h4 {
    font-size: 0.8rem;
  }

  .product-group ul li a {
    font-size: 0.7rem;
  }

  .brand-logo img {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .brand-container {
    padding: 10px;
  }

  .brand-logo p {
    font-size: 0.8rem;
  }

  .product-group h4 {
    font-size: 0.7rem;
  }

  .product-group ul li a {
    font-size: 0.6rem;
  }

  .brand-logo img {
    width: 50%;
  }
}/* End custom CSS */