.elementor-15235 .elementor-element.elementor-element-959cb7d{--display:flex;}.elementor-15235 .elementor-element.elementor-element-778e6a3 > .elementor-widget-container{margin:-28px 0px -28px 0px;}.elementor-15235 .elementor-element.elementor-element-989c38f > .elementor-widget-container{margin:-34px 0px -13px 0px;}.elementor-15235 .elementor-element.elementor-element-c315105 > .elementor-widget-container{margin:-28px 0px -28px 0px;}.elementor-15235 .elementor-element.elementor-element-d30856a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-778e6a3 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Marketplace Section */
.marketplace-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  font-family: var(--marketplace-font);
  box-sizing: border-box;
}

/* Heading */
.marketplace-heading {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #0f0f0f;
  font-family: var(--marketplace-font);
}

/* Button */
.marketplace-button {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  background-color: #FFC226;
  border: 1px solid #FFC226;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  font-family: var(--marketplace-font);
  display: inline-block;
}

/* Hover effect */
.marketplace-button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c315105 */.marketplace-select {
  padding: 1px 50px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #0f0f0f;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Hover style */
.marketplace-select:hover {
  border-color: #000;
  
}

/* Optional: Remove focus outline on click */
.marketplace-select:focus {
  box-shadow: 0 0 0 3px rgba(255, 194, 38, 0.3);
}/* End custom CSS */