.elementor-88899 .elementor-element.elementor-element-f5ef7bd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aded91d */.distributor-section {
  padding: 110px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  font-family: Arial, sans-serif;
}

.distributor-container {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #1f66c9;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #bdd6f7;
}

.distributor-content h2 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 22px;
  color: #1e1e1e;
  font-weight: 800;
}

.distributor-content h2 span {
  color: #2d73d5;
}

.distributor-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #526782;
  margin-bottom: 16px;
  max-width: 620px;
}

.distributor-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0;
}

.distributor-benefits div {
  background: #ffffff;
  border: 1px solid #dce5f1;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 35px rgba(18, 46, 86, 0.06);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #526782;
  font-size: 15px;
}

.distributor-benefits strong {
  color: #ff9500;
  font-size: 17px;
}

.distributor-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn-primary {
  background: #ff9500;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(255, 149, 0, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 149, 0, 0.32);
}

.btn-secondary {
  background: #ffffff;
  color: #1f66c9;
  border: 1px solid #bdd6f7;
}

.btn-secondary:hover {
  background: #f0f6ff;
}

.distributor-image-wrap {
  position: relative;
}

.distributor-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  box-shadow: 0 24px 60px rgba(18, 46, 86, 0.14);
}

.image-note {
  margin-top: 14px;
  background: #ffffff;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  padding: 13px 18px;
  color: #526782;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(18, 46, 86, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}

.image-note span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff9500;
  box-shadow: 0 0 0 4px #fff0d9;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .distributor-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .distributor-content h2 {
    font-size: 36px;
  }

  .distributor-benefits {
    grid-template-columns: 1fr;
  }

  .distributor-image {
    height: 320px;
  }
}/* End custom CSS */