.elementor-31320 .elementor-element.elementor-element-3e32402{--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;--margin-top:20px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-31320 .elementor-element.elementor-element-362fcd0{--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;}.elementor-31320 .elementor-element.elementor-element-46f29e0{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-31320 .elementor-element.elementor-element-17b6eaf > .elementor-widget-container{padding:11px 15px 1px 15px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-7f4d796 );border-radius:50px 50px 50px 50px;}.elementor-31320 .elementor-element.elementor-element-17b6eaf .propertyhive-result-count{color:var( --e-global-color-primary );text-align:left;}.elementor-31320 .elementor-element.elementor-element-ca7350f{--grid-columns:3;--load-more-button-align:center;}@media(min-width:768px){.elementor-31320 .elementor-element.elementor-element-362fcd0{--width:100%;}}@media(max-width:1024px){.elementor-31320 .elementor-element.elementor-element-ca7350f{--grid-columns:2;}}@media(max-width:767px){.elementor-31320 .elementor-element.elementor-element-ca7350f{--grid-columns:1;}}/* Start custom CSS for property-search-form, class: .elementor-element-8fbe60a */.property-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.property-search-form .control {
  flex: 1 1 0;
padding: 0px
}

/* Select fields */
.property-search-form select {
  background-color: var(--e-global-color-accent, #f5f5f5);
  padding: 15px;
  border-radius: 5px;
  color: var(--e-global-color-d2415b7, #333);
  border: 0.5px solid var(--e-global-color-661e0df, #ccc);
  font-size: 14px;
  width: 95%;
}

/* Submit button */
.property-search-form input[type="submit"] {
  background-color: #ff7f50;
  color: white;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.property-search-form input[type="submit"]:hover {
  background-color: #e46636;
  border-radius: 5px;
}

/* Department radio buttons (styled like toggle buttons) */
.control-department {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0px;
 
}
.control-department input[type="radio"] {
  display: none;
}
.control-department label {
  padding: 5px 10px;
  border: 2px solid #ff7f50;
  border-radius: 40px;
  background-color: white;
  color: #ff7f50;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 5px;
}
.control-department input[type="radio"]:checked + label,
.control-department label:hover {
  background-color: #ff7f50;
  color: white;
}


.control-department label.active {
  background-color: #ff7f50;
  color: white;
}
/* 📱 Mobile responsive adjustments */
@media (max-width: 768px) {
  .property-search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-search-form .control {
    width: 100%;
    margin-bottom:10px;
  }

  .property-search-form select,
  .property-search-form input[type="submit"] {
    width: 100%;
  }

  .control-department {
    flex-direction: column;
    align-items: center;
     margin-bottom: 10px;
  }
  


  .control-department label {
    width: 100%;
    text-align: center;
    margin-bottom:10px;
  }
}/* End custom CSS */