.elementor-13 .elementor-element.elementor-element-afb2fbb{--display:flex;}.elementor-13 .elementor-element.elementor-element-8ce1188 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-0f44e0c{--display:flex;}.elementor-13 .elementor-element.elementor-element-7d141f5{--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-13 .elementor-element.elementor-element-ba81ab0{--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-13 .elementor-element.elementor-element-cf60f53 .elementor-wrapper{--video-aspect-ratio:1.77777;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-739a9b4 */.estimate-wrapper {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.estimate-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.estimate-field input,
.estimate-field select {
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 15px;
  width: 250px;
  box-sizing: border-box;
}

.estimate-submit [type="submit"] {
  background-color: #ff4f75;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 28px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.estimate-submit [type="submit"]:hover {
  background-color: #e04166;
}

.estimate-note {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
  text-align: center;
}

/* ✅ Mobile responsive fix */
@media (max-width: 768px) {
  .estimate-row {
    flex-direction: column;
    align-items: center;
  }

  .estimate-field input,
  .estimate-field select {
    width: 90%;
  }

  .estimate-submit [type="submit"] {
    width: 90%;
  }
}/* End custom CSS */