.elementor-8607 .elementor-element.elementor-element-362f3a8{--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-popup-modal-8607{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8607 .dialog-message{width:421px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-8607 .dialog-close-button{display:flex;top:3%;}#elementor-popup-modal-8607 .dialog-widget-content{border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-beedb96 */.talk_an_expert {
  margin: 0 auto;
}

.talk_an_expert input[type="text"],
.talk_an_expert input[type="email"],
.talk_an_expert input[type="tel"],
.talk_an_expert textarea,
.talk_an_expert select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #fff;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.talk_an_expert input:focus,
.talk_an_expert textarea:focus,
.talk_an_expert select:focus {
  border-color: #2d6a4f;
  box-shadow: 0 0 4px rgba(45, 106, 79, 0.3);
  outline: none;
}

.talk_an_expert input[type="submit"] {
  width: 100%;
  background-color: #245b0a; /* dark green */
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  padding: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.talk_an_expert input[type="submit"]:hover {
  background-color: #1a4301;
}/* End custom CSS */