.elementor-887 .elementor-element.elementor-element-b9f5d85{--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-887 .elementor-element.elementor-element-b9f5d85:not(.elementor-motion-effects-element-type-background), .elementor-887 .elementor-element.elementor-element-b9f5d85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}#elementor-popup-modal-887{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-887 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-887 .dialog-close-button{display:flex;}#elementor-popup-modal-887 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-04b5c3a */.cf7-heading {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333;
}

/* Container */
.cf7-container {
  border: 2px solid #e6b3ff;
  padding: 30px;
}

/* Rows */
.cf7-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.cf7-row.full {
  display: block;
}

.cf7-col {
  width: 50%;
}

/* Inputs */
.cf7-container input,
.cf7-container textarea,
.cf7-container select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #777;
  padding: 10px 5px;
  font-size: 16px;
  background: transparent;
  outline: none;
}

/* Select arrow */
.cf7-container select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2344382c' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 18px;
  padding-right: 35px;
  cursor: pointer;
}

/* Textarea */
.cf7-container textarea {
  min-height: 60px;
}

/* Submit button */
.cf7-container input[type="submit"] {
  background: #44382c;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 18px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.cf7-container input[type="submit"]:hover {
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
    gap: 20px;
  }

  .cf7-col {
    width: 100%;
  }
}/* End custom CSS */