.elementor-1381 .elementor-element.elementor-element-09cabf5{--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-1381 .elementor-element.elementor-element-09cabf5:not(.elementor-motion-effects-element-type-background), .elementor-1381 .elementor-element.elementor-element-09cabf5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F5FA;}.elementor-1381 .elementor-element.elementor-element-bd5d000{--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-1381 .elementor-element.elementor-element-bd5d000:not(.elementor-motion-effects-element-type-background), .elementor-1381 .elementor-element.elementor-element-bd5d000 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F5FA;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-136690f */.valuation-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  background: #f2f5fa;
  border-radius: 20px;
}

.valuation-calculator {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}

.valuation-calculator h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #3c3f5c;
}

.input-group {
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.input-group input,
.input-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
}

.button-group {
  text-align: center;
  margin-top: 20px;
}

.button-group button {
  padding: 10px 25px;
  margin: 0 10px;
  border: none;
  border-radius: 10px;
  color: #fff;
  background: #6a5acd;
  cursor: pointer;
  font-size: 16px;
}

.button-group button#resetBtn {
  background: #999;
}

.valuation-result {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  flex: 1;
  min-width: 300px;
}

.valuation-result h3 {
  color: #333;
  margin-bottom: 10px;
}

.valuation-result p {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  margin-bottom: 15px;
}

.tips-section {
  background: #eaf2ff;
  border-left: 5px solid #4a90e2;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.tips-section p {
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-size: 14px;
  color: #333;
}

.tips-section p strong {
  display: block;
  margin-bottom: 4px;
  color: #2c3e50;
}/* End custom CSS */